| Commit message (Expand) | Author | Age | Files | Lines |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -2/+2 |
* | Set codec_id correctly for RJPG codec_tag | Reimar Döffinger | 2007-09-15 | 1 | -1/+2 |
* | Do not set codec_tag when the container does not specify it. | Reimar Döffinger | 2007-09-09 | 1 | -1/+0 |
* | Copy nuv header only when the video codec is nuv | Reimar Döffinger | 2007-09-09 | 1 | -5/+13 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | fix "incorrect frame size" errors with small.nuv | Michael Niedermayer | 2007-05-27 | 1 | -0/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -2/+2 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) | Michael Niedermayer | 2007-01-31 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | 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 |
* | read_packet return value must be < 0 when no packet is returned, including EOF. | Reimar Döffinger | 2006-06-11 | 1 | -1/+1 |
* | Avoid crash if there is a rtjpeg quant header but no video stream in file | Reimar Döffinger | 2006-04-20 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+245 |