summaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-131-1/+6
* nut: prioritize native tagsLuca Barbato2012-10-131-5/+2
* nut: add do {} while (0) to GET_VLuca Barbato2012-10-021-20/+22
* nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-271-10/+0
* nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun2012-09-261-4/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard2012-04-181-2/+6
* Drop some pointless #ifdefs.Diego Biurrun2012-04-101-2/+0
* nutdec: K&R formatting cosmeticsAsen Lekov2012-04-101-436/+500
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+5
* 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
OpenPOWER on IntegriCloud