28761 Commits (f2407407121f5439fc32b733c2ad9a2bd94e766a)

Author SHA1 Message Date
Michael Niedermayer eeb48353ab avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variables 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 326463893b avcodec/wavpack: initialize pointers to silence warning about them possibly being uninitialized 11 years ago
Michael Niedermayer 84655bdaed avcodec/hevc: remove unused variable 11 years ago
Michael Niedermayer fc7d0d8201 avcodec/x86/hevcdsp_init: fix SSE4 checks 11 years ago
Michael Niedermayer 7be230b5fa avcodec/x86/Makefile: remove duplicate line 11 years ago
Michael Niedermayer 3b3db02f2e avcodec/x86/hevcdsp_init: fix build on 32bit 11 years ago
plepere 7a2491c436 HEVC : added assembly MC functions 11 years ago
Mickaël Raulet 83976e40e8 hevc: C code update for new motion compensation 11 years ago
Matt Oliver ac9869ffb0 x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 11 years ago
Michael Niedermayer 7db0f9bef1 avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc() 11 years ago
Michael Niedermayer 141a84688f avcodec/mpeg4videodec: fix mcbpc error messages 11 years ago
Michael Niedermayer 2baf1c8c60 avcodec/snowenc: Fix "incompatible pointer type" warning 11 years ago
Michael Niedermayer 89d2fc62db avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
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