aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/grab.c
Commit message (Expand)AuthorAgeFilesLines
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+3
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-4/+4
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+1
* fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-04-271-7/+6
* ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2004-04-251-8/+13
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-6/+6
* kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfrea...Michael Niedermayer2003-09-091-1/+2
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-251-0/+12
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-5/+9
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-13/+13
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-231-0/+4
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-221-5/+3
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+829