summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-23
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-16
* h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara2014-03-16
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* h264_sei: name buffering period type consistentlyVittorio Giovara2014-02-14
* h264: drop outdated commentsVittorio Giovara2014-02-14
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-14
* h264: give numbers to nalusVittorio Giovara2014-02-08
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-15
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-24
* h264: fully support cropping.Anton Khirnov2013-04-19
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-21
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-23
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-19
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* h264: remove silly macrosAnton Khirnov2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-18
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-14
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-14
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-18
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-18
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-18
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-13
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-13
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-07
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-10
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-30
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-19