]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/dvenc.c
The FFMpeg can be made to build by OMK hackish way.
[frescor/ffmpeg.git] / libavformat / dvenc.c
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 diegoRemove inappropriate const qualifier from function...
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-02 diegospelling cosmetics
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-28 bcoudurieruse av_fifo_generic_write, old func is deprecated
2008-05-09 diegoUse full path for #includes from another directory.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-06-24 reimarCosmetics: use consistent indentation by four spaces
2007-06-24 reimarDV muxer should not only fail for more that 3 streams...
2007-05-16 coreyDon't forget about audio remaining in buffer, in case...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX sourc...
2006-11-08 romansh * fixing a memory leak in DV format.
2006-10-16 romansh * Simplifying the setting of STYPE for AAUX AS
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...
2006-09-15 takisSplit the DV demuxer and muxer into separate files...