summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-19
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-17
* - Bug fixed on H.263 decoder initialization.Juanjo2001-11-17
* - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.Juanjo2001-11-13
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-12
* Let loops will be alignedNick Kurshev2001-11-11
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-10
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-05
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-03
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* * fixed decoding busy loopZdenek Kabelac2001-10-31