summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAge
...
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-29
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-15
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-09
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* fix "incorrect frame size" errors with small.nuvMichael Niedermayer2007-05-27
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-31
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-20
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27