summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* nsvdec: validate channels and samplerateVittorio Giovara2015-01-27
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* nsvdec: remove commented out cruftAnton Khirnov2014-07-09
* nsvdec: Remove commented-out debug cruftDiego Biurrun2013-06-02
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* misc typo, style and wording fixesDiego Biurrun2012-12-18
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
* nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* nsvdec: Propagate errorsAlex Converse2012-01-30
* nsvdec: Be more careful with av_malloc().Alex Converse2012-01-30
* nsvdec: Fix use of uninitialized streams.Michael Niedermayer2012-01-30
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* 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 mathematics.h in avutil.hMans Rullgard2011-07-03
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-23
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Mark some variables with av_unusedMans Rullgard2011-06-03
* nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-12
* 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_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-16
* fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-15
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* 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
* Plug memory leak in NSV demuxer.Jai Menon2010-03-03
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-17
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22