summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add eval.texi file.Stefano Sabatini2010-11-03
* Update 24 bpp TM1 reference for decoder fixes.Reimar Döffinger2010-11-03
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-03
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-03
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-03
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-03
* matroskadec: skip invalid tags with no TagNameAnton Khirnov2010-11-03
* changelog: mention that ffmpeg is now win64-friendlyRamiro Polla2010-11-02
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-02
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-02
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-02
* Implement functions:Stefano Sabatini2010-11-02
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-02
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-02
* Allow mono encoding with LAME.Thierry Foucu2010-11-02
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-02
* Make the cropdetect filter print the time for each frame, in additionStefano Sabatini2010-11-02
* Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini2010-11-02
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-02
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-02
* mpegts: support LATM syntaxJanne Grunau2010-11-02
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-02
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-02
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-02
* ffmpeg.c: reindentAnton Khirnov2010-11-02
* ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specifiedAnton Khirnov2010-11-02
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-02
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-02
* Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer2010-11-02
* Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer2010-11-02
* remove impossible condition from msrle_decode_pal4()Michael Niedermayer2010-11-02
* fix indentMichael Niedermayer2010-11-02
* Remove ffmpeg PGMYUV compatibility hack, which was deprecated sinceStefano Sabatini2010-11-02
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-01
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-01
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-01
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-01
* Add examples of unary operators.Stefano Sabatini2010-11-01
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-01
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-01
* aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell2010-11-01
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-31
* Use AV_RL32() in opt_codec_tag().Stefano Sabatini2010-10-31
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-31
* ffmpeg: fix opt_codec_tag() return valueRamiro Polla2010-10-31