summaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-3/+2
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-4/+4
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
* nutdec: remove unused variableMans Rullgard2011-06-021-3/+1
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-4/+0
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* avio: make get_checksum() internal.Anton Khirnov2011-03-301-6/+6
* avio: make init_checksum() internal.Anton Khirnov2011-03-301-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-42/+43
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-16/+16
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-16/+16
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-20/+20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-121-14/+14
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-241-6/+9
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-171-1/+1
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-101-1/+7
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-031-1/+1
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-231-1/+3
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-0/+1
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-091-1/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-3/+6
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-241-2/+2
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+1
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-011-1/+0
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-011-2/+2
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-281-0/+4
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-241-0/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-3/+3
* use new metadata API in nut demuxerAurelien Jacobs2009-02-271-15/+13
OpenPOWER on IntegriCloud