| Commit message (Expand) | Author | Age | Files | Lines |
* | reindent after last commit | Baptiste Coudurier | 2007-03-14 | 1 | -9/+9 |
* | h264 complete frames parsing support | Baptiste Coudurier | 2007-03-14 | 1 | -0/+4 |
* | check for no frame and prevent segfault | Michael Niedermayer | 2007-03-03 | 1 | -0/+5 |
* | support feeding individual NAL units to the decoder instead of just complete ... | Michael Niedermayer | 2007-03-02 | 1 | -31/+34 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 1 | -59/+59 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -17/+17 |
* | rewrite find_frame_end() | Michael Niedermayer | 2007-02-25 | 1 | -25/+38 |
* | h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra... | Alexander Strange | 2007-02-24 | 1 | -19/+46 |
* | output delayed frames | Michael Niedermayer | 2007-02-21 | 1 | -0/+20 |
* | cosmetics: Fix a common typo, sepErate --> sepArate. | Diego Biurrun | 2007-02-21 | 1 | -3/+3 |
* | simplify in fill_caches | Loren Merritt | 2007-02-19 | 1 | -29/+16 |
* | factorize more calls to fill_rectangle() | Michael Niedermayer | 2007-02-18 | 1 | -6/+9 |
* | factorize fill_rectangle() calls | Michael Niedermayer | 2007-02-18 | 1 | -8/+8 |
* | factorize fill_rectangle() | Michael Niedermayer | 2007-02-16 | 1 | -32/+33 |
* | replace list<2 checks by list<list_count | Michael Niedermayer | 2007-02-16 | 1 | -26/+15 |
* | fix 2nd ref_count check | Michael Niedermayer | 2007-02-16 | 1 | -2/+8 |
* | fix ref_count check | Michael Niedermayer | 2007-02-16 | 1 | -1/+1 |
* | factorize mv_cache and mvd_cache init | Michael Niedermayer | 2007-02-16 | 1 | -29/+25 |
* | simplify | Michael Niedermayer | 2007-02-16 | 1 | -1/+1 |
* | always decode extradata when of non-avc stream (like RTSP) | Francois Oligny-Lemieux | 2007-02-09 | 1 | -1/+1 |
* | fix segfault with darkkben.free.fr/corrupted_h264.mp4 | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | flame | Michael Niedermayer | 2007-01-23 | 1 | -1/+1 |
* | check num_reorder_frames for validity | Michael Niedermayer | 2007-01-23 | 1 | -3/+11 |
* | adding assert to protect delayed_pic | Michael Niedermayer | 2007-01-23 | 1 | -0/+3 |
* | checking bitstream values and other related changes | Michael Niedermayer | 2007-01-20 | 1 | -50/+118 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | remove useless cast that makes code unreadable | Guillaume Poirier | 2007-01-19 | 1 | -2/+2 |
* | harden h264 decoding to prevent some crashes when input data is corrupted. | Francois Oligny-Lemieux | 2007-01-19 | 1 | -19/+46 |
* | Avoid calling decode_slice when context_initialized is not set. | Reimar Döffinger | 2007-01-16 | 1 | -0/+1 |
* | fix 16 CABAC_BIT * 10l bug introduced in r6578 | Michael Niedermayer | 2007-01-13 | 1 | -1/+4 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -2/+2 |
* | Making rem6 and div6 globally visible and thus adding prefixes. | Panagiotis Issaris | 2006-12-07 | 1 | -4/+13 |
* | Removing unused code | Panagiotis Issaris | 2006-12-07 | 1 | -36/+0 |
* | Export symbols of several H.264 intra prediction functions | Panagiotis Issaris | 2006-12-06 | 1 | -20/+20 |
* | fix crash when decoding a truncated H264 slice | Alexander Chemeris | 2006-12-05 | 1 | -0/+4 |
* | Removing unused code | Panagiotis Issaris | 2006-12-05 | 1 | -75/+0 |
* | Change NAL unit type defines to an enum and move to a header file for usage | Panagiotis Issaris | 2006-12-05 | 1 | -14/+0 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -2/+2 |
* | Remove the H264Context parameter from decode_init_vlc() as it is not being used. | Panagiotis Issaris | 2006-11-09 | 1 | -2/+2 |
* | merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) | Michael Niedermayer | 2006-11-01 | 1 | -24/+24 |
* | Reenable AMD64 optimizations for cabac accidentially disabled in r6852 | Reimar Döffinger | 2006-11-01 | 1 | -1/+1 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under | Diego Biurrun | 2006-10-29 | 1 | -1/+1 |
* | decode_significance_8x8_x86() | Michael Niedermayer | 2006-10-20 | 1 | -8/+11 |
* | slightly faster decode_cabac_mb_mvd() | Michael Niedermayer | 2006-10-19 | 1 | -2/+1 |
* | 1 variable less in decode_cabac_residual() no speed change (but less vars mea... | Michael Niedermayer | 2006-10-19 | 1 | -3/+3 |
* | optimize sign decoding code in decode_residual() | Michael Niedermayer | 2006-10-19 | 1 | -4/+2 |
* | copy cabac context onto the stack for the c code in decode_cabac_residual() (... | Michael Niedermayer | 2006-10-17 | 1 | -13/+36 |
* | x86 asm version of the decode significance loop (not 8x8) of decode_residual(... | Michael Niedermayer | 2006-10-17 | 1 | -3/+7 |
* | simplify escape decoding | Michael Niedermayer | 2006-10-13 | 1 | -3/+3 |