| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '4d33873c2990b8d6096f60fef384f0efc4482b55' | Michael Niedermayer | 2014-03-09 | 1 | -4/+4 |
|\ |
|
| * | hevc: make pps/sps ids unsigned where necessary | Vittorio Giovara | 2014-03-09 | 1 | -4/+4 |
| * | hevc: Use get_bits_long() in decode_vui() | Michael Niedermayer | 2014-03-09 | 1 | -2/+2 |
* | | Merge commit '175e5063320f585118a5461f15dbacf2ce17e97d' | Michael Niedermayer | 2014-02-19 | 1 | -1/+1 |
|\| |
|
| * | hevc: Mention the missing SPS in the error message | Luca Barbato | 2014-02-19 | 1 | -1/+1 |
* | | avcodec/hevc_ps: Use get_bits_long() in decode_vui() | Michael Niedermayer | 2014-02-15 | 1 | -2/+2 |
* | | Merge commit '838740e6420538ad45982da6b1d3aa3ae91307f5' | Michael Niedermayer | 2014-01-21 | 1 | -6/+6 |
|\| |
|
| * | hevc: Prevent some integer overflows | Luca Barbato | 2014-01-21 | 1 | -6/+6 |
* | | Merge commit 'b37e796082b2d787aff3cd5631bb89c4fd374708' | Michael Niedermayer | 2014-01-21 | 1 | -1/+1 |
|\| |
|
| * | hevc: Use uint64 to check for tile dimensions | Luca Barbato | 2014-01-21 | 1 | -1/+1 |
* | | Merge commit 'a7a07cc98ac548297b5b0628cb81280e11952e3f' | Michael Niedermayer | 2014-01-21 | 1 | -1/+2 |
|\| |
|
| * | hevc: check that VPS referenced from SPS exists | Michael Niedermayer | 2014-01-21 | 1 | -0/+7 |
| * | hevc: support luma bit depth != chroma bit depth for PCM coding units | Mickaël Raulet | 2013-12-20 | 1 | -11/+1 |
* | | avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with nu... | Michael Niedermayer | 2014-01-15 | 1 | -2/+5 |
* | | avcodec/hevc_ps: check that VPS referenced from SPS exists | Michael Niedermayer | 2014-01-06 | 1 | -0/+6 |
* | | Merge commit '78d0b7f36e39bb4745613e312024ddd508e2f0fb' | Michael Niedermayer | 2013-12-21 | 1 | -5/+6 |
|\| |
|
| * | hevc: warn when an unknown profile is used | Guillaume Martres | 2013-12-20 | 1 | -0/+8 |
| * | hevc_ps: fix indentation | Gildas Cocherel | 2013-12-20 | 1 | -1/+1 |
* | | Merge commit '2d18aaa14bc2233b0647d2c5abb72e0bc828c2a8' | Michael Niedermayer | 2013-12-21 | 1 | -0/+1 |
|\| |
|
| * | hevc: refactor Profile Tier Level | Gildas Cocherel | 2013-12-20 | 1 | -32/+31 |
| * | hevc: don't check for errors in PTL code | Guillaume Martres | 2013-12-20 | 1 | -24/+9 |
* | | hevc: rename ptl structs and variables | Guillaume Martres | 2013-12-14 | 1 | -5/+5 |
* | | hevc: don't check for errors in PTL code | Guillaume Martres | 2013-12-14 | 1 | -19/+10 |
* | | hevc: fix PTL parsing | Guillaume Martres | 2013-12-14 | 1 | -3/+3 |
* | | Merge commit '33452aede6acab78f726cd1924824585f00765cc' | Michael Niedermayer | 2013-12-11 | 1 | -4/+0 |
|\| |
|
| * | hevc: store the VPS list as an AVBufferRef, just like the others *PS | Gildas Cocherel | 2013-12-11 | 1 | -7/+8 |
* | | hevc: Correctly set time_base | Guillaume Martres | 2013-12-10 | 1 | -2/+0 |
* | | hevc: avoid some unnecessary differences with libav | Guillaume Martres | 2013-12-10 | 1 | -3/+2 |
* | | hevc : update hevc_ps.c | gcocherel | 2013-11-22 | 1 | -44/+45 |
* | | Merge commit '3ef9b7ab95cc703b67a8b658dca45c80df0aaa66' | Michael Niedermayer | 2013-11-04 | 1 | -0/+2 |
|\| |
|
| * | hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale | Yusuke Nakamura | 2013-11-04 | 1 | -0/+2 |
* | | Merge commit '885ec9242554ad25922258a595ec5e317922a412' | Michael Niedermayer | 2013-11-04 | 1 | -0/+8 |
|\| |
|
| * | hevc: Use parsed VUI colorimetry in avcodec | Jan Ekström | 2013-11-04 | 1 | -0/+8 |
* | | libavcodec/hevc: reduce whitespace differences to 064698d381e1e7790f21b0199a8... | Michael Niedermayer | 2013-11-02 | 1 | -7/+6 |
* | | avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0... | Michael Niedermayer | 2013-11-02 | 1 | -21/+22 |
* | | avcodec/hevc: Adjust white-spaces to reduce difference to 064698d381e1e7790f2... | Michael Niedermayer | 2013-11-02 | 1 | -29/+31 |
* | | Merge commit '064698d381e1e7790f21b0199a8930ea04e2e942' | Michael Niedermayer | 2013-11-01 | 1 | -109/+121 |
|\| |
|
| * | Add HEVC decoder | Guillaume Martres | 2013-10-31 | 1 | -0/+1329 |
* | hevc: add profile idc warning | Mickaël Raulet | 2013-10-28 | 1 | -4/+12 |
* | hevc: add decode hrd | Mickaël Raulet | 2013-10-27 | 1 | -8/+79 |
* | hevc: cosmetic change(cherry picked from commit 3b57513b3f39c04337801fb9d159c... | Mickaël Raulet | 2013-10-27 | 1 | -16/+15 |
* | hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd... | Mickaël Raulet | 2013-10-27 | 1 | -20/+22 |
* | hevc: add wavefront parallel processing | Mickaël Raulet | 2013-10-22 | 1 | -8/+8 |
* | hevc: Initialize sample aspect to valid value. | Reimar Döffinger | 2013-10-20 | 1 | -0/+1 |
* | hevc: fix pcm with different chroma luma bit widths(cherry picked from commit... | Mickaël Raulet | 2013-10-17 | 1 | -11/+1 |
* | hevc: optimize residual coding(cherry picked from commit 70692a44708157b4dfa5... | Mickaël Raulet | 2013-10-17 | 1 | -63/+63 |
* | lavc/hevc_ps: fix PIX_FMT enums | Michael Niedermayer | 2013-10-15 | 1 | -3/+3 |
* | lavc: add a HEVC decoder. | Guillaume Martres | 2013-10-15 | 1 | -0/+1242 |