36 Commits (cc58300e30e7aea6acfecd72a04a3886b285cfd8)

Author SHA1 Message Date
  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 19 years ago
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 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 20 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
  Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
  Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
  Fabrice Bellard 7f172339fd grab device is in AVFormatParameter (at least better than global variable) 22 years ago
  Max Krasnyansky 8aa3ee32c2 dv patch by Max Krasnyansky (maxk at qualcomm dot com) 22 years ago
  Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
  Fabrice Bellard 6bcafa93d7 pkt->pts is already set, please fix audio if you modify this code - supressed unused PKT_FLAG_DROPPED_FRAME 22 years ago
  Philip Gladstone 86f2b9d0c7 Set the pkt->pts field so that we have a chance of doing frame rate reduction 22 years ago
  Fabrice Bellard 45dd5c69f9 a/v sync support: added correct pts handling 22 years ago
  Fabrice Bellard 8949367ea5 factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state 22 years ago
  Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
  Michael Niedermayer 3f9bff71b5 new video grab device for ATI All-In-Wonder cards based on the GATOS km driver patch by (Fred <foohoo at shaw dot ca>) 22 years ago
  Måns Rullgård bb76a117b1 c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
  Lennert Buytenhek cca1b2410e dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 23 years ago
  Lennert Buytenhek e61efa2468 unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 23 years ago
  Fabrice Bellard a11bf0bd61 renamed gettime to av_gettime() 23 years ago
  Fabrice Bellard 19720f15fd license/copyright change 23 years ago
  Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
  Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
  Philip Gladstone 28c66901a9 Intialize the codec type to video. 23 years ago