]> git.sesse.net Git - ffmpeg/history - libavformat/nutdec.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / nutdec.c
2016-11-12 Diego Biurrunnut: Use correct function pointer casts instead of...
2016-10-27 Diego Biurrunnut: Drop pointless TRACE level debug code
2016-09-30 Anton Khirnovlavf: fix usage of AVIOContext.seekable
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-01-13 Andreas Cadhalpunnutdec: only copy the header if it exists
2015-11-25 Luca Barbatonut: Mark non-fatal errors as warnings
2015-11-25 Luca Barbatonut: Provide more information on failure
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-05-09 Luca Barbatonut: Make sure to clean up on read_header failure
2015-05-08 Andreas Cadhalpunnut: Check chapter creation in decode_info_header
2015-03-12 Vittorio Giovaranutdec: Prevent leaks on memory error
2015-02-17 Hugo Beauzée-Luyssennutdec: Check memory allocations
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-11-06 Anton Khirnovnutdec: do not set has_b_frames
2014-10-21 Vittorio Giovaranutdec: check av_new_packet return value
2014-10-20 Luca Barbatonutdec: Prevent a memory corruption
2014-08-13 Andrew Stonenutdec: update AVFormatContext.event_flags with STREAM_...
2014-07-08 Luca Barbatonut: Use nut->version in the version range check
2014-05-28 Luca Barbatonut: Support experimental NUT 4 features
2013-10-22 Derek Buitenhuisnut: Fix unchecked allocations
2013-05-07 Luca Barbatonut: use meaningful error values
2013-05-06 Luca Barbatonut: use a define for the nut version
2013-01-15 Diego Biurrunnutdec: Always return a value from nut_read_timestamp()
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-10-29 Luca Barbatonut: support textual data
2012-10-13 Luca Barbatonut: support pcm codecs not mapped in avi
2012-10-13 Luca Barbatonut: prioritize native tags
2012-10-02 Luca Barbatonut: add do {} while (0) to GET_V
2012-09-27 Diego Biurrunnutdec: Remove unused and broken debug function stub
2012-09-26 Diego Biurrunnutdec: const correctness for get_v_trace/get_s_trace...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-04-18 Mans Rullgardnutdec: add malloc check and fix const to non-const...
2012-04-10 Diego BiurrunDrop some pointless #ifdefs.
2012-04-10 Asen Lekovnutdec: K&R formatting cosmetics
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-30 Anton Khirnovavio: make get_checksum() internal.
2011-03-30 Anton Khirnovavio: make init_checksum() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: move ff_get_v from avio.h to avio_internal.h
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
2010-10-24 Anton Khirnovnutdec: when parsing info packet, set metadata var...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-10 Aurelien Jacobsget rid of MAX_STREAMS limit in nutdec
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-03 Eli FriedmanFix warning "passing argument from incompatible pointer...
2010-05-23 Stefano SabatiniMake the nut decoder read the ff_nut_video_tags to...
2010-05-23 Stefano SabatiniDefine ff_nut_video_tags and make Nut muxer and demuxer...
2010-05-09 Stefano SabatiniMake the nut demuxer issue a more meaningful error...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-24 Vitor SessakFix warnings in NUT demuxer:
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
2010-03-01 Anton Khirnovnutdec: make chapter start and length uint64_t to preve...
2010-02-28 Vitor SessakPlug some memory leaks in NUT muxer and demuxer
2010-02-24 Anton KhirnovIntroduce metadata conversion table for NUT muxer and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-02-27 Aurelien Jacobsuse new metadata API in nut demuxer
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 Michael Niedermayerremove _t for POSIX compatibility.
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-27 Michael NiedermayerFix memleak, fixed CID123.
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerChapter demuxing support. (untested as I have no nuts...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-04 Diego PettenòFix 'comparison always false' warning.
2008-03-15 Diego Biurruntypo fixes
2008-03-12 Diego Biurruntypo fixes
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
next