| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | introduce a macroblock index to avoid a few x*width+y calculations | Stefan Gehrer | 2009-02-10 | 1 | -3/+2 |
* | fix multiple slices per frame | Stefan Gehrer | 2009-02-10 | 1 | -2/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | rename XXX_t enums to cavs_XXX to fix POSIX namespace issue | Stefan Gehrer | 2009-01-16 | 1 | -4/+4 |
* | rename vector_t to cavs_vector | Stefan Gehrer | 2009-01-16 | 1 | -13/+14 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -1/+1 |
* | replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 | Roman Shaposhnik | 2007-07-30 | 1 | -1/+1 |
* | have less functions as inline | Stefan Gehrer | 2007-07-25 | 1 | -0/+177 |
* | split decoder-specific parts into their own file | Stefan Gehrer | 2007-07-08 | 1 | -637/+0 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-08 | 1 | -14/+14 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-07 | 1 | -45/+45 |
* | move dequantization into its own inline function | Stefan Gehrer | 2007-07-07 | 1 | -19/+6 |
* | cosmetic: rename VLC tables to make clear they | Stefan Gehrer | 2007-07-07 | 1 | -5/+5 |
* | setting special motion vectors in intra macroblocks | Stefan Gehrer | 2007-07-07 | 1 | -9/+1 |
* | setting intra prediction modes to default values | Stefan Gehrer | 2007-07-07 | 1 | -3/+2 |
* | move modification of intra prediction modes into | Stefan Gehrer | 2007-07-07 | 1 | -18/+1 |
* | move preparation of chroma intra prediction into its | Stefan Gehrer | 2007-07-07 | 1 | -14/+1 |
* | move existing inline functions from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 1 | -158/+0 |
* | move context structure definition from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 1 | -73/+0 |
* | make vector constants global | Stefan Gehrer | 2007-07-07 | 1 | -19/+19 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | move cavs parser in it's own file | Aurelien Jacobs | 2007-05-09 | 1 | -81/+0 |
* | move defines and enums out of cavsdata.h | Aurelien Jacobs | 2007-05-08 | 1 | -1/+2 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -3/+3 |
* | ff_frame_rate_tab is now declared in mpegvideo.h | Aurelien Jacobs | 2007-05-05 | 1 | -1/+0 |
* | avoid a clash between two definitions of SEQ_START_CODE | Aurelien Jacobs | 2007-05-05 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -3/+3 |
* | rename ff_cavs_flush to cavs_flush and make it static | Stefan Gehrer | 2006-11-12 | 1 | -2/+2 |
* | move all cavs-parsing to cavs.c | Stefan Gehrer | 2006-11-12 | 1 | -43/+81 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -3/+8 |
* | avoid double copying of left border in luma prediction | Stefan Gehrer | 2006-07-14 | 1 | -21/+22 |
* | replace run by run+1 in VLC tables | Stefan Gehrer | 2006-07-14 | 1 | -4/+2 |
* | change partition flags SYM -> FWD|SYM | Stefan Gehrer | 2006-07-14 | 1 | -14/+6 |
* | set mvP2 also in PSKIP macroblock | Stefan Gehrer | 2006-07-14 | 1 | -10/+6 |
* | avoid overflows of qp and pic_type | Stefan Gehrer | 2006-07-14 | 1 | -2/+6 |
* | simplify | Michael Niedermayer | 2006-07-09 | 1 | -33/+16 |
* | avoid redundant local variables | Michael Niedermayer | 2006-07-09 | 1 | -11/+7 |
* | simplify | Michael Niedermayer | 2006-07-09 | 1 | -69/+25 |
* | hopefully better for platforms not supporting misaligned read | Stefan Gehrer | 2006-07-06 | 1 | -1/+1 |
* | make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort... | Stefan Gehrer | 2006-07-06 | 1 | -8/+22 |
* | even more cbp safety | Stefan Gehrer | 2006-07-05 | 1 | -13/+10 |
* | missed removing this line in my last commit | Stefan Gehrer | 2006-07-05 | 1 | -1/+0 |
* | return -1 on bitstream errors instead of continuing, as the following stuff a... | Michael Niedermayer | 2006-07-04 | 1 | -1/+1 |
* | simplify intra prediction mode decoding | Michael Niedermayer | 2006-07-04 | 1 | -10/+7 |
* | check cbp for validity, avoids possible out of array reads / segfaults | Michael Niedermayer | 2006-07-04 | 1 | -5/+21 |