]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_slice.c
hevc: remove HEVCContext usage from hevc_ps
[ffmpeg] / libavcodec / h264_slice.c
2015-06-30 Vittorio Giovarah264: Allow stream and container cropping at the same...
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-06-15 Andreas Cadhalpunh264: er: Copy from the previous reference only if...
2015-06-01 Michael Niedermayerh264: Fix HWACCEL_MAX for D3D11
2015-05-30 Luca Barbatoh264: Make sure reinit failures mark the context as...
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: merge the init and reinit paths in update_thread_...
2015-04-29 Anton Khirnovh264: drop the reinit parameter from init_slice_header()
2015-04-29 Anton Khirnovh264: update the current bit depth/chroma type in init_...
2015-04-29 Anton Khirnovh264: copy nal_length_size in update_thread_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: move context reinit lower down in update_thread_c...
2015-04-29 Anton Khirnovh264: move the DPB init/uninit to init_context()/free_c...
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_slice: constify all the uses of H264Context during...
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: 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: 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 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 the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move dist_scale_factor[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
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 {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 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 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: do not copy qscale when updating per-thread contexts
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-03-05 Anton Khirnovh264: remove a now redundant error check
2015-02-21 Anton Khirnovh264: only ref cur_pic in update_thread_context if...
2015-02-20 Peter Meerwaldlibavcodec: Make use of av_clip functions
2015-01-27 Anton Khirnovh264: drop any pretense of support for data partitioning
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2014-12-25 Rémi Denis-Courmontvdpau: add support for 4:2:2 and 4:4:4 chroma sampling
2014-12-25 Rémi Denis-Courmonth264: factor hwaccel pixel formats list
2014-12-15 Vittorio Giovarampegvideo: move REBASE_PICTURE where it is used
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-26 Rémi Denis-Courmonth264: Always invoke the get_format() callback
2014-08-26 Vittorio Giovarah264: fully check cropping amount from sps
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-17 Luca Barbatoh264: K&R formatting cosmetics
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-11 Anton Khirnovlavc: Add new VDA hwaccel
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
2014-05-11 Anton Khirnovlavc: set AVCodecContext.hwaccel in ff_get_format()
2014-05-11 Anton Khirnovlavc: Add an internal wrapper around get_format()
2014-04-29 Anton Khirnovh264: drop commented out cruft
2014-04-19 Janne Grunauh264: codec reinit: remove statements without effect
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding