summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
Commit message (Expand)AuthorAge
* nuv: Use the correct context for av_image_check_sizeVittorio Giovara2016-03-22
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* nuv: sanitize negative fps rateAndreas Cadhalpun2016-01-13
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* nuv: validate image sizeVittorio Giovara2015-01-27
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* nuv: check for malloc failure when allocating extradataJustin Ruggles2012-11-28
* nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles2012-11-28
* nuv: cosmetics: pretty-printingJustin Ruggles2012-11-28
* lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles2012-11-28
* nuv: set channel layoutJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* 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