summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-022-28/+84
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-021-5/+5
* Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer2010-11-021-1/+1
* Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer2010-11-021-2/+3
* remove impossible condition from msrle_decode_pal4()Michael Niedermayer2010-11-021-4/+2
* fix indentMichael Niedermayer2010-11-021-26/+26
* Remove ffmpeg PGMYUV compatibility hack, which was deprecated sinceStefano Sabatini2010-11-021-12/+0
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-011-1/+1
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-011-1/+1
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-012-2/+5
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-011-0/+8
* Add examples of unary operators.Stefano Sabatini2010-11-011-0/+3
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-012-2/+3
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-011-1/+1
* aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell2010-11-011-4/+4
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-311-9/+10
* Use AV_RL32() in opt_codec_tag().Stefano Sabatini2010-10-311-1/+2
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-311-10/+7
* ffmpeg: fix opt_codec_tag() return valueRamiro Polla2010-10-311-1/+5
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-314-34/+34
* idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla2010-10-311-2/+4
* Document url_write().Stefano Sabatini2010-10-311-0/+7
* motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-311-6/+6
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* cosmetics: split long lineRamiro Polla2010-10-311-1/+2
* fdct_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+3
* idct_sse2_xvid: add xmm registers to clobber listRamiro Polla2010-10-311-1/+7
* mpegvideo_mmx: add xmm registers to clobber listRamiro Polla2010-10-312-0/+6
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-312-17/+17
* bink: make bink_rlelens static (it's only used in this file)Ramiro Polla2010-10-301-1/+1
* h264dsp: add xmm registers to clobber listRamiro Polla2010-10-301-0/+16
* Fix ffserver-related regression (and crash) introduced in r25500.Rocky Cardwell2010-10-291-1/+5
* Move new_output_stream() up for upcoming fix for issue 2317.Carl Eugen Hoyos2010-10-291-21/+21
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-291-2/+2
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-294-352/+396
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-293-73/+74
* ffmpeg.c: dynamically allocate metadata mapsAnton Khirnov2010-10-281-2/+5
* indentRamiro Polla2010-10-281-70/+70
* h264dsp: merge some more asm blocksRamiro Polla2010-10-281-39/+21
* Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag().Stefano Sabatini2010-10-281-25/+12
* Fix 10l leak in ffv1.Michael Niedermayer2010-10-281-0/+4
* Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer2010-10-281-4/+48
* Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer2010-10-281-1/+10
* factorize variable declaration in ffv1.Michael Niedermayer2010-10-281-2/+1
* Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser2010-10-271-11/+21
* ffmpeg.c manual: clarify map_meta_data usage.Anton Khirnov2010-10-271-1/+2
* aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell2010-10-271-1/+0
* aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell2010-10-271-5/+3
* aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell2010-10-271-1/+1
OpenPOWER on IntegriCloud