summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-103-26/+40
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-103-18/+78
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-095-35/+93
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-092-0/+8
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-093-7/+18
* workaround gcc 2.95.2 bugMichael Niedermayer2002-02-091-2/+2
* avoid copying input when encoding non intra stuff tooMichael Niedermayer2002-02-071-3/+3
* width or height %16 != 0 bugfixMichael Niedermayer2002-02-071-7/+5
* use multiply instead of divides for DC prediction on X86Michael Niedermayer2002-02-051-12/+10
* workaround gcc bug "m" (0)Arpi2002-01-281-6/+8
* * temporal solution for shared lib compilationZdenek Kabelac2002-01-281-7/+5
* (commit by michael)Michael Niedermayer2002-01-275-112/+309
* (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-01-261-0/+1
* (commit by michael)Michael Niedermayer2002-01-241-4/+11
* (commit by michael)Michael Niedermayer2002-01-241-1/+1
* (commit by michael)Michael Niedermayer2002-01-241-8/+38
* 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
OpenPOWER on IntegriCloud