34455 Commits (36ef5369ee9b336febc2c270f8718cec4476cb85)
 

Author SHA1 Message Date
Ronald S. Bultje 96c9cc1094 x86inc: sync to latest version from x264. 12 years ago
Ronald S. Bultje b3c5ae5607 fft: rename "z" to "zc" to prevent name collision. 12 years ago
Anton Khirnov c1d865d563 wv: return meaningful error codes. 12 years ago
Anton Khirnov ccc10acb5b wv: return AVERROR_EOF on EOF, not EIO. 12 years ago
Anton Khirnov f73e3938ac mp3dec: forward errors for av_get_packet(). 12 years ago
Anton Khirnov 67b1156fe8 mp3dec: remove a pointless local variable. 12 years ago
Anton Khirnov 61f8bb74f3 mp3dec: remove commented out cruft. 12 years ago
Anton Khirnov b3fa478823 lavfi: bump minor to mark stabilizing the ABI. 12 years ago
Anton Khirnov 8f9537f314 FATE: add tests for yadif. 12 years ago
Anton Khirnov 8112710f17 FATE: add a test for delogo video filter. 12 years ago
Anton Khirnov 7339340787 FATE: add a test for amix audio filter. 12 years ago
Anton Khirnov 67ef5f4eb5 audiogen: allow specifying random seed as a commandline parameter. 12 years ago
Michael Niedermayer 45838561f2 vc1dec: Override invalid macroblock quantizer 12 years ago
Michael Niedermayer 2bf369b60c vc1: avoid reading beyond the last line in vc1_draw_sprites() 12 years ago
Michael Niedermayer 1100acbab2 vc1dec: check that coded slice positions and interlacing match. 12 years ago
Michael Niedermayer 0aa907cfb1 vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value 12 years ago
Diego Biurrun bfe9f48ad7 configure: Move parts that should not be user-selectable to CONFIG_EXTRA 12 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Ronald S. Bultje 4d777eedfd vp3: don't compile mmx IDCT functions on x86-64. 12 years ago
Ronald S. Bultje a5bbb1242c h264_loopfilter: port x86 simd to cpuflags. 12 years ago
Mans Rullgard 23565c2641 build: support non-standard replacements for -c flag 12 years ago
Mans Rullgard 18031c49dc build: support non-standard replacements for -E flag 12 years ago
Ronald S. Bultje d07ff3cd5a h264_chromamc_10bit: port x86 simd to cpuflags. 12 years ago
Ronald S. Bultje 4a26fdd852 vp3: port x86 SIMD to cpuflags. 12 years ago
Diego Biurrun 42ade117dd build: Use portable compiler flag constructs in header compilation rule 12 years ago
Diego Biurrun 24f8961f93 x11grab: cosmetics: consistent naming for x11grab-related things 12 years ago
Diego Biurrun 755834e94f build: Rename YASMDEP variable to DEPYASM for consistency 12 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 12 years ago
Martin Storsjö 41ecbbc7aa tls: Return AVERROR_EOF if the TLS_read/write functions return 0 12 years ago
Ronald S. Bultje 76888c64b0 rv34: port x86 SIMD to cpuflags. 12 years ago
Ronald S. Bultje 158744a4cd vp56: only compile MMX SIMD on x86-32. 12 years ago
Ronald S. Bultje 2734ba787b vp56: port x86 simd to cpuflags. 12 years ago
Ronald S. Bultje 5361e10a5e proresdsp: port x86 assembly to cpuflags. 12 years ago
Justin Ruggles e9da9a3111 lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro 12 years ago
Justin Ruggles 743f07062a lavfi: better channel layout negotiation 12 years ago
Justin Ruggles 81f548de57 alac: check for truncated packets 12 years ago
Justin Ruggles fb57e913e1 alac: reverse lpc coeff order, simplify filter 12 years ago
Justin Ruggles 2f096bb10e lavr: add x86-optimized mixing functions 12 years ago
Justin Ruggles 79687079a9 x86: add support for fmaddps fma4 instruction with abstraction to avx/sse 12 years ago
Kostya Shishkov 0cf7d849ff tscc2: fix typo in array index 12 years ago
Mans Rullgard b9d3c37848 build: use COMPILE template for HOSTOBJS 12 years ago
Mans Rullgard a758c5e259 build: do full flag handling for all compiler-type tools 12 years ago
Ronald S. Bultje 02ac28229a eval: fix printing of NaN in eval fate test. 12 years ago
Diego Biurrun 8784959234 build: Rename aandct component to more descriptive aandcttables 12 years ago
Ronald S. Bultje bde73f28af mpegaudio: bury inline asm under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 30b45d9c38 x86inc: automatically insert vzeroupper for YMM functions. 12 years ago
Samuel Pitoiset 8ea1459bc3 rtmp: Check the buffer length of ping packets 12 years ago
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 12 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 12 years ago