- 14 May, 2012 34 commits
-
-
Anton Khirnov authored
Most of the code will be shared for both audio and video version.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
Janne Grunau authored
Fixes "memleak" on closing avprobe to make valgrind happy.
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Vitor Sessak authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output provides more information than a single md5 if something goes wrong. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is intended as a demuxer test and the file contains pcm_s16be audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These two files use the same audio codec so only one test for this is needed. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the tested codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This matches the name of the codec tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These files contain mace6 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This file has eamad video which is tested elsewhere. Also rename the test to reflect this change. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Fix some orthography, wording and grammar issues; update the SDL section with more current instructions; simplify lib.exe example command line; drop outdated comments about libnut.
-
- 13 May, 2012 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 12 May, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Michael Kostylev authored
-
- 11 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 May, 2012 1 commit
-
-
Mans Rullgard authored
Change the size specifiers to match the actual element sizes of the data. This makes no practical difference with strict alignment checking disabled (the default) other than somewhat documenting the code. With strict alignment checking on, it avoids trapping the unaligned loads. Signed-off-by: Mans Rullgard <mans@mansr.com>
-