summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@stude...Nick Kurshev2002-01-211-7/+25
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-209-2/+769
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-203-5/+8
* (commit by michael)Michael Niedermayer2002-01-172-1119/+947
* (commit by michael)Michael Niedermayer2002-01-154-6/+78
* (commit by michael)Michael Niedermayer2002-01-151-0/+1
* (commit by michael)Michael Niedermayer2002-01-152-2/+98
* (commit by michael)Michael Niedermayer2002-01-141-125/+315
* (commit by michael)Michael Niedermayer2002-01-141-1/+25
* (commit by michael)Michael Niedermayer2002-01-141-0/+20
* (commit by michael)Michael Niedermayer2002-01-131-1/+2
* (commit by michael)Michael Niedermayer2002-01-134-30/+91
* (commited by michael / arpi was crazy enough to give me his password)Michael Niedermayer2002-01-121-12/+38
* rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-121-1/+1
* different fix, s->mbintra_table used only if h263_pred set. - patch by Michae...Michael Niedermayer2002-01-111-4/+4
* This fixes segfaults because of uninitialized s->mbintra_table variable - pat...Vladimir Dergachev2002-01-111-5/+5
* s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in de...Michael Niedermayer2002-01-111-10/+29
* mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-111-0/+1
* aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer2002-01-112-49/+132
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-103-1/+94
* AC table reset (memset) optimization - patch by Michael Niedermayer <michaeln...Michael Niedermayer2002-01-102-1/+19
* fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <m...Michael Niedermayer2002-01-102-33/+29
* fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer ...Michael Niedermayer2002-01-101-3/+4
* print cpu flagsMichael Niedermayer2002-01-101-2/+2
* qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <st...Stephen Davies2002-01-081-2/+2
* fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>Michael Niedermayer2002-01-081-0/+10
* informal msgArpi2001-12-261-1/+3
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-232-0/+13
* unrestricted MC fixed - thanks to Michael Niedermayer for ideaArpi2001-12-161-0/+6
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-093-0/+1706
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-095-7/+67
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-195-34/+129
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-173-41/+61
* - Bug fixed on H.263 decoder initialization.Juanjo2001-11-171-5/+10
* - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.Juanjo2001-11-131-21/+23
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-123-11/+25
* Let loops will be alignedNick Kurshev2001-11-111-39/+2
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-104-99/+94
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-051-2/+2
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-031-11/+147
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-035-7/+125
* * fixed decoding busy loopZdenek Kabelac2001-10-311-1/+2
* missing headerNick Kurshev2001-10-271-0/+1
* headers installationNick Kurshev2001-10-271-1/+3
* Shared objects supportNick Kurshev2001-10-271-2/+16
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-231-10/+9
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-231-2/+10
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-231-2/+4
* * prevent crash in decoderZdenek Kabelac2001-10-231-1/+1
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-171-1/+1