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