aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles2014-04-121-8/+3
* tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles2014-04-121-138/+111
* bytestream: add bytestream2_copy_buffer() functionsJustin Ruggles2014-04-121-0/+26
* bytestream: add functions for accessing size of bufferPaul B Mahol2014-04-121-0/+10
* tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles2014-04-121-5/+6
* tiffdec: rename variables for consistency and fix variable shadowingJean First2014-04-121-8/+5
* DNxHD: convert inline asm to yasmTimothy Gu2014-04-114-68/+90
* DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-04-113-4/+5
* DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-114-210/+319
* mp2: Do not force a samplerateLuca Barbato2014-04-112-2/+0
* libx265: Only set the SAR if it is validDerek Buitenhuis2014-04-101-7/+9
* libx265: Use 16-bit SARDerek Buitenhuis2014-04-101-2/+2