| Commit message (Expand) | Author | Age | Files | Lines |
* | minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ... | Wolfram Gloger | 2005-08-14 | 1 | -1/+1 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 10 | -21/+18 |
* | subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f... | Ian Caulfield | 2005-08-14 | 2 | -25/+32 |
* | set pix_fmt | Michael Niedermayer | 2005-08-13 | 1 | -0/+1 |
* | tinfoil patch: no array is written to in bulk before counts are | Mike Melanson | 2005-08-13 | 1 | -419/+85 |
* | removed a bunch of unused, sub-optimal code | Mike Melanson | 2005-08-13 | 1 | -687/+0 |
* | tinfoil patch: be more diligent about checking array boundaries before | Mike Melanson | 2005-08-13 | 1 | -8/+32 |
* | tinfoil patch: validate motion vectors and do not free frame on exit if | Mike Melanson | 2005-08-13 | 1 | -45/+18 |
* | tinfoil patch: make sure pixel_ptr never goes negative | Mike Melanson | 2005-08-13 | 1 | -2/+7 |
* | tinfoil patch: accept no widths that are no multiples of 4 | Mike Melanson | 2005-08-13 | 1 | -0/+3 |
* | tinfoil patch: make sure that pixel pointer does not go out of bounds | Mike Melanson | 2005-08-13 | 1 | -0/+15 |
* | fix building in separate directory | Måns Rullgård | 2005-08-13 | 1 | -1/+1 |
* | security fixes | Kostya Shishkov | 2005-08-13 | 1 | -8/+28 |
* | DV video encoder/decoder doesn't set keyframe and picture type properties pat... | Edward Hervey | 2005-08-11 | 1 | -0/+4 |
* | mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) | Michael Niedermayer | 2005-08-06 | 1 | -0/+24 |
* | liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) | Steven M. Schultz | 2005-08-05 | 1 | -1/+1 |
* | 10l | Alex Beregszaszi | 2005-08-05 | 1 | -1/+1 |
* | segfault fix | Michael Niedermayer | 2005-08-04 | 1 | -2/+5 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 11 | -1279/+13 |
* | fix assertion failure for mpeg2 encoding | Michael Niedermayer | 2005-08-01 | 1 | -3/+1 |
* | workaround 'colocated mv if colocated block is L1 predicted' bug in x264 | Michael Niedermayer | 2005-08-01 | 1 | -3/+67 |
* | A.B.C versions | Michael Niedermayer | 2005-07-31 | 2 | -6/+11 |
* | try to check for nonsense time_base instead of setting fake one | Michael Niedermayer | 2005-07-31 | 1 | -6/+4 |
* | check time_base.den for mpeg4 | Michael Niedermayer | 2005-07-30 | 1 | -0/+5 |
* | motion vector limit for mpeg2 | Michael Niedermayer | 2005-07-27 | 1 | -5/+10 |
* | Reduce verbosity. | Diego Biurrun | 2005-07-27 | 1 | -1/+1 |
* | fixing colocated mv if colocated block is L1 predicted for the temporal direc... | Michael Niedermayer | 2005-07-27 | 1 | -4/+7 |
* | fixing colocated mv if colocated block is L1 predicted | Michael Niedermayer | 2005-07-26 | 1 | -4/+8 |
* | Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un... | Martin Boehme | 2005-07-25 | 1 | -2/+2 |
* | thread mess check for avcodec_open/close() | Michael Niedermayer | 2005-07-25 | 1 | -6/+25 |
* | fix user data parsing code so it suppors pre1 and cvs | Michael Niedermayer | 2005-07-24 | 2 | -4/+1 |
* | 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 |