summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-22
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-22
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-22
* Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger2010-11-22
* Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman2010-11-22
* ffmpeg.c: document default metadata mappingsAnton Khirnov2010-11-22
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-22
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-22
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-21
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-21
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-21
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Remove declaration of function:Stefano Sabatini2010-11-21
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-21
* movdec: export creation_date as metadataAurelien Jacobs2010-11-21
* avidec: export creation_date as metadataAurelien Jacobs2010-11-21
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
* Document added functions.Reimar Döffinger2010-11-21
* Improve documentation wording.Reimar Döffinger2010-11-21
* Fix indentation.Reimar Döffinger2010-11-21
* Fix indentation.Reimar Döffinger2010-11-21
* Add explanation and alternative implementation for strange xanReimar Döffinger2010-11-21
* WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2010-11-21
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-21
* Add a av_grow_packet function, to be used by code that mergesReimar Döffinger2010-11-21
* adpcm: Fix a comment in the trellis heap codeMartin Storsjö2010-11-20
* Merge rotation into lookup table.Reimar Döffinger2010-11-20
* Cosmetics, fix indentationBaptiste Coudurier2010-11-20
* adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö2010-11-19
* adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö2010-11-19
* Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier2010-11-19
* Order matters, fix test files linking.Stefano Sabatini2010-11-19
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-18
* Fix style: if( -> if (.Stefano Sabatini2010-11-18
* Remove redundant information in header.Stefano Sabatini2010-11-18
* 100l: Fix crash in SPDIF muxer.Carl Eugen Hoyos2010-11-17
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos2010-11-17
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-17
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-16
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-16
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-16
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-15
* 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov2010-11-15
* minor bump and Changelog entry for r25747Aurelien Jacobs2010-11-14
* minor bump and APIchanges for r25745Aurelien Jacobs2010-11-14
* adpcm: Fix a commentMartin Storsjö2010-11-14
* Add AMR-NB FATE testsVitor Sessak2010-11-14
* Add Musepack7 FATE testVitor Sessak2010-11-14
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-13