git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
h264: store {curr,max}_pic_num in the per-slice context
[ffmpeg.git]
/
libavcodec
/
h264.h
2016-06-21
Anton Khirnov
h264: store {curr,max}_pic_num in the per-slice context
blob
|
commitdiff
2016-06-21
Anton Khirnov
h264: decode the poc values from the slice header into...
blob
|
commitdiff
|
diff to current
2016-06-21
Anton Khirnov
h264: pass a H2645NAL to slice header decoding
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: factor out setting the parameter sets for a frame
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: pass just the PPS to get_chroma_qp()
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: factor starting a new field out of parsing the...
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: postpone generating the implicit MMCOs
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: decode the MMCOs into per-slice contexts
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: rename mmco_index to nb_mmco
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: move initializing the slice start out of h264_sli...
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: split reading the ref list modifications and...
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: call ff_h264_fill_mbaff_ref_list() when construct...
blob
|
commitdiff
|
diff to current
2016-06-09
Anton Khirnov
h264: drop unused H264Context.gb
blob
|
commitdiff
|
diff to current
2016-05-04
Vittorio Giovara
cosmetics: Fix spelling mistakes
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: eliminate max_contexts
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: remove an artificial restriction on the number...
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: make slice threading work with deblocking_filter=1
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: remove H264Context.pict_type
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: drop a pointless indirection
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: remove unused H264SliceContext.rbsp_buffer
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: merge ff_h264_free_context() into h264_decode_end()
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: eliminate low_delay
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264_refs: remove an unused parameter from ff_h264_fill...
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264_refs: make the H264Context const where possible
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264_parser: remove the remaining dependencies on the...
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: decouple extradata parsing from the decoder
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: decouple h264_sei from the h264 decoder
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: factor out calculating the POC count into a separ...
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: decouple h264_ps from the h264 decoder
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: factor out parsing the reference count into a...
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264_parser: switch to h2645_parse for NAL unescaping
blob
|
commitdiff
|
diff to current
2016-03-30
Diego Biurrun
h264: Add missing ff_ prefix to internally visible...
blob
|
commitdiff
|
diff to current
2016-03-28
Anton Khirnov
h264: switch to h2645_parse for NAL parsing
blob
|
commitdiff
|
diff to current
2016-03-28
Anton Khirnov
svq3: drop the build dependency on the h264 decoder
blob
|
commitdiff
|
diff to current
2016-03-28
Anton Khirnov
h264: move ff_h264_check_intra[4x4]_pred_mode() to...
blob
|
commitdiff
|
diff to current
2016-03-28
Anton Khirnov
h264: factor out pred weight table parsing into a separ...
blob
|
commitdiff
|
diff to current
2016-02-23
Michael Niedermayer
h264: Add an AVClass pointer to H264Context
blob
|
commitdiff
|
diff to current
2015-12-06
Anton Khirnov
h264: eliminate default_ref_list
blob
|
commitdiff
|
diff to current
2015-10-14
Derek Buitenhuis
h264: Run VLC init under pthread_once
blob
|
commitdiff
|
diff to current
2015-07-17
Kieran Kunhya
h264: Add support for Closed Caption export
blob
|
commitdiff
|
diff to current
2015-06-30
Vittorio Giovara
h264: Parse registered data SEI message and AFD value
blob
|
commitdiff
|
diff to current
2015-06-27
Anton Khirnov
h264: do not update the context fields copied between...
blob
|
commitdiff
|
diff to current
2015-06-27
Anton Khirnov
h264: make sure the slices do not overlap during slice...
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: use properly allocated AVFrames
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: embed the DPB in the context
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: move freeing the escaped RBSP buffer to free_cont...
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: eliminate ff_h264_set_parameter_from_sps()
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: drop H264Context.ouputed_poc
blob
|
commitdiff
|
diff to current
2015-04-29
Anton Khirnov
h264: drop needs_realloc
blob
|
commitdiff
|
diff to current
2015-04-19
Vittorio Giovara
lavc: Replace av_dlog and tprintf with internal macros
blob
|
commitdiff
|
diff to current
2015-04-03
Anton Khirnov
h264: disable ER by default
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move [uv]linesize to the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: use a smaller struct for the ref lists
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: drop the now unused per-slice H264Contexts
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: use the main H264Context as the parent for all...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move rbsp_buffer into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move remaining ER stuff into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move top_borders into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move the scratch buffers into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_loopfilter: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_cavlc: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_cabac: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264.c: constify all uses of H264Context in slice and...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_mbaff into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_field_decoding_flag into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_mb: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264.h: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_direct: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: use a separate GetBitContext for slice data
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: remove some remnants of data partitioning
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move resync_mb_{x,y} into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_{x,y} into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_xy into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move is_complex into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_skip_run into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move redundant_pic_count into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move cabac_init_idc into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move loopfilter parameters into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move direct_cache into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mvd_cache into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mvd_table into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move last_qscale_diff into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move [{top,left}_]cbp into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move cabac[_state] into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb[_{padding,luma_dc}] into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move intra_pcm_ptr into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move the ref lists variables into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move map_col_to_list0[_field] into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move dist_scale_factor[_field] into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move col_{parity,fieldoff} into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move direct_spatial_mv_pred into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move sub_mb_type into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move the slice type variables into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_[uv]linesize into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move neighbor_transform_size into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move {mv,ref}_cache into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move non_zero_count_cache into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move *_samples_available into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move intra4x4_pred_mode[_cache] into the per...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move some neighbour information into the per...
blob
|
commitdiff
|
diff to current
next