35057 Commits (f20cdcbc055d128dc21ddd26c09cbbdf1910778c)

Author SHA1 Message Date
Clément Bœsch 2b7a61cbd8 lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form() 9 years ago
Matthieu Bouron 8c24523cc5 lavc/mediacodec: fix chroma width for yuv420p 9 years ago
Matthieu Bouron 81f14884b5 lavc/mjpegdec: avoid unneeded allocation if the frame is to be skipped 9 years ago
Matthieu Bouron 4737fe6907 lavc: add h264 mediacodec decoder 9 years ago
Matthieu Bouron 3ab178516e lavc: add JNI support 9 years ago
Carl Eugen Hoyos 59793785f4 lavc/cfhd: Remove one more \n from avpriv_report_missing_feature(). 9 years ago
Carl Eugen Hoyos 719276b860 lavc/cfhd: Sanitize avpriv_report_missing_feature() usage. 9 years ago
foo86 db44b59980 avcodec/dca: clear X96 channels if nothing was decoded 9 years ago
Kieran Kunhya 247fe3e494 avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241 9 years ago
Umair Khan 7d6c264e02 avcodec/alsdec: treat quant_cof as a signed value 9 years ago
Reimar Döffinger 5f5e6033cd bitstream.c: improve init_vlc error messages. 9 years ago
Reimar Döffinger 0a04c2885f aacenc: avoid double in quantize_bands. 9 years ago
Clément Bœsch 0443b2cf79 lavc: restore ABI compatibility with 3.x (sub_text_format) 9 years ago
James Almer a3659ca014 avcodec/cos_tablegen: extend table generation to 17bits 9 years ago
Michael Niedermayer dec816f92c avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form() 9 years ago
Rostislav Pehlivanov c45b1aa824 vc2enc: minor cosmetic changes 9 years ago
Rostislav Pehlivanov f21cf2b383 vc2enc: remove useless alignment on slice encoding 9 years ago
Rostislav Pehlivanov b88be742fa vc2enc: do not allocate packet until exact frame size is known 9 years ago
Michael Niedermayer 305344d89e avcodec/fft: Add revtab32 for FFTs with more than 65536 samples 9 years ago
Michael Niedermayer ae76b84221 avcodec: Extend fft to size 2^17 9 years ago
Agatha Hu 362e05f1ea avcodec/nvenc: Fix H264 and HEVC vui info update 9 years ago
Michael Niedermayer fbfd2601f6 avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code' 9 years ago
foo86 00e3717b4a avcodec/dca: simplify condition 9 years ago
foo86 8981348749 avcodec/dca: fix av_cold placement in declarations 9 years ago
Rodger Combs ecba35bbe3 lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 build 9 years ago
Rick Kern 3af71ac3f9 lavc: add VideoToolbox H.264 Encoder 9 years ago
Ganesh Ajjanagadde bd9c58756a lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed value 9 years ago
Wan-Teh Chang 4845f0720e Move the |die| member of FrameThreadContext to PerThreadContext. 9 years ago
Rostislav Pehlivanov 7bcc57ad99 vc2enc: fix packet underallocation and minimum bitrate with interlacing 9 years ago
Rostislav Pehlivanov 41985d40c6 vc2enc: simplify slice cost caching 9 years ago
Rostislav Pehlivanov 6061b78e83 vc2enc: remove redundant put_padding() and use skip_put_bytes() instead 9 years ago
Michael Niedermayer 0be09f54fb avcodec: Add utils test 9 years ago
Timothy Gu e3461197b1 x86/vc1dsp: Split the file into MC and loopfilter 9 years ago
Carl Eugen Hoyos 4e05a12a41 lavc/pcxenc: Update format description link. 9 years ago
Michael Niedermayer 3e42c1128f avcodec/libzvbi-teletextdec: Remove unused variable 9 years ago
Rostislav Pehlivanov e7345abe05 vc2enc: redistribute leftover bytes 9 years ago
Rostislav Pehlivanov bbcd5e99c3 vc2enc: allocate the DWT context with the current plane size 9 years ago
Rostislav Pehlivanov 2f19583911 2enc: clip and warn when user bitrate set too low 9 years ago
Rostislav Pehlivanov 6e5c6d61bd vc2enc: clip and warn when user bitrate set too low 9 years ago
Rostislav Pehlivanov 0a2adf0f47 vc2enc: carry over quantization index across frames as a starting point 9 years ago
Rostislav Pehlivanov fc1d3cbfdc vc2enc: use 32 bits for quantized coefficients LUT 9 years ago
Rostislav Pehlivanov 5cc53c2e53 vc2enc: cache bits per quantizer, calculate wasted bits 9 years ago
Michael Niedermayer c6f4720b86 avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg 9 years ago
Reimar Döffinger 4dd4d53531 Document and validate AVFrame plane pointers. 9 years ago
Reimar Döffinger 45fa03b1f9 mjpegdec: Do not assume unused plane pointer are NULL. 9 years ago
Reimar Döffinger 0f199f0ad0 mss2: Fix buffer overflow. 9 years ago
Rodger Combs f0ea536c47 lavc/aac_ac3_parser: reindent 9 years ago
Rodger Combs 9f5baf9085 lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frame 9 years ago
Rodger Combs b426d66370 lavc/Makefile: dnxhd demuxer depends on dnxhddata.o 9 years ago
Kieran Kunhya 8adbe26b90 avcodec/cfhd: Add support for 12-bit RGBA. 9 years ago