| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | hevc: Factor out the pixel format mapping from the sps parser | Luca Barbato | 2015-07-13 | 1 | -27/+34 |
| * | hevc_ps: make sure failing to decode an SPS always returns an error | Anton Khirnov | 2015-07-13 | 1 | -1/+1 |
* | | Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2' | Michael Niedermayer | 2015-07-12 | 1 | -61/+62 |
|\| |
|
| * | hevc: remove HEVCContext usage from hevc_ps | Anton Khirnov | 2015-07-12 | 1 | -49/+50 |
* | | avcodec/hevc_ps: Remove gotos from ff_hevc_parse_sps() | Michael Niedermayer | 2015-07-09 | 1 | -50/+29 |
* | | avcodec/hevc_ps: Do not return success on failures in ff_hevc_parse_sps() | Michael Niedermayer | 2015-07-09 | 1 | -0/+1 |
* | | Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7' | Michael Niedermayer | 2015-07-09 | 1 | -108/+113 |
|\| |
|
| * | hevc_ps: split the code for parsing the SPS and exporting it into the context | Anton Khirnov | 2015-07-08 | 1 | -89/+96 |
* | | avcodec/hevc_ps: Only discard overread VPS if a previous is available | Michael Niedermayer | 2015-06-18 | 1 | -1/+2 |
* | | avcodec/hevc_ps: Move log2_ctb_size checks up to prevent undefined shift oper... | Michael Niedermayer | 2015-05-13 | 1 | -12/+13 |
* | | avcodec/hevc_ps: Explicitly check num_tile_* for negative values | Michael Niedermayer | 2015-05-13 | 1 | -2/+2 |
* | | avcodec/hevc_ps: Check vps_num_hrd_parameters | Michael Niedermayer | 2015-05-13 | 1 | -0/+5 |
* | | avcodec/hevc_ps: More completely check vps_num_layer_sets | Michael Niedermayer | 2015-05-13 | 1 | -1/+2 |
* | | avcodec/hevc: Remove current_sps | Michael Niedermayer | 2015-04-28 | 1 | -6/+1 |
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -2/+2 |
* | | Merge commit 'df528b11ac607de13a7c438f2a51f2119f71a03c' | Michael Niedermayer | 2015-04-03 | 1 | -13/+46 |
|\| |
|
| * | hevc: make sure no dangling pointers remain around on VPS/SPS change | Anton Khirnov | 2015-04-03 | 1 | -7/+39 |
* | | Merge commit 'ce0bc09ee2580d49fec90a6eb0de2ba1b580c854' | Michael Niedermayer | 2015-04-03 | 1 | -2/+8 |
|\| |
|
| * | hevc: do not change the VPS if its contents are the same | Anton Khirnov | 2015-04-03 | 1 | -2/+8 |
| * | hevc: zero the correct variables on invalid crop parameters | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
| * | hevc_ps: remove a write-only variable | Anton Khirnov | 2014-07-11 | 1 | -2/+1 |
| * | hevc: remove unused array min_cb_addr_zs | Gildas Cocherel | 2014-06-26 | 1 | -18/+1 |
* | | avcodec/hevc_ps: Check cropping parameters more correctly | Michael Niedermayer | 2015-03-21 | 1 | -1/+2 |
* | | avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the bounds of a... | Michael Niedermayer | 2015-02-25 | 1 | -0/+8 |
* | | avcodec/hevc_ps: Sanity checks for some log2_* values | Michael Niedermayer | 2015-02-25 | 1 | -1/+20 |
* | | avcodec/hevc: adding support for monochrome sequences in hevc | Mickaƫl Raulet | 2015-02-02 | 1 | -6/+5 |
* | | avcodec/hevc_ps: Check diff_cu_qp_delta_depth | Michael Niedermayer | 2014-12-18 | 1 | -0/+8 |
* | | avcodec/hevc_ps: Add context to av_log() call | Michael Niedermayer | 2014-12-06 | 1 | -1/+1 |
* | | avcodec/hevc_ps: Check num_long_term_ref_pics_sps | Michael Niedermayer | 2014-11-28 | 1 | -0/+5 |
* | | avcodec/hevc_ps: More complete window reset | Michael Niedermayer | 2014-11-27 | 1 | -4/+2 |
* | | avcodec/hevc_ps: Check return code from pps_range_extensions() | Michael Niedermayer | 2014-11-27 | 1 | -1/+2 |
* | | avcodec/hevc_ps: Check default display window bitstream and skip if invalid | Michael Niedermayer | 2014-10-27 | 1 | -1/+5 |
* | | avcodec/hevc_ps: Always initialize backup in decode_vui() | Michael Niedermayer | 2014-09-06 | 1 | -2/+1 |
* | | avcodec/hevc_ps: fix 1 vs. 0 typo | Michael Niedermayer | 2014-08-22 | 1 | -1/+1 |
* | | hevc_ps: check overflow and test alternate syntax | Christophe Gisquet | 2014-08-21 | 1 | -1/+20 |
* | | avcodec/hevc_ps: do cleanup in case of unsupported bit depth | Michael Niedermayer | 2014-08-20 | 1 | -1/+2 |
* | | hevc: do generic validation of bitstream | Christophe Gisquet | 2014-08-11 | 1 | -0/+18 |
* | | hevc_ps: verify P/T/L information | Christophe Gisquet | 2014-08-10 | 1 | -9/+34 |