summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-02-29
* skip b frames before first i frameMichael Niedermayer2004-02-29
* simplify MPV_motion()Michael Niedermayer2004-02-29
* interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)Michael Niedermayer2004-02-29
* mpeg2 field pic decoding fixMichael Niedermayer2004-02-28
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-28
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-28
* 10l (vdpart fix)Michael Niedermayer2004-02-26
* AVCodec.supported_frameratesMichael Niedermayer2004-02-26
* INT64_MIN fixMichael Niedermayer2004-02-26
* 10lMichael Niedermayer2004-02-26
* 100l (field picture decoding fix)Michael Niedermayer2004-02-26
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk...Wolfgang Hesseler2004-02-25
* 1lMichael Niedermayer2004-02-25
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-25
* set AVFrame.pts based upon framerate if its 0Michael Niedermayer2004-02-25
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-23
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-23
* av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-23
* av_log()Michael Niedermayer2004-02-23
* c99Michael Niedermayer2004-02-22
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19
* use get_formatIvan Kalvachev2004-02-19
* simplifyMichael Niedermayer2004-02-18
* auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)Michael Niedermayer2004-02-18
* check if threads_count is too largeMichael Niedermayer2004-02-18
* flac_flush()Michael Niedermayer2004-02-18
* simplifyMichael Niedermayer2004-02-18
* 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