]> git.sesse.net Git - ffmpeg/history - libavformat/nutenc.c
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
[ffmpeg] / libavformat / nutenc.c
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