]> git.sesse.net Git - ffmpeg/history - libavformat/libnut.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat / libnut.c
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...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Oded ShimonUpdate lavf/libnut.c to _tt type names in libnut API
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
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...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-07 Diego BiurrunGive the libnut muxer a lib prefix in its name so it...
2007-09-05 Ramiro PollaPrefix library format names with 'lib' in libavformat
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-10 Oded Shimonremove usage of deprecated functions in libnut.c (codec...
2007-03-10 Oded ShimonAdd doxygen file header to libnut.c
2007-02-25 Diego BiurrunAdd LGPL header as requested by Oded.
2007-02-09 Diego BiurrunProperly separate native and libnut NUT (de)muxers.
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-12-23 Oded Shimonsync to libnut, nom->num
2006-11-17 Oded Shimonchange mpeg4 fourcc from "mp4s" to "mp4v"
2006-11-17 Oded Shimonupdate to libnut, use framecode table generator
2006-11-17 Oded Shimonupdate to libnut API, changes to frame_table_input
2006-11-16 Oded ShimonUpdate to libnut API, non-negative errors
2006-11-15 Oded Shimonupdate to libnut API, don't free the streams
2006-11-14 Oded Shimonupdate to libnut, add cache_syncpoints
2006-11-14 Oded Shimonupdate to libnut API, rename nut.h->libnut.h
2006-11-12 Oded Shimonchange include "nut.h" to <nut.h> to make gcc pick...
2006-11-12 Oded ShimonAdd libnut support until ffmpeg gets an independant...