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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
2
-2
/
+2
*
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
*
build: move inclusion of subdir.mak to main subdir loop
Mans Rullgard
2011-12-13
1
-2
/
+0
*
Add basic libavdevice documentation.
Anton Khirnov
2011-12-12
1
-0
/
+22
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
2
-2
/
+2
*
cosmetics: drop some completely pointless parentheses
Diego Biurrun
2011-12-07
1
-2
/
+2
*
misc Doxygen markup improvements
Diego Biurrun
2011-12-05
2
-3
/
+3
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
13
-13
/
+25
*
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
1
-2
/
+2
*
pulse: compute frame_duration once and fix it
Luca Barbato
2011-11-14
1
-3
/
+4
*
Remove leftover includes of strings.h
Martin Storsjö
2011-11-06
3
-3
/
+0
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
pulse: introduce pulseaudio input
Luca Barbato
2011-10-26
4
-1
/
+193
*
Move timefilter code from lavf to lavd.
Anton Khirnov
2011-10-21
4
-2
/
+252
*
lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
2011-10-20
1
-3
/
+3
*
lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
12
-12
/
+12
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
13
-47
/
+47
*
Fix 'heigth' vs. 'height' typos.
Diego Biurrun
2011-10-05
1
-7
/
+7
*
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
Diego Biurrun
2011-09-24
9
-96
/
+83
*
alsa: add missing header
Anton Khirnov
2011-09-21
1
-0
/
+1
*
lavd: add libcdio-paranoia input device for audio CD grabbing
Anton Khirnov
2011-09-17
4
-1
/
+189
*
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-08-15
11
-122
/
+0
*
jack: add 'channels' private option.
Anton Khirnov
2011-08-15
1
-6
/
+18
*
x11grab: add show_region AVOption.
Yu-Jie Lin
2011-07-31
1
-0
/
+87
*
x11grab: add follow_mouse AVOption.
Yu-Jie Lin
2011-07-31
1
-3
/
+59
*
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-15
1
-1
/
+1
*
alsa: limit buffer_size to 32768 frames.
Justin Ruggles
2011-07-09
2
-0
/
+3
*
alsa: fallback to buffer_size/4 for period_size.
Justin Ruggles
2011-07-09
1
-0
/
+2
*
x11grab: replace undocumented nomouse hackery with a private option.
Anton Khirnov
2011-07-08
1
-3
/
+4
*
libavdevice: Remove disabled code.
Diego Biurrun
2011-07-07
2
-22
/
+0
*
Add some missing mathematics.h #includes for av_rescale().
Diego Biurrun
2011-07-05
1
-0
/
+1
*
build: include sub-makefiles using full path instead of symlinks
Mans Rullgard
2011-06-28
1
-1
/
+1
*
build: Remove redundant config.mak includes from subdirectory Makefiles.
Diego Biurrun
2011-06-25
1
-2
/
+0
*
lavdev: improve feedback in case of invalid frame rate/size
Stefano Sabatini
2011-06-23
4
-7
/
+7
*
vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()
Stefano Sabatini
2011-06-23
1
-4
/
+4
*
v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()
Stefano Sabatini
2011-06-23
1
-11
/
+11
*
fbdev: prefer "framerate_q" over "fps" in device context
Stefano Sabatini
2011-06-23
1
-7
/
+7
*
bktr: prefer "framerate" over "fps" for grab_read_header()
Stefano Sabatini
2011-06-23
1
-6
/
+6
[next]