summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* nutdec: only copy the header if it existsAndreas Cadhalpun2016-01-13
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-25
* nut: Provide more information on failureLuca Barbato2015-11-25
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* nut: Make sure to clean up on read_header failureLuca Barbato2015-05-09
* nut: Check chapter creation in decode_info_headerAndreas Cadhalpun2015-05-08
* nutdec: Prevent leaks on memory errorVittorio Giovara2015-03-12
* nutdec: Check memory allocationsHugo Beauzée-Luyssen2015-02-17
* lavf: move internal fields from public to internal contextwm42015-02-10
* nutdec: do not set has_b_framesAnton Khirnov2014-11-06
* nutdec: check av_new_packet return valueVittorio Giovara2014-10-21
* nutdec: Prevent a memory corruptionLuca Barbato2014-10-20
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-13
* nut: Use nut->version in the version range checkLuca Barbato2014-07-08
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-28
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* nut: use meaningful error valuesLuca Barbato2013-05-07
* nut: use a define for the nut versionLuca Barbato2013-05-06
* nutdec: Always return a value from nut_read_timestamp()Diego Biurrun2013-01-15
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* nut: support textual dataLuca Barbato2012-10-29
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-13
* nut: prioritize native tagsLuca Barbato2012-10-13
* nut: add do {} while (0) to GET_VLuca Barbato2012-10-02
* nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-27
* nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun2012-09-26
* 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