| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix overflow check insufficiently improved in r19840. | Reimar Döffinger | 2009-09-16 | 1 | -1/+1 |
* | Improve sierravmd probe. It is still quite weak, but further improvements | Reimar Döffinger | 2009-09-15 | 1 | -0/+7 |
* | Extend check for integer overflow for malloc argument to take into account | Reimar Döffinger | 2009-09-14 | 1 | -1/+1 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-16 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | yet another attempt on fixing synchronization in VMD | Kostya Shishkov | 2009-01-21 | 1 | -6/+6 |
* | Empty audio chunks in VMD are silent, not skipped | Kostya Shishkov | 2009-01-21 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-01-21 | 1 | -7/+7 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -29/+0 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. | Kostya Shishkov | 2008-12-28 | 1 | -1/+1 |
* | Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it | Kostya Shishkov | 2008-12-27 | 1 | -3/+15 |
* | The POSIX namespace shall be held sacrosanct. To that end, | Mike Melanson | 2008-12-14 | 1 | -5/+5 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -2/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | memleak / CID124 RUN2 | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | Fix a possible use of an uninitialized pointer. | Reimar Döffinger | 2008-02-04 | 1 | -1/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -2/+2 |
* | this is debug not info | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -11/+11 |
* | Identation | Kostya Shishkov | 2006-11-19 | 1 | -7/+7 |
* | Divide first audio buffer chunk into atomary bufffers. | Kostya Shishkov | 2006-11-19 | 1 | -3/+34 |
* | Simplify VMD demuxer (but it still does not work right) | Kostya Shishkov | 2006-11-13 | 1 | -94/+33 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | sanity checks some might have been exploitable | Michael Niedermayer | 2006-05-13 | 1 | -0/+4 |
* | More correct demuxing and timestamp setting fot Sierra VMD | Kostya Shishkov | 2006-03-11 | 1 | -59/+65 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | malloc padding to avoid reading past the malloc()ed area. | Jindřich Makovička | 2005-12-17 | 1 | -1/+1 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -25/+25 |
* | printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) | Benjamin Larsson | 2005-07-13 | 1 | -1/+1 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -0/+1 |
* | fixing an integer overflow, which could lead to overwriting the end of a mall... | Michael Niedermayer | 2005-02-04 | 1 | -1/+2 |
* | VMD playing error patch by (Kostya (cannonball bw-team com>) | Kostya Shishkov | 2005-02-04 | 1 | -1/+2 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -4/+4 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -4/+2 |
* | minor VMD system update; still not perfect, but should not crash either | Mike Melanson | 2004-03-14 | 1 | -23/+85 |
* | initial commit for Sierra VMD file demuxer | Mike Melanson | 2004-01-02 | 1 | -0/+263 |