summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audiogen: allow specifying random seed as a commandline parameter.Anton Khirnov2012-07-281-2/+5
* vc1dec: Override invalid macroblock quantizerMichael Niedermayer2012-07-281-0/+5
* vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-07-281-2/+6
* vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer2012-07-281-0/+6
* vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer2012-07-281-4/+10
* configure: Move parts that should not be user-selectable to CONFIG_EXTRADiego Biurrun2012-07-281-6/+6
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-281-7/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-2810-0/+10
* vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-272-0/+5
* h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-273-121/+120
* build: support non-standard replacements for -c flagMans Rullgard2012-07-282-4/+11
* build: support non-standard replacements for -E flagMans Rullgard2012-07-281-2/+10
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-272-28/+28
* vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-47/+47
* build: Use portable compiler flag constructs in header compilation ruleDiego Biurrun2012-07-281-1/+1
* x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun2012-07-285-17/+16
* build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun2012-07-283-3/+3
* hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-281-2/+0
* tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-281-2/+2
* rv34: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-5/+6
* vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje2012-07-272-0/+4
* vp56: port x86 simd to cpuflags.Ronald S. Bultje2012-07-271-19/+15
* proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-271-21/+18
* lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macroJustin Ruggles2012-07-271-1/+2
* lavfi: better channel layout negotiationJustin Ruggles2012-07-271-11/+72
* alac: check for truncated packetsJustin Ruggles2012-07-271-4/+11
* alac: reverse lpc coeff order, simplify filterJustin Ruggles2012-07-271-13/+12
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-273-3/+427
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-272-5/+16
* tscc2: fix typo in array indexKostya Shishkov2012-07-271-2/+2
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-264-8/+3
* build: do full flag handling for all compiler-type toolsMans Rullgard2012-07-262-123/+182
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-261-1/+4
* build: Rename aandct component to more descriptive aandcttablesDiego Biurrun2012-07-262-14/+14
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-261-0/+5
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-266-53/+12
* rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-261-0/+12
* rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-261-2/+2
* rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-261-0/+7
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
* vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-261-0/+1
* vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-261-0/+1
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-265-12/+146
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
* lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles2012-07-251-0/+5
OpenPOWER on IntegriCloud