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
2007-03-14reindent after last commitBaptiste Coudurier
2007-03-14h264 complete frames parsing supportBaptiste Coudurier
2007-03-04check for no frame and prevent segfaultMichael Niedermayer
2007-03-03support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-25rewrite find_frame_end()Michael Niedermayer
2007-02-24h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange
2007-02-22output delayed framesMichael Niedermayer
2007-02-21cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun
2007-02-19simplify in fill_cachesLoren Merritt
2007-02-18factorize more calls to fill_rectangle()Michael Niedermayer
2007-02-18factorize fill_rectangle() callsMichael Niedermayer
2007-02-17factorize fill_rectangle()Michael Niedermayer
2007-02-17replace list<2 checks by list<list_countMichael Niedermayer
2007-02-17fix 2nd ref_count checkMichael Niedermayer
2007-02-17fix ref_count checkMichael Niedermayer
2007-02-17factorize mv_cache and mvd_cache initMichael Niedermayer
2007-02-17simplifyMichael Niedermayer
2007-02-10always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux
2007-01-23fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer
2007-01-23flameMichael Niedermayer
2007-01-23check num_reorder_frames for validityMichael Niedermayer
2007-01-23adding assert to protect delayed_picMichael Niedermayer
2007-01-20checking bitstream values and other related changesMichael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2007-01-19remove useless cast that makes code unreadableGuillaume Poirier
2007-01-19harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux
2007-01-16Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger
2007-01-13fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris
2006-12-07Removing unused codePanagiotis Issaris
2006-12-06Export symbols of several H.264 intra prediction functionsPanagiotis Issaris
2006-12-06fix crash when decoding a truncated H264 sliceAlexander Chemeris
2006-12-06Removing unused codePanagiotis Issaris
2006-12-06Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-09Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris
2006-11-01merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer
2006-11-01Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-29Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun
2006-10-21decode_significance_8x8_x86()Michael Niedermayer
2006-10-19slightly faster decode_cabac_mb_mvd()Michael Niedermayer
2006-10-191 variable less in decode_cabac_residual() no speed change (but less vars mea...Michael Niedermayer
2006-10-19optimize sign decoding code in decode_residual()Michael Niedermayer
2006-10-18copy cabac context onto the stack for the c code in decode_cabac_residual() (...Michael Niedermayer
2006-10-18x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer
2006-10-13simplify escape decodingMichael Niedermayer