| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix crash when pred_order greater s->blocksize >> rice_order. | Reimar Döffinger | 2007-01-21 | 1 | -0/+4 |
* | checking bitstream values and other related changes | Michael Niedermayer | 2007-01-20 | 1 | -50/+118 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 42 | -237/+237 |
* | remove useless cast that makes code unreadable | Guillaume Poirier | 2007-01-19 | 1 | -2/+2 |
* | harden h264 decoding to prevent some crashes when input data is corrupted. | Francois Oligny-Lemieux | 2007-01-19 | 1 | -19/+46 |
* | uint16->uint8 | Michael Niedermayer | 2007-01-19 | 1 | -3/+3 |
* | Change the Snow encoder to always use the available MotionEstContext pointer. | Panagiotis Issaris | 2007-01-18 | 1 | -4/+4 |
* | Avoid branches in the loop and solve a gcc warning | Luca Barbato | 2007-01-17 | 1 | -13/+19 |
* | Cosmetics | Luca Barbato | 2007-01-17 | 1 | -10/+17 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and | Panagiotis Issaris | 2007-01-17 | 1 | -0/+2 |
* | set data_size to 0 so that in case we return without setting it nothing funny... | Michael Niedermayer | 2007-01-16 | 1 | -0/+2 |
* | fix a gcc warning, avoid an unnecessary operation | Luca Barbato | 2007-01-16 | 1 | -1/+1 |
* | Avoid calling decode_slice when context_initialized is not set. | Reimar Döffinger | 2007-01-16 | 1 | -0/+1 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o... | Michael Niedermayer | 2007-01-15 | 1 | -0/+4 |
* | * Fixing a bug with incorrect bits set in AAUX source pack | Roman Shaposhnik | 2007-01-15 | 1 | -4/+5 |
* | avcodec_decode_audio2() | Michael Niedermayer | 2007-01-14 | 4 | -10/+41 |
* | er and strict also apply to audio theoretically | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-01-14 | 1 | -5/+5 |
* | add support for another variant of vp6 | Aurelien Jacobs | 2007-01-14 | 2 | -7/+29 |
* | Buffer for get_bits must be padded because readers may overread. | Reimar Döffinger | 2007-01-14 | 1 | -1/+1 |
* | some interlaced direct sanity checks | Michael Niedermayer | 2007-01-13 | 2 | -0/+5 |
* | replace a few hardcoded numbers with their correct named ones | Michael Niedermayer | 2007-01-13 | 1 | -8/+8 |
* | fix 16 CABAC_BIT * 10l bug introduced in r6578 | Michael Niedermayer | 2007-01-13 | 1 | -1/+4 |
* | print error when decoding fails | Baptiste Coudurier | 2007-01-10 | 1 | -0/+1 |
* | Unconditionally enable Theora decoder. It works fine now and there is no | Diego Biurrun | 2007-01-10 | 1 | -2/+0 |
* | add missing bit from commit r7423 | Guillaume Poirier | 2007-01-07 | 1 | -0/+213 |
* | Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) | Siarhei Siamashka | 2007-01-07 | 2 | -0/+4 |
* | enable bidirectional me with x264 | Robert Swain | 2007-01-07 | 1 | -0/+1 |
* | cosmetics: Reorder external libraries. | Diego Biurrun | 2007-01-07 | 1 | -19/+14 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 2 | -2/+2 |
* | Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin | Diego Biurrun | 2007-01-06 | 3 | -12/+12 |