summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-153-0/+10
* 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov2010-11-151-1/+1
* minor bump and Changelog entry for r25747Aurelien Jacobs2010-11-142-1/+2
* minor bump and APIchanges for r25745Aurelien Jacobs2010-11-142-2/+6
* adpcm: Fix a commentMartin Storsjö2010-11-141-1/+1
* Add AMR-NB FATE testsVitor Sessak2010-11-141-0/+48
* Add Musepack7 FATE testVitor Sessak2010-11-141-0/+6
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-131-1/+1
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-134-0/+250
* add ASS encoder and decoderAurelien Jacobs2010-11-132-0/+3
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-133-1/+29
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-134-7/+15
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-132-6/+18
* add global header support for subtitles encodingAurelien Jacobs2010-11-131-0/+4
* Fix revision number of the last APIchanges entry.Stefano Sabatini2010-11-131-1/+1
* Make avfiltergraph.h public.Stefano Sabatini2010-11-133-2/+5
OpenPOWER on IntegriCloud