| Commit message (Expand) | Author | Age | Files | Lines |
* | cabac: Make CABAC states hardcoded | Anton Khirnov | 2015-10-08 | 1 | -2/+0 |
* | hevc: Simplify logical check | Vittorio Giovara | 2015-10-04 | 1 | -1/+1 |
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -1/+1 |
* | hevcdsp: fix a function name | Anton Khirnov | 2015-08-21 | 1 | -4/+4 |
* | hevc: avoid invalid shifts of negative values | Anton Khirnov | 2015-08-21 | 1 | -3/+3 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | hevc_parser: fix standalone build with the hevc decoder disabled | Anton Khirnov | 2015-07-13 | 1 | -52/+0 |
* | hevc: handle a NULL sps in set_sps() properly | Anton Khirnov | 2015-07-12 | 1 | -2/+8 |
* | hevc: do not pass an entire HEVCContext into export_stream_params() | Anton Khirnov | 2015-07-12 | 1 | -5/+5 |
* | hevc: improve a comment | Anton Khirnov | 2015-07-12 | 1 | -1/+1 |
* | hevc: move splitting the packet into NALUs into a separate function | Anton Khirnov | 2015-07-12 | 1 | -105/+17 |
* | hevc: eliminate the second call to hls_nal_unit() | Anton Khirnov | 2015-07-12 | 1 | -17/+15 |
* | hevc: skip invalid/ignored NALUs when splitting the packet | Anton Khirnov | 2015-07-12 | 1 | -8/+12 |
* | hevc: remove HEVCContext usage from hevc_ps | Anton Khirnov | 2015-07-12 | 1 | -237/+238 |
* | hevc: check slice address length | Andreas Cadhalpun | 2015-07-12 | 1 | -1/+1 |
* | hevc: split bitstream unescaping to a separate file | Anton Khirnov | 2015-07-08 | 1 | -102/+1 |
* | hevc_ps: split the code for parsing the SPS and exporting it into the context | Anton Khirnov | 2015-07-08 | 1 | -1/+1 |
* | hevc: Fix HWACCEL_MAX for D3D11 | Michael Niedermayer | 2015-06-01 | 1 | -1/+1 |
* | D3D11va: add a Direct3D11 video decoder similar to DXVA2 | Steve Lhomme | 2015-05-25 | 1 | -0/+3 |
* | hevc: make avcodec_decode_video2() fail if get_format() fails | wm4 | 2015-05-19 | 1 | -1/+1 |
* | 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 |