summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07
* Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLACMichael Chinen2010-12-07
* Add a FLAC parser.Michael Chinen2010-12-07
* cosmetics: line wrap after last commitJustin Ruggles2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-07
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-07
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-06
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini2010-12-04
* Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini2010-12-04
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-04
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* Try to improve reordered_opaque doxy.Michael Niedermayer2010-12-04
* Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer2010-12-04
* 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