28393 Commits (ba040d4c8c1e9d55d12a6759bfa4932c11454da4)

Author SHA1 Message Date
Martin Storsjö 3828eb8519 libfdk-aac: Relicense the library wrappers to 2-clause BSD 11 years ago
Jean First 15fa856b82 libfdk-aacenc: Enable 7.1 channel encoding 11 years ago
Michael Niedermayer ebf2c2c3a8 avcodec/lossless_videodsp: fix incompatible pointer type warning 11 years ago
Michael Niedermayer 336901e060 avcodec/h263dec: use AV_EF_IGNORE_ERR 11 years ago
Michael Niedermayer d7ade20adb avcodec: add AV_EF_IGNORE_ERR 11 years ago
Michael Niedermayer 0a5cc20d4a avcodec/jpeglsdec: add cast to silence pointer type warning 11 years ago
Michael Niedermayer a520d8fd35 avcodec/snow_dwt: fix "incompatible pointer type" warnings 11 years ago
Michael Niedermayer 5918c5a4cc avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer type" 11 years ago
Michael Niedermayer bb605ef8ab avcodec/xbmdec: fix pointer type warnings 11 years ago
Michael Niedermayer 56cc178485 avcodec/h263dec: fix "incompatible pointer type" warning 11 years ago
Michael Niedermayer 77df9de78c avcdoec/snowenc: use av_mallocz_array() 11 years ago
Michael Niedermayer cc86158173 avcodec/ffv1dec: use av_malloc_array() 11 years ago
Luca Barbato 925c37874b vp9: Read the frame size as unsigned 11 years ago
Matt Oliver 3c3e02b8d1 x86/cavdsp: prevent named constraints appearing twice. 11 years ago
Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 11 years ago
Carl Eugen Hoyos a75349d0c8 Fix standalone compilation of dsd planar decoders. 11 years ago
Carl Eugen Hoyos 4116cbeaf5 Fix oga muxer standalone compilation. 11 years ago
Michael Niedermayer 64e448994c avcodec/h263dec: print MB position for each MB when TRACE is enabled 11 years ago
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