aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2005-07-1710l (forgot to commit this yesterday)Michael Niedermayer
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
2005-07-16yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail...Michael Niedermayer
2005-07-15Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen
2005-07-14more fine grained skip_frameMichael Niedermayer
2005-07-14skip_idctMichael Niedermayer
2005-07-14check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer
2005-07-14ffmpeg version should be "CVS"Michael Niedermayer
2005-07-11check len (should fix #1165694)Michael Niedermayer
2005-07-11fix segfault (bug #1165640)Michael Niedermayer
2005-07-11fix infinite loop (suggested change by rjayne at convera dot com)Michael Niedermayer
2005-07-11fix decoding of (broken) files with f_code=0Michael Niedermayer
2005-07-11segfault fixMichael Niedermayer
2005-07-10patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-deve...Michael Niedermayer
2005-07-09Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer
2005-07-02100l - this has only worked on big endianAlex Beregszaszi
2005-07-02parenthesing to avoid compiler errors in the future - compared asm outputs, b...Alex Beregszaszi
2005-07-02print 'not working' messageAlex Beregszaszi
2005-07-021lAlex Beregszaszi
2005-07-01Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret
2005-06-29off by 1 error bugfixMichael Niedermayer
2005-06-28IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin
2005-06-28WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver
2005-06-28support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer
2005-06-28fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer
2005-06-27check mb_yMichael Niedermayer
2005-06-27keep decoding nal units after an errorMichael Niedermayer
2005-06-27x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer
2005-06-27support changing in bitstream global headers into extradata style and backMichael Niedermayer
2005-06-26tiny docs improvement which i apparebtly forgot to commitMichael Niedermayer
2005-06-23GCC4 fixGuillaume Poirier
2005-06-19make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer
2005-06-19Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner
2005-06-17spelling fixesDiego Biurrun
2005-06-17H.264 lossless modeLoren Merritt
2005-06-09non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit...Ronald S. Bultje
2005-06-08typo in cabac tablesLoren Merritt
2005-06-07apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer
2005-06-07uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer
2005-06-0510l (dont read variables before they have been set)Michael Niedermayer
2005-06-04remove mixed code/declarationsMåns Rullgård
2005-06-03subtitle codec type supportFabrice Bellard
2005-06-02decode H.264 with 8x8 transform.Loren Merritt
2005-06-02sort H.264 mmx dsp functions into their own fileLoren Merritt
2005-06-01adding a few constMichael Niedermayer
2005-06-01100l for myself (breaking amd64)Michael Niedermayer
2005-06-01fix segfault if flush is called before the first frameMåns Rullgård
2005-06-01merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer
2005-06-01get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer
2005-06-01avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer