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
2009-04-10remove useless duplication of what av_new_stream() already doesAurelien Jacobs
2009-03-21fix compilation when DEBUG_SEEK is definedBaptiste Coudurier
2009-03-21fix valid seeking rangeBaptiste Coudurier
2009-03-20resync ffm if error in streamBaptiste Coudurier
2009-03-20typo, fix eof checkBaptiste Coudurier
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-02-12return error if read failedBaptiste Coudurier
2009-02-12Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman
2009-02-02return 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-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Fix 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-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