summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-09
* x86 branchless cabac decoderMichael Niedermayer2006-10-09
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-09
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* move outcommented START/STOP_TIMER to a hopefully better place for benchmarki...Michael Niedermayer2006-10-09
* drop failed attempt to optimize *state= c->mps_state[s];Michael Niedermayer2006-10-09
* 10l bugfix for some disabled codeMichael Niedermayer2006-10-09
* first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 d...Michael Niedermayer2006-10-09
* add_bytes passes testsLuca Barbato2006-10-09
* remove bytestream_end checks, seems to work fine without them and the bitstre...Michael Niedermayer2006-10-09
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-09
* Fix GPL/LGPL license version mismatch.Diego Biurrun2006-10-09
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
* Fixes:Dominik Mierzejewski2006-10-08
* cleanupMichael Niedermayer2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Avoid void *-arithmeticReimar Döffinger2006-10-08
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-08
* 5% faster get_cabac()Michael Niedermayer2006-10-08
* output typo fixesDiego Biurrun2006-10-08
* Compilation fix: pix_abs16x16_c was undeclared.Diego Biurrun2006-10-08
* Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun2006-10-08
* disable benchmarking codeMichael Niedermayer2006-10-07
* renorm_cabac_decoder_once START/STOP_TIMER scores for athlonMichael Niedermayer2006-10-07
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
* refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* () 10lMichael Niedermayer2006-10-07
* fix a warningLuca Barbato2006-10-07
* Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun2006-10-07
* several x86 renorm_cabac_decoder_once optimizationsMichael Niedermayer2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* cosmetics: Add backslashes to the last line of continued lines to makeDiego Biurrun2006-10-07
* fix decoding of ED-small-sample-file.oggMichael Niedermayer2006-10-06
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-05
* message typo fixesDiego Biurrun2006-10-05
* Simplify test program build.Diego Biurrun2006-10-05
* Fix imgresample-test compilation.Diego Biurrun2006-10-05
* imgresample-test depends on $(LIB).Diego Biurrun2006-10-05
* Simplify EXTRALIBS handling.Diego Biurrun2006-10-05
* Switch idct_mmx_xvid.c from GPL to LGPL as permitted by theDiego Biurrun2006-10-05
* cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.Diego Biurrun2006-10-04
* change extradata type to uint8_t *Baptiste Coudurier2006-10-04
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-04
* don't try to inline cabac functions. gcc ignored the hint anyway, and forcing...Loren Merritt2006-10-04
* simplify write_back_motion for skip mbsLoren Merritt2006-10-04
* 10l in r6412Loren Merritt2006-10-04