46938 Commits (de33506e4b3e3362095aab167ad8bb87c1bd9488)

Author SHA1 Message Date
Niklas Haas e1a0f2df3d avcodec: add API for automatic handling of icc profiles 2 years ago
Niklas Haas 61ffa23c2e avcodec/codec_internal: add cap for ICC profile support 2 years ago
Niklas Haas 1cbd4552fe fflcms2: move to libavcodec 2 years ago
Dmitry Rogozhkin e0691eab22 qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statuses 2 years ago
Andreas Rheinhardt 6f7d3bde11 avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 2 years ago
Andreas Rheinhardt 7ab9b30800 avcodec/vp56: Move VP5-9 range coder functions to a header of their own 2 years ago
Andreas Rheinhardt 80ad06ab1b avcodec/vp56: Move VP8/9-only rac functions to a header of their own 2 years ago
Andreas Rheinhardt 062599d786 avcodec/vp56.h: Move VP8-only functions to vp8.c 2 years ago
Andreas Rheinhardt f3fef1259c avcodec/hq_hqa: Remove transient GetByteContext from context 2 years ago
Xu Guangxin 81ebf40efa lavc/hevcdec: respect the value of no_output_of_prior_pics_flag 2 years ago
Xu Guangxin 2191f9a6af lavc/hevc_refs: exclude current frame from long term refs 2 years ago
Xu Guangxin 99501b5015 lavc/hevcdec: do not let missing ref frames invovled in dpb process 2 years ago
Xu Guangxin 6c12fe0dda lavc/hevc_refs: fix dpb logical for IRAP 2 years ago
Andreas Rheinhardt 247d513beb avcodec/hevcdec: Avoid allocation of common CABAC state 2 years ago
Andreas Rheinhardt 5bf4ac9113 avcodec/hevcdec: Move allocation after error checks 2 years ago
Andreas Rheinhardt 571e4055dc avcodec/pthread_slice: Reuse buffer if possible 2 years ago
Andreas Rheinhardt b4ca3c7e4e avcodec/pthread_slice: Combine allocating and zeroing entries 2 years ago
Andreas Rheinhardt db99ca2150 avcodec/hevcdec: Check allocation 2 years ago
Andreas Rheinhardt ad2b755d3f avcodec/hevcdec: Don't allocate redundant HEVCContexts 2 years ago
Andreas Rheinhardt 09393130a0 avcodec/hevcdec: Pass HEVCLocalContext** via execute2 2 years ago
Andreas Rheinhardt 05b763a4a4 avcodec/hevcdec: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 6265b155bc avcodec/hevcpred: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 13b3e84a4f avcodec/hevc_cabac: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 72d5ce9fa6 avcodec/hevcdec: Add stat_coeffs to HEVCABACState 2 years ago
Andreas Rheinhardt 8c4f95e1e1 avcodec/hevc_filter: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 136ada2fc3 avcodec/hevc_mvs: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 1837ae9d5f avcodec/hevcdec: Add pointers to logctx and parent ctx to HEVCLocalCtx 2 years ago
Andreas Rheinhardt c8d9d15f5e avcodec/hevcdec: Don't initialize HEVCContexts twice 2 years ago
Andreas Rheinhardt cddb25c848 avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx() 2 years ago
Andreas Rheinhardt 39a538f430 avcodec/hevcdec: Output MD5-message in one piece 2 years ago
Andreas Rheinhardt 1cb7fd317c avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bug 2 years ago
Andreas Rheinhardt 890efee2b8 avcodec/h264_loopfilter: Fix incorrect function parameter array size 2 years ago
Andreas Rheinhardt 708890e78f avcodec/snowenc: Don't pass int[2] as parameter declared as int[3] 2 years ago
Michael Niedermayer 009ef35d38 avcodec/hevc_filter: copy_CTB() only within width&height 2 years ago
Michael Niedermayer 76112c2b41 avcodec/tiff: Check tile_length and tile_width 2 years ago
James Almer 5114ce1e2a avcodec/aacdec: remove skip samples multiplier 2 years ago
Michael Niedermayer 4e145f1dcd avcodec/mss4: Check image size with av_image_check_size2() 2 years ago
Michael Niedermayer 614a4d1476 avcodec/exr: Check x/ysize 2 years ago
Michael Niedermayer f7d510b33f avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size check 2 years ago
Michael Niedermayer 15785e044e avcodec/ffv1dec: consider run increase in minimal golomb frame size 2 years ago
Michael Niedermayer 282589771a avcodec/mpeg4videoenc: fix encoding long frames 2 years ago
Michael Niedermayer 3c43a7a354 avcodec/hdrdec: lines can be empty 2 years ago
Wenbin Chen 52ad617af5 libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codec 2 years ago
Wenbin Chen 8b82c9cdc7 libavcodec/qsvenc: Change the parameter log to be thread safe 2 years ago
Anton Khirnov ac2cda4296 lavc: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
Andreas Rheinhardt d72a671c60 avcodec/wrapped_avframe: Don't presume AVPacket to be writable 2 years ago
Andreas Rheinhardt 425b309fa4 avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt c597510434 avcodec/pnmdec: Mark PHM decoder as init-threadsafe 2 years ago