]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / h264.h
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
2014-02-08 Vittorio Giovarah264: give numbers to nalus
2013-12-09 Vittorio Giovarah264: parse frame packing arrangement SEI messages...
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-10-15 Yusuke Nakamurah264_parser: Fix POC parsing for the case where MMCO_RE...
2013-05-24 Yusuke Nakamurah264_parser: Set field_order and picture_structure.
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-21 Anton Khirnovh264: make ff_h264_frame_start static.
next