Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11Merge remote-tracking branch 'qatar/release/0.5' into release/0.5Michael Niedermayer
2013-02-10h264: check context state before decoding slice data partitionsJanne Grunau
2013-02-10h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-06-04Merge remote-tracking branch 'qatar/release/0.5' into release/0.5Michael Niedermayer
2012-05-29h264: Add check for invalid chroma_format_idcAlexander Strange
2011-11-06h264: do not let invalid values in h->ref_count after a decoder reset.Laurent Aimar
2011-11-06h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar
2011-11-06h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar
2010-02-09Check num_units_in_tick/time_scale to be valid and within the range we support.Reinhard Tartler
2009-03-01Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer
2009-02-28Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer
2009-02-28Correctly reset SEI variables.Ivan Schreter
2009-02-27Add hardware acceleration hooks to H.264.Gwenole Beauchesne
2009-02-27Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-27Half user provided time_base once during the first frame when there is noMichael Niedermayer
2009-02-25Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer
2009-02-24Correct time_base of H.264 and repeat_pict.Ivan Schreter
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-24Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne
2009-02-22Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger
2009-02-21Make the following H264 functions available to the parser:Ivan Schreter
2009-02-20Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter
2009-02-20Silence two warnings:Ivan Schreter
2009-02-19Parse buffering period (H.264, D.1.1).Ivan Schreter
2009-02-19Store CPB count in the context.Ivan Schreter
2009-02-18Parse cbp_removal_delay in SEI picture structure.Ivan Schreter
2009-02-18Parse dpb_output_delay in SEI picture structure.Ivan Schreter
2009-02-18Parse initial_cpb_removal_delay_length.Ivan Schreter
2009-02-17Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne
2009-02-17cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun
2009-02-15Silence following warning if only zeros were not consumed:Carl Eugen Hoyos
2009-02-11H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange
2009-02-10Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter
2009-02-08Replace hard-coded SEI type constants with symbolic namesIvan Schreter
2009-02-05Remove CONFIG_H264_ENCODER referencesMåns Rullgård
2009-02-03Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne
2009-02-02Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne
2009-01-24remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-17Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos
2009-01-11Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos
2009-01-11Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos