summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a av_grow_packet function, to be used by code that mergesReimar Döffinger2010-11-212-1/+27
* adpcm: Fix a comment in the trellis heap codeMartin Storsjö2010-11-201-1/+1
* Merge rotation into lookup table.Reimar Döffinger2010-11-201-38/+34
* Cosmetics, fix indentationBaptiste Coudurier2010-11-201-1/+1
* adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö2010-11-191-1/+2
* adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö2010-11-191-8/+27
* Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier2010-11-191-10/+13
* Order matters, fix test files linking.Stefano Sabatini2010-11-191-1/+1
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-181-2/+5
* Fix style: if( -> if (.Stefano Sabatini2010-11-181-5/+5
* Remove redundant information in header.Stefano Sabatini2010-11-181-2/+1
* 100l: Fix crash in SPDIF muxer.Carl Eugen Hoyos2010-11-171-0/+1
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-1711-382/+314
* Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos2010-11-172-12/+60
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-171-0/+3
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-161-1/+2
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-161-0/+1
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-163-5/+5
OpenPOWER on IntegriCloud