summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-01
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-28
* Correctly reset SEI variables.Ivan Schreter2009-02-27
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-27
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-26
* Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer2009-02-25
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-24
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-24
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-23
* Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger2009-02-22
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-21
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-20
* Silence two warnings:Ivan Schreter2009-02-19
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
* Store CPB count in the context.Ivan Schreter2009-02-18
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-18
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-17
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-15
* H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange2009-02-11
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-09
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-08
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-04
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-11
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-07
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-07
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-05
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-05
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* export refsMichael Niedermayer2008-12-24