]> git.sesse.net Git - ffmpeg/history - libavformat/dvenc.c
avoid POSIX reserved _t suffix
[ffmpeg] / libavformat / dvenc.c
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-02 Diego Biurrunspelling cosmetics
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-28 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-06-24 Reimar DöffingerCosmetics: use consistent indentation by four spaces
2007-06-24 Reimar DöffingerDV muxer should not only fail for more that 3 streams...
2007-05-16 Corey HickeyDon't forget about audio remaining in buffer, in case...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-01-15 Roman Shaposhnik * Fixing a bug with incorrect bits set in AAUX sourc...
2006-11-08 Brian Brice * fixing a memory leak in DV format.
2006-10-16 Roman Shaposhnik * Simplifying the setting of STYPE for AAUX AS
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-15 Panagiotis IssarisSplit the DV demuxer and muxer into separate files...