]> git.sesse.net Git - ffmpeg/history - libavformat/libnut.c
mpegts: Always honor a registration descriptor if present and there is no other codec...
[ffmpeg] / libavformat / libnut.c
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
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-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
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 Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
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...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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...