summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Count non-header data towards intra block bit count in MJPEG encoderBobby Bingham2010-12-04
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* g722: Add a trellis encoderMartin Storsjö2010-12-03
* Use SECTION .text for yasm code.avcoder2010-12-01
* adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö2010-12-01
* ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs2010-11-27
* Mobotix .mxg demuxerAnatoly Nenashev2010-11-26
* Fix memleak: free palette data on close.Reimar Döffinger2010-11-23
* 100l, fix missing decrement on split PGS packets.Reimar Döffinger2010-11-23
* In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier2010-11-23
* 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
* 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
* 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 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
* 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
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-16
* 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 missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-13
* add ASS encoder and decoderAurelien Jacobs2010-11-13
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-13
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-12
* adpcm: Replace any of the leaf nodes in the heapMartin Storsjö2010-11-12
* ReindentMartin Storsjö2010-11-12
* adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö2010-11-12
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* 10l: dx shouldn't exist.Alex Converse2010-11-12
* 10l: vorbisdec: declare dyAlex Converse2010-11-12
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-12
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-11
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-11
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-10
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-10
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-09
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09