summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-17Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'Michael Niedermayer8-1045/+1131
2012-10-16avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard3-37/+32
2012-10-08ffserver: fix seeking with ?date=...Clément Bœsch3-3/+16
2011-08-09Rename ffserver to avserver.Anton Khirnov16-102/+102
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer34-165/+249
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov4-6/+8
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun36-208/+204
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Recommit r14497Michael Niedermayer2-0/+3
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-06-22cosmetics, pts->dtsBaptiste Coudurier3-20/+20
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier5-20/+29
2008-06-09remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier4-20/+8
2008-06-07fix pts handling in ffmBaptiste Coudurier4-30/+10
2008-05-26split ffm de/muxerBaptiste Coudurier5-781/+827