| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings and simplify/reorder the code | Luca Barbato | 2007-01-27 | 1 | -20/+11 |
* | Segregate code common to BMP decoder and future encoder | Michel Bardiaux | 2007-01-27 | 2 | -12/+33 |
* | Set aspect ratio if present (for AP only) | Kostya Shishkov | 2007-01-27 | 1 | -2/+4 |
* | fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg | Michael Niedermayer | 2007-01-26 | 1 | -1/+1 |
* | Typo | Panagiotis Issaris | 2007-01-26 | 1 | -1/+1 |
* | remove void * used in arithmetic warnings | Baptiste Coudurier | 2007-01-26 | 1 | -3/+3 |
* | cosmetics / remove #if 0 code | Michael Niedermayer | 2007-01-26 | 1 | -29/+1 |
* | Silence GCC when incorrectly complaining that the "line" variable could be used | Panagiotis Issaris | 2007-01-25 | 1 | -1/+1 |
* | Bring down the number of snow.c warnings from 27 to 17 by using the const | Panagiotis Issaris | 2007-01-25 | 1 | -20/+20 |
* | Brings down the number of snow.c warnings from 33 to 27 by putting parentheses | Panagiotis Issaris | 2007-01-25 | 1 | -6/+6 |
* | Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co... | Benjamin Larsson | 2007-01-25 | 1 | -2/+2 |
* | Some TIFFs do not set rows per strip for single strip. | Kostya Shishkov | 2007-01-25 | 1 | -0/+1 |
* | Move conditional CFLAGS and OBJS setting to common place. | Diego Biurrun | 2007-01-25 | 1 | -4/+0 |
* | Theora encoding via libtheora. | Diego Biurrun | 2007-01-25 | 4 | -0/+281 |
* | Add debug messages for AP headers | Kostya Shishkov | 2007-01-24 | 1 | -3/+20 |
* | Off-by-one error fix | Kostya Shishkov | 2007-01-24 | 1 | -2/+2 |
* | Fail on VC-1 interlaced streams | Kostya Shishkov | 2007-01-24 | 1 | -0/+4 |
* | add hint for closed gop and sc threshold error message | Baptiste Coudurier | 2007-01-24 | 1 | -1/+1 |
* | fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % | Ian Caulfield | 2007-01-24 | 1 | -22/+22 |
* | Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ... | Ian Caulfield | 2007-01-24 | 1 | -5/+46 |
* | set last_picture for h.264 too, this significantly improves error concealment... | Michael Niedermayer | 2007-01-24 | 1 | -2/+2 |
* | crash fix by Carl Eugen Hoyos cehoyos ag.or at | Michael Niedermayer | 2007-01-24 | 1 | -1/+2 |
* | explicit values for all enums | Michael Niedermayer | 2007-01-24 | 1 | -4/+4 |
* | enum | Michael Niedermayer | 2007-01-24 | 1 | -5/+7 |
* | maybe fix segfault with missing extradata (unchecked) | Michael Niedermayer | 2007-01-24 | 1 | -1/+1 |
* | fix segfault with darkkben.free.fr/corrupted_h264.mp4 | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | flame | Michael Niedermayer | 2007-01-23 | 1 | -1/+1 |
* | check num_reorder_frames for validity | Michael Niedermayer | 2007-01-23 | 1 | -3/+11 |
* | adding assert to protect delayed_pic | Michael Niedermayer | 2007-01-23 | 1 | -0/+3 |
* | 10l, there is a corner case afterall... | Luca Barbato | 2007-01-23 | 1 | -2/+1 |
* | 1/0 fix | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | Fix FSF postal address. | Diego Biurrun | 2007-01-22 | 1 | -1/+1 |
* | Fix some more license headers. | Diego Biurrun | 2007-01-22 | 1 | -1/+1 |
* | cosmetics: Sort decoder/encoder/parser variables lists. | Diego Biurrun | 2007-01-21 | 1 | -178/+178 |
* | remove the last #ifdef from allcodecs.c | Måns Rullgård | 2007-01-21 | 1 | -2/+0 |
* | cosmetics: List all encoders together. | Diego Biurrun | 2007-01-21 | 1 | -4/+4 |
* | remove useless #ifdef CONFIG_ZLIB | Måns Rullgård | 2007-01-21 | 1 | -2/+0 |
* | remove useless #ifdef CONFIG_ZLIB | Måns Rullgård | 2007-01-21 | 1 | -2/+0 |
* | Remove debug line. | Benjamin Larsson | 2007-01-21 | 1 | -1/+0 |
* | Add flashsv encoder to changelog and fix the encoder so it actually works. | Benjamin Larsson | 2007-01-21 | 1 | -2/+3 |
* | remove no longer needed ifeq tests | Måns Rullgård | 2007-01-21 | 1 | -6/+2 |
* | remove no longer needed #ifdefs | Måns Rullgård | 2007-01-21 | 1 | -28/+0 |
* | Flash screen video encoder. | Benjamin Larsson | 2007-01-21 | 4 | -3/+342 |
* | Declare zlib dependency in the Makefile, not in the source. | Diego Biurrun | 2007-01-21 | 2 | -3/+5 |
* | Really fix my never ending mistakes. | Benjamin Larsson | 2007-01-21 | 1 | -2/+3 |
* | Don't break compilation on systems without zlib. | Benjamin Larsson | 2007-01-21 | 1 | -0/+2 |
* | The block_size might be used incorrectly if it is not updated. | Benjamin Larsson | 2007-01-21 | 1 | -2/+2 |
* | Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka... | Luca Barbato | 2007-01-21 | 2 | -33/+33 |
* | Fixed a typo, cosmetics. | Benjamin Larsson | 2007-01-21 | 1 | -1/+1 |
* | Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. | Benjamin Larsson | 2007-01-21 | 2 | -18/+3 |