aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs2010-11-271-0/+1
* Mobotix .mxg demuxerAnatoly Nenashev2010-11-261-0/+1
* Fix memleak: free palette data on close.Reimar Döffinger2010-11-231-0/+1
* 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
* 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
* 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-219-90/+97
* Remove declaration of function:Stefano Sabatini2010-11-211-3/+0
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-213-121/+62
* 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-211-7/+99
* 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
* 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
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-161-3/+3
* 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-141-1/+1
* minor bump and APIchanges for r25745Aurelien Jacobs2010-11-141-2/+2
* adpcm: Fix a commentMartin Storsjö2010-11-141-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-131-0/+11
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-121-7/+24
* adpcm: Replace any of the leaf nodes in the heapMartin Storsjö2010-11-121-12/+4
* ReindentMartin Storsjö2010-11-121-12/+12
* adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö2010-11-121-8/+29
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-1271-212/+212
* 10l: dx shouldn't exist.Alex Converse2010-11-121-1/+1
* 10l: vorbisdec: declare dyAlex Converse2010-11-121-1/+1
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-121-3/+3
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-113-0/+115
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-111-3/+0
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-101-3/+3
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-101-5/+4
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-091-1/+1
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-095-42/+11
* Reindent after last commit.Thilo Borgmann2010-11-081-2/+2
* Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann2010-11-083-14/+17
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-3/+3
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-071-1/+1
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-071-1/+1