8 Commits (2daefd2c00e5f41198a5f2a8ec32c8c1a276f934)

Author SHA1 Message Date
Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. 17 years ago
Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 17 years ago
Diego Pettenò 1411f55b63 Make v4l.c's video_formats constant and static. 17 years ago
Michael Niedermayer 3ab64e46e2 Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Luca Abeni 9f74582cea Do not use perror() in audio, video, and DV grabbers 17 years ago
Ramiro Polla 7b1b62b23d Give better filenames to bktr and v4l grabbers 17 years ago
Ramiro Polla fd484da77a Remove video_grab_ prefix from video_grab_{bktr,v4l} 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Diego Biurrun f1ea5c2a96 typo fixes 17 years ago
Diego Biurrun c64bab0805 Fix linking: emms_c is a macro, #include the correct header file. 18 years ago
Ronald S. Bultje 8e82f5048e emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net 18 years ago
Marc Hoffman 69621690ab extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 18 years ago
Marc Hoffman c7c64e9e5e convert if then else video palette to pix_fmt construct to simpiler table based lookup. 18 years ago
Diego Biurrun 14b2d01058 Drop unnecessary libavcodec/ prefix in #include path. 18 years ago
Diego Biurrun 3af6d5cf2f There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Alex Beregszaszi 453cd7a496 omg, major typo (fails if card supports rgb24) 18 years ago
Mike Frysinger d037d797a4 fall back mmap() call using MAP_PRIVATE for working on no-mmu systems 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Benjamin 1733fc4a6b Add support for 8-bit grayscale to V4L grabber 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Luca Abeni 76a77ff291 Properly set the image depth 19 years ago
Flavio Pimentel Duarte c787ba854e Fix v4l grabbing with some webcams, and simplify the code. 19 years ago
Luca Abeni 11b9c0f4d3 Tell the user why video capture is failing 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Luca Abeni 0a7b514f13 video4linux2 input support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Diego Biurrun 6f72dcf7e7 Unify include paths, -I.. is in CFLAGS. 19 years ago
Alex Beregszaszi 4209fad989 lame bit_rate calculation 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Luca Abeni 3834be5858 fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) 21 years ago
Michael Niedermayer 7aae316869 ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 72a476c1e1 kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) 21 years ago
Alex Beregszaszi e3ee328330 tv standard selection support for dv1394 and grab (v4l) 22 years ago