| Commit message (Expand) | Author | Age | Files | Lines |
* | this is named BlockSize in specs | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | according to specs, offset is before blocksize | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ... | Baptiste Coudurier | 2007-06-25 | 1 | -3/+14 |
* | Check for O_BINARY instead of a list of systems that need it | Ramiro Polla | 2007-06-25 | 1 | -2/+2 |
* | Remove localtime_r implementation for systems that don't have it. | Ramiro Polla | 2007-06-25 | 1 | -13/+0 |
* | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko | 2007-06-25 | 2 | -1/+3 |
* | cosmetics: indentation after last commit | Aurelien Jacobs | 2007-06-24 | 1 | -3/+3 |
* | drop blocks which are part of unsupported tracks | Aurelien Jacobs | 2007-06-24 | 1 | -1/+5 |
* | remove duplicate #include | Måns Rullgård | 2007-06-24 | 1 | -1/+0 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -0/+1 |
* | warnings-- | Måns Rullgård | 2007-06-24 | 1 | -1/+1 |
* | whitespace cosmetics | Måns Rullgård | 2007-06-24 | 1 | -24/+24 |
* | use AV_RL32 | Måns Rullgård | 2007-06-24 | 1 | -5/+5 |
* | use more Vorbis metadata tags | Måns Rullgård | 2007-06-24 | 1 | -2/+7 |
* | replace strncpy with av_strlcpy | Måns Rullgård | 2007-06-24 | 1 | -5/+6 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 5 | -24/+27 |
* | Cosmetics: use consistent indentation by four spaces | Reimar Döffinger | 2007-06-24 | 1 | -129/+129 |
* | DV muxer should not only fail for more that 3 streams altogether | Reimar Döffinger | 2007-06-24 | 1 | -0/+2 |
* | remove old unused string functions | Måns Rullgård | 2007-06-23 | 2 | -68/+0 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 8 | -30/+36 |
* | simplify | Aurelien Jacobs | 2007-06-23 | 1 | -4/+2 |
* | remove useless empty function | Aurelien Jacobs | 2007-06-23 | 1 | -6/+0 |
* | cosmetics: too much blank lines | Aurelien Jacobs | 2007-06-23 | 1 | -2/+0 |
* | use intreadwrite functions in matroskadec | Aurelien Jacobs | 2007-06-23 | 1 | -11/+6 |
* | use intreadwrite functions in vocdec | Aurelien Jacobs | 2007-06-23 | 1 | -2/+2 |
* | remove useless #ifndef CONFIG_NOCUTILS | Måns Rullgård | 2007-06-23 | 1 | -3/+0 |
* | simplify stristart() | Måns Rullgård | 2007-06-23 | 1 | -14/+6 |
* | cosmetic: combine declaration and initialisation | Måns Rullgård | 2007-06-23 | 1 | -2/+1 |
* | simplify pstrcpy() | Måns Rullgård | 2007-06-23 | 1 | -10/+3 |
* | simplify strstart() | Måns Rullgård | 2007-06-22 | 1 | -14/+6 |
* | use allformats.h | Baptiste Coudurier | 2007-06-21 | 1 | -6/+1 |
* | remove now useless ifdef | Baptiste Coudurier | 2007-06-21 | 2 | -4/+0 |
* | split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute... | Baptiste Coudurier | 2007-06-21 | 4 | -1311/+1365 |
* | Fix @file in matroskadec.c, it was still matroska.c | Reimar Döffinger | 2007-06-20 | 1 | -1/+1 |
* | comment endif directive token | Benoit Fouet | 2007-06-19 | 1 | -1/+1 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 5 | -5/+5 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 5 | -0/+24 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 11 | -0/+28 |
* | fix some printf format specifiers | Måns Rullgård | 2007-06-16 | 1 | -3/+3 |
* | Add support for track numbers when they are set via strings | Patrice Bensoussan | 2007-06-15 | 1 | -0/+10 |
* | use get_bits_long() where needed | Aurelien Jacobs | 2007-06-14 | 2 | -5/+5 |
* | remove decode_be32/64 and replace them by AV_RB32/64 | Ronald S. Bultje | 2007-06-13 | 1 | -16/+6 |
* | Remove unused declarations | Ramiro Polla | 2007-06-12 | 1 | -8/+0 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 4 | -11/+11 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 15 | -30/+30 |
* | Move the video size and rate abbreviations system from libavformat to libavcodec | Stefano Sabatini | 2007-06-12 | 2 | -105/+11 |
* | Add some explanatory comments to #endif directives. | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Remove unused static function. | Diego Biurrun | 2007-06-12 | 1 | -8/+0 |
* | Add a bounds check on AVProbeData input. | Ronald S. Bultje | 2007-06-10 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2007-06-08 | 1 | -4/+1 |