summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
Commit message (Collapse)AuthorAge
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-31
| | | | Originally committed as revision 7781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-20
| | | | Originally committed as revision 5305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk