aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-251-1/+1
* lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-242-13/+8
* on2avc: change a comment at #endif to match actual defineKostya Shishkov2014-04-231-1/+1
* On2 AVC decoderKostya Shishkov2014-04-238-1/+10491
* fic: Make warning message more accurateDerek Buitenhuis2014-04-231-1/+3
* fic: Remove redundant clipsDerek Buitenhuis2014-04-231-3/+3
* fic: Simplify alpha blendingDerek Buitenhuis2014-04-221-1/+1
* fic: Support rendering cursorsDerek Buitenhuis2014-04-221-1/+111
* fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-221-1/+2
* aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-225-0/+122
* aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-225-0/+269
* aarch64: NEON float (i)MDCTJanne Grunau2014-04-223-0/+334
* aarch64: NEON float FFTJanne Grunau2014-04-225-0/+483
* lavc: improve AVCodecContext.delay doxyAnton Khirnov2014-04-221-6/+11
* mpegvideo: Use the current_picture ptsMichael Niedermayer2014-04-211-2/+2
* avcodec/fic: Fix return value checkMichael Niedermayer2014-04-211-2/+2
* avcodec/fic: clear slice_dataMichael Niedermayer2014-04-211-0/+1
* avcodec/fic: fix slice checksMichael Niedermayer2014-04-211-5/+5
* fic: use correct IDCTKostya Shishkov2014-04-211-11/+52
* mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö2014-04-191-1/+1
* Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross2014-04-196-1/+314
* Silicon Graphics RLE 8-bit video decoderPeter Ross2014-04-196-1/+171
* h264: codec reinit: remove statements without effectJanne Grunau2014-04-191-4/+1
* utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara2014-04-191-0/+1
* vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö2014-04-141-1/+1
* dcadec: Delete redundant init_get_bits callNiels Möller2014-04-141-1/+0
* x86/synth_filter: remove the fma3 version ifdefsJames Almer2014-04-132-4/+0
* dcadec: Use correct channel count in stereo downmix checkTim Walker2014-04-121-5/+5
* dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker2014-04-121-0/+10
* tiffdec: support predictor type 2 with RGB48 pixel formatJean First2014-04-121-4/+18
* tiffdec: remove an unneeded variableJustin Ruggles2014-04-121-3/+1
* tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-123-28/+57