summaryrefslogtreecommitdiffstats
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: fix some typosLou Logan2012-03-131-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-3/+3
|\ \ | |/
| * lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-1/+1
|\ \ | |/
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-2/+2
* | Set AV_PKT_FLAG_KEY based on nupplevideo headerJoakim Plate2011-09-181-3/+2
* | add support for generic seeking by reading timestamps in nuvJoakim Plate2011-09-181-0/+76
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-5/+5
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-14/+14
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-14/+14
| * avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * 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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-14/+14
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-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-281-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
OpenPOWER on IntegriCloud