]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/nutenc.c
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavformat / nutenc.c
2009-02-27 aureluse new metadata API in nut muxer
2009-02-24 michaelAdd AVFMT_VARIABLE_FPS to specify which muxers dont...
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 michaelremove _t for POSIX compatibility.
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-08-03 jbrremove a comment which is no longer true
2008-06-25 michaelPrevent invalid timestamps from being stored.
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-10 diegomisc spelling fixes
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 michaelSubtitle support. (untested)
2008-03-02 michaelsubtitles (codec tag tables still missing ...)
2008-02-15 michaelIt appears last_pts was not set ...
2008-02-15 michaelHeader elision muxing support.
2008-02-04 ods15back_ptr calculation used wrong timebase when searching...
2008-02-04 ods15Fix intented algo in syncpoint writing before keyframes...
2008-02-04 ods15nut->max_distance was not set at all anywhere in the...
2008-02-04 michaelMissing const found by -Wwrite-strings.
2008-01-17 michaelConsider initial EOR in the back_ptr calculation.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-08-17 diegospelling/wording cosmetics
2007-08-11 michaelsimplify
2007-08-11 michaeldont remove FLAG_CODED
2007-08-11 michaelremove useless code, found by oded
2007-08-10 michaelensure that the aspect ratio is spec compliant
2007-08-10 michaeldisable TRACE
2007-08-10 michaelmuxer should now be spec compliant (though it likely...
2007-08-10 michaelheader repeation
2007-08-10 michaelinfo packet
2007-08-10 michaelmore FIXME
2007-08-10 michaelmuxer is not yet fully compliant so prevent people...
2007-08-09 michaelset back ptr properly
2007-08-09 michaelfix header_checksum
2007-08-09 michaelstore headers twice (getting closer to spec compliance...
2007-08-09 michaelmove header writing into its own function
2007-08-09 michaelget rid of printf
2007-08-09 michaelwrite frames and syncpoints
2007-08-09 michaelput_t()
2007-08-09 michael100l
2007-08-09 michael2 FIXME comments
2007-08-09 michaeladd a universal fallback frame code for the case that...
2007-08-09 michaelforw_ptr CRC
2007-08-09 michaeluse a dynamic ByteIOContext instead of using the lavf...
2007-08-09 michaelmove stream header writing into its own function
2007-08-09 michaelmove main header writing into its own function
2007-08-09 michaelwrite correct time_base
2007-08-09 michaelmake StreamContext.time_base a pointer
2007-08-09 michaelwrite stream headers
2007-08-09 michaeltrying to finally get the nut muxer back uptodate