summaryrefslogtreecommitdiffstats
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-151-1/+2
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-091-1/+0
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-091-5/+13
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* fix "incorrect frame size" errors with small.nuvMichael Niedermayer2007-05-271-0/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-311-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-111-1/+1
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-201-1/+1
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+245
OpenPOWER on IntegriCloud