37864 Commits (0e2f0fedcd2232260378e760018a8ed84bd34343)

Author SHA1 Message Date
wm4 15a23a8332 pthread_frame: don't return stale error codes after flush 8 years ago
James Almer e5c11ab9ce avcodec: fix containts typo 8 years ago
Steve Lhomme 157e57a181 lavc: Add Content Light Level side metadata found in HEVC 8 years ago
Shivraj Patil 2a512f86c1 build fix for mips 8 years ago
Ronald S. Bultje fed92adbb3 vp8: make mv_min/max thread-local if using partition threading. 8 years ago
Ronald S. Bultje 9a54c6f243 vp8: make wait/thread_mb_pos atomic. 8 years ago
Ronald S. Bultje 83ae7e6350 x86/idctdsp_init: reindent. 8 years ago
Ronald S. Bultje 32baeafeee jrev/xvid: hardcode use of C put/add_pixels_clamped. 8 years ago
Ronald S. Bultje e0c205677f x86/simple_idct: add explicit sse2 simple_idct_put/add versions. 8 years ago
Ronald S. Bultje 2f0591cfa3 cavs: add a sse2 idct implementation. 8 years ago
Ronald S. Bultje c9d98c5649 cavs: convert idct from inline asm to yasm. 8 years ago
Ronald S. Bultje b51d7d89f8 x86/xvididct: remove use of ff_put/add_pixels_clamped function pointer. 8 years ago
Ronald S. Bultje 40cbd686dc idct_arm: remove use of ff_put/add_pixels_clamped function pointer. 8 years ago
Ronald S. Bultje 083300bea9 pthread_frame: allow per-field ThreadFrame owners. 8 years ago
Michael Niedermayer b02027c79d avcodec/dvbsubdec: Replace fprintf(stderr) by av_log() 8 years ago
Rostislav Pehlivanov c901ae9440 bitpacked: fix potential overflow 8 years ago
Ronald S. Bultje 7c7e7c44a6 huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx. 8 years ago
Damien Riegel 549acc9995 codec: bitpacked: add decoder 8 years ago
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