summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov2011-08-16
* lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov2011-08-16
* svq3: propagate codec memory allocation failure in context initDustin Brody2011-08-15
* Fix NASM include directiveDave Yeo2011-08-15
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-15
* VC-1: fix reading of custom PAR.Reimar Döffinger2011-08-15
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-15
* aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell2011-08-13
* aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell2011-08-13
* rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-12
* h264: add missing brackets.Ronald S. Bultje2011-08-12
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-12
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-11
* RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-11
* h264: notice memory allocation failureDustin Brody2011-08-11
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-11
* ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-11
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-10
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-10
* Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-10
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-10
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-10
* ac3enc: remove unneeded #includeJustin Ruggles2011-08-09
* ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-09
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-09
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-09
* h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-09
* aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-09
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-08
* libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-08-08
* libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier2011-08-08
* lavc: fix misspelling in commentDustin Brody2011-08-05
* aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-05
* h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-03
* cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-03
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-03
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-03
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-03
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-02
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-02
* avpacket: signal possibly corrupted packetsLuca Barbato2011-08-02
* mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-01
* aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-01
* bink: Eliminate unnecessary shadow declaration.Alex Converse2011-08-01
* lavc: Deprecate unused FF_ER_VERY_AGGRESSIVEDustin Brody2011-07-31