aboutsummaryrefslogtreecommitdiff
path: root/libavformat/ffmdec.c
AgeCommit message (Expand)Author
2009-02-01return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-07-27Improve long names for FFM muxer and demuxer:Stefano Sabatini
2008-06-22cosmetics, pts->dtsBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-19ffm has no per stream priv_data anymoreBaptiste Coudurier
2008-06-09Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier
2008-06-09pass extradata through ffmBaptiste Coudurier
2008-06-07fix pts handling in ffmBaptiste Coudurier
2008-06-07Reset reading state after successful seek.Baptiste Coudurier
2008-06-06cosmetics, rename first to header, more explicit nameBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-26typoBaptiste Coudurier
2008-05-26replace printf by av_logBaptiste Coudurier
2008-05-26use av_hex_dump_logBaptiste Coudurier
2008-05-26use dprintfBaptiste Coudurier
2008-05-26return error if frame_offset is negative, prevent segfaultBaptiste Coudurier
2008-05-26return error if len is negative, prevent segfaultBaptiste Coudurier
2008-05-26move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier
2008-05-26move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier
2008-05-26move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier
2008-05-26move get_pts function to avoid useless declarationBaptiste Coudurier
2008-05-26split ffm de/muxerBaptiste Coudurier