2009-01-07 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
2009-01-07 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
2009-01-07 |
diego |
Add missing headers to allow 'make checkheaders' to pass.
libavcodec
|
2009-01-07 |
diego |
Use <> instead of "" for system headers.
libavcodec
|
2009-01-07 |
superdump |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
libavcodec
|
2009-01-07 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
2009-01-07 |
diego |
Disable SVQ3 checks if SVQ3 support is not compiled in.
libavcodec
|
2009-01-06 |
gpoirier |
Add Altivec version of vector_fmul_window.
libavcodec
|
2009-01-06 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-06 |
aurel |
ensure that no GPL code is linked to LGPL only libavcodec
libavcodec
|
2009-01-06 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
2009-01-06 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
2009-01-06 |
gpoirier |
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
libavcodec
|
2009-01-06 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
2009-01-06 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
2009-01-06 |
cehoyos |
1l: Forgot to rename header guard.
libavcodec
|
2009-01-05 |
cehoyos |
Export VDPAU support by installing vdpau.h.
libavcodec
|
2009-01-05 |
cehoyos |
Rename vdpau_render.h as vdpau.h.
libavcodec
|
2009-01-05 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-05 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
2009-01-05 |
cehoyos |
Ministry of English Composition treatment: s/Alloced/Allocated
libavcodec
|
2009-01-05 |
cehoyos |
Remove leading underscore from union declaration.
libavcodec
|
2009-01-05 |
diego |
Add missing 'void' keyword to parameterless function declarations.
libavcodec
|
2009-01-05 |
diego |
spelling/grammar and whitespace cosmetics
libavcodec
|
2009-01-05 |
cehoyos |
50l: Reenable error resilience for H264 (Patch by Dark Shikari).
libavcodec
|
2009-01-05 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
2009-01-05 |
cehoyos |
100l: Add a deleted '{'.
libavcodec
|
2009-01-04 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
2009-01-04 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
2009-01-04 |
michael |
Generic metadata API.
libavcodec
|