37659 Commits (c7a5b40dd97ff9533634699feef803295c9cb956)

Author SHA1 Message Date
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
Michael Niedermayer 4f727fbc73 avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 0f34c0789f avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 3182e19c1c avcodec/tiff: Check geotag count for being non zero 8 years ago
wm4 7e4ba776a2 lavc: vdpau: Add support for new hw_frames_ctx and hw_device_ctx API 8 years ago
wm4 156bd8278f lavc: Add hwaccel_flags field to AVCodecContext 8 years ago
James Almer 30cadfe071 avcodec/lossless_videodsp: use ptrdiff_t for length parameters 8 years ago
Mark Thompson 9560766a61 vaapi_vp9: Mark as async-safe 8 years ago
Mark Thompson 14c1101518 vaapi_hevc: Mark as async-safe 8 years ago
Mark Thompson 81b7deab82 vaapi: Implement device-only setup 8 years ago
Diego Biurrun 6ff3da4f6a Place attribute_deprecated in the right position for struct declarations 8 years ago
Clément Bœsch e28bd75f7c lavc/hevc: use atomics for wpp_err 8 years ago
Rostislav Pehlivanov 38d7cc22f7 mdct15: fix left shift of a negative value 8 years ago
Clément Bœsch cf1c8a379e lavc/bitstream_filter: remove unused atomic.h include 8 years ago
Clément Bœsch cb763a9ba8 lavc/bitstream: remove unused atomic.h include 8 years ago
Clément Bœsch af607b7e07 lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
Clément Bœsch c7904af057 lavc/huffyuvdsp: remove unused ppc init prototype 8 years ago
Clément Bœsch 9dc57688c8 lavc/mips: temporally disable ac3 downmix 8 years ago
James Almer aee046a895 x86/audiodsp: remove an unnecessary movss 8 years ago
Marton Balint 5154650413 avcodec/avcodec.h: clarify decoupled decode/encode API docs 8 years ago