aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flac_flush()Michael Niedermayer2004-02-181-0/+9
* simplifyMichael Niedermayer2004-02-181-52/+41
* avoid negative array indicesAlex Beregszaszi2004-02-181-7/+9
* crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix d...Michael Niedermayer2004-02-181-38/+88
* remove residual array, it isnt really neededMichael Niedermayer2004-02-181-23/+13
* flac fixes:Michael Niedermayer2004-02-185-167/+259
* flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)Michael Niedermayer2004-02-181-0/+651
* noise reduction with threads bugfixMichael Niedermayer2004-02-171-2/+3
* more error checks for the sequence headerMichael Niedermayer2004-02-161-0/+13
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-141-1/+1
* Use av_logRoberto Togni2004-02-141-5/+5
* normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovic...Michael Niedermayer2004-02-141-1/+4
* mpeg4 b frame + adaptive quantization assertion failure fixMichael Niedermayer2004-02-141-5/+13
* multithreaded spatial complexity calculation for i framesMichael Niedermayer2004-02-141-18/+25
* ff_copy_bits() optimizationMichael Niedermayer2004-02-141-5/+10
* activate the memcpy special case for the byte aligned case in ff_copy_bits(),...Michael Niedermayer2004-02-131-3/+3
* replace a few pbBufPtr() by put_bits_count(), one of them was actually wrongMichael Niedermayer2004-02-131-3/+3
* simplify MV availability check / dont use below last row MV which is always zeroMichael Niedermayer2004-02-131-3/+3
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-1312-347/+779
* ppc chroma mess workaround (real bug is that the motion compensation code ass...Michael Niedermayer2004-02-121-1/+2
* * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik2004-02-101-2/+13
* rv10/obmc fixesMichael Niedermayer2004-02-092-9/+30
* 2 byte shorter userdata for mpeg4Michael Niedermayer2004-02-084-8/+8
* M$ ADPCM encoding & some simplificationsMichael Niedermayer2004-02-081-28/+76
* segfault fixMichael Niedermayer2004-02-071-0/+6
* use clip() from common.hMichael Niedermayer2004-02-071-16/+10
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-074-1/+421
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-1/+1
* h263 4mv encoding fixMichael Niedermayer2004-02-061-1/+1
* segfault fixMichael Niedermayer2004-02-061-0/+3
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-1/+1
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-0611-33/+33
* analyze the gradient of the error surface to avoid a few checks in the quanti...Michael Niedermayer2004-02-061-1/+30
* quantizer noise shaping optimizationMichael Niedermayer2004-02-064-33/+132
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-054-1/+541
* remove incorect motion estimation tableMichael Niedermayer2004-02-051-7/+1
* cleanup ugly code (also appearently works around a bug gcc 3.4 which fails co...Michael Niedermayer2004-02-041-7/+8
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-041-0/+5
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-033-0/+93
* simplifyMichael Niedermayer2004-02-021-66/+32
* quantizer noise shapingMichael Niedermayer2004-02-022-38/+477
* tiny warning fixFalk Hüffner2004-02-011-1/+1
* changed includesAlex Beregszaszi2004-01-311-1/+1
* not needed anymoreAlex Beregszaszi2004-01-311-1/+0
* segfault fixMichael Niedermayer2004-01-311-1/+1
* vsad16_mmx2 only applies if encoders are turned onMike Melanson2004-01-311-0/+2
* these functions (get_bit_count and align_put_bits) are referenced evenMike Melanson2004-01-311-1/+2
* handle invalid buffer sizesMike Melanson2004-01-311-0/+5
* watch those hard tabsMike Melanson2004-01-314-19/+19
* handle 0-length buffersMike Melanson2004-01-311-0/+3