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
*
libavdevice: use avpriv_open()
Rémi Denis-Courmont
2013-08-07
1
-1
/
+1
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+3
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-1
/
+1
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-23
/
+67
*
v4l2: do not assert on a value received from outside of Libav
Anton Khirnov
2013-01-13
1
-1
/
+6
*
v4l2: set the average framerate instead of codec timebase.
Anton Khirnov
2013-01-13
1
-4
/
+4
*
v4l2: avoid pointless indirection.
Anton Khirnov
2013-01-13
1
-22
/
+13
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-25
/
+25
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-3
/
+3
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-27
/
+27
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-3
/
+3
*
v4l2: use C99 struct initializer
Luca Barbato
2012-01-10
1
-33
/
+25
*
v4l2: poll the file descriptor
Luca Barbato
2012-01-10
1
-0
/
+15
*
v4l2: support compressed formats
Luca Barbato
2012-01-10
1
-3
/
+8
*
v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined
Janne Grunau
2012-01-04
1
-0
/
+2
*
v4l2: list available formats
Luca Barbato
2012-01-04
1
-7
/
+92
*
v4l2: set the proper codec_tag
Luca Barbato
2012-01-04
1
-0
/
+3
*
v4l2: refactor device_open
Luca Barbato
2012-01-04
1
-36
/
+36
*
v4l2: simplify away io_method
Luca Barbato
2012-01-04
1
-40
/
+5
*
v4l2: cosmetics
Luca Barbato
2012-01-04
1
-45
/
+94
*
v4l2: uniform and format options
Luca Barbato
2012-01-04
1
-5
/
+5
*
v4l2: do not force interlaced mode
Luca Barbato
2012-01-04
1
-2
/
+8
*
v4l2: remove unneded linux specific asm/types.h include
Janne Grunau
2011-12-27
1
-1
/
+0
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-5
/
+5
*
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
Diego Biurrun
2011-09-24
1
-9
/
+8
*
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-08-15
1
-21
/
+0
*
lavdev: improve feedback in case of invalid frame rate/size
Stefano Sabatini
2011-06-23
1
-2
/
+2
*
v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()
Stefano Sabatini
2011-06-23
1
-11
/
+11
*
v4l2: do not force NTSC as standard
Luca Barbato
2011-06-05
1
-1
/
+1
*
lavf,lavc: free avoptions in a generic way.
Anton Khirnov
2011-06-05
1
-4
/
+0
*
fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
Anton Khirnov
2011-06-04
1
-2
/
+2
*
v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
Anton Khirnov
2011-06-02
1
-1
/
+1
*
v4l2: add a framerate private option.
Anton Khirnov
2011-06-02
1
-12
/
+20
*
v4l2: don't leak video standard string on error.
Anton Khirnov
2011-05-29
1
-1
/
+1
*
v4l2: add a pixel_format private option.
Anton Khirnov
2011-05-27
1
-3
/
+15
*
v4l2: add video_size private option.
Anton Khirnov
2011-05-27
1
-2
/
+16
*
v4l2: factorize returning error codes.
Anton Khirnov
2011-05-27
1
-11
/
+17
*
lavf: deprecate AVFormatParameters.channel.
Anton Khirnov
2011-05-25
1
-0
/
+2
*
v4l2: reindent.
Anton Khirnov
2011-05-25
1
-14
/
+14
*
v4l2: add a private option for channel.
Anton Khirnov
2011-05-25
1
-5
/
+8
*
lavf: deprecate AVFormatParameters.standard.
Anton Khirnov
2011-05-25
1
-0
/
+2
*
v4l2: add a private option for video standard.
Anton Khirnov
2011-05-25
1
-5
/
+28
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
[next]