| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hevcdec: dynamic allocate sList and HEVClcList | Nuo Mi | 2020-12-10 | 1 | -11/+15 |
* | avcodec/hevc_sei: add support for HDR10+ metadata | Mohammad Izadi | 2020-12-05 | 1 | -0/+15 |
* | avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offset | Michael Niedermayer | 2020-10-15 | 1 | -0/+5 |
* | hevcdec: use av_buffer_replace() to simplify code | Anton Khirnov | 2020-09-28 | 1 | -24/+12 |
* | avcodec/hevcdec: sync User Data Unregistered SEI buffers across threads | James Almer | 2020-09-23 | 1 | -0/+19 |
* | avcodec/hevcdec: sync SEI derived AVCodecContext fields across threads | James Almer | 2020-09-23 | 1 | -2/+23 |
* | avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoder | Marton Balint | 2020-09-13 | 1 | -1/+1 |
* | avcodec/hevcdec: Add VDPAU to list of supported formats | ManojGuptaBonda | 2020-07-09 | 1 | -0/+6 |
* | avcodec/hevcdec: add timecode metadata | Limin Wang | 2020-07-09 | 1 | -0/+3 |
* | avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264 | Limin Wang | 2020-06-28 | 1 | -0/+24 |
* | avcodec/hevc: export chroma sample location | Hendrik Leppkes | 2020-06-24 | 1 | -0/+9 |
* | avcodec/hevc_sei: add support for user data unregistered SEI message | Limin Wang | 2020-06-15 | 1 | -0/+14 |
* | lavc/hevc: Add poc_msb_present filed in LongTermRPS | Xu Guangxin | 2020-05-27 | 1 | -3/+2 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -22/+7 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -3/+2 |
* | lavc/hevcdec: add 4:2:2 8-bit/10-bit VAAPI decode support | Linjie Fu | 2020-02-24 | 1 | -0/+6 |
* | lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets | Andriy Gelman | 2020-01-17 | 1 | -1/+1 |
* | avcodec/hevcdec: keep closed captions in sync between multiple thread contexts | James Almer | 2019-12-21 | 1 | -0/+7 |
* | avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption | Limin Wang | 2019-12-20 | 1 | -8/+8 |
* | avcodec/hevcdec: Fix memleak of a53_caption | Michael Niedermayer | 2019-09-16 | 1 | -0/+3 |
* | avcodec/hevcdec: repeat character in skiped | Michael Niedermayer | 2019-09-16 | 1 | -1/+1 |
* | avcodec/hevcdec: Check delta_luma_weight_l0/1 | Michael Niedermayer | 2019-08-13 | 1 | -0/+4 |
* | avcodec/hevcdec: set the SEI parameters early on the AVCodecContext | Steve Lhomme | 2019-07-14 | 1 | -10/+11 |
* | avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 content | ManojGuptaBonda | 2019-05-05 | 1 | -1/+8 |
* | avcodec/hevcdec: Avoid only partly skiping duplicate first slices | Michael Niedermayer | 2019-03-27 | 1 | -4/+10 |
* | avcodec/hevcdec: decode at most one slice reporting being the first in the pi... | James Almer | 2019-03-20 | 1 | -0/+4 |
* | avcodec/nvdec: Add support for decoding HEVC 4:4:4 content | Philip Langdale | 2019-02-16 | 1 | -0/+3 |
* | h2645_parse: Make ff_h2645_packet_split reference-compatible | Andreas Rheinhardt | 2019-01-23 | 1 | -1/+1 |
* | avcodec/hevcdec: Check for overlapping slices | Michael Niedermayer | 2018-12-01 | 1 | -0/+4 |
* | lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing. | Jun Zhao | 2018-08-10 | 1 | -2/+6 |
* | lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame. | Carl Eugen Hoyos | 2018-05-27 | 1 | -1/+1 |
* | avcodec/hevcdec: Declare that nvdec supports 12bit decoding | Philip Langdale | 2018-03-02 | 1 | -0/+5 |
* | avcodec/hevcdec: Check luma/chroma_log2_weight_denom | Michael Niedermayer | 2018-02-18 | 1 | -3/+9 |
* | avcodec/hevcdec: use ff_hevc_uninit_parameter_sets() | James Almer | 2018-01-21 | 1 | -9/+1 |
* | libavcodec/hevcdec: implement skip_frame | sfan5 | 2017-12-20 | 1 | -1/+15 |
* | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 1 | -0/+7 |
|\ |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 1 | -0/+7 |
* | | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+25 |
* | | avcodec/hevc: implement new decode_params callback for VideoToolbox | Aman Gupta | 2017-11-13 | 1 | -0/+32 |
* | | Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88' | James Almer | 2017-11-10 | 1 | -0/+7 |
|\| |
|
| * | hevcdec: add a CUVID hwaccel | Anton Khirnov | 2017-07-28 | 1 | -1/+8 |
* | | Merge commit '00fd914d4912322212e924c15f325cebf2fde8d3' | James Almer | 2017-11-10 | 1 | -4/+5 |
|\| |
|
| * | hevcdec: set the active SPS before calling get_format() | Anton Khirnov | 2017-07-28 | 1 | -4/+5 |
| * | hevc: Make sure to update the current frame transfer characteristic | Vittorio Giovara | 2017-07-21 | 1 | -1/+1 |
| * | hevc: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-06-28 | 1 | -0/+6 |
| * | dxva: add support for new dxva2 and d3d11 hwaccel APIs | wm4 | 2017-06-08 | 1 | -1/+2 |
* | | Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41' | James Almer | 2017-10-31 | 1 | -6/+6 |
|\| |
|
| * | hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext | Anton Khirnov | 2017-05-20 | 1 | -6/+6 |
| * | hevcdec: remove HEVCContext usage from hevc_sei | James Almer | 2017-05-09 | 1 | -23/+26 |