index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
hevc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
hevc_parse: rename into h2645_parse
Anton Khirnov
2016-03-28
1
-36
/
+2
*
hevc: Track long and short term RPS size for VDPAU
Philip Langdale
2016-02-13
1
-0
/
+1
*
dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS
Hendrik Leppkes
2016-02-13
1
-0
/
+1
*
hevcdsp: add x86 SIMD for MC
Anton Khirnov
2015-12-05
1
-1
/
+1
*
hevc: move splitting the packet into NALUs into a separate function
Anton Khirnov
2015-07-12
1
-3
/
+14
*
hevc: eliminate the second call to hls_nal_unit()
Anton Khirnov
2015-07-12
1
-0
/
+5
*
hevc: remove HEVCContext usage from hevc_ps
Anton Khirnov
2015-07-12
1
-9
/
+18
*
lavc: add Intel libmfx-based HEVC encoder
Anton Khirnov
2015-07-08
1
-0
/
+3
*
hevc: split bitstream unescaping to a separate file
Anton Khirnov
2015-07-08
1
-0
/
+6
*
hevc_ps: split the code for parsing the SPS and exporting it into the context
Anton Khirnov
2015-07-08
1
-2
/
+15
*
hevc: make the crop sizes unsigned
Anton Khirnov
2015-03-21
1
-4
/
+4
*
hevc: add hwaccel hooks
Hendrik Leppkes
2015-01-27
1
-0
/
+3
*
hevc: store the short term rps flag and size in the context
Hendrik Leppkes
2015-01-27
1
-0
/
+2
*
hevc: store the escaped/raw bitstream in HEVCNAL
Hendrik Leppkes
2015-01-27
1
-0
/
+3
*
hevc: do not store rqt_root_cbf in the context
Anton Khirnov
2014-11-17
1
-2
/
+0
*
hevc: do not store pcm_flag in the context
Anton Khirnov
2014-11-17
1
-2
/
+0
*
hevc: use intreadwrite
Christophe Gisquet
2014-08-12
1
-1
/
+1
*
hevc: deobfuscate slice/tile boundary handling for DBF
Anton Khirnov
2014-08-09
1
-5
/
+8
*
hevc: eliminate the last element from TransformTree
Anton Khirnov
2014-07-28
1
-5
/
+0
*
hevc: eliminate unnecessary cbf_c{b,r} arrays
Anton Khirnov
2014-07-28
1
-3
/
+0
*
hevc: do not store the transform inter_split flag in the context
Anton Khirnov
2014-07-28
1
-3
/
+0
*
hevc: eliminate an unnecessary array
Anton Khirnov
2014-07-28
1
-1
/
+0
*
hevc: parse display orientation SEI message
Vittorio Giovara
2014-07-09
1
-0
/
+5
*
hevc: remove unused array min_cb_addr_zs
Gildas Cocherel
2014-06-26
1
-1
/
+0
*
dsputil: Split bswap*_buf() off into a separate context
Diego Biurrun
2014-06-22
1
-2
/
+2
*
hevc: templatize intra_pred
Anton Khirnov
2014-05-19
1
-2
/
+1
*
hevc: make pps/sps ids unsigned where necessary
Vittorio Giovara
2014-03-09
1
-1
/
+1
*
hevc: check that the VCL NAL types are the same for all slice segments of a f...
Anton Khirnov
2014-02-04
1
-0
/
+2
*
hevc: Prevent some integer overflows
Luca Barbato
2014-01-21
1
-2
/
+2
*
hevc: Use uint64 to check for tile dimensions
Luca Barbato
2014-01-21
1
-4
/
+4
*
hevc: Fix modulo operations
Michael Niedermayer
2014-01-21
1
-0
/
+3
*
hevc: fix decoding of one PU wide files
Guillaume Martres
2014-01-09
1
-2
/
+4
*
hevc: move DSP declarations from hevc.h into hevcdsp.h
Guillaume Martres
2013-12-22
1
-81
/
+1
*
hevc: support luma bit depth != chroma bit depth for PCM coding units
Mickaƫl Raulet
2013-12-20
1
-0
/
+1
*
hevc: refactor Profile Tier Level
Gildas Cocherel
2013-12-20
1
-11
/
+14
*
hevc: store the VPS list as an AVBufferRef, just like the others *PS
Gildas Cocherel
2013-12-11
1
-1
/
+1
*
hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...
Vittorio Giovara
2013-12-09
1
-0
/
+6
*
Add HEVC decoder
Guillaume Martres
2013-10-31
1
-0
/
+1066