summaryrefslogtreecommitdiffstats
path: root/libavformat/grab.c
Commit message (Expand)AuthorAgeFilesLines
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-051-852/+0
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-051-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-4/+4
* typo fixesDiego Biurrun2007-07-171-1/+1
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-071-0/+1
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-071-3/+1
* extending video4linux support to handle the additional formats UYVY, YUYV and...Marc Hoffman2007-06-041-0/+3
* convert if then else video palette to pix_fmt construct to simpiler table bas...Marc Hoffman2007-06-041-47/+37
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-161-2/+2
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-031-1/+1
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-6/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-181-1/+2
* fall back mmap() call using MAP_PRIVATE for working on no-mmu systemsMike Frysinger2006-12-281-2/+5
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-3/+3
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add support for 8-bit grayscale to V4L grabberMichael Benjamin2006-09-151-1/+9
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Properly set the image depthLuca Abeni2006-06-281-4/+12
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-041-44/+29
* Tell the user why video capture is failingLuca Abeni2006-03-131-2/+10
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-1/+1
* video4linux2 input supportLuca Abeni2006-02-011-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-12/+12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-16/+16
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-051-2/+2
* lame bit_rate calculationAlex Beregszaszi2005-10-121-0/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-12/+12
* switch to native time basesMichael Niedermayer2005-04-301-5/+5
* 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
OpenPOWER on IntegriCloud