28761 Commits (f2407407121f5439fc32b733c2ad9a2bd94e766a)

Author SHA1 Message Date
Michael Niedermayer 1e25afc181 avcodec/tiff: Support 410 and 440 YCbCr 11 years ago
Michael Niedermayer f0c78b0769 avcodec/vorbisdec: use av_malloc(z)_array() 11 years ago
Michael Niedermayer 0a266cb55a avcodec/vorbisdec: try to workaround libvorbisenc bug 11 years ago
gcocherel 2eddf3a6ef avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked from commit e99b96dff1d76d74cb5633aa9702828d863050e2) 11 years ago
Michael Niedermayer f694ca7ca7 avcodec/tiff: support 4:2:2 and 4:1:1 YCbCr 11 years ago
Michael Niedermayer 6a0b5e3476 avcodec/mpegvideo: fix null pointer dereference 11 years ago
Anton Khirnov 9d76dd952f h264: drop commented out cruft 11 years ago
Anton Khirnov c1f92d1358 mpegvideo: remove unused MpegEncContext.b4_stride 11 years ago
Anton Khirnov 6a13505c06 mpegvideo: move the MpegEncContext fields used from arm asm to the beginning 11 years ago
Nicolas George 70beebe357 lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types. 11 years ago
Nicolas George 1bf6396498 lavc: add a mime_types field to codec descriptors. 11 years ago
Nicolas George 6ea1196673 lavc: add AV_CODEC_ID_BIN_DATA. 11 years ago
Nicolas George 892e2c2ad8 lavc: add codec descriptors for TTF and OTF. 11 years ago
Nicolas George fa7bc7ed8b lavc: add codec descriptors for deprecated ids. 11 years ago
Nicolas George e419e29e1c lavc/codec_desc: add separation comment. 11 years ago
Michael Niedermayer ede411dd03 avcodec/vc1_parser: fix use of uinitialized memory 11 years ago
Michael Niedermayer 8120668351 avcodec/hevc_cabac: decrease CABAC_MAX_BIN 11 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
Hendrik Leppkes ed4b757177 dxva2_h264: add a workaround for old Intel GPUs 11 years ago
Hendrik Leppkes 2fcef90bee dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Michael Niedermayer 2cf514354b avcodec/mpeg12enc: increase declared size of block function argument 11 years ago
Michael Niedermayer e31727bd53 avcodec/mjpegdec: make type of shift unsigned to avoid undefined behavior 11 years ago
Michael Niedermayer 4260ed462b avcodec/h264_cabac: fix indention 11 years ago
Michael Niedermayer 1fc28cf164 avcodec/g729postfilter: avoid potential negative shift 11 years ago
Michael Niedermayer d03defa778 avcodec/tiff: Support yuv 420 and 444 11 years ago
Michael Niedermayer 1ca21e1b76 avcodec/tiff: parse subsample factors 11 years ago
Michael Niedermayer 9341e9497b Fix overriden typos 11 years ago
Michael Niedermayer 466988ab75 Fix dont and doesnt typos 11 years ago
Michael Niedermayer e9ad121ba5 Fix skiping typos 11 years ago
Michael Niedermayer e20ebe491c avcodec/shorten: check bitshift 11 years ago
Michael Niedermayer b432960528 avcodec/mjpegdec: Fix undefined shift 11 years ago
Michael Niedermayer bc3234062d avcodec/truemotion2: replace impossible condition by av_assert2 11 years ago
Michael Niedermayer ebfe154bd5 avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior 11 years ago
Michael Niedermayer 3ba77ea369 avcodec/vc1dec: print debug message if a b frame without reference is skiped 11 years ago
Michael Niedermayer e0e60c9211 avcodec/dpx: extract frame rate 11 years ago
Alessandro Ghedini cdf6eb5a97 vc1: Do not return an error when skipping b frames 11 years ago
Michael Niedermayer 92cc6d5163 avcodec/mdct_template: Use av_malloc_array() 11 years ago
Michael Niedermayer 681a5b8d6f avcodec/ttaenc: use av_malloc_array() 11 years ago
Michael Niedermayer abbcc6b26b avcodec/utils: use av_malloc(z)_array() 11 years ago
Ronald S. Bultje 6d69f9f376 vp9: write uveob as 16-bit value for 16x16/32x32 transforms. 11 years ago
James Almer c7b089048d vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers 11 years ago
Ben Avison a0d7f9ec9a vc-1: Optimise parser (with special attention to ARM) 11 years ago
Ben Avison 9d8ecdd8ca vc-1: Add platform-specific start code search routine to VC1DSPContext. 11 years ago
Ben Avison 270cede3f3 h264: Move search code search functions into separate source files. 11 years ago
James Almer 5ac10d40fb x86/mpegaudiodsp: define apply_window_mp3 as SSE 11 years ago
Janne Grunau a88e1d1c59 lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 23cd5cb18f avcodec/fic: avoid 2 additions per idct row 11 years ago
Kostya Shishkov 7cade8ea2b on2avc: change a comment at #endif to match actual define 11 years ago
Kostya Shishkov e2834567d7 On2 AVC decoder 11 years ago