projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
hevc: Use generic av_clip function, not C implementation
[ffmpeg.git]
/
libavcodec
/
hevc.c
2015-02-13
Peter Meerwald
hevc: Use generic av_clip function, not C implementation
blob
|
commitdiff
2015-01-27
Hendrik Leppkes
Add DXVA2 HEVC HWAccel
blob
|
commitdiff
|
diff to current
2015-01-27
Hendrik Leppkes
hevc: reindent after previous commit
blob
|
commitdiff
|
diff to current
2015-01-27
Hendrik Leppkes
hevc: add hwaccel hooks
blob
|
commitdiff
|
diff to current
2015-01-27
Hendrik Leppkes
hevc: store the short term rps flag and size in the...
blob
|
commitdiff
|
diff to current
2015-01-27
Hendrik Leppkes
hevc: store the escaped/raw bitstream in HEVCNAL
blob
|
commitdiff
|
diff to current
2015-01-27
Hendrik Leppkes
hevc: pass the full HEVCNAL struct to decode_nal_unit
blob
|
commitdiff
|
diff to current
2015-01-27
Anton Khirnov
hevc: unref the current frame if frame_start() fails
blob
|
commitdiff
|
diff to current
2014-12-15
Vittorio Giovara
hevc: always clip luma_log2_weight_denom
blob
|
commitdiff
|
diff to current
2014-11-21
Luca Barbato
hevc: Spin the mv_mpv_mode calls in a stand alone function
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: remove superfluous assignments and checks
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: eliminate an unneeded intermediate variable
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: reduce variable scope
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: further reduce code duplication in hls_prediction...
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: reduce code duplication in hls_prediction_unit()
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: remove an unused function parameter
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: remove a redundant line
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: do not store rqt_root_cbf in the context
blob
|
commitdiff
|
diff to current
2014-11-17
Anton Khirnov
hevc: do not store pcm_flag in the context
blob
|
commitdiff
|
diff to current
2014-11-13
Vittorio Giovara
display: fix order of operands
blob
|
commitdiff
|
diff to current
2014-10-15
Anton Khirnov
lavc: deprecate the use of AVCodecContext.time_base...
blob
|
commitdiff
|
diff to current
2014-08-12
Christophe Gisquet
hevc: use intreadwrite
blob
|
commitdiff
|
diff to current
2014-08-12
Christophe Gisquet
hevc: reorder loops
blob
|
commitdiff
|
diff to current
2014-08-09
Anton Khirnov
hevc: deobfuscate slice/tile boundary handling for DBF
blob
|
commitdiff
|
diff to current
2014-08-09
Anton Khirnov
hevc: calculate the dbf strength in hls_pcm_sample...
blob
|
commitdiff
|
diff to current
2014-07-28
Anton Khirnov
hevc: eliminate the last element from TransformTree
blob
|
commitdiff
|
diff to current
2014-07-28
Anton Khirnov
hevc: eliminate unnecessary cbf_c{b,r} arrays
blob
|
commitdiff
|
diff to current
2014-07-28
Anton Khirnov
hevc: do not store the transform inter_split flag in...
blob
|
commitdiff
|
diff to current
2014-07-28
Anton Khirnov
hevc: simplify splitting the transform tree blocks
blob
|
commitdiff
|
diff to current
2014-07-28
Anton Khirnov
hevc: eliminate an unnecessary array
blob
|
commitdiff
|
diff to current
2014-07-11
Gildas Cocherel
hevc: implement pic_output_flag handling
blob
|
commitdiff
|
diff to current
2014-07-11
Mickaël Raulet
hevc: set the keyframe flag on output frames
blob
|
commitdiff
|
diff to current
2014-07-11
Mickaël Raulet
hevc: Replace nal type chek with equivalent IS_IRAP...
blob
|
commitdiff
|
diff to current
2014-07-09
Vittorio Giovara
hevc: parse display orientation SEI message
blob
|
commitdiff
|
diff to current
2014-07-03
Luca Barbato
hevc: Use the local context variable when needed
blob
|
commitdiff
|
diff to current
2014-06-23
Diego Biurrun
dsputil: Split bswap*_buf() off into a separate context
blob
|
commitdiff
|
diff to current
2014-06-20
Justin Ruggles
Add av_image_check_sar() and use it to validate SAR
blob
|
commitdiff
|
diff to current
2014-05-19
Anton Khirnov
hevc: templatize intra_pred
blob
|
commitdiff
|
diff to current
2014-03-09
Michael Niedermayer
hevc: Do not turn 32bit timebases into negative numbers
blob
|
commitdiff
|
diff to current
2014-03-09
Michael Niedermayer
hevc: use av_mallocz() for allocating tab_ipm
blob
|
commitdiff
|
diff to current
2014-02-19
Luca Barbato
hevc: Always consider VLC NALU type mismatch fatal
blob
|
commitdiff
|
diff to current
2014-02-04
Anton Khirnov
hevc: check that the VCL NAL types are the same for...
blob
|
commitdiff
|
diff to current
2014-02-01
Luca Barbato
hevc: Reject impossible slice segment
blob
|
commitdiff
|
diff to current
2014-01-21
Luca Barbato
hevc: Bound check cu_qp_delta
blob
|
commitdiff
|
diff to current
2014-01-21
Luca Barbato
hevc: Bound check slice_qp
blob
|
commitdiff
|
diff to current
2014-01-21
Luca Barbato
hevc: Prevent some integer overflows
blob
|
commitdiff
|
diff to current
2014-01-21
Michael Niedermayer
hevc: Fix modulo operations
blob
|
commitdiff
|
diff to current
2014-01-09
Guillaume Martres
hevc: fix decoding of one PU wide files
blob
|
commitdiff
|
diff to current
2013-12-20
Mickaël Raulet
hevc: support luma bit depth != chroma bit depth for...
blob
|
commitdiff
|
diff to current
2013-12-20
Gildas Cocherel
hevc: store profile and level in AVCodecContext
blob
|
commitdiff
|
diff to current
2013-12-20
Gildas Cocherel
lavc: add HEVC profiles names
blob
|
commitdiff
|
diff to current
2013-12-11
Guillaume Martres
hevc: set time_base when possible
blob
|
commitdiff
|
diff to current
2013-12-11
Gildas Cocherel
hevc: store the VPS list as an AVBufferRef, just like...
blob
|
commitdiff
|
diff to current
2013-12-11
Michael Niedermayer
hevc: do not dereference pointer before NULL check...
blob
|
commitdiff
|
diff to current
2013-12-09
Vittorio Giovara
hevc: parse frame packing arrangement SEI messages...
blob
|
commitdiff
|
diff to current
2013-11-15
Ronald S. Bultje
lavc: Edge emulation with dst/src linesize
blob
|
commitdiff
|
diff to current
2013-11-04
Jan Ekström
hevc: Use parsed VUI colorimetry in avcodec
blob
|
commitdiff
|
diff to current
2013-10-31
Guillaume Martres
Add HEVC decoder
blob
|
commitdiff
|
diff to current