summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avoid negative array indicesAlex Beregszaszi2004-02-18
* crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix d...Michael Niedermayer2004-02-18
* remove residual array, it isnt really neededMichael Niedermayer2004-02-18
* flac fixes:Michael Niedermayer2004-02-18
* flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)Michael Niedermayer2004-02-18
* noise reduction with threads bugfixMichael Niedermayer2004-02-17
* more error checks for the sequence headerMichael Niedermayer2004-02-16
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-14
* Use av_logRoberto Togni2004-02-14
* normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovic...Michael Niedermayer2004-02-14
* mpeg4 b frame + adaptive quantization assertion failure fixMichael Niedermayer2004-02-14
* multithreaded spatial complexity calculation for i framesMichael Niedermayer2004-02-14
* ff_copy_bits() optimizationMichael Niedermayer2004-02-14
* activate the memcpy special case for the byte aligned case in ff_copy_bits(),...Michael Niedermayer2004-02-13
* replace a few pbBufPtr() by put_bits_count(), one of them was actually wrongMichael Niedermayer2004-02-13
* simplify MV availability check / dont use below last row MV which is always zeroMichael Niedermayer2004-02-13
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* ppc chroma mess workaround (real bug is that the motion compensation code ass...Michael Niedermayer2004-02-12
* * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik2004-02-10
* rv10/obmc fixesMichael Niedermayer2004-02-09
* 2 byte shorter userdata for mpeg4Michael Niedermayer2004-02-08
* M$ ADPCM encoding & some simplificationsMichael Niedermayer2004-02-08
* segfault fixMichael Niedermayer2004-02-07
* use clip() from common.hMichael Niedermayer2004-02-07
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
* h263 4mv encoding fixMichael Niedermayer2004-02-06
* segfault fixMichael Niedermayer2004-02-06
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* analyze the gradient of the error surface to avoid a few checks in the quanti...Michael Niedermayer2004-02-06
* quantizer noise shaping optimizationMichael Niedermayer2004-02-06
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
* remove incorect motion estimation tableMichael Niedermayer2004-02-05
* cleanup ugly code (also appearently works around a bug gcc 3.4 which fails co...Michael Niedermayer2004-02-04
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-04
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-03
* simplifyMichael Niedermayer2004-02-02
* quantizer noise shapingMichael Niedermayer2004-02-02
* tiny warning fixFalk Hüffner2004-02-01
* changed includesAlex Beregszaszi2004-01-31
* not needed anymoreAlex Beregszaszi2004-01-31
* segfault fixMichael Niedermayer2004-01-31
* vsad16_mmx2 only applies if encoders are turned onMike Melanson2004-01-31
* these functions (get_bit_count and align_put_bits) are referenced evenMike Melanson2004-01-31
* handle invalid buffer sizesMike Melanson2004-01-31
* watch those hard tabsMike Melanson2004-01-31
* handle 0-length buffersMike Melanson2004-01-31
* handle 0-length buffersMike Melanson2004-01-31
* b frames + cbr fixMichael Niedermayer2004-01-29