summaryrefslogtreecommitdiff
path: root/libavformat/ffm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'Michael Niedermayer2012-10-171-4/+0
|\
| * avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard2012-10-161-4/+0
| * Rename ffserver to avserver.Anton Khirnov2011-08-091-1/+1
* | ffserver: fix seeking with ?date=...Clément Bœsch2012-10-081-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-0/+5
|\ \ | |/
| * lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-0/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Recommit r14497Michael Niedermayer2008-08-011-0/+2
* Revert r14497Michael Niedermayer2008-08-011-2/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+2
* cosmetics, pts->dtsBaptiste Coudurier2008-06-221-1/+1
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-091-3/+3
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-091-1/+0
* fix pts handling in ffmBaptiste Coudurier2008-06-071-4/+1
* split ffm de/muxerBaptiste Coudurier2008-05-261-0/+60