summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard2012-04-18
* Drop some pointless #ifdefs.Diego Biurrun2012-04-10
* nutdec: K&R formatting cosmeticsAsen Lekov2012-04-10
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* 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
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* nutdec: remove unused variableMans Rullgard2011-06-02
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* avio: make get_checksum() internal.Anton Khirnov2011-03-30
* avio: make init_checksum() internal.Anton Khirnov2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton 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
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-12
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-24
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-10
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-03
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-23
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-23
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-09
* 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
* Replace @returns by @return.Benoit Fouet2010-03-30
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03