index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
hevc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/h2645: Fix NAL unit padding
Michael Niedermayer
2016-08-18
1
-1
/
+1
*
hevc: Fix memory leak related to a53_caption data
Will Kelleher
2016-05-15
1
-0
/
+2
*
Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977'
Derek Buitenhuis
2016-04-26
1
-1
/
+1
|
\
|
*
h2645_parse: add support for parsing h264
Anton Khirnov
2016-03-28
1
-1
/
+1
*
|
Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe'
Derek Buitenhuis
2016-04-26
1
-6
/
+1
|
\
\
|
|
/
|
*
h2645_parse: add a function for uninitializing the packet
Anton Khirnov
2016-03-28
1
-4
/
+1
*
|
Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6'
Derek Buitenhuis
2016-04-26
1
-4
/
+4
|
\
\
|
|
/
|
*
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/hevc_parse: Don't take a HEVCContext
Derek Buitenhuis
2016-04-25
1
-1
/
+1
*
|
hevc: support Main10 decoding through dxva2
Hendrik Leppkes
2016-02-15
1
-1
/
+12
*
|
lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into th...
Neil Birkbeck
2016-02-14
1
-0
/
+52
*
|
lavc: use get_bitsz to simplify the code
Andreas Cadhalpun
2016-01-03
1
-1
/
+1
*
|
Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'
Hendrik Leppkes
2016-01-01
1
-9
/
+2
|
\
\
|
|
/
|
*
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
*
|
avcodec/hevc: Fix integer overflow of entry_point_offset
Michael Niedermayer
2015-12-05
1
-2
/
+2
*
|
avcodec: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-2
/
+2
*
|
avcodec/hevc: Check max ctb addresses for WPP
Michael Niedermayer
2015-11-28
1
-0
/
+9
*
|
avcodec/hevc: allocate entries unconditionally
Michael Niedermayer
2015-11-27
1
-3
/
+1
*
|
avcodec/hevc: Check entry_point_offsets
Michael Niedermayer
2015-11-27
1
-1
/
+7
*
|
hevc: Fix a53 caption extraction
Will Kelleher
2015-11-12
1
-0
/
+1
*
|
hevc: extract SEI caption data
Will Kelleher
2015-11-07
1
-0
/
+10
*
|
all: remove some casts of function pointer to void *
Ganesh Ajjanagadde
2015-10-24
1
-1
/
+1
*
|
cabac: Make cabac starts hardcoded
Anton Khirnov
2015-10-10
1
-2
/
+0
*
|
hevc: fix wpp threading deadlock.
Ronald S. Bultje
2015-09-21
1
-0
/
+2
*
|
hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
Hendrik Leppkes
2015-09-20
1
-0
/
+5
*
|
Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'
Hendrik Leppkes
2015-09-08
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
*
|
vaapi: Add hevc hwaccel support
Timo Rothenpieler
2015-08-27
1
-1
/
+4
*
|
Merge commit 'a1926a29fb4325afa46842883f197c74d4535c36'
Hendrik Leppkes
2015-08-24
1
-2
/
+2
|
\
\
|
|
/
|
*
hevc: avoid invalid shifts of negative values
Anton Khirnov
2015-08-21
1
-3
/
+3
*
|
lavc: propagate hwaccel errors
wm4
2015-08-06
1
-1
/
+4
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
\
|
|
/
|
*
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
*
|
Merge commit '077b55943330150db0eafd36bbee614697cabd98'
Michael Niedermayer
2015-07-13
1
-2
/
+8
|
\
\
|
|
/
|
*
hevc: handle a NULL sps in set_sps() properly
Anton Khirnov
2015-07-12
1
-2
/
+8
*
|
Merge commit '18156b53f9b642b71c182c5c9818175a61572d2b'
Michael Niedermayer
2015-07-13
1
-5
/
+5
|
\
\
|
|
/
|
*
hevc: do not pass an entire HEVCContext into export_stream_params()
Anton Khirnov
2015-07-12
1
-5
/
+5
*
|
avcodec/hevc: Simplify skipped_bytes_pos code further
Michael Niedermayer
2015-07-13
1
-5
/
+3
*
|
avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code
Michael Niedermayer
2015-07-13
1
-7
/
+4
[next]