summaryrefslogtreecommitdiff
path: root/libavformat/grab.c
Commit message (Expand)AuthorAge
* Properly set the image depthLuca Abeni2006-06-28
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-04
* Tell the user why video capture is failingLuca Abeni2006-03-13
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* video4linux2 input supportLuca Abeni2006-02-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-05
* lame bit_rate calculationAlex Beregszaszi2005-10-12
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* switch to native time basesMichael Niedermayer2005-04-30
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-04-27
* ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2004-04-25
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfrea...Michael Niedermayer2003-09-09
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-25
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
* renamed libav to libavformatFabrice Bellard2002-11-25