Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-28Improve long names for FFM muxer and demuxer:Stefano Sabatini
2008-06-22cosmetics, pts->dtsBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-20ffm 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-07cosmetics, 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-27typoBaptiste 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