aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-4/+3
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-241-2/+2
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-231-0/+3
* Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger2009-02-221-1/+2
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-211-22/+11
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-201-0/+1
* Silence two warnings:Ivan Schreter2009-02-191-2/+2
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-181-0/+38
* Store CPB count in the context.Ivan Schreter2009-02-181-0/+1
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-181-1/+4
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-181-1/+4
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-181-1/+1
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-171-4/+5
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-151-1/+5
* H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange2009-02-111-2/+2
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-091-1/+19
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-081-2/+2
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-041-4/+1
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-031-7/+22
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-291-0/+1
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-241-4/+4
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-171-6/+6
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-14/+14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-10/+10
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-111-2/+2
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-101-2/+2
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-101-2/+2
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-101-0/+3
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-091-1/+1
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-071-3/+3
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-071-0/+2
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-071-1/+2
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-051-1/+1
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-051-1/+1
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-2/+32
* export refsMichael Niedermayer2008-12-241-0/+2
* Optimize pred_pskip_motion()Michael Niedermayer2008-12-241-2/+2
* IndentMichael Niedermayer2008-12-231-19/+19
* Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer2008-12-231-4/+29
* Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer2008-12-231-15/+15
* indentMichael Niedermayer2008-12-231-21/+21
* Use the new VLC table for the first non trailing coeff too.Michael Niedermayer2008-12-231-5/+18
* Optimize esc removal code.Michael Niedermayer2008-12-231-4/+11
* IndentMichael Niedermayer2008-12-231-8/+8
* unified CAVLC level decoding LUT.Michael Niedermayer2008-12-231-4/+45
* 100l, I broke H.264 again, forgot one hunk.Michael Niedermayer2008-12-231-0/+1