| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/videotoolbox: add hevc support | Aman Gupta | 2017-09-28 | 1 | -1/+11 |
* | hevc: Make sure to update the current frame transfer characteristic | Vittorio Giovara | 2017-07-21 | 1 | -1/+1 |
* | avcodec/hevcdec: hevc_await_progress: declare |y| only if used. | Wan-Teh Chang | 2017-07-21 | 1 | -2/+3 |
* | avcodec/hevcdec: do not let updated extradata corrupt state | Michael Niedermayer | 2017-07-05 | 1 | -4/+4 |
* | hevcdec: properly export some side data with frame threading | wm4 | 2017-06-30 | 1 | -0/+6 |
* | hevc: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-06-28 | 1 | -0/+6 |
* | avcodec/hevcdec: do basic validity check on delta_chroma_weight and offset | Michael Niedermayer | 2017-06-27 | 1 | -2/+17 |
* | dxva: add support for new dxva2 and d3d11 hwaccel APIs | wm4 | 2017-06-27 | 1 | -1/+3 |
* | avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d... | Michael Niedermayer | 2017-06-25 | 1 | -4/+1 |
* | avcodec/hevcdec: Use error path if init_get_bits8() fails | Michael Niedermayer | 2017-06-24 | 1 | -2/+2 |
* | avcodec/hevcdec: check ff_init_cabac_decoder() for failure | Michael Niedermayer | 2017-06-24 | 1 | -7/+19 |
* | avcodec/hevcdec: Check beta and tc offset in hls_slice_header() | Michael Niedermayer | 2017-06-21 | 1 | -2/+11 |
* | avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps() | Michael Niedermayer | 2017-06-17 | 1 | -2/+6 |
* | avcodec/hevcdec: Check nb_sps | Michael Niedermayer | 2017-06-15 | 1 | -0/+2 |
* | avcodec/hevcdec: export cropping information instead of handling it internally | James Almer | 2017-05-26 | 1 | -4/+4 |
* | hevc: fix race condition in max_ra/seq_decode. | Ronald S. Bultje | 2017-05-25 | 1 | -2/+10 |
* | avcodec/hevc_parse: decode SEI message NALUs in extradata | James Almer | 2017-05-05 | 1 | -1/+1 |
* | avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc() | James Almer | 2017-05-05 | 1 | -1/+1 |
* | avcodec/hevcdec: remove HEVCContext usage from hevc_sei | James Almer | 2017-05-05 | 1 | -44/+46 |
* | lavc/hevcdec: fix invalid use of ff_get_format() | Clément Bœsch | 2017-04-26 | 1 | -1/+1 |
* | Merge commit '373fd76b4dbd9aa03ed28e502f33f2ca8c1ce19a' | Clément Bœsch | 2017-04-26 | 1 | -6/+6 |
|\ |
|
| * | hevcdec: do not set decoder-global SPS prematurely | Anton Khirnov | 2016-12-19 | 1 | -4/+3 |
* | | Merge commit '86157e6db2c7a9222f77fa7e7f50fb9aebc3aa81' | Clément Bœsch | 2017-04-26 | 1 | -27/+33 |
|\| |
|
| * | hevc: decouple calling get_format() from exporting the SPS parameters | Anton Khirnov | 2016-12-14 | 1 | -19/+30 |
| * | hevc: Eliminate pointless variable indirection | Diego Biurrun | 2016-11-30 | 1 | -3/+1 |
| * | hevc: Support extradata changes from multiple stsd | Vittorio Giovara | 2016-11-08 | 1 | -0/+10 |
| * | hevc: Allow parsing external extradata buffers | Vittorio Giovara | 2016-11-08 | 1 | -7/+5 |
| * | hevc: Move hevc_decode_extradata before frame decoding | Vittorio Giovara | 2016-11-08 | 1 | -74/+74 |
| * | hevc: factor out a repeated condition | Anton Khirnov | 2016-10-21 | 1 | -12/+8 |
* | | avcodec/hevcdec: remove duplicate extradata parsing function | James Almer | 2017-04-09 | 1 | -55/+6 |
* | | lavc: Add Content Light Level side metadata found in HEVC | Steve Lhomme | 2017-04-06 | 1 | -0/+18 |
* | | hevc: only write to max_ra and pocTid0 in the first slice. | Ronald S. Bultje | 2017-04-03 | 1 | -16/+16 |
* | | hevc: initialize no_rasl_output_flag in hevc_frame_start(). | Ronald S. Bultje | 2017-03-28 | 1 | -2/+2 |
* | | Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f' | James Almer | 2017-03-23 | 1 | -25/+25 |
|\| |
|
| * | hevc: move the SliceType enum to hevc.h | Anton Khirnov | 2016-10-21 | 1 | -29/+29 |
* | | Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3' | James Almer | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | hevcdec: move parameter set parsing into a separate header | Anton Khirnov | 2016-10-16 | 1 | -1/+1 |
* | | Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153' | James Almer | 2017-03-23 | 1 | -0/+1 |
|\| |
|
| * | hevcdec: split ff_hevc_diag_scan* declarations into a separate header | Anton Khirnov | 2016-10-16 | 1 | -0/+1 |
* | | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' | James Almer | 2017-03-23 | 1 | -41/+42 |
|\| |
|
| * | hevcdec: move decoder-independent declarations into a separate header | Anton Khirnov | 2016-10-16 | 1 | -38/+39 |
* | | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -945/+1290 |
|/ |
|
* | hevc: rename hevc.[ch] to hevcdec.[ch] | Anton Khirnov | 2016-10-16 | 1 | -0/+3077 |