summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-211-1/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+8
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-231-3/+3
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-191-3/+0
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-191-0/+1
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-13/+57
* h264: remove silly macrosAnton Khirnov2013-02-061-3/+0
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+2
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+3
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-181-1/+1
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-141-1/+1
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-141-2/+3
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-181-0/+2
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-181-1/+1
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-181-1/+2
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-131-6/+0
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-0/+2
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-071-0/+1
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-101-239/+260
OpenPOWER on IntegriCloud