summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation.Reimar Döffinger2010-11-061-35/+35
* Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger2010-11-061-15/+17
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-062-13/+13
* add my (compn) fingerprint to svn write list in maintainers fileBen Littler2010-11-051-0/+1
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-044-45/+58
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-041-3/+7
* Add test for cropping of interlaced H.264.Reimar Döffinger2010-11-042-1/+6
* aacdec: consume the audio specific config during LATM parsingJanne Grunau2010-11-041-0/+2
* Fix off-by-one error in APIchanges file.Stefano Sabatini2010-11-041-2/+2
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-047-6/+10
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-046-3/+16
* Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini2010-11-041-1/+1
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-041-2/+2
* Silence icc warning about unsupported option -Wno-parenthesesCarl Eugen Hoyos2010-11-041-1/+2
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-034-4/+4
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-037-20/+27
* Fix 16kHz Mono NellyMoser in flv.Thierry Foucu2010-11-032-0/+7
* Implement isnan() function evaluation.Stefano Sabatini2010-11-033-3/+11
* Add eval.texi file.Stefano Sabatini2010-11-034-72/+174
* Update 24 bpp TM1 reference for decoder fixes.Reimar Döffinger2010-11-031-15/+15
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-031-0/+1
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-031-6/+10
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-031-5/+5
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-031-5/+17
* matroskadec: skip invalid tags with no TagNameAnton Khirnov2010-11-031-0/+5
* changelog: mention that ffmpeg is now win64-friendlyRamiro Polla2010-11-021-0/+1
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-022-2/+2
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-021-30/+30
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-026-1/+221
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-026-19/+28
* Implement functions:Stefano Sabatini2010-11-028-43/+117
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-025-15/+58
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-021-1/+2
* Allow mono encoding with LAME.Thierry Foucu2010-11-021-2/+1
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-023-3/+3
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-021-2/+2
* Make the cropdetect filter print the time for each frame, in additionStefano Sabatini2010-11-021-2/+2
* Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini2010-11-021-3/+2
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-021-2/+2
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-021-1/+1
* mpegts: support LATM syntaxJanne Grunau2010-11-021-4/+1
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-027-1/+405
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-021-19/+30
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-021-23/+34
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-021-2/+2
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-021-13/+16
* ffmpeg.c: reindentAnton Khirnov2010-11-021-5/+5
* ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specifiedAnton Khirnov2010-11-021-0/+9
* 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
OpenPOWER on IntegriCloud