summaryrefslogtreecommitdiffstats
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* nuv: check for malloc failure when allocating extradataJustin Ruggles2012-11-281-6/+14
* nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles2012-11-281-5/+6
* nuv: cosmetics: pretty-printingJustin Ruggles2012-11-281-132/+147
* lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles2012-11-281-3/+20
* nuv: set channel layoutJustin Ruggles2012-11-121-0/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-1/+4
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* 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
* 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
* 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
OpenPOWER on IntegriCloud