summaryrefslogtreecommitdiffstats
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-14/+14
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-26/+26
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-091-1/+4
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-081-0/+2
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-071-2/+4
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-071-2/+2
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-071-2/+2
* Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger2009-03-141-0/+1
* Mark all packets from nuv demuxer as keyframes in order to make seeking work.Reimar Döffinger2009-03-091-0/+4
* Set AVPacket pos also for audio packets in nuv demuxer.Reimar Döffinger2009-03-091-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Avoid _t in typedef typeReimar Döffinger2008-12-111-3/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* Fix handling of old nuv files where an aspect of 1 actually means 4/3Joakim Plate2008-07-251-0/+2
* aspect stored in nuv files must be converted from display- to sample-aspect.Joakim Plate2008-07-241-1/+1
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-071-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-291-0/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* 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