- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- 02 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
DV1394_NTSC has a lower value than DV1394_PAL. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Sep, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2012 2 commits
-
-
Anton Khirnov authored
-
Diego Biurrun authored
-
- 04 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jun, 2012 1 commit
-
-
Diego Biurrun authored
We generally do not declare variables within for statements and there are compilers that choke on such constructs.
-
- 13 Jun, 2012 1 commit
-
-
Sean McGovern authored
Fixes Bugzilla #279. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 07 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 16 Mar, 2012 1 commit
-
-
Antonio Ospite authored
When using "-f x11grab -i :0.0" valgrind reports a definitely lost memory block with this message: ==31544== 5 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==31544== at 0x4026E68: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==31544== by 0x4026F17: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==31544== by 0x60D399A: av_malloc (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1) ==31544== by 0x60D3A70: av_strdup (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1) ==31544== by 0x4A2BE58: ??? (in /usr/lib/x86_64-linux-gnu/libavdevice.so.53.2.0) ==31544== by 0x506D29E: avformat_open_input (in /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.0) ==31544== by 0x400A80: main (in /home/ao2/WIP/am7xxx-play/tests/a.out) The 5 bytes lost are the ones from param = av_strdup(":0.0"), so let's free param in the exit path. Also check the av_strdup() return value. Note: calling av_free(param) even when av_strdup() fails and param is NULL is OK and keeps the code simpler without adding another label to skip av_free(). Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 Feb, 2012 1 commit
-
-
Yordan Makariev authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 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 5 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.
-