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
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
2009-01-10Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos
2009-01-10Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos
2009-01-08Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos
2009-01-08Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun
2009-01-07Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun
2009-01-0550l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser
2009-01-05Cosmetics: Fix indentation.Carl Eugen Hoyos
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-12-24export refsMichael Niedermayer
2008-12-24Optimize pred_pskip_motion()Michael Niedermayer
2008-12-24IndentMichael Niedermayer
2008-12-24Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer
2008-12-24Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer
2008-12-23indentMichael Niedermayer
2008-12-23Use the new VLC table for the first non trailing coeff too.Michael Niedermayer
2008-12-23Optimize esc removal code.Michael Niedermayer
2008-12-23IndentMichael Niedermayer
2008-12-23unified CAVLC level decoding LUT.Michael Niedermayer
2008-12-23100l, I broke H.264 again, forgot one hunk.Michael Niedermayer
2008-12-23Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer
2008-12-22Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer
2008-12-22IndentMichael Niedermayer
2008-12-22inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer
2008-12-22Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer
2008-12-22Simplify if/else, no speed changeMichael Niedermayer