| Commit message (Expand) | Author | Age | Files | Lines |
* | hevc: export stream parameters from extradata | Anton Khirnov | 2015-04-03 | 1 | -1/+11 |
* | hevc: split out setting AVCodecContext parameters | Anton Khirnov | 2015-04-03 | 1 | -40/+48 |
* | hevc: Use generic av_clip function, not C implementation | Peter Meerwald | 2015-02-13 | 1 | -5/+5 |
* | Add DXVA2 HEVC HWAccel | Hendrik Leppkes | 2015-01-27 | 1 | -1/+7 |
* | hevc: reindent after previous commit | Hendrik Leppkes | 2015-01-27 | 1 | -20/+20 |
* | hevc: add hwaccel hooks | Hendrik Leppkes | 2015-01-27 | 1 | -2/+36 |
* | hevc: store the short term rps flag and size in the context | Hendrik Leppkes | 2015-01-27 | 1 | -3/+5 |
* | hevc: store the escaped/raw bitstream in HEVCNAL | Hendrik Leppkes | 2015-01-27 | 1 | -2/+6 |
* | hevc: pass the full HEVCNAL struct to decode_nal_unit | Hendrik Leppkes | 2015-01-27 | 1 | -3/+3 |
* | hevc: unref the current frame if frame_start() fails | Anton Khirnov | 2015-01-27 | 1 | -1/+1 |
* | hevc: always clip luma_log2_weight_denom | Vittorio Giovara | 2014-12-15 | 1 | -1/+1 |
* | hevc: Spin the mv_mpv_mode calls in a stand alone function | Luca Barbato | 2014-11-21 | 1 | -40/+46 |
* | hevc: remove superfluous assignments and checks | Anton Khirnov | 2014-11-17 | 1 | -8/+0 |
* | hevc: eliminate an unneeded intermediate variable | Anton Khirnov | 2014-11-17 | 1 | -5/+2 |
* | hevc: reduce variable scope | Anton Khirnov | 2014-11-17 | 1 | -5/+6 |
* | hevc: further reduce code duplication in hls_prediction_unit() | Anton Khirnov | 2014-11-17 | 1 | -12/+6 |
* | hevc: reduce code duplication in hls_prediction_unit() | Anton Khirnov | 2014-11-17 | 1 | -66/+51 |
* | hevc: remove an unused function parameter | Anton Khirnov | 2014-11-17 | 1 | -3/+2 |
* | hevc: remove a redundant line | Anton Khirnov | 2014-11-17 | 1 | -1/+0 |
* | hevc: do not store rqt_root_cbf in the context | Anton Khirnov | 2014-11-17 | 1 | -3/+4 |
* | hevc: do not store pcm_flag in the context | Anton Khirnov | 2014-11-17 | 1 | -4/+5 |
* | display: fix order of operands | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | hevc: use intreadwrite | Christophe Gisquet | 2014-08-12 | 1 | -2/+1 |
* | hevc: reorder loops | Christophe Gisquet | 2014-08-12 | 1 | -6/+6 |
* | hevc: deobfuscate slice/tile boundary handling for DBF | Anton Khirnov | 2014-08-09 | 1 | -34/+22 |
* | hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled | Anton Khirnov | 2014-08-09 | 1 | -3/+5 |
* | hevc: eliminate the last element from TransformTree | Anton Khirnov | 2014-07-28 | 1 | -8/+7 |
* | hevc: eliminate unnecessary cbf_c{b,r} arrays | Anton Khirnov | 2014-07-28 | 1 | -38/+22 |
* | hevc: do not store the transform inter_split flag in the context | Anton Khirnov | 2014-07-28 | 1 | -6/+6 |
* | hevc: simplify splitting the transform tree blocks | Anton Khirnov | 2014-07-28 | 1 | -22/+17 |
* | hevc: eliminate an unnecessary array | Anton Khirnov | 2014-07-28 | 1 | -9/+5 |
* | hevc: implement pic_output_flag handling | Gildas Cocherel | 2014-07-11 | 1 | -0/+2 |
* | hevc: set the keyframe flag on output frames | Mickaël Raulet | 2014-07-11 | 1 | -0/+2 |
* | hevc: Replace nal type chek with equivalent IS_IRAP macro | Mickaël Raulet | 2014-07-11 | 1 | -1/+1 |
* | hevc: parse display orientation SEI message | Vittorio Giovara | 2014-07-09 | 1 | -0/+15 |
* | hevc: Use the local context variable when needed | Luca Barbato | 2014-07-02 | 1 | -1/+1 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -1/+2 |
* | hevc: templatize intra_pred | Anton Khirnov | 2014-05-19 | 1 | -5/+5 |
* | hevc: Do not turn 32bit timebases into negative numbers | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: use av_mallocz() for allocating tab_ipm | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: Always consider VLC NALU type mismatch fatal | Luca Barbato | 2014-02-19 | 1 | -14/+16 |
* | hevc: check that the VCL NAL types are the same for all slice segments of a f... | Anton Khirnov | 2014-02-04 | 1 | -0/+8 |
* | hevc: Reject impossible slice segment | Luca Barbato | 2014-02-01 | 1 | -0/+5 |
* | hevc: Bound check cu_qp_delta | Luca Barbato | 2014-01-21 | 1 | -23/+54 |
* | hevc: Bound check slice_qp | Luca Barbato | 2014-01-21 | 1 | -1/+12 |
* | hevc: Prevent some integer overflows | Luca Barbato | 2014-01-21 | 1 | -2/+2 |
* | hevc: Fix modulo operations | Michael Niedermayer | 2014-01-21 | 1 | -2/+2 |
* | hevc: fix decoding of one PU wide files | Guillaume Martres | 2014-01-09 | 1 | -15/+18 |