]> git.sesse.net Git - ffmpeg/history - libavformat/ffmdec.c
Remove static function name prefixes from American Laser Games MM demuxer
[ffmpeg] / libavformat / ffmdec.c
2009-12-14 Benjamin LarssonFix breakage introduced by setting the sample_fmt to...
2009-11-24 Jason Garrett-GlaserUpdate ffserver to include all basic x264 parameters...
2009-04-10 Aurelien Jacobsremove useless duplication of what av_new_stream()...
2009-03-21 Baptiste Coudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 Baptiste Coudurierfix valid seeking range
2009-03-20 Baptiste Coudurierresync ffm if error in stream
2009-03-20 Baptiste Couduriertypo, fix eof check
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-02-12 Baptiste Coudurierreturn error if read failed
2009-02-12 Patrik KullmanChange ffm_write_write_index to return int, and return...
2009-02-01 Baptiste Coudurierreturn eof/error if only ffm header has been written...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
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-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-27 Stefano SabatiniImprove long names for FFM muxer and demuxer:
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-19 Baptiste Coudurierffm has no per stream priv_data anymore
2008-06-09 Albert Astals CidFix compilation with -DDEBUG, patch by Albert Astals...
2008-06-09 Baptiste Coudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 Baptiste Coudurierpass extradata through ffm
2008-06-07 Baptiste Coudurierfix pts handling in ffm
2008-06-07 Baptiste CoudurierReset reading state after successful seek.
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Couduriertypo
2008-05-26 Baptiste Coudurierreplace printf by av_log
2008-05-26 Baptiste Coudurieruse av_hex_dump_log
2008-05-26 Baptiste Coudurieruse dprintf
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Couduriersplit ffm de/muxer