summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-241-1/+1
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-242-12/+12
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-221-3/+6
* sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-09-211-2/+7
* libx264: add forgotten ;Anton Khirnov2012-09-211-1/+1
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-203-6/+6
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-202-8/+16
* libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-191-0/+9
* tiffdec: Add support for GRAY16LE.Alex Converse2012-09-191-1/+1
* tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-191-3/+19
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-194-12/+29
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-191-0/+12
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-191-2/+3
* rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-191-11/+3
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-192-4/+101
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-191-173/+204
* avcodec: cleanup utils.cLuca Barbato2012-09-181-232/+263
* binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles2012-09-181-12/+5
* binkaudio: use float sample formatJustin Ruggles2012-09-181-35/+21
* binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles2012-09-181-4/+4
* alsdec: fix misplaced parentheses.Clément Bœsch2012-09-171-1/+1
* alsdec: check return values.Thilo Borgmann2012-09-171-5/+7
* alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-171-6/+6
* alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-171-1/+1
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-171-0/+4
* alsdec: check opt_order.Michael Niedermayer2012-09-171-0/+5
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-171-0/+5
* xsubenc: reindentAnton Khirnov2012-09-171-6/+6
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-176-16/+18
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-171-1/+1
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-161-24/+15
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-161-11/+12
* nellymoserdec: drop support for s16 output.Anton Khirnov2012-09-161-27/+4
* bmpdec: only initialize palette for pal8.Anton Khirnov2012-09-161-3/+3
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-155-0/+186
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-152-15/+1
* vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato2012-09-141-3/+2
* x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-143-27/+33
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-132-8/+0
* x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-131-0/+2
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-128-153/+154
* mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker2012-09-121-2/+2
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-111-1/+1
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-111-30/+29
* x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-101-2/+2
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-091-0/+1
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-094-7/+7
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-095-49/+49
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-0815-112/+92
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-081-3/+3
OpenPOWER on IntegriCloud