summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types.Nicolas George2014-04-29
* lavc: add a mime_types field to codec descriptors.Nicolas George2014-04-29
* lavc: add AV_CODEC_ID_BIN_DATA.Nicolas George2014-04-29
* lavc: add codec descriptors for TTF and OTF.Nicolas George2014-04-29
* lavc: add codec descriptors for deprecated ids.Nicolas George2014-04-29
* lavc/codec_desc: add separation comment.Nicolas George2014-04-29
* avcodec/vc1_parser: fix use of uinitialized memoryMichael Niedermayer2014-04-29
* Merge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05'Michael Niedermayer2014-04-29
|\
| * 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
* | avcodec/hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer2014-04-28
* | avcodec/mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-04-28
* | avcodec/mjpegdec: make type of shift unsigned to avoid undefined behaviorMichael Niedermayer2014-04-28
* | avcodec/h264_cabac: fix indentionMichael Niedermayer2014-04-28
* | avcodec/g729postfilter: avoid potential negative shiftMichael Niedermayer2014-04-27
* | avcodec/tiff: Support yuv 420 and 444Michael Niedermayer2014-04-27
* | avcodec/tiff: parse subsample factorsMichael Niedermayer2014-04-27
* | Fix overriden typosMichael Niedermayer2014-04-27
* | Fix dont and doesnt typosMichael Niedermayer2014-04-27
* | Fix skiping typosMichael Niedermayer2014-04-27
* | avcodec/shorten: check bitshiftMichael Niedermayer2014-04-27
* | avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer2014-04-27
* | avcodec/truemotion2: replace impossible condition by av_assert2Michael Niedermayer2014-04-27
* | avcodec/apedec: tmpk==32 is not supported, prevent undefined behaviorMichael Niedermayer2014-04-26
* | avcodec/vc1dec: print debug message if a b frame without reference is skipedMichael Niedermayer2014-04-26
* | Merge commit 'cdf6eb5a9710566be217a3f17d3d94ac4e4d2662'Michael Niedermayer2014-04-26
|\|
| * vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-25
* | avcodec/dpx: extract frame rateMichael Niedermayer2014-04-25
* | avcodec/mdct_template: Use av_malloc_array()Michael Niedermayer2014-04-25
* | avcodec/ttaenc: use av_malloc_array()Michael Niedermayer2014-04-25
* | avcodec/utils: use av_malloc(z)_array()Michael Niedermayer2014-04-25
* | Merge commit '6d69f9f37689c999815a65a2d99999fad3a41705'Michael Niedermayer2014-04-25
|\ \
| * | vp9: write uveob as 16-bit value for 16x16/32x32 transforms.Ronald S. Bultje2014-04-25
* | | vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointersJames Almer2014-04-25
* | | vc-1: Optimise parser (with special attention to ARM)Ben Avison2014-04-25
* | | vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-04-25
* | | h264: Move search code search functions into separate source files.Ben Avison2014-04-25
* | | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-25
|\ \ \
| * | | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
| |/ /
* | | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer2014-04-25
|\ \ \ | | |/ | |/|
| * | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-24
* | | x86/mpegaudiodsp: define apply_window_mp3 as SSEJames Almer2014-04-25
| |/ |/|
* | Merge commit '7cade8ea2bb19e78dae42b29720535a70fb2ae84'Michael Niedermayer2014-04-23
|\|
| * on2avc: change a comment at #endif to match actual defineKostya Shishkov2014-04-23
* | avcodec/fic: avoid 2 additions per idct rowMichael Niedermayer2014-04-23
* | Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'Michael Niedermayer2014-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