summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-20
* libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-19
* tiffdec: Add support for GRAY16LE.Alex Converse2012-09-19
* tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-19
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-19
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-19
* rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-19
* avcodec: cleanup utils.cLuca Barbato2012-09-18
* binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles2012-09-18
* binkaudio: use float sample formatJustin Ruggles2012-09-18
* binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles2012-09-18
* alsdec: fix misplaced parentheses.Clément Bœsch2012-09-17
* alsdec: check return values.Thilo Borgmann2012-09-17
* alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-17
* alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-17
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-17
* alsdec: check opt_order.Michael Niedermayer2012-09-17
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-17
* xsubenc: reindentAnton Khirnov2012-09-17
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-16
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-16
* nellymoserdec: drop support for s16 output.Anton Khirnov2012-09-16
* bmpdec: only initialize palette for pal8.Anton Khirnov2012-09-16
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-15
* vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato2012-09-14
* x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-14
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-13
* x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-13
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker2012-09-12
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-11
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-11
* x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-10
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-09
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-09
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-08
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-07
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-07
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-07
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-06
* mss12: avoid unnecessary division in arith*_get_bit()Alberto Delmás2012-09-06