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
/
h264dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: add AVOption to set x264_build default
wm4
2017-12-26
1
-1
/
+1
*
h264dec: Remove mpeg4video.h header dependency
Kieran Kunhya
2017-12-11
1
-1
/
+0
*
avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields
James Almer
2017-12-01
1
-1
/
+1
*
lavc: Add hardware config metadata for decoders supporting hardware output
Mark Thompson
2017-11-26
1
-0
/
+25
*
avcodec/h264: implement new decode_params callback for PPS/SPS
Aman Gupta
2017-11-13
1
-0
/
+16
*
avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are pro...
Aman Gupta
2017-11-13
1
-1
/
+1
*
Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'
James Almer
2017-11-08
1
-0
/
+1
|
\
|
*
h264dec: track the last seen value of x264_build
Anton Khirnov
2017-07-26
1
-0
/
+1
*
|
Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'
James Almer
2017-10-23
1
-27
/
+1
|
\
\
|
|
/
*
|
Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'
James Almer
2017-10-23
1
-5
/
+0
|
\
\
|
|
/
*
|
Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'
James Almer
2017-10-21
1
-21
/
+0
|
\
\
|
|
/
|
*
h264dec: initialize field_started to 0 on each decode call
Anton Khirnov
2017-03-12
1
-0
/
+1
*
|
Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd'
James Almer
2017-10-03
1
-1
/
+1
|
\
\
|
|
/
|
*
h264dec: fix dropped initial SEI recovery point
John Stebbins
2017-02-24
1
-1
/
+1
|
*
golomb: Convert to the new bitstream reader
Diego Biurrun
2017-01-31
1
-1
/
+1
|
*
h264dec: export cropping information instead of handling it internally
Anton Khirnov
2017-01-12
1
-23
/
+3
|
*
h264dec: be more explicit in handling container cropping
Anton Khirnov
2017-01-12
1
-0
/
+3
*
|
h264dec: remove unneeded prototype
Rafaël Carré
2017-07-07
1
-2
/
+0
*
|
avcodec/h264dec: export cropping information instead of handling it internally
James Almer
2017-05-26
1
-12
/
+1
*
|
avcodec/h264dec: be more explicit in handling container cropping
James Almer
2017-05-26
1
-0
/
+3
*
|
Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'
Clément Bœsch
2017-05-05
1
-3
/
+3
|
\
\
|
|
/
|
*
h264dec: make ff_h264_decode_init() static
Anton Khirnov
2017-01-09
1
-2
/
+2
|
*
h264dec: make sure to only end a field if it has been started
Anton Khirnov
2016-12-19
1
-1
/
+2
|
*
pthread_frame: ensure the threads don't run simultaneously with hwaccel
Anton Khirnov
2016-12-19
1
-1
/
+1
|
*
h264dec: support broken files with mp4 extradata/annex b data
Anton Khirnov
2016-10-02
1
-1
/
+18
|
*
h264dec: reset nb_slice_ctx_queued for hwaccel decoding
Anton Khirnov
2016-08-03
1
-2
/
+3
|
*
h264dec: do not call finish_setup() if we have not started a frame
Anton Khirnov
2016-07-20
1
-1
/
+1
*
|
h264: revert 1189af429211ac650aac730368a6cf5b23756605.
Ronald S. Bultje
2017-03-28
1
-24
/
+0
*
|
pthread_frame: ensure the threads don't run simultaneously with hwaccel
Anton Khirnov
2017-03-21
1
-1
/
+1
*
|
lavc/h264dec: use OFFSET macro
Matthieu Bouron
2017-03-15
1
-2
/
+2
*
|
avcodec/h264, videotoolbox: fix crash after VT decoder fails
Aman Gupta
2017-03-07
1
-1
/
+6
*
|
Merge commit '76f7e70aa04fc5dbef5242b11cbf8fe4499f61d4'
Clément Bœsch
2017-01-31
1
-5
/
+9
|
\
\
|
|
/
|
*
h264dec: handle zero-sized NAL units in get_last_needed_nal()
Anton Khirnov
2016-07-20
1
-2
/
+9
|
*
h264dec: make sure not to call finish_setup() more than once per frame
Anton Khirnov
2016-07-20
1
-1
/
+1
*
|
avcodec/h264dec: Clear ref_count on slice header processing failure
Michael Niedermayer
2017-01-27
1
-1
/
+4
*
|
Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'
Clément Bœsch
2017-01-24
1
-45
/
+22
|
\
\
|
|
/
|
*
h264: fix decoding multiple fields per packet with slice threads
Anton Khirnov
2016-07-15
1
-33
/
+14
*
|
avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"
Michael Niedermayer
2017-01-24
1
-2
/
+4
*
|
avcodec/error_resilience: Optimize motion recovery code by using blcok lists
Michael Niedermayer
2017-01-22
1
-1
/
+1
*
|
lavc/h264dec: re-indent after previous commit
Matthieu Bouron
2017-01-20
1
-5
/
+5
*
|
lavc/h264dec: make sure a slice is decoded before finishing setup
Matthieu Bouron
2017-01-20
1
-1
/
+1
*
|
lavc/h264dec: remove flush goto in decode callback
Clément Bœsch
2017-01-18
1
-33
/
+37
*
|
Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a'
Matthieu Bouron
2017-01-17
1
-133
/
+6
|
\
\
|
|
/
|
*
h264: eliminate decode_postinit()
Anton Khirnov
2016-07-15
1
-165
/
+12
*
|
lavc/h264dec: reconstruct and debug flush frames as well
Clément Bœsch
2017-01-16
1
-43
/
+56
*
|
lavc/h264dec: Improve "Increasing reorder buffer" message loglevel.
Carl Eugen Hoyos
2016-08-23
1
-1
/
+2
*
|
avcodec/h2645: Fix NAL unit padding
Michael Niedermayer
2016-08-18
1
-1
/
+1
*
|
h264dec: Fix indentation
Timothy Gu
2016-08-04
1
-16
/
+16
*
|
Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'
Timothy Gu
2016-08-03
1
-32
/
+0
|
\
\
|
|
/
|
*
h264: handle frame recovery in h264_field_start()
Anton Khirnov
2016-06-21
1
-18
/
+0
[next]