Commit History

Author SHA1 Message Date
  Michael Niedermayer 9cf788eca8 avformat/avdevice: add missing time.h includes 11 years ago
  Giorgio Vazzana 9222978aed lavd/v4l2: simplify code 11 years ago
  Giorgio Vazzana 0286b42540 lavd/v4l2: correctly handle error conditions in mmap_read_frame() 11 years ago
  Michael Niedermayer 2653e12520 Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' 11 years ago
  Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
  Michael Niedermayer 3827734591 v4l2: fix regression that caused ffmpeg to occasionally get stuck 11 years ago
  Giorgio Vazzana 0d66268e15 lavd/v4l2: copy frames into normally allocated packets whenever there is just one buffer left available 11 years ago
  Michael Niedermayer 54b2bddd22 v4l2: try to fix build on BSD 11 years ago
  Carl Eugen Hoyos fdbe7628a9 Add yvu410 as a supported v4l2 input format. 11 years ago
  Carl Eugen Hoyos fdec49cbe8 Add gray16 as a supported v4l2 input format. 11 years ago
  Stefano Sabatini f0703b6cba lavd/v4l2: fix error logic when enumerating standards 11 years ago
  Stefano Sabatini 60950adc18 lavd/v4l2: implement consistent error handling 11 years ago
  Giorgio Vazzana 514216d8a9 lavd/v4l2: read the correct time per frame from devices that support a standard 11 years ago
  Giorgio Vazzana ff23b76899 lavd/v4l2: add list_standards option 11 years ago
  Stephan Hilb 0501d06468 lavd/v4l2: use avcodec_find_decoder in list_formats 11 years ago
  Giorgio Vazzana 93d319a582 lavd/v4l2: select input immediately after opening the device 11 years ago
  Stefano Sabatini 5306976be8 lavd/v4l2: sanitize logic of device_try_init(), so that it properly signal errors 11 years ago
  Nicolas George 0e79fe37e5 lavd/v4l2: init return value. 11 years ago
  Stephan Hilb f245a2086a lavd/v4l2: update broken link to v4l2 video capture example 11 years ago
  Stephan Hilb 36810215fa lavd/v4l2: improve debug message 11 years ago
  Stefano Sabatini d012059e7b lavd/v4l2: apply grammar/consistency fixes to options help fields 11 years ago
  Stefano Sabatini aa359d3808 lavd/v4l2: return meaningful error code from device_init() 11 years ago
  Stefano Sabatini fce165027f lavd/v4l2: fix misc messages 11 years ago
  Stefano Sabatini 1b325ce91a lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmt 11 years ago
  Michael Niedermayer a646ac8ef5 Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1' 11 years ago
  Michael Niedermayer 53c2f401f7 Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33' 11 years ago
  Anton Khirnov 49dc82eef7 v4l2: do not assert on a value received from outside of Libav 11 years ago
  Anton Khirnov 838b849e70 v4l2: set the average framerate instead of codec timebase. 11 years ago
  Anton Khirnov 246da0b135 v4l2: avoid pointless indirection. 11 years ago
  Carl Eugen Hoyos 0fb79f30db Support H264 over video4linux2. 11 years ago
  Michael Niedermayer ac627b3d38 Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Michael Niedermayer d46c1c72e4 Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 12 years ago
  Michael Niedermayer d5f65e9d40 Merge commit '124134e42455763b28cc346fed1d07017a76e84e' 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
  Michael Niedermayer e7b4337777 v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 12 years ago
  Stephan Hilb 6eac554659 Add CPiA video decoder 12 years ago
  Michael Niedermayer 7a72695c05 Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Nicolas George fd58678b86 v4l2: remove call to v4l2_fd_open. 12 years ago
  Michael Niedermayer a6a085a928 v4l2: use av_assert 12 years ago
  Michael Niedermayer 4da42ebe44 Merge remote-tracking branch 'qatar/master' 12 years ago
  Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 12 years ago
  Nicolas George 3e63071115 v4l2: use AV_OPT_TYPE_IMAGE_SIZE. 12 years ago
  Nicolas George 12292f35a3 v4l2: allow to convert monotonic timestamps. 12 years ago
  Carl Eugen Hoyos 5fa1a1d8fc Support YV12 from video4linux2 devices. 12 years ago
  Carl Eugen Hoyos b2327a8202 Add some missing v4l2 pix_fmt mappings. 12 years ago
  Carl Eugen Hoyos 4632066713 Fix v4l pix_fmt mapping for rgb32: There is no transparency information. 12 years ago
  Carl Eugen Hoyos 93a3ba9bcd Fix pix_fmt mapping for v4l2 rgb5x5. 12 years ago