summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-06
* add my (compn) fingerprint to svn write list in maintainers fileBen Littler2010-11-05
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-04
* Add test for cropping of interlaced H.264.Reimar Döffinger2010-11-04
* aacdec: consume the audio specific config during LATM parsingJanne Grunau2010-11-04
* Fix off-by-one error in APIchanges file.Stefano Sabatini2010-11-04
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini2010-11-04
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-04
* Silence icc warning about unsupported option -Wno-parenthesesCarl Eugen Hoyos2010-11-04
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Fix 16kHz Mono NellyMoser in flv.Thierry Foucu2010-11-03
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
* 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