aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* dont just resample half of the data sometimesMichael Niedermayer2004-09-281-9/+14
* 100l (signed vs. unsigend)Michael Niedermayer2004-09-281-2/+4
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-285-1/+251
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-281-7/+4
* 10l forgot to commitMichael Niedermayer2004-09-271-1/+1
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-275-43/+92
* dont print "vop not coded" by defaultMichael Niedermayer2004-09-271-1/+2
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-278-43/+54
* lowres fixes for the parserMichael Niedermayer2004-09-271-6/+10
* 10l (segfault)Michael Niedermayer2004-09-271-0/+1
* 10lMichael Niedermayer2004-09-271-4/+6
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-276-25/+32
* lowres chroma fixMichael Niedermayer2004-09-261-2/+2
* lowres slice fixMichael Niedermayer2004-09-261-1/+1