summaryrefslogtreecommitdiff
path: root/libavformat/ffmenc.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-27
* fix size of header dataStefan Gehrer2008-06-27
* cosmetics, pts->dtsBaptiste Coudurier2008-06-22
* store dts in ffm headersBaptiste Coudurier2008-06-22
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-22
* enable feeder threadsBaptiste Coudurier2008-06-22
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-22
* remove now unneeded varsBaptiste Coudurier2008-06-09
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
* pass extradata through ffmBaptiste Coudurier2008-06-09
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
* fix pts handling in ffmBaptiste Coudurier2008-06-07
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* remove unneeded includeBaptiste Coudurier2008-05-26
* split ffm de/muxerBaptiste Coudurier2008-05-26