summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAge
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-09
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-08
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-07
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-07
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-07
* Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger2009-03-14
* Mark all packets from nuv demuxer as keyframes in order to make seeking work.Reimar Döffinger2009-03-09
* Set AVPacket pos also for audio packets in nuv demuxer.Reimar Döffinger2009-03-09
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Avoid _t in typedef typeReimar Döffinger2008-12-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Fix handling of old nuv files where an aspect of 1 actually means 4/3Joakim Plate2008-07-25
* aspect stored in nuv files must be converted from display- to sample-aspect.Joakim Plate2008-07-24
* 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