]> git.sesse.net Git - ffmpeg/history - libavformat/ffmdec.c
Motion Pixels MVI Demuxer.
[ffmpeg] / libavformat / ffmdec.c
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