summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add a FLAC parser.Michael Chinen2010-12-074-1/+651
* cosmetics: line wrap after last commitJustin Ruggles2010-12-071-7/+14
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-073-11/+12
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-072-3/+9
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-071-1/+7
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-073-101/+105
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-071-1/+3
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-061-35/+68
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-061-1/+0
* Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini2010-12-041-3/+6
* Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini2010-12-041-0/+1
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-041-0/+1
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-042-25/+6
* Try to improve reordered_opaque doxy.Michael Niedermayer2010-12-041-2/+6
* Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer2010-12-041-0/+7
* Count non-header data towards intra block bit count in MJPEG encoderBobby Bingham2010-12-041-0/+2
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-042-10/+19
* g722: Add a trellis encoderMartin Storsjö2010-12-031-0/+198
* Use SECTION .text for yasm code.avcoder2010-12-011-0/+2
* adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö2010-12-011-0/+6
* 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
OpenPOWER on IntegriCloud