]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/ffmdec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / ffmdec.c
2009-04-10 aurelremove useless duplication of what av_new_stream()...
2009-03-21 bcoudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 bcoudurierfix valid seeking range
2009-03-20 bcoudurierresync ffm if error in stream
2009-03-20 bcouduriertypo, fix eof check
2009-03-20 bcoudurierdo not write ffm write index by default, detect if...
2009-02-12 bcoudurierreturn error if read failed
2009-02-12 bcoudurierChange ffm_write_write_index to return int, and return...
2009-02-01 bcoudurierreturn eof/error if only ffm header has been written...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-07-27 stefanoImprove long names for FFM muxer and demuxer:
2008-06-22 bcouduriercosmetics, pts->dts
2008-06-22 bcoudurierenable feeder threads
2008-06-19 bcoudurierffm has no per stream priv_data anymore
2008-06-09 diegoFix compilation with -DDEBUG, patch by Albert Astals...
2008-06-09 bcoudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 bcoudurierpass extradata through ffm
2008-06-07 bcoudurierfix pts handling in ffm
2008-06-07 bcoudurierreset reading state after sucessfull seek
2008-06-06 bcouduriercosmetics, rename first to header, more explicit name
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-26 bcouduriertypo
2008-05-26 bcoudurierreplace printf by av_log
2008-05-26 bcoudurieruse av_hex_dump_log
2008-05-26 bcoudurieruse dprintf
2008-05-26 bcoudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 bcoudurierreturn error if len is negative, prevent segfault
2008-05-26 bcouduriermove ffserver specific functions up and only include...
2008-05-26 bcouduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 bcouduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 bcouduriermove get_pts function to avoid useless declaration
2008-05-26 bcouduriersplit ffm de/muxer