37846 Commits (12290077d1ceda29c47ce9f222e42a5019664131)

Author SHA1 Message Date
Clément Bœsch 8c5c6871ba lavc: add AV_ prefix to CODEC_CAP_DELAY in doxy 8 years ago
Matthieu Bouron 3fce174d4f lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capability 8 years ago
Matthieu Bouron 6ffaf90b32 lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAY 8 years ago
James Almer c169ab4112 avcodec/Makefile: fix truehd encoder dependencies 8 years ago
Ronald S. Bultje eff2861a75 png: set AVFrame flags/fields before calling setup_finished(). 8 years ago
Ronald S. Bultje 478f1c3d5e png: split header state and data state in two separate variables. 8 years ago
Ronald S. Bultje 1f50baa2b2 hevc: only write to max_ra and pocTid0 in the first slice. 8 years ago
Ronald S. Bultje 1269cd5b6f pthread_frame: call update_context_from_user() after acquiring lock. 8 years ago
Ronald S. Bultje 467a053810 codec_desc: mark some lossless audio codecs as intraonly. 8 years ago
Ronald S. Bultje e72690b18d h264: don't sync pic_id between threads. 8 years ago
Martin Vignali 8163314967 libavcodec/exr : fix scanline offset table recreation on big endian 8 years ago
Jun Zhao 08087f5462 lavc/vaapi_encode: fix p_per_i calculate issue. 8 years ago
Diego Biurrun f8e29a3716 build: Add missing object dependency for extract_extradata bitstream filter 8 years ago
Michael Niedermayer 22b0daa1b3 Bump versions for master after 3.3 8 years ago
Michael Niedermayer e1cc7f83df Bump minor for 3.3 8 years ago
James Almer cbd2502939 avcodec/extract_extradata_bsf: make sure all parameter set NAL units were found for h264/hevc 8 years ago
Paul B Mahol 358d4524cc avcodec/dnxhdenc: fix indentation issue 8 years ago
Paul B Mahol f078bc4c5e avcodec/dnxhdenc: DNxHR 444 and HQX support 8 years ago
Dzung Hoang 68e3c9a3b6 avcodec/exr: add support for scanline file where offsets are set to zero 8 years ago
Takayuki 'January June' Suwa e3d8963c3c avcodec/dsddec: correct for DSD silence bit-ordering 8 years ago
James Almer 6171f178e7 x86/hevc_add_res: merge last remaining changes from 3d65359832 8 years ago
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