| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | h2645_parse: add support for parsing h264 | Anton Khirnov | 2016-03-28 | 1 | -1/+1 |
* | h2645_parse: add a function for uninitializing the packet | Anton Khirnov | 2016-03-28 | 1 | -4/+1 |
* | hevc_parse: rename into h2645_parse | Anton Khirnov | 2016-03-28 | 1 | -3/+3 |
* | vdpau: Support for VDPAU accelerated HEVC decoding | Philip Langdale | 2016-02-13 | 1 | -1/+4 |
* | hevc: Track long and short term RPS size for VDPAU | Philip Langdale | 2016-02-13 | 1 | -3/+5 |
* | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -8/+2 |
* | hevcdsp: add x86 SIMD for MC | Anton Khirnov | 2015-12-05 | 1 | -3/+3 |
* | hevc: change the stride of the MC buffer to be in bytes instead of elements | Anton Khirnov | 2015-12-05 | 1 | -1/+1 |
* | hevcdsp: split the pred functions by width | Anton Khirnov | 2015-12-05 | 1 | -59/+59 |
* | hevcdsp: split the epel functions by width | Anton Khirnov | 2015-12-05 | 1 | -16/+13 |
* | hevcdsp: split the qpel functions by width instead of by the subpixel fraction | Anton Khirnov | 2015-12-05 | 1 | -7/+12 |
* | 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 |