37684 Commits (4503d678cb047b0c70496e1e51f869b713ed9975)

Author SHA1 Message Date
Martin Vignali b4016ef31a avcodec/exr: add support for uint32 8 years ago
Clément Bœsch d467740f45 lavc/idctdsp: use prefix restrict with av_ 8 years ago
Clément Bœsch eaa67bb9c0 lavc/pthread_slice: remove pointless condition 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Clément Bœsch 2d12b910f7 lavc: use av_fourcc2str() where appropriate 8 years ago
Clément Bœsch 67e370ee52 lavc: fix usages of av_get_codec_tag_string() 8 years ago
Clément Bœsch f156d35321 lavc: deprecate av_get_codec_tag_string() 8 years ago
wm4 4cf1f68903 pthread_frame: minor simplification to error handling 8 years ago
James Almer 91ccd38c0b avcodec/ac3dsp: add special-case handling for the C downmix_fixed function 8 years ago
James Almer c31cbeef58 aarch64/vp9dsp: add missing header includes 8 years ago
Ronald S. Bultje 027ee9b3ed pthread_frame: don't sync items between threads for intra-only codecs. 8 years ago
Ronald S. Bultje bddabfaab6 hevc: initialize no_rasl_output_flag in hevc_frame_start(). 8 years ago
Ronald S. Bultje 8c2aa45d4a h264: revert 1189af4292. 8 years ago
Ronald S. Bultje 0c46641784 vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
Ronald S. Bultje 6d0d1c4a43 vp9: split out reconstruction functions in their own source file. 8 years ago
Ronald S. Bultje b823bbc10c vp9: split out loopfilter functions in their own source file. 8 years ago
Ronald S. Bultje f8c019944d vp9: re-split the decoder/format/dsp interface header files. 8 years ago
Ronald S. Bultje 5ba8c3a0ed dirac: make initialization of arithmetic coder tables threadsafe. 8 years ago
James Almer 3fe7bb2bcf avcodec/extract_extradata_bsf: add missing break statement to extract_extradata_vc1 8 years ago
Clément Bœsch 5dd37c6847 lavc/vp9: clarify inv_recenter_nonneg 8 years ago
Clément Bœsch e6ffdc9582 lavc/vp9: shuffle header declaration 8 years ago
Clément Bœsch 37814a21cb lavc/vp9: consistent use of typedef instead of struct 8 years ago
Clément Bœsch 875f695576 lavc/vp9: misc cosmetics 8 years ago
Clément Bœsch ff8436ba76 lavc/vp9: rename res to ret 8 years ago
Clément Bœsch 0f8ae9d7b2 lavc/vp9: split a few assignment out of ifs 8 years ago
Clément Bœsch f4d95e0949 lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc} 8 years ago
Clément Bœsch 12c44d6373 lavc/vp9: rename ctx to avctx 8 years ago
Clément Bœsch 1c9f4b5078 lavc/vp9: split into vp9{block,data,mvs} 8 years ago
wm4 d7896e9b42 pthread_frame: fix uninitialized variable read 8 years ago
wm4 9e703ae30f pthread_frame: do not attempt to unlock a mutex on the wrong thread 8 years ago
Kyle Swanson b12693facf libavcodec/opusenc: use correct format specifiers 8 years ago
Michael Niedermayer d65b59550b avcodec/avcodec: Correct and make consistent AVERROR() in comments 8 years ago
Michael Niedermayer 0ba22831e1 avcodec/h264idct_template: Fix multiple runtime error: signed integer overflow 8 years ago
Michael Niedermayer 73fb40dc87 avcodec/x86/idctdsp: Remove duplicate include 8 years ago
James Almer b53ac2a528 avcodec/extract_extradata_bsf: use the parsing code from mpeg4video_split() 8 years ago
James Almer 173fdc4dea avcodec/extract_extradata_bsf: use the parsing code from vc1_split() 8 years ago
James Almer ec996163c8 avcodec/extract_extradata_bsf: use the parsing code from mpegvideo_split() 8 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
Carl Eugen Hoyos 66c1c9b277 lavc/xface: Reorder conditions to silence a gcc warning. 8 years ago
Michael Niedermayer d92ad42fb3 avcodec/tests/celp_math: Change IsAlmostEqual() to a function 8 years ago
Thomas Turner 824fe914fe avcodec/tests: added test for celp_math.c 8 years ago
Paul B Mahol e1940d2458 avcodec/dnxhd_parser: take into account compressed frame size and skip it 8 years ago
James Almer ac42f08099 x86/hevc_add_res: merge missing changes from 3d65359832 8 years ago
Clément Bœsch 40ac226014 lavc/x86/hevc: rename hevc_res_add to hevc_add_res 8 years ago
James Almer 5c6efaffd0 avcodec/hevc: add missing hevc.h header 8 years ago
James Almer a1a80a6c9c avcodec/bytestream: check for AV_HAVE_BIGENDIAN instead of HAVE_BIGENDIAN 8 years ago
Timo Rothenpieler d84c2298e2 avcodec/nvenc: apply quantization factors to cqp 8 years ago
Timo Rothenpieler 7fb2a7afa1 avcodec/nvenc: Deprecate usage of global_quality, introducing qp 8 years ago
James Almer 05510ec067 avcodec/videotoolboxenc: remove unused atomic header 8 years ago
James Almer 005da88c1e avcodec/mediacodec: convert to stdatomic 8 years ago