summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-17/+17
* rewrite find_frame_end()Michael Niedermayer2007-02-251-25/+38
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange2007-02-241-19/+46
* output delayed framesMichael Niedermayer2007-02-211-0/+20
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-211-3/+3
* simplify in fill_cachesLoren Merritt2007-02-191-29/+16
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-181-6/+9
* factorize fill_rectangle() callsMichael Niedermayer2007-02-181-8/+8
* factorize fill_rectangle()Michael Niedermayer2007-02-161-32/+33
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-161-26/+15
* fix 2nd ref_count checkMichael Niedermayer2007-02-161-2/+8
* fix ref_count checkMichael Niedermayer2007-02-161-1/+1
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-161-29/+25
* simplifyMichael Niedermayer2007-02-161-1/+1
* always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux2007-02-091-1/+1
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-231-2/+2
* flameMichael Niedermayer2007-01-231-1/+1
* check num_reorder_frames for validityMichael Niedermayer2007-01-231-3/+11
* adding assert to protect delayed_picMichael Niedermayer2007-01-231-0/+3
* checking bitstream values and other related changesMichael Niedermayer2007-01-201-50/+118
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-191-2/+2
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-191-19/+46
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-161-0/+1
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-131-1/+4
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-2/+2
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-071-4/+13
* Removing unused codePanagiotis Issaris2006-12-071-36/+0
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-061-20/+20
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-051-0/+4
* Removing unused codePanagiotis Issaris2006-12-051-75/+0
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-051-14/+0
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-2/+2
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-091-2/+2
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-011-24/+24
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-011-1/+1
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-1/+1
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-291-1/+1
* decode_significance_8x8_x86()Michael Niedermayer2006-10-201-8/+11
* slightly faster decode_cabac_mb_mvd()Michael Niedermayer2006-10-191-2/+1
* 1 variable less in decode_cabac_residual() no speed change (but less vars mea...Michael Niedermayer2006-10-191-3/+3
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-191-4/+2
* copy cabac context onto the stack for the c code in decode_cabac_residual() (...Michael Niedermayer2006-10-171-13/+36
* x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer2006-10-171-3/+7
* simplify escape decodingMichael Niedermayer2006-10-131-3/+3
* 10l int vs uint8_tMichael Niedermayer2006-10-121-1/+1
* prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer2006-10-121-28/+30
* int->uint8_t for 2 tablesMichael Niedermayer2006-10-121-2/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-40/+40
* more prefetches, 2% faster h264Loren Merritt2006-10-111-0/+3
OpenPOWER on IntegriCloud