summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
* Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.Justin Ruggles2010-12-14
* cosmetics: rename some fields in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: change all short to int16_tJustin Ruggles2010-12-14
* Change some unsigned types to signed types in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
* Avoid rollover in settings conversion.James Zern2010-12-12
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* 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