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
/
h264.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: add H264_ prefix to the NAL unit types
Anton Khirnov
2016-06-21
1
-14
/
+14
*
h264: move the parameter set definitions to a new header file
Anton Khirnov
2016-06-21
1
-0
/
+2
*
h264: create a new header for common h264 definitions
Anton Khirnov
2016-06-21
1
-0
/
+45
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-938
/
+0
*
h264: drop unused NAL_FF_IGNORE
Anton Khirnov
2016-06-21
1
-1
/
+0
*
h264: store {curr,max}_pic_num in the per-slice context
Anton Khirnov
2016-06-21
1
-10
/
+2
*
h264: decode the poc values from the slice header into the per-slice context
Anton Khirnov
2016-06-21
1
-0
/
+5
*
h264: pass a H2645NAL to slice header decoding
Anton Khirnov
2016-06-21
1
-1
/
+2
*
h264: factor out setting the parameter sets for a frame
Anton Khirnov
2016-06-12
1
-0
/
+2
*
h264: pass just the PPS to get_chroma_qp()
Anton Khirnov
2016-06-12
1
-2
/
+2
*
h264: factor starting a new field out of parsing the slice header
Anton Khirnov
2016-06-12
1
-0
/
+1
*
h264: postpone generating the implicit MMCOs
Anton Khirnov
2016-06-12
1
-3
/
+3
*
h264: decode the MMCOs into per-slice contexts
Anton Khirnov
2016-06-12
1
-3
/
+6
*
h264: rename mmco_index to nb_mmco
Anton Khirnov
2016-06-12
1
-1
/
+1
*
h264: move initializing the slice start out of h264_slice_header_parse()
Anton Khirnov
2016-06-12
1
-0
/
+1
*
h264: split reading the ref list modifications and actually building the ref ...
Anton Khirnov
2016-06-12
1
-0
/
+6
*
h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list
Anton Khirnov
2016-06-12
1
-1
/
+0
*
h264: drop unused H264Context.gb
Anton Khirnov
2016-06-09
1
-2
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-5
/
+5
*
h264: eliminate max_contexts
Anton Khirnov
2016-04-24
1
-8
/
+0
*
h264: remove an artificial restriction on the number of slice threads
Anton Khirnov
2016-04-24
1
-3
/
+0
*
h264: make slice threading work with deblocking_filter=1
Anton Khirnov
2016-04-24
1
-7
/
+6
*
h264: remove H264Context.pict_type
Anton Khirnov
2016-04-24
1
-2
/
+0
*
h264: drop a pointless indirection
Anton Khirnov
2016-04-24
1
-4
/
+0
*
h264: remove unused H264SliceContext.rbsp_buffer
Anton Khirnov
2016-04-24
1
-4
/
+0
*
h264: merge ff_h264_free_context() into h264_decode_end()
Anton Khirnov
2016-04-24
1
-6
/
+0
*
h264: eliminate low_delay
Anton Khirnov
2016-04-24
1
-1
/
+0
*
h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()
Anton Khirnov
2016-04-24
1
-1
/
+1
*
h264_refs: make the H264Context const where possible
Anton Khirnov
2016-04-24
1
-1
/
+1
*
h264_parser: remove the remaining dependencies on the h264 decoder
Anton Khirnov
2016-04-24
1
-5
/
+0
*
h264: decouple extradata parsing from the decoder
Anton Khirnov
2016-04-24
1
-1
/
+0
*
h264: decouple h264_sei from the h264 decoder
Anton Khirnov
2016-04-24
1
-100
/
+3
*
h264: factor out calculating the POC count into a separate file
Anton Khirnov
2016-04-24
1
-12
/
+1
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-21
/
+27
*
h264: factor out parsing the reference count into a separate file
Anton Khirnov
2016-04-24
1
-1
/
+0
*
h264_parser: switch to h2645_parse for NAL unescaping
Anton Khirnov
2016-04-24
1
-11
/
+0
*
h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()
Diego Biurrun
2016-03-30
1
-1
/
+1
*
h264: switch to h2645_parse for NAL parsing
Anton Khirnov
2016-03-28
1
-0
/
+3
*
svq3: drop the build dependency on the h264 decoder
Anton Khirnov
2016-03-28
1
-1
/
+0
*
h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse
Anton Khirnov
2016-03-28
1
-13
/
+0
*
h264: factor out pred weight table parsing into a separate file
Anton Khirnov
2016-03-28
1
-12
/
+2
*
h264: Add an AVClass pointer to H264Context
Michael Niedermayer
2016-02-22
1
-0
/
+1
*
h264: eliminate default_ref_list
Anton Khirnov
2015-12-06
1
-7
/
+0
*
h264: Run VLC init under pthread_once
Derek Buitenhuis
2015-10-14
1
-0
/
+1
*
h264: Add support for Closed Caption export
Kieran Kunhya
2015-07-17
1
-0
/
+2
*
h264: Parse registered data SEI message and AFD value
Vittorio Giovara
2015-06-30
1
-0
/
+7
*
h264: do not update the context fields copied between threads after finish_se...
Anton Khirnov
2015-06-27
1
-0
/
+5
*
h264: make sure the slices do not overlap during slice threading
Anton Khirnov
2015-06-27
1
-0
/
+2
*
h264: use properly allocated AVFrames
Anton Khirnov
2015-04-29
1
-1
/
+1
*
h264: embed the DPB in the context
Anton Khirnov
2015-04-29
1
-1
/
+1
[next]