aboutsummaryrefslogtreecommitdiff
path: root/libavformat/ffmenc.c
AgeCommit message (Expand)Author
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-07-27Improve long names for FFM muxer and demuxer:Stefano Sabatini
2008-06-27fix size of header dataStefan Gehrer
2008-06-22cosmetics, pts->dtsBaptiste Coudurier
2008-06-22store dts in ffm headersBaptiste Coudurier
2008-06-22remove pts set hack, this is no more correctBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-22do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier
2008-06-09remove now unneeded varsBaptiste Coudurier
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier
2008-06-09pass extradata through ffmBaptiste Coudurier
2008-06-09remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier
2008-06-07fix pts handling in ffmBaptiste 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-26remove unneeded includeBaptiste Coudurier
2008-05-26split ffm de/muxerBaptiste Coudurier