OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / nutenc.c
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-05-04 Ronald S. Bultjenutenc: check malloc return values.
2011-05-04 Ronald S. Bultjenutenc: don't av_malloc(0).
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
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 Khirnovnutenc: fix a memleak
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-17 Anton Khirnovnutenc: mux chapters.
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-09-10 Måns Rullgårdnutenc: fix unstable floating-point calculations
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-07-09 Michael Chinenrename get_length to ff_get_v_length and put_v to ff_put_v
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-02 Stefano SabatiniMake write_streamheader() log a message if there is...
2010-06-02 Stefano SabatiniMake write_streamheader() return a meaningful error...
2010-06-02 Stefano SabatiniMake write_header() and write_headers() return an error...
2010-06-02 Stefano SabatiniMake write_streamheader() and write_headers() accept an
2010-05-23 Stefano SabatiniDefine ff_nut_video_tags and make Nut muxer and demuxer...
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
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-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
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 muxer
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
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-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-08-03 Justin Rugglesremove a comment which is no longer true
2008-06-25 Michael NiedermayerPrevent invalid timestamps from being stored.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-10 Diego Biurrunmisc spelling 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 Niedermayersubtitles (codec tag tables still missing ...)
2008-02-15 Michael NiedermayerIt appears last_pts was not set ...
2008-02-15 Michael NiedermayerHeader elision muxing support.
2008-02-04 Oded Shimonback_ptr calculation used wrong timebase when searching...
2008-02-04 Oded ShimonFix intented algo in syncpoint writing before keyframes...
2008-02-04 Oded Shimonnut->max_distance was not set at all anywhere in the...
2008-02-04 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-01-17 Michael NiedermayerConsider initial EOR in the back_ptr calculation.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-11 Michael Niedermayersimplify
2007-08-11 Michael Niedermayerdo not remove FLAG_CODED
2007-08-11 Michael Niedermayerremove useless code, found by oded
2007-08-10 Michael Niedermayerensure that the aspect ratio is spec compliant
2007-08-10 Michael Niedermayerdisable TRACE
2007-08-10 Michael Niedermayermuxer should now be spec compliant (though it likely...
2007-08-10 Michael Niedermayerheader repetition
2007-08-10 Michael Niedermayerinfo packet
2007-08-10 Michael Niedermayermore FIXME
2007-08-10 Michael Niedermayermuxer is not yet fully compliant so prevent people...
2007-08-09 Michael Niedermayerset back ptr properly
2007-08-09 Michael Niedermayerfix header_checksum
2007-08-09 Michael Niedermayerstore headers twice (getting closer to spec compliance...
2007-08-09 Michael Niedermayermove header writing into its own function
2007-08-09 Michael Niedermayerget rid of printf
2007-08-09 Michael Niedermayerwrite frames and syncpoints
2007-08-09 Michael Niedermayerput_t()
2007-08-09 Michael Niedermayer100l
2007-08-09 Michael Niedermayer2 FIXME comments
2007-08-09 Michael Niedermayeradd a universal fallback frame code for the case that...
2007-08-09 Michael Niedermayerforw_ptr CRC
2007-08-09 Michael Niedermayeruse a dynamic ByteIOContext instead of using the lavf...
2007-08-09 Michael Niedermayermove stream header writing into its own function
2007-08-09 Michael Niedermayermove main header writing into its own function
2007-08-09 Michael Niedermayerwrite correct time_base
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-08-09 Michael Niedermayerwrite stream headers
2007-08-09 Michael Niedermayertrying to finally get the nut muxer back uptodate