summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
...
* h264: move map_col_to_list0[_field] into the per-slice contextAnton Khirnov2015-03-211-3/+2
* h264: move dist_scale_factor[_field] into the per-slice contextAnton Khirnov2015-03-211-3/+4
* h264: move col_{parity,fieldoff} into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-1/+2
* h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-9/+8
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-9/+10
* h264: move mb_[uv]linesize into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move neighbor_transform_size into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-11/+16
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-8/+9
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-5/+7
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-9/+12
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-13/+13
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move qp_thresh into the per-slice contextAnton Khirnov2015-03-211-2/+1
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-7/+8
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-15/+23
* h264: drop any pretense of support for data partitioningAnton Khirnov2015-01-271-1/+0
* h264: move parser-only variables to their own contextAnton Khirnov2015-01-271-2/+0
* error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-271-2/+0
* h264: increase MAX_SLICES to 32Vittorio Giovara2014-12-081-1/+1
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-2/+2
* h264: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+8
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+1
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-231-0/+19
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+2
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-161-1/+5
* h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara2014-03-161-1/+2
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-161-0/+2
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-9/+46
* h264_sei: name buffering period type consistentlyVittorio Giovara2014-02-141-1/+1
* h264: drop outdated commentsVittorio Giovara2014-02-141-5/+1
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-141-1/+1
* h264: give numbers to nalusVittorio Giovara2014-02-081-13/+13
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-091-1/+10
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+21
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-3/+3
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-151-0/+2
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-241-0/+1
* h264: fully support cropping.Anton Khirnov2013-04-191-0/+3
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-211-3/+3
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-211-3/+3
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-3/+3
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-211-2/+2
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-211-2/+2
OpenPOWER on IntegriCloud