summaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-22/+22
* nutdec: only copy the header if it existsAndreas Cadhalpun2016-01-131-1/+2
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-251-2/+4
* nut: Provide more information on failureLuca Barbato2015-11-251-5/+10
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* nut: Make sure to clean up on read_header failureLuca Barbato2015-05-091-17/+22
* nut: Check chapter creation in decode_info_headerAndreas Cadhalpun2015-05-081-0/+4
* nutdec: Prevent leaks on memory errorVittorio Giovara2015-03-121-2/+4
* nutdec: Check memory allocationsHugo Beauzée-Luyssen2015-02-171-0/+8
* lavf: move internal fields from public to internal contextwm42015-02-101-1/+1
* nutdec: do not set has_b_framesAnton Khirnov2014-11-061-1/+0
* nutdec: check av_new_packet return valueVittorio Giovara2014-10-211-2/+4
* nutdec: Prevent a memory corruptionLuca Barbato2014-10-201-2/+3
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-131-2/+11
* nut: Use nut->version in the version range checkLuca Barbato2014-07-081-3/+4
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-281-5/+24
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-221-1/+4
* nut: use meaningful error valuesLuca Barbato2013-05-071-11/+17
* nut: use a define for the nut versionLuca Barbato2013-05-061-1/+1
* nutdec: Always return a value from nut_read_timestamp()Diego Biurrun2013-01-151-1/+1
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-0/+1
* nut: support textual dataLuca Barbato2012-10-291-0/+1
* 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
OpenPOWER on IntegriCloud