summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-252-3/+7
* In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier2010-11-251-0/+4
* In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier2010-11-251-1/+1
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-251-0/+2
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-251-2/+2
* avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs2010-11-241-0/+38
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-241-1/+1
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-241-1/+1
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-241-1/+3
* Add informative log message in the crop filter.Stefano Sabatini2010-11-231-0/+3
* Fix memleak: free palette data on close.Reimar Döffinger2010-11-231-0/+1
* avidec: support non-standard creation_time formatAurelien Jacobs2010-11-231-1/+5
* avidec: trivial simplification regarding av_metadata_setAurelien Jacobs2010-11-231-6/+2
* matroskaenc: don't duplicate title informationAnton Khirnov2010-11-231-1/+3
* id3v2: add TDEN<->creation_time tag mappingAnton Khirnov2010-11-231-0/+1
* lavf: document the new creation_time tagAnton Khirnov2010-11-231-1/+2
* 100l, fix missing decrement on split PGS packets.Reimar Döffinger2010-11-231-0/+1
* In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier2010-11-231-8/+9
* Remove some warningsBaptiste Coudurier2010-11-231-2/+2
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-231-2/+5
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-235-82/+157
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-231-2/+2
* S/PDIF demuxerAnssi Hannula2010-11-226-3/+241
* Reindent.Stefano Sabatini2010-11-221-5/+5
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-221-9/+11
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-221-0/+4
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-225-19/+20
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-221-3/+3
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
* Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger2010-11-221-0/+5
* Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman2010-11-221-13/+25
* ffmpeg.c: document default metadata mappingsAnton Khirnov2010-11-221-0/+6
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-221-0/+12
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-221-3/+3
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-211-50/+13
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-211-2/+2
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-214-12/+17
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-2114-101/+109
* Remove declaration of function:Stefano Sabatini2010-11-211-3/+0
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-218-124/+285
* movdec: export creation_date as metadataAurelien Jacobs2010-11-211-4/+18
* avidec: export creation_date as metadataAurelien Jacobs2010-11-211-0/+27
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-216-1/+443
* Document added functions.Reimar Döffinger2010-11-211-0/+6
* Improve documentation wording.Reimar Döffinger2010-11-211-2/+2
* Fix indentation.Reimar Döffinger2010-11-211-1/+1
* Fix indentation.Reimar Döffinger2010-11-211-4/+4
* Add explanation and alternative implementation for strange xanReimar Döffinger2010-11-211-0/+56
* WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2010-11-212-105/+117
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-212-1/+31
OpenPOWER on IntegriCloud