summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
Commit message (Expand)AuthorAge
* nut: Drop doxygen markersLuca Barbato2015-06-15
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-28
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* Remove commented-out #includesDiego Biurrun2013-05-15
* nut: use a define for the nut versionLuca Barbato2013-05-06
* 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
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* nutenc: mux chapters.Anton Khirnov2011-03-17
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-23
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun2008-12-13
* Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer2008-12-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* Elision header demuxing support.Michael Niedermayer2008-02-15
* update flagsMichael Niedermayer2008-02-13
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* header repetitionMichael Niedermayer2007-08-10
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
* variables needed for muxerMichael Niedermayer2007-08-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* misc spelling fixesDiego Biurrun2007-06-12
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ...Michael Niedermayer2006-11-16
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
* updating nut demuxer to latest specMichael Niedermayer2006-11-11