aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flacdec: do not overwrite a channel layout set by the callerAnton Khirnov2014-05-281-1/+4
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-2713-163/+274
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-2722-375/+574
* h264_picture: Remove pointless dsputil.h #includeDiego Biurrun2014-05-271-1/+0
* on2avc: Remove pointless dsputil.h #includeDiego Biurrun2014-05-271-1/+0
* avcodec: bump version after rotation apiVittorio Giovara2014-05-231-1/+1
* dca: Convert dca_dmixtable to integersNiels Möller2014-05-232-41/+42
* check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau2014-05-201-1/+1
* Add transformation matrix API.Vittorio Giovara2014-05-192-0/+18
* pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-191-14/+3
* avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-191-1/+0
* hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov2014-05-191-9/+7
* hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet2014-05-191-19/+10
* hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet2014-05-191-37/+28
* hevc: templatize intra_predAnton Khirnov2014-05-194-9/+25
* hevc: templatize pred_planarMickaël Raulet2014-05-191-42/+18
* lavc: add avcodec_free_context().Anton Khirnov2014-05-183-4/+24
* lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-181-18/+0
* aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-158-39/+807
* lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-151-0/+3
* lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-151-2/+6
* lavc: add a native Opus decoder.Anton Khirnov2014-05-1510-2/+5699
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau2014-05-131-1/+1
* lavc: Add new VDA hwaccelAnton Khirnov2014-05-117-7/+412
* vda: use hwaccel private data for internal bitstream bufferAnton Khirnov2014-05-112-18/+38
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-114-4/+59
* hwaccel: Support specific frame allocatorsLuca Barbato2014-05-112-0/+12
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-1110-17/+17
* lavc: document which parts of AVHWAccel are private.Anton Khirnov2014-05-111-0/+7
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-116-30/+33
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-117-10/+22
* pcm-dvd: Fix 20bit decodingnu7742014-05-091-4/+4
* libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö2014-05-052-22/+42
* libfdk-aacenc: Enable 7.1 channel encodingJean First2014-05-051-0/+18
* vp9: Read the frame size as unsignedLuca Barbato2014-05-031-2/+2
* aac: K&R formatting cosmeticsLuca Barbato2014-05-011-5/+5
* flv: K&R formatting cosmeticsLuca Barbato2014-05-011-21/+20
* lavc: deprecate AVCodecContext.codec_nameAnton Khirnov2014-05-012-0/+9
* lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-011-2/+0
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-017-5/+27
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-014-2/+19
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-016-4/+24
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-014-5/+10
* h264: drop commented out cruftAnton Khirnov2014-04-291-3/+0
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-292-2/+0
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-292-20/+21
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-282-4/+4
* dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes2014-04-283-2/+9
* dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes2014-04-281-4/+14