| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hevc_ps: Change num_tile_rows/columns checks to sps->ctb_height/weight | Michael Niedermayer | 2019-11-14 | 1 | -2/+2 |
* | avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columns | Michael Niedermayer | 2019-11-14 | 1 | -10/+13 |
* | avcodec/hevc_ps: add a function to uninitialize parameter set buffers | James Almer | 2018-01-30 | 1 | -0/+16 |
* | avcodec/hevc_ps: Check log2_sao_offset_scale_* | Michael Niedermayer | 2018-01-30 | 1 | -0/+5 |
* | avcodec/hevc_ps: extract SPS fields required for hvcC construction | Aman Gupta | 2017-09-28 | 1 | -1/+2 |
* | avcodec/hevc_ps: Fix limit of chroma_qp_offset_list_len_minus1 | Michael Niedermayer | 2017-09-12 | 1 | -1/+1 |
* | avcodec/hevc_ps: improve check for missing default display window bitstream | James Almer | 2017-09-11 | 1 | -6/+27 |
* | avcodec/hevc_ps: Fix undefined shift in pcm code | Michael Niedermayer | 2017-08-29 | 1 | -3/+3 |
* | avcodec/hevc_ps: Check delta_pocs in ff_hevc_decode_short_term_rps() | Michael Niedermayer | 2017-08-24 | 1 | -0/+12 |
* | avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2 | Michael Niedermayer | 2017-07-26 | 1 | -3/+5 |
* | avcodec/hevc_ps: Fix integer overflow with beta/tc offsets | Michael Niedermayer | 2017-06-30 | 1 | -6/+8 |
* | avcodec/hevc_ps: Fix max_dec_buffer check | Michael Niedermayer | 2017-06-25 | 1 | -2/+2 |
* | hevc: Fix scaling list prediction delta for the 32x32 inter matrix | Mark Thompson | 2017-06-14 | 1 | -0/+1 |
* | avcodec/hevc_ps: Fix runtime error: index 32 out of bounds for type 'uint8_t ... | Michael Niedermayer | 2017-06-04 | 1 | -0/+6 |
* | avcodec/hevc_ps: Fix runtime error: signed integer overflow: 2147483628 + 256... | Michael Niedermayer | 2017-05-31 | 1 | -1/+1 |
* | avcodec/hevcdec: export cropping information instead of handling it internally | James Almer | 2017-05-26 | 1 | -19/+12 |
* | avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc() | James Almer | 2017-05-05 | 1 | -0/+23 |
* | Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341' | Clément Bœsch | 2017-04-08 | 1 | -3/+3 |
|\ |
|
| * | lavc: Use a stricter check for the color properties values | Vittorio Giovara | 2016-12-02 | 1 | -3/+3 |
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -4/+3 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | | Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3' | James Almer | 2017-03-23 | 1 | -7/+7 |
|\| |
|
| * | hevcdec: move parameter set parsing into a separate header | Anton Khirnov | 2016-10-16 | 1 | -7/+7 |
* | | 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 | -8/+8 |
|\| |
|
| * | hevcdec: move decoder-independent declarations into a separate header | Anton Khirnov | 2016-10-16 | 1 | -8/+8 |
* | | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | hevc: rename hevc.[ch] to hevcdec.[ch] | Anton Khirnov | 2016-10-16 | 1 | -1/+1 |
| * | hevc: set profile based on the profile compatibility flags if needed | Hendrik Leppkes | 2016-07-20 | 1 | -1/+5 |
| * | dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS | Hendrik Leppkes | 2016-02-13 | 1 | -0/+1 |
* | | lavc/hevc_ps: Use correct pix_fmt for 10bit 4:0:0. | Carl Eugen Hoyos | 2016-11-14 | 1 | -1/+1 |
* | | lavc/hevc_ps: Fix an error message. | Carl Eugen Hoyos | 2016-11-10 | 1 | -3/+2 |
* | | lavc/hevc_ps: Use correct pix_fmt for 12bit 4:0:0. | Carl Eugen Hoyos | 2016-11-10 | 1 | -1/+1 |
* | | lavc/hevc: store VPS/SPS/PPS data | Matthieu Bouron | 2016-09-09 | 1 | -0/+36 |
* | | hevc: fix size condition in ptl parsing | Hendrik Leppkes | 2016-05-07 | 1 | -1/+1 |
* | | lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444. | Carl Eugen Hoyos | 2016-03-13 | 1 | -5/+6 |
* | | lavc/hevc_ps: Support GBR decoding. | Carl Eugen Hoyos | 2016-03-13 | 1 | -0/+13 |
* | | lavc/hevc_ps: Fix offset for yuv422 and yuv444. | Carl Eugen Hoyos | 2016-03-09 | 1 | -5/+6 |
* | | hevc: set profile based on the profile compatibility flags if needed | Hendrik Leppkes | 2016-02-01 | 1 | -1/+5 |
* | | avcodec/hevc_ps: Check chroma_format_idc | Michael Niedermayer | 2015-11-05 | 1 | -0/+4 |
* | | dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS | Hendrik Leppkes | 2015-08-03 | 1 | -0/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | avcodec/hevc_ps: Also print depth in failure path of map_pixel_format() | Michael Niedermayer | 2015-07-18 | 1 | -2/+2 |
* | | Merge commit 'c88c5eef53ff1619724ba47b722da64ec0593dab' | Michael Niedermayer | 2015-07-15 | 1 | -131/+135 |
|\| |
|
| * | hevc: Split the struct setup from the pps parsing | Luca Barbato | 2015-07-15 | 1 | -127/+131 |
* | | Merge commit '32c8d89c036b0e75ece74aea638df587099def0b' | Michael Niedermayer | 2015-07-14 | 1 | -0/+3 |
|\| |
|
| * | hevc: Print the non-supported chroma_format_idc | Luca Barbato | 2015-07-13 | 1 | -1/+2 |
* | | Merge commit '8e373fe048812a25b238ea60a7052b8c07639a42' | Michael Niedermayer | 2015-07-14 | 1 | -42/+50 |
|\| |
|