summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vp9: Read the frame size as unsignedLuca Barbato2014-05-03
* aac: K&R formatting cosmeticsLuca Barbato2014-05-01
* flv: K&R formatting cosmeticsLuca Barbato2014-05-01
* lavc: deprecate AVCodecContext.codec_nameAnton Khirnov2014-05-01
* lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-01
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-01
* h264: drop commented out cruftAnton Khirnov2014-04-29
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-29
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-29
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-28
* dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes2014-04-28
* dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes2014-04-28
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-25
* lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-24
* on2avc: change a comment at #endif to match actual defineKostya Shishkov2014-04-23
* On2 AVC decoderKostya Shishkov2014-04-23
* fic: Make warning message more accurateDerek Buitenhuis2014-04-23
* fic: Remove redundant clipsDerek Buitenhuis2014-04-23
* fic: Simplify alpha blendingDerek Buitenhuis2014-04-22
* fic: Support rendering cursorsDerek Buitenhuis2014-04-22
* fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-22
* aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-22
* aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-22
* aarch64: NEON float (i)MDCTJanne Grunau2014-04-22
* aarch64: NEON float FFTJanne Grunau2014-04-22
* lavc: improve AVCodecContext.delay doxyAnton Khirnov2014-04-22
* mpegvideo: Use the current_picture ptsMichael Niedermayer2014-04-21
* avcodec/fic: Fix return value checkMichael Niedermayer2014-04-21
* avcodec/fic: clear slice_dataMichael Niedermayer2014-04-21
* avcodec/fic: fix slice checksMichael Niedermayer2014-04-21
* fic: use correct IDCTKostya Shishkov2014-04-21
* mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö2014-04-19
* Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross2014-04-19
* Silicon Graphics RLE 8-bit video decoderPeter Ross2014-04-19
* h264: codec reinit: remove statements without effectJanne Grunau2014-04-19
* utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara2014-04-19
* vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö2014-04-14
* dcadec: Delete redundant init_get_bits callNiels Möller2014-04-14
* x86/synth_filter: remove the fma3 version ifdefsJames Almer2014-04-13
* dcadec: Use correct channel count in stereo downmix checkTim Walker2014-04-12
* dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker2014-04-12
* tiffdec: support predictor type 2 with RGB48 pixel formatJean First2014-04-12
* tiffdec: remove an unneeded variableJustin Ruggles2014-04-12
* tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-12
* tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles2014-04-12
* tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles2014-04-12
* bytestream: add bytestream2_copy_buffer() functionsJustin Ruggles2014-04-12