summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-111-1/+1
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-111-1/+1
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-091-2/+2
* move outcommented START/STOP_TIMER to a hopefully better place for benchmarki...Michael Niedermayer2006-10-091-0/+2
* 5% faster get_cabac()Michael Niedermayer2006-10-081-2/+2
* output typo fixesDiego Biurrun2006-10-081-2/+2
* refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer2006-10-071-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* simplify write_back_motion for skip mbsLoren Merritt2006-10-041-7/+5
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-2/+10
* fix some signedness warningsMåns Rullgård2006-09-271-3/+3
* slightly faster deblockLoren Merritt2006-08-291-14/+22
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-281-10/+113
* 10l in r5768 (broke mbaff)Loren Merritt2006-07-271-2/+2
* slightly faster h264 fill_caches()Loren Merritt2006-07-161-9/+8
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-1/+4
* simplify intra prediction mode decodingMichael Niedermayer2006-07-041-10/+3
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-011-1/+1
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-121-1/+2
* typo me thinks ...Michael Niedermayer2006-05-291-1/+1
* h264: MBAFF interlaced decodingLoren Merritt2006-05-281-294/+686
* h264: faster fill_rectangle()Loren Merritt2006-05-281-37/+60
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-101-5/+4
* decoders should (IMHO) not duplicate frames, the application can do this if i...Michael Niedermayer2006-05-101-4/+2
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-051-0/+2
OpenPOWER on IntegriCloud