]> git.sesse.net Git - ffmpeg/history - libavformat/nutdec.c
lavc: allow decoders to override frame parameters.
[ffmpeg] / libavformat / nutdec.c
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...
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-03-02 Michael Niedermayerfactorize
2008-03-02 Michael Niedermayersubtitles (codec tag tables still missing ...)
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-04 Oded ShimonRemove old workaround in nutdec.c for libnut bug
2008-02-04 Oded Shimonmissing " && j<syncpoint_count" protection in the index...
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 Michael NiedermayerFix info packet type, found by oded as well as the...
2008-02-04 Michael Niedermayer-Wwrite-strings nitpicking fix
2007-12-31 Michael NiedermayerMore verbose aspect ratio error msg.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-09-16 Diego Biurrunwarning fix:
2007-08-27 Diego BiurrunRemove unused variable.
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-09 Michael Niedermayermove syncpoint cache related stuff to common file
2007-08-09 Michael Niedermayerfix forw_ptr crc check
next