summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-24
* h264: do not discard NAL_SEI when skipping framesRainer Hochecker2013-09-24
* h264: log extradata skip only for non-ignored NALsVittorio Giovara2013-09-24
* h264: remove an unused static constantVittorio Giovara2013-09-20
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-20
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264: check one context_init() allocationVittorio Giovara2013-08-10
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-10
* h264: return meaningful valuesVittorio Giovara2013-08-10
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
* h264: K&R formatting cosmeticsDiego Biurrun2013-07-27
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-24
* h264: Drop unused variableDiego Biurrun2013-04-22
* dsputil: Remove dct_bitsRonald S. Bultje2013-04-19
* h264: fully support cropping.Anton Khirnov2013-04-19
* h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje2013-04-10
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* h264: Clear the mb members via memset instead of using dsputilMartin Storsjö2013-04-10
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-26
* h264: Make it possible to compile without error_resilienceRonald S. Bultje2013-03-26
* h264: Remove an unused variableMartin Storsjö2013-03-25
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-21
* 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: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-21
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-21
* h264: fix bit depth changes with frame threadingJanne Grunau2013-03-20
* h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-13
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-12
* h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov2013-03-11
* h264: remove a useless svq3 conditionAnton Khirnov2013-03-11
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-08
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-07
* h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-07
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-05