- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 24 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 10 Jan, 2012 3 commits
-
-
Luca Barbato authored
Remove some unneeded memsets.
-
Luca Barbato authored
Instead of busy waiting use poll();
-
Luca Barbato authored
Let pass the codec name to -pixel_format and introduce -input_format.
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Jan, 2012 8 commits
-
-
Janne Grunau authored
V4L2_FMT_FLAG_EMULATED was added in 2.6.32.
-
Luca Barbato authored
Make use of the experimental framesize enumeration ioctl if available.
-
Luca Barbato authored
Unbreak direct streamcopy.
-
Luca Barbato authored
Check capabilities directly in the function, further simplify the code.
-
Luca Barbato authored
Only mmap is supported.
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
Video4linux2 supports both interlaced and non-interlaced mode, do not ask for interlaced if not necessary.
-
- 27 Dec, 2011 1 commit
-
-
Janne Grunau authored
-
- 13 Dec, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 07 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 05 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 25 Nov, 2011 1 commit
-
-
Mans Rullgard authored
It makes more sense for a bit mask to use an unsigned type. The change should be source and binary compatible on all supported systems, hence micro version bump. Fixes a few invalid shifts. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Nov, 2011 1 commit
-
-
Luca Barbato authored
The frame duration was calculated without taking in account the bytes per sample. Thanks to Lorenzo Pistone <blaffablaffa@gmail.com> for pointing the issue and providing an initial fix.
-
- 06 Nov, 2011 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Oct, 2011 1 commit
-
-
Luca Barbato authored
It currently use the simple api and is using the latency information provided only to offset the stream start. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 21 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's only used in the JACK device. Fixes linking shared lavd with JACK enabled.
-
- 20 Oct, 2011 2 commits
-
-
Anton Khirnov authored
They are used in libavdevice.
-
Anton Khirnov authored
It's used in libavdevice.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 05 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 24 Sep, 2011 1 commit
-
-
Diego Biurrun authored
-
- 21 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Fixes compile with next lavc major.
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 15 Aug, 2011 2 commits
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
Anton Khirnov authored
Get rid of AVFormatParameters usage.
-
- 31 Jul, 2011 2 commits
-
-
Yu-Jie Lin authored
Draw the current grabbing region for indication. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Yu-Jie Lin authored
-follow_mouse centered|PIXELS move grabbing region to where mouse pointer at the center; or only move when pointer reaches within PIXELS to the edge. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-