| Commit message (Expand) | Author | Age | Files | Lines |
* | minor user data reading bugfix | Michael Niedermayer | 2005-07-23 | 1 | -6/+4 |
* | Add missing +1 in bounds check. | Reimar Döffinger | 2005-07-22 | 1 | -1/+1 |
* | reset restart_count when restart_interval is set and fill the | Reimar Döffinger | 2005-07-22 | 1 | -0/+4 |
* | portable IEEE float/double read/write functions | Michael Niedermayer | 2005-07-19 | 1 | -1/+7 |
* | portable IEEE float/double read/write functions | Michael Niedermayer | 2005-07-19 | 1 | -0/+28 |
* | dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD... | Michael Niedermayer | 2005-07-17 | 1 | -6/+3 |
* | verify len field validity in mjpeg_decode_com() | Michael Niedermayer | 2005-07-17 | 1 | -3/+1 |
* | 10l (forgot to commit this yesterday) | Michael Niedermayer | 2005-07-17 | 1 | -39/+49 |
* | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) | Michael Niedermayer | 2005-07-17 | 5 | -101/+1779 |
* | yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail... | Michael Niedermayer | 2005-07-16 | 1 | -6/+6 |
* | Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) | Vidar Madsen | 2005-07-15 | 3 | -0/+85 |
* | more fine grained skip_frame | Michael Niedermayer | 2005-07-14 | 1 | -2/+10 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 8 | -6/+73 |
* | check for CODEC_CAP_DELAY in audio decoders too | Michael Niedermayer | 2005-07-14 | 1 | -3/+6 |
* | ffmpeg version should be "CVS" | Michael Niedermayer | 2005-07-14 | 1 | -1/+1 |
* | check len (should fix #1165694) | Michael Niedermayer | 2005-07-11 | 1 | -1/+2 |
* | fix segfault (bug #1165640) | Michael Niedermayer | 2005-07-11 | 1 | -0/+2 |
* | fix infinite loop (suggested change by rjayne at convera dot com) | Michael Niedermayer | 2005-07-11 | 1 | -0/+3 |
* | fix decoding of (broken) files with f_code=0 | Michael Niedermayer | 2005-07-11 | 1 | -3/+7 |
* | segfault fix | Michael Niedermayer | 2005-07-11 | 1 | -0/+2 |
* | patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-deve... | Michael Niedermayer | 2005-07-10 | 1 | -0/+1 |
* | Here is the patch suggested by: unkaggregate, users sf net | Michael Niedermayer | 2005-07-09 | 1 | -2/+2 |
* | 100l - this has only worked on big endian | Alex Beregszaszi | 2005-07-02 | 1 | -1/+1 |
* | parenthesing to avoid compiler errors in the future - compared asm outputs, b... | Alex Beregszaszi | 2005-07-02 | 1 | -2/+2 |
* | print 'not working' message | Alex Beregszaszi | 2005-07-02 | 1 | -0/+2 |
* | 1l | Alex Beregszaszi | 2005-07-02 | 1 | -3/+1 |
* | Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret... | Sigbjørn Skjæret | 2005-07-01 | 2 | -0/+6 |
* | off by 1 error bugfix | Michael Niedermayer | 2005-06-29 | 1 | -4/+8 |
* | IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :... | Gildas Bazin | 2005-06-28 | 5 | -4/+29 |
* | WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np... | Mark Weaver | 2005-06-28 | 1 | -1/+1 |
* | support extracting sps/pps from bitstream and putting it in extradata | Michael Niedermayer | 2005-06-28 | 1 | -0/+33 |
* | fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 | Michael Niedermayer | 2005-06-28 | 1 | -1/+1 |
* | check mb_y | Michael Niedermayer | 2005-06-27 | 1 | -0/+3 |
* | keep decoding nal units after an error | Michael Niedermayer | 2005-06-27 | 1 | -2/+7 |
* | x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) | Michael Niedermayer | 2005-06-27 | 2 | -3/+3 |
* | support changing in bitstream global headers into extradata style and back | Michael Niedermayer | 2005-06-27 | 2 | -1/+69 |
* | tiny docs improvement which i apparebtly forgot to commit | Michael Niedermayer | 2005-06-26 | 1 | -3/+10 |
* | GCC4 fix | Guillaume Poirier | 2005-06-23 | 1 | -2/+2 |
* | make decoder a little bit more tolerant to missing NAL units | Michael Niedermayer | 2005-06-19 | 1 | -5/+11 |
* | Communicate proper aliasing to gcc (needed for 4.1). | Falk Hüffner | 2005-06-19 | 2 | -26/+45 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 8 | -54/+54 |
* | H.264 lossless mode | Loren Merritt | 2005-06-17 | 3 | -27/+90 |
* | non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit... | Ronald S. Bultje | 2005-06-09 | 1 | -1/+1 |
* | typo in cabac tables | Loren Merritt | 2005-06-08 | 1 | -3/+3 |
* | apiexample fix by (Chip: szarlada, freemail hu) | Michael Niedermayer | 2005-06-07 | 1 | -0/+1 |
* | uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) | Michael Niedermayer | 2005-06-07 | 1 | -1/+1 |
* | 10l (dont read variables before they have been set) | Michael Niedermayer | 2005-06-05 | 1 | -12/+12 |
* | remove mixed code/declarations | Måns Rullgård | 2005-06-04 | 1 | -4/+5 |
* | subtitle codec type support | Fabrice Bellard | 2005-06-03 | 6 | -3/+933 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 5 | -63/+693 |