4501 Commits (dd9bdeb9f38f0047013cc49bd2a34baa73fe38f3)

Author SHA1 Message Date
Michel Bardiaux 76ebb18f16 Segregate code common to BMP decoder and future encoder 18 years ago
Kostya Shishkov 74fd63d009 Set aspect ratio if present (for AP only) 18 years ago
Michael Niedermayer 1fdefd9881 fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg 18 years ago
Panagiotis Issaris de6c4b2dd3 Typo 18 years ago
Baptiste Coudurier 4abc097146 remove void * used in arithmetic warnings 18 years ago
Michael Niedermayer 24368c4ae4 cosmetics / remove #if 0 code 18 years ago
Panagiotis Issaris b5bfb9f9de Silence GCC when incorrectly complaining that the "line" variable could be used 18 years ago
Panagiotis Issaris aadcc5cecd Bring down the number of snow.c warnings from 27 to 17 by using the const 18 years ago
Panagiotis Issaris 6884c36c42 Brings down the number of snow.c warnings from 33 to 27 by putting parentheses 18 years ago
Benjamin Larsson b6607559af Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. 18 years ago
Kostya Shishkov 615259a33e Some TIFFs do not set rows per strip for single strip. 18 years ago
Diego Biurrun 722dabcc94 Move conditional CFLAGS and OBJS setting to common place. 18 years ago
Diego Biurrun 150d27725b Theora encoding via libtheora. 18 years ago
Kostya Shishkov 8ea780d73d Add debug messages for AP headers 18 years ago
Kostya Shishkov 14f3f3a1ad Off-by-one error fix 18 years ago
Kostya Shishkov 5cca6bc3cd Fail on VC-1 interlaced streams 18 years ago
Baptiste Coudurier 9d57fd9be5 add hint for closed gop and sc threshold error message 18 years ago
Ian Caulfield 08c8831685 fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % 18 years ago
Ian Caulfield 44a39bd770 Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, 18 years ago
Michael Niedermayer 6ad7cd0469 set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 18 years ago
Michael Niedermayer 0c74098b1c crash fix by Carl Eugen Hoyos cehoyos ag.or at 18 years ago
Michael Niedermayer 9ce5f3b7ea explicit values for all enums 18 years ago
Michael Niedermayer 3e997aa425 enum 18 years ago
Michael Niedermayer 2c16032028 maybe fix segfault with missing extradata (unchecked) 18 years ago
Michael Niedermayer 08eb8fcdbf fix segfault with darkkben.free.fr/corrupted_h264.mp4 18 years ago
Michael Niedermayer 2f29af3952 flame 18 years ago
Michael Niedermayer 6f9ca74bec check num_reorder_frames for validity 18 years ago
Michael Niedermayer 9170e34537 adding assert to protect delayed_pic 18 years ago
Luca Barbato 6847e61af3 10l, there is a corner case afterall... 18 years ago
Michael Niedermayer b34397b4cd 1/0 fix 18 years ago
Diego Biurrun 98cc3cea33 Fix FSF postal address. 18 years ago
Diego Biurrun 9688979c51 Fix some more license headers. 18 years ago
Diego Biurrun 7ce6a249c7 cosmetics: Sort decoder/encoder/parser variables lists. 18 years ago
Måns Rullgård bf60f563aa remove the last #ifdef from allcodecs.c 18 years ago
Diego Biurrun ec23a8cb73 cosmetics: List all encoders together. 18 years ago
Måns Rullgård f9aba097a3 remove useless #ifdef CONFIG_ZLIB 18 years ago
Måns Rullgård e3d2a690e8 remove useless #ifdef CONFIG_ZLIB 18 years ago
Benjamin Larsson 21f6aa108f Remove debug line. 18 years ago
Benjamin Larsson 8adc51f2ad Add flashsv encoder to changelog and fix the encoder so it actually works. 18 years ago
Måns Rullgård 90d912afd9 remove no longer needed ifeq tests 18 years ago
Måns Rullgård eba70fa4e2 remove no longer needed #ifdefs 18 years ago
Benjamin Larsson 053185c2fa Flash screen video encoder. 18 years ago
Diego Biurrun efbd19fe76 Declare zlib dependency in the Makefile, not in the source. 18 years ago
Benjamin Larsson 60527f3163 Really fix my never ending mistakes. 18 years ago
Benjamin Larsson 97ec93e176 Don't break compilation on systems without zlib. 18 years ago
Benjamin Larsson 0f7af06674 The block_size might be used incorrectly if it is not updated. 18 years ago
Luca Barbato f8a32f450a Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" 18 years ago
Benjamin Larsson 65de07ea4f Fixed a typo, cosmetics. 18 years ago
Benjamin Larsson 96dbe78f75 Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. 18 years ago
Reimar Döffinger 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 18 years ago