| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | typo fixes | Diego Biurrun | 2007-07-17 | 1 | -1/+1 |
* | Fix linking: emms_c is a macro, #include the correct header file. | Diego Biurrun | 2007-06-07 | 1 | -0/+1 |
* | emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net | Ronald S. Bultje | 2007-06-07 | 1 | -3/+1 |
* | extending video4linux support to handle the additional formats UYVY, YUYV and... | Marc Hoffman | 2007-06-04 | 1 | -0/+3 |
* | convert if then else video palette to pix_fmt construct to simpiler table bas... | Marc Hoffman | 2007-06-04 | 1 | -47/+37 |
* | Drop unnecessary libavcodec/ prefix in #include path. | Diego Biurrun | 2007-05-16 | 1 | -2/+2 |
* | There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring | Diego Biurrun | 2007-04-03 | 1 | -1/+1 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -6/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -2/+2 |
* | omg, major typo (fails if card supports rgb24) | Alex Beregszaszi | 2007-01-18 | 1 | -1/+2 |
* | fall back mmap() call using MAP_PRIVATE for working on no-mmu systems | Mike Frysinger | 2006-12-28 | 1 | -2/+5 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -3/+3 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add support for 8-bit grayscale to V4L grabber | Michael Benjamin | 2006-09-15 | 1 | -1/+9 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Properly set the image depth | Luca Abeni | 2006-06-28 | 1 | -4/+12 |
* | Fix v4l grabbing with some webcams, and simplify the code. | Flavio Pimentel Duarte | 2006-05-04 | 1 | -44/+29 |
* | Tell the user why video capture is failing | Luca Abeni | 2006-03-13 | 1 | -2/+10 |
* | simplify AVFormatParameters NULL checks | Michael Niedermayer | 2006-03-11 | 1 | -1/+1 |
* | video4linux2 input support | Luca Abeni | 2006-02-01 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -12/+12 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -16/+16 |
* | Unify include paths, -I.. is in CFLAGS. | Diego Biurrun | 2005-12-05 | 1 | -2/+2 |
* | lame bit_rate calculation | Alex Beregszaszi | 2005-10-12 | 1 | -0/+1 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -12/+12 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -5/+5 |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -0/+3 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -4/+4 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+1 |
* | fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) | Luca Abeni | 2004-04-27 | 1 | -7/+6 |
* | ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) | Michael Niedermayer | 2004-04-25 | 1 | -8/+13 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -6/+6 |
* | kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfrea... | Michael Niedermayer | 2003-09-09 | 1 | -1/+2 |
* | tv standard selection support for dv1394 and grab (v4l) | Alex Beregszaszi | 2003-06-25 | 1 | -0/+12 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -5/+9 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -13/+13 |
* | grab device is in AVFormatParameter (at least better than global variable) | Fabrice Bellard | 2003-01-23 | 1 | -0/+4 |
* | dv patch by Max Krasnyansky (maxk at qualcomm dot com) | Max Krasnyansky | 2003-01-22 | 1 | -5/+3 |
* | renamed libav to libavformat | Fabrice Bellard | 2002-11-25 | 1 | -0/+829 |