summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-13
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-12
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-12
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-10
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-10
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* workaround gcc 2.95.2 bugMichael Niedermayer2002-02-09
* avoid copying input when encoding non intra stuff tooMichael Niedermayer2002-02-07
* width or height %16 != 0 bugfixMichael Niedermayer2002-02-07
* use multiply instead of divides for DC prediction on X86Michael Niedermayer2002-02-05
* workaround gcc bug "m" (0)Arpi2002-01-28
* * temporal solution for shared lib compilationZdenek Kabelac2002-01-28
* (commit by michael)Michael Niedermayer2002-01-27
* (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-01-26
* (commit by michael)Michael Niedermayer2002-01-24
* (commit by michael)Michael Niedermayer2002-01-24
* (commit by michael)Michael Niedermayer2002-01-24
* Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@stude...Nick Kurshev2002-01-21
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-20
* (commit by michael)Michael Niedermayer2002-01-17
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-14
* (commit by michael)Michael Niedermayer2002-01-14
* (commit by michael)Michael Niedermayer2002-01-14
* (commit by michael)Michael Niedermayer2002-01-13
* (commit by michael)Michael Niedermayer2002-01-13
* (commited by michael / arpi was crazy enough to give me his password)Michael Niedermayer2002-01-12
* rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-12
* different fix, s->mbintra_table used only if h263_pred set. - patch by Michae...Michael Niedermayer2002-01-11
* This fixes segfaults because of uninitialized s->mbintra_table variable - pat...Vladimir Dergachev2002-01-11
* s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in de...Michael Niedermayer2002-01-11
* mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-11
* aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer2002-01-11
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-10
* AC table reset (memset) optimization - patch by Michael Niedermayer <michaeln...Michael Niedermayer2002-01-10
* fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <m...Michael Niedermayer2002-01-10
* fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer ...Michael Niedermayer2002-01-10
* print cpu flagsMichael Niedermayer2002-01-10
* qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <st...Stephen Davies2002-01-08
* fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>Michael Niedermayer2002-01-08
* informal msgArpi2001-12-26
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-23
* unrestricted MC fixed - thanks to Michael Niedermayer for ideaArpi2001-12-16
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09