aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-29h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje
2012-07-29fate: amix: specify f32 sample format for comparisonMans Rullgard
2012-07-29tiny_psnr: support 32-bit float samplesMans Rullgard
2012-07-29eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-29eamad: remove use of MpegEncContextMans Rullgard
2012-07-29mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-29af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-29flvdec: remove spurious use of stream idLuca Barbato
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: round estimated average fps to a "standard" fps.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-28fate: make yadif tests consistent across systemsMans Rullgard
2012-07-28vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt
2012-07-28vf_hqdn3d: reduce intermediate precisionLoren Merritt
2012-07-28vf_hqdn3d: simplify and optimizeLoren Merritt
2012-07-28factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-28vf_hqdn3d: cosmeticsLoren Merritt
2012-07-28avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje
2012-07-28h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-28fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje
2012-07-28wv: return meaningful error codes.Anton Khirnov
2012-07-28wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov
2012-07-28mp3dec: forward errors for av_get_packet().Anton Khirnov
2012-07-28mp3dec: remove a pointless local variable.Anton Khirnov
2012-07-28mp3dec: remove commented out cruft.Anton Khirnov
2012-07-28lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov
2012-07-28FATE: add tests for yadif.Anton Khirnov
2012-07-28FATE: add a test for delogo video filter.Anton Khirnov
2012-07-28FATE: add a test for amix audio filter.Anton Khirnov
2012-07-28audiogen: allow specifying random seed as a commandline parameter.Anton Khirnov
2012-07-28vc1dec: Override invalid macroblock quantizerMichael Niedermayer
2012-07-28vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer
2012-07-28vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer
2012-07-28vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer
2012-07-28configure: Move parts that should not be user-selectable to CONFIG_EXTRADiego Biurrun
2012-07-28lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-27vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje
2012-07-27h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28build: support non-standard replacements for -c flagMans Rullgard
2012-07-28build: support non-standard replacements for -E flagMans Rullgard
2012-07-27h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-27vp3: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28build: Use portable compiler flag constructs in header compilation ruleDiego Biurrun
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-07-28build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun