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