index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavdevice
/
v4l2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207'
Hendrik Leppkes
2016-11-18
1
-1
/
+0
|
\
|
*
lavd: Drop unneeded av_init_packet()s
Vittorio Giovara
2016-07-13
1
-1
/
+0
*
|
Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'
Clément Bœsch
2016-06-22
1
-2
/
+2
|
\
\
|
|
/
|
*
Combine deprecation guards where appropriate
Diego Biurrun
2016-05-13
1
-2
/
+2
*
|
Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Reduce the scope of some variables
Diego Biurrun
2016-05-11
1
-1
/
+1
*
|
lavd/v4l2: allow devices not implementing VIDIOC_G_PARM
Niklas Söderlund
2016-06-16
1
-5
/
+2
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-11
/
+11
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-9
/
+9
*
|
Correct two build/built typos
Timothy Gu
2016-01-11
1
-1
/
+1
*
|
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-27
1
-1
/
+1
|
\
\
|
|
/
|
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-1
/
+1
*
|
Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'
Hendrik Leppkes
2015-10-22
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace any remaining avpicture function with imgutils
Vittorio Giovara
2015-10-21
1
-2
/
+2
*
|
avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 option
Clément Bœsch
2015-09-12
1
-1
/
+1
*
|
Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'
Hendrik Leppkes
2015-09-05
1
-12
/
+0
|
\
\
|
|
/
|
*
lavc: Drop deprecated destruct_packet related functions
Vittorio Giovara
2015-08-28
1
-12
/
+0
*
|
lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream.
Carl Eugen Hoyos
2015-08-04
1
-1
/
+1
*
|
Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'
Michael Niedermayer
2015-07-21
1
-0
/
+8
|
\
\
|
|
/
|
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+8
|
*
v4l2: Add support for h264
Luca Barbato
2015-03-02
1
-1
/
+6
*
|
avdevice/v4l2: Fix vertical alignment in list_formats() output
Michael Niedermayer
2015-05-16
1
-2
/
+2
*
|
avdevice/v4l2: Try to fix build on netbsd/openbsd
Michael Niedermayer
2015-05-09
1
-1
/
+4
*
|
lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...
Giorgio Vazzana
2015-05-08
1
-15
/
+22
*
|
lavd/v4l2: fix typo
Giorgio Vazzana
2015-05-08
1
-1
/
+1
*
|
lavd/v4l2: print buffer flags in case of error
Giorgio Vazzana
2015-04-24
1
-2
/
+2
*
|
fix spelling errors
Andreas Cadhalpun
2015-03-06
1
-1
/
+1
*
|
Merge commit '619d5e7db88941cadb8136f805564e885c6c6434'
Michael Niedermayer
2015-03-02
1
-3
/
+3
|
\
\
|
|
/
|
*
v4l2: Use the codec descriptor facility
Luca Barbato
2015-03-02
1
-2
/
+2
|
*
v4l2: Unify one instance of reading/storing errno
Martin Storsjö
2014-11-11
1
-3
/
+3
*
|
lavd/v4l2: implement list device callback
Lukasz Marek
2015-01-11
1
-0
/
+77
*
|
avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-12
1
-3
/
+3
*
|
Merge commit '09f25533a564eab743f258d168697a11122914c4'
Michael Niedermayer
2014-11-10
1
-10
/
+11
|
\
\
|
|
/
|
*
v4l2: Preserve errno values
Luca Barbato
2014-11-09
1
-16
/
+23
*
|
Merge commit 'a1a259881fa7b23e2ffc0c2a43d4923fe42d0478'
Michael Niedermayer
2014-11-10
1
-4
/
+8
|
\
\
|
|
/
|
*
v4l2: Use av_strerror
Tristan Matthews
2014-11-09
1
-15
/
+34
*
|
Revert "v4l2: setting device parameters early"
Michael Niedermayer
2014-11-08
1
-3
/
+3
*
|
lavd/v4l2: use pixel format variable names consistently
Giorgio Vazzana
2014-11-06
1
-10
/
+11
*
|
lavd/v4l2: don't use avpriv_ prefix for internal functions
James Almer
2014-10-29
1
-10
/
+10
*
|
Use v4l2 input format automatically if filename starts with "/dev/video"
Andrey Utkin
2014-10-29
1
-0
/
+8
*
|
lavd/v4l2: introduce enqueue_buffer()
Giorgio Vazzana
2014-09-06
1
-18
/
+21
*
|
lavd/v4l2: simplify list_formats()
Giorgio Vazzana
2014-09-05
1
-3
/
+3
*
|
lavd/v4l2: simplify list_framesizes()
Giorgio Vazzana
2014-09-05
1
-3
/
+3
*
|
lavd/v4l2: remove unneeded variable in device_init()
Giorgio Vazzana
2014-09-05
1
-3
/
+1
*
|
lavd/v4l2: simplify first_field()
Giorgio Vazzana
2014-09-05
1
-7
/
+5
*
|
lavd/v4l2: Replace s1 with ctx for consistency.
Giorgio Vazzana
2014-09-05
1
-57
/
+57
*
|
libavdevice/v4l2: fix descriptors leak on error paths
Dmitry Volyntsev
2014-09-04
1
-17
/
+20
*
|
avdevice/v4l2: try to fix build for openbsd
Michael Niedermayer
2014-08-18
1
-1
/
+5
*
|
lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATA
Andre Wolokita
2014-08-18
1
-1
/
+1
*
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
1
-3
/
+3
|
\
\
|
|
/
[next]