- 11 Oct, 2012 8 commits
-
-
Janne Grunau authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
URLProtocols are private and custom AVIOContexts are a simple and easier solution for most of the situations.
-
Luca Barbato authored
-
Luca Barbato authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 10 Oct, 2012 28 commits
-
-
Janne Grunau authored
Fixes stupid mistake in 25227c3a.
-
Mans Rullgard authored
The Microsoft linker uses the LIB environment variable which clashes with a make variable of the same name. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Replace the single use of THIS_LIB with its value. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This was part of a ghastly hack that is long since gone. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Fixes CID717493.
-
Janne Grunau authored
Fixes bogus uninitialized value compiler and coverity warnings.
-
Janne Grunau authored
Fixes CID732275.
-
Mashiat Sarker Shakkhar authored
The existing code is not in the right place and it should cover both interlaced frame and field pictures. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Mashiat Sarker Shakkhar authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Mashiat Sarker Shakkhar authored
This is required due to the way VC-1 handles chroma pull-back which may end up causing negative chroma MV for zero luma MV. Edge emulation needs to be invoked in such cases. This only affects vertical component of chroma motion vector. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Mashiat Sarker Shakkhar authored
Interlaced field pictures can have one or two reference pictures, signaled by NUMREF syntax element. For single reference pictures, reference picture is determined by REFFIELD syntax element. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Mashiat Sarker Shakkhar authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Janne Grunau authored
GCC cannot proof that c->mc_frame_counter is always >- 0, changing the type from int to unsigned fixes following warning: libavcodec/a64multienc.c: In function ‘a64multi_encode_frame’: libavcodec/a64multienc.c:342:17: warning: ‘buf’ may be used uninitialized in this function[-Wuninitialized] Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Jean-Baptiste Kempf authored
Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Diego Biurrun authored
-
Mans Rullgard authored
The error codes differ between systems so printing the value makes the fate test fail on some systems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Mans Rullgard authored
This makes sure proper linker arguments are used for the tools and test programs when shared libraries are enabled. The tools are linked using the usual -l flag while for test programs the full name of the static library is used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 09 Oct, 2012 4 commits
-
-
Janne Grunau authored
Fixes CID231347.
-
Janne Grunau authored
Fixes CID700725.
-
Janne Grunau authored
Fixes CID700730.
-
Janne Grunau authored
Does not make a difference in this case since sizeof(uint8_t*) == sizeof(uint8_t**). Fixes CID703814.
-