summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-061-0/+6
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-061-6/+0
* h264: rebuild the default ref list if the reference count changesAnton Khirnov2014-01-061-11/+23
* h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov2014-01-031-1/+6
* h264: namespace the decode functionLuca Barbato2013-12-271-3/+3
* h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-3/+3
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-091-0/+41
* h264: check buffer size before accessing itAnton Khirnov2013-11-211-1/+1
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-7/+7
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-5/+7
* h264: free the tables and uninitialize the context on flushAnton Khirnov2013-11-141-0/+3
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-1/+1
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-4/+40
* h264: Check all allocationsDerek Buitenhuis2013-10-291-7/+18
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-1/+1
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-151-39/+50
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-241-1/+2
* h264: do not discard NAL_SEI when skipping framesRainer Hochecker2013-09-241-2/+3
* h264: log extradata skip only for non-ignored NALsVittorio Giovara2013-09-241-2/+5
* h264: remove an unused static constantVittorio Giovara2013-09-201-2/+0
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-201-0/+87
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264: check one context_init() allocationVittorio Giovara2013-08-101-1/+5
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-101-2/+5
* h264: return meaningful valuesVittorio Giovara2013-08-101-77/+94
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-47/+1
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-2/+1
* h264: K&R formatting cosmeticsDiego Biurrun2013-07-271-144/+154
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-241-6/+6
* h264: Drop unused variableDiego Biurrun2013-04-221-1/+1
* dsputil: Remove dct_bitsRonald S. Bultje2013-04-191-1/+0
* h264: fully support cropping.Anton Khirnov2013-04-191-19/+68
* h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje2013-04-101-2/+4
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-7/+7
* h264: Clear the mb members via memset instead of using dsputilMartin Storsjö2013-04-101-2/+3
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-261-1/+1
* h264: Make it possible to compile without error_resilienceRonald S. Bultje2013-03-261-35/+40
* h264: Remove an unused variableMartin Storsjö2013-03-251-1/+0
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-211-7/+0
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-211-8/+8
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-211-4/+4
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-211-6/+6
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-211-12/+12
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-19/+19
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-211-8/+8
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-211-8/+8
* h264: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-211-25/+20
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-211-4/+4