28602 Commits (0d26264fb4c8fbf3f26692270e77f71633d4b103)

Author SHA1 Message Date
Michael Niedermayer 41a679000f avcodec/mpegvideo: fix gray*() parameter types 11 years ago
Michael Niedermayer c60b266eac avcodec/mpegvideo: support disabling motion compensation 11 years ago
Michael Niedermayer e881a96632 avcodec/libxvid: improve return codes 11 years ago
Michael Niedermayer 2ff81d0916 avcodec/utils/ff_init_buffer_info factor avctx->internal->pkt; out 11 years ago
Michael Niedermayer bbc604020f avcodec/utils: merge ff_decode_frame_props() and ff_init_buffer_info() 11 years ago
Michael Niedermayer 77811482ab avcodec/utils: ff_decode_frame_props: set pkt_size 11 years ago
Luca Barbato a90d92ce2a aac: K&R formatting cosmetics 11 years ago
Luca Barbato c6b42e8549 flv: K&R formatting cosmetics 11 years ago
Anton Khirnov ba71c74017 lavc: deprecate AVCodecContext.codec_name 11 years ago
Anton Khirnov e7fc9796d8 lavc: do not use AVCodecContext.codec_name in avcodec_string() 11 years ago
Anton Khirnov a2941c8cb2 lavc: move CODEC_FLAG_MV0 to mpegvideo 11 years ago
Anton Khirnov 6484149158 lavc: make the xvid-specific "gmc" flag a private option of libxvid 11 years ago
Anton Khirnov b2c31710c9 lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo 11 years ago
Anton Khirnov 5fccedaa67 lavc: deprecate CODEC_FLAG_INPUT_PRESERVED 11 years ago
Michael Niedermayer 617e866e25 Move av_find_best_pix_fmt_of_2() from avcodec to avutil 11 years ago
Michael Niedermayer 0eb9482e32 avcodec/flacenc: Use av_malloc_array() 11 years ago
Michael Niedermayer f08ca91b05 avcodec/ivi_common: Use av_mallocz_array() 11 years ago
Michael Niedermayer 8532566e80 avcodec/mjpegdec: use av_mallocz_array() 11 years ago
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