37732 Commits (5694427dc384cb6f35fc84d87615854d53c2de3a)

Author SHA1 Message Date
Ronald S. Bultje 1ddc37051f h264: only assign H264Picture::mbaff for first slice. 8 years ago
Ronald S. Bultje b5300c8ad8 h264: don't write to source picture object in ff_h264_ref_picture(). 8 years ago
Ronald S. Bultje 081c21ca55 lagarith: assign correct per-thread value to LagarithContext::avctx. 8 years ago
Ronald S. Bultje 73f863d751 fic: set pict_type/key_frame after (instead of during) slice decoding. 8 years ago
Ronald S. Bultje 9e2050b698 codec_desc: mark fraps as an intra-only codec. 8 years ago
Ronald S. Bultje f800d6508d dnxhd: initialize DNXHDContext::avctx to each thread's respective one. 8 years ago
Michael Niedermayer 58b867a7cf Bump minor versions for master after release/3.3 branchpoint 8 years ago
Michael Niedermayer fc332f3e29 Bump minor versions for staring release/3.3 branch 8 years ago
Michael Niedermayer c217027c11 avcodec/mips: fix build 8 years ago
Mark Thompson ebce133228 pthread_frame: Propagate sw_pix_fmt across threads 8 years ago
Michael Niedermayer fe46d92c15 avcodec/clearvideo: Do not lose the return code of decode_mb() 8 years ago
Michael Niedermayer e976e68fc5 avcodec/atrac3: Check init_get_bits8() for failure 8 years ago
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