30793 Commits (6f838dee3cf86bf8b7196ef25bcce1cb4736a0c4)

Author SHA1 Message Date
Michael Niedermayer aefb99f2c0 avcodec/ass_split: use *alloc_array() 10 years ago
Michael Niedermayer 727cb2bda9 avcodec/ass: Use av_realloc_array() 10 years ago
Anton Khirnov 7e4e010b80 mpeg4audio: check the init_get_bits() return value 10 years ago
wm4 b88e80589b vp9: fix parser return values in error case 10 years ago
wm4 816577716b avcodec/dvdsubdec: fix accessing dangling pointers 10 years ago
Martin Storsjö 2dbd35b00c libfdk-aacdec: Make sure decoding doesn't add any extra delay in the latest version of fdk-aac 10 years ago
Martin Storsjö 3852e2c926 libopenh264enc: Fix a typo and some nitpicks 10 years ago
wm4 bcaa9099b3 avcodec/dvdsubdec: error on bitmaps with size 0 10 years ago
Michael Niedermayer 86e7d20ac2 avcodec/aic: Use av_malloc_array 10 years ago
Michael Niedermayer e00499eb4c avcodec/libxvid: fix potential integer overflow 10 years ago
Alexandre Colucci 5a1addd7c1 xsub: Support DXSA subtitles 10 years ago
Michael Niedermayer ad465e7897 avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the picture start code as well as earlier start codes 10 years ago
Michael Niedermayer 69ee915e1c avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 10 years ago
Michael Niedermayer ddae03f69b avcodec/allcodecs: prefer x264 over openh264 if both are available 10 years ago
Michael Niedermayer 9198397115 avcodec/ffv1enc: Fix incompatible pointer type warning 10 years ago
Martin Storsjö 8a3d9ca603 libavcodec: Add an OpenH264 encoder wrapper 10 years ago
Vittorio Giovara 1c6183233d msmpeg4: check memory allocations and propagate errors 10 years ago
Vittorio Giovara ed97963bdb ulti: invert the order of parameters of ulti_decode_frame() 10 years ago
James Almer 08810a8895 x86/flacdsp: remove unneeded ifdeffery 10 years ago
Stefano Pigozzi 2cef68da69 vda: error out if decoded CVPixelBuffer is empty 10 years ago
Diego Biurrun 0352ff102d ffv1: const correctness for encode_rgb_frame() 10 years ago
Diego Biurrun ca09effb01 ffv1: Drop unnecessary casts and const qualifiers to match function signatures 10 years ago
wm4 c9151de7c4 avcodec/dvdsubdec: fix out of bounds accesses 10 years ago
Michael Niedermayer 0f931b29f7 Factorize avpriv_mirror() out 10 years ago
Michael Niedermayer 5c95de150f avcodec/libxvid: check for av_malloc*() failures 10 years ago
Michael Niedermayer bd12aa2bc5 avcodec/ljpegenc: Check for av_malloc_array() failure 10 years ago
Michael Niedermayer 75cc57f73f avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_info 10 years ago
Michael Niedermayer 1010b36d86 avcodec/mpeg12dec: Recalculate SAR unconditionally 10 years ago
Michael Niedermayer aeb36fd207 avcodec/mpeg12dec: Move user data debug code out of unrelated if (buf_size > 29) 10 years ago
Michael Niedermayer 5ba62e89df avcodec/loco: check the init_get_bits8() return code 10 years ago
Michael Niedermayer 131a185826 avcodec/loco: use enum for mode variable 10 years ago
Michael Niedermayer d97b94f1af avcodec/loco: Support LOCO reference encoder with odd width 10 years ago
James Almer 37b35feb64 x86/swr: add SSE2/AVX pack_8ch functions 10 years ago
Carl Eugen Hoyos 7905bd5555 Fix decoding for little endian Aja Kona 10-bit RGB. 10 years ago
Michael Niedermayer db0a52d611 avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() 10 years ago
Michael Niedermayer 748ad112e2 avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Carl Eugen Hoyos 6a6a0620e2 Fix R10k blue channel output. 10 years ago
Michael Niedermayer c263102298 avcodec/vdpau: fix assertion failure and < vs > error 10 years ago
Reimar Döffinger 035180901d r210enc.c: Simplify and never store more than 10 bits. 10 years ago
Ronald S. Bultje 3aefca68ca vp9/x86: add myself to copyright holders for loopfilter assembly. 10 years ago
Ronald S. Bultje afd8c464b7 vp9/x86: make filter_16_h work on 32-bit. 10 years ago
Ronald S. Bultje b26bc3520f vp9/x86: make filter_48/84/88_h work on 32-bit. 10 years ago
Ronald S. Bultje 8a1cff1c35 vp9/x86: make filter_44_h work on 32-bit. 10 years ago
Ronald S. Bultje 047088b8c6 vp9/x86: make filter_16_v work on 32-bit. 10 years ago
Ronald S. Bultje 0cc9c23ea1 vp9/x86: make filter_48/84_v work on 32-bit. 10 years ago
Ronald S. Bultje 6433a9133f vp9/x86: make filter_88_v work on 32-bit. 10 years ago
Ronald S. Bultje 75f8e52089 vp9/x86: make filter_44_v work on 32-bit. 10 years ago
Ronald S. Bultje 7f80c3344c vp8/x86: save one register in SIGN_ADD/SUB. 10 years ago
Ronald S. Bultje 8ea2194ebb vp9/x86: store unpacked intermediates for filter6/14 on stack. 10 years ago
Ronald S. Bultje e42409479f vp8/x86: move variable assigned inside macro branch. 10 years ago