]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()
[ffmpeg] / libavcodec / h264.h
2016-04-24 Anton Khirnovh264_refs: remove an unused parameter from ff_h264_fill...
2016-04-24 Anton Khirnovh264_refs: make the H264Context const where possible
2016-04-24 Anton Khirnovh264_parser: remove the remaining dependencies on the...
2016-04-24 Anton Khirnovh264: decouple extradata parsing from the decoder
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out parsing the reference count into a...
2016-04-24 Anton Khirnovh264_parser: switch to h2645_parse for NAL unescaping
2016-03-30 Diego Biurrunh264: Add missing ff_ prefix to internally visible...
2016-03-28 Anton Khirnovh264: switch to h2645_parse for NAL parsing
2016-03-28 Anton Khirnovsvq3: drop the build dependency on the h264 decoder
2016-03-28 Anton Khirnovh264: move ff_h264_check_intra[4x4]_pred_mode() to...
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-02-23 Michael Niedermayerh264: Add an AVClass pointer to H264Context
2015-12-06 Anton Khirnovh264: eliminate default_ref_list
2015-10-14 Derek Buitenhuish264: Run VLC init under pthread_once
2015-07-17 Kieran Kunhyah264: Add support for Closed Caption export
2015-06-30 Vittorio Giovarah264: Parse registered data SEI message and AFD value
2015-06-27 Anton Khirnovh264: do not update the context fields copied between...
2015-06-27 Anton Khirnovh264: make sure the slices do not overlap during slice...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: embed the DPB in the context
2015-04-29 Anton Khirnovh264: move freeing the escaped RBSP buffer to free_cont...
2015-04-29 Anton Khirnovh264: eliminate ff_h264_set_parameter_from_sps()
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-04-03 Anton Khirnovh264: disable ER by default
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: use the main H264Context as the parent for all...
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264_loopfilter: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cavlc: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cabac: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.c: constify all uses of H264Context in slice and...
2015-03-21 Anton Khirnovh264: move mb_mbaff into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264_mb: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.h: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_direct: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: remove some remnants of data partitioning
2015-03-21 Anton Khirnovh264: move resync_mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move is_complex into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_skip_run into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move last_qscale_diff into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac[_state] into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move intra_pcm_ptr into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move map_col_to_list0[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move dist_scale_factor[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move col_{parity,fieldoff} into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move mb_[uv]linesize into the per-slice context
2015-03-21 Anton Khirnovh264: move neighbor_transform_size into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
2015-03-21 Anton Khirnovh264: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {chroma,intra16x16}_pred_mode into the per...
2015-03-21 Anton Khirnovh264: move {prev,next}_mb_skipped into the per-slice...
2015-03-21 Anton Khirnovh264: move qp_thresh into the per-slice context
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-01-27 Anton Khirnovh264: drop any pretense of support for data partitioning
2015-01-27 Anton Khirnovh264: move parser-only variables to their own context
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2014-12-08 Vittorio Giovarah264: increase MAX_SLICES to 32
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-09 Vittorio Giovarah264: parse display orientation SEI message
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: Remove MotionEstContext and move the relevant...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_THREADS by private...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_PICTURE_COUNT...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2014-02-14 Vittorio Giovarah264_sei: name buffering period type consistently
2014-02-14 Vittorio Giovarah264: drop outdated comments
2014-02-14 Vittorio Giovarah264: store current_sps_id inside the current sps
next