aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-288-3/+379
* YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...Michael Niedermayer2004-10-271-0/+36
* Miro VideoXL (VIXL) decoder, courtesy of Konstantin ShishkovMike Melanson2004-10-274-2/+149
* stride align cleanupMichael Niedermayer2004-10-262-9/+13
* optimizationMichael Niedermayer2004-10-262-42/+107
* type fixMichael Niedermayer2004-10-251-1/+1
* type fixMichael Niedermayer2004-10-251-1/+1
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...Wolfram Gloger2004-10-251-1/+1
* mjpeg parserMichael Niedermayer2004-10-243-0/+74
* INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)Bohdan Horst2004-10-241-0/+12
* optimzationMichael Niedermayer2004-10-241-9/+9
* optimizationMichael Niedermayer2004-10-241-28/+25
* fix CABAC+LOOP missmatchMichael Niedermayer2004-10-231-1/+4
* cbp_table cleanupMichael Niedermayer2004-10-231-110/+33
* cleanup of decode_cabac_residual()Michael Niedermayer2004-10-231-60/+41
* decode intra cabac mb_type cleanupMichael Niedermayer2004-10-231-71/+40
* small typo patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-10-221-1/+1
* H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington do...Loren Merritt2004-10-221-12/+95
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-223-0/+68
* user selectble cutoff frequencyMichael Niedermayer2004-10-213-5/+5
* 100l (dont reset the sample position at the block end)Michael Niedermayer2004-10-211-1/+1
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-213-25/+25
* optimizationMichael Niedermayer2004-10-201-4/+4
* make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer2004-10-201-11/+29
* 10lMichael Niedermayer2004-10-201-2/+2
* fix constrained parameters flagMichael Niedermayer2004-10-182-3/+12
* infinte recursion fixMichael Niedermayer2004-10-181-1/+1
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand combi...Aurelien Jacobs2004-10-171-4/+5
* xvid fake divx version workaroundMichael Niedermayer2004-10-151-0/+5
* support strictly enforcing gop sizeMichael Niedermayer2004-10-152-0/+5
* fix forcing of individual frame typesMichael Niedermayer2004-10-141-11/+11
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-123-0/+59
* 1000lD Richard Felker III2004-10-121-1/+1
* missaliged clear_blocks() and h264 not complied but referenced fix patch by (...Roine Gustafsson2004-10-111-2/+2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-1114-1058/+1115
* lowres 4mvMichael Niedermayer2004-10-091-9/+100
* h.261 loop filter fixMichael Niedermayer2004-10-083-7/+14
* nonsense removialMichael Niedermayer2004-10-081-23/+3
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka...Milan Cutka2004-10-081-1/+1
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-064-6/+7
* segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)Richard van der Hoff2004-10-051-24/+36
* Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)Chip2004-10-051-0/+16
* Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot s...Frantisek Dvorak2004-10-052-4/+14
* h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot was...Loren Merritt2004-10-031-3/+3
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ...Michel Bardiaux2004-10-011-1/+1
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ...Michel Bardiaux2004-10-011-2/+2
* do not call (av_)abort()Michael Niedermayer2004-10-014-4/+5
* * these vars could be either static or extern (compilation fix gcc-3.5)Zdenek Kabelac2004-09-301-0/+2
* broken mess removialMichael Niedermayer2004-09-292-249/+0
* 10l (wrong variable)Michael Niedermayer2004-09-281-1/+1