2009-01-17 |
cehoyos |
Fix compilation with --enable-libxvid.
libavcodec
|
2009-01-17 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
2009-01-17 |
aurel |
export gcd function as av_gcd()
libavcodec
|
2009-01-17 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
2009-01-16 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-16 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
2009-01-16 |
kostya |
WavPack hybrid mode support
libavcodec
|
2009-01-16 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
2009-01-16 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
2009-01-16 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
2009-01-16 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
2009-01-16 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
2009-01-16 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
2009-01-16 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
2009-01-14 |
aurel |
WORDS_BIGENDIAN must be checked with #ifdef
libavcodec
|
2009-01-14 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
2009-01-14 |
aurel |
libavutil/lzo.h is a local header
libavcodec
|
2009-01-14 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
2009-01-14 |
mru |
Fix mpeg audio regression test failure
libavcodec
|
2009-01-14 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
2009-01-14 |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavcodec
|
2009-01-13 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
2009-01-13 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
2009-01-13 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
2009-01-13 |
michael |
Let the mpeg audio parser correct the codec_id.
libavcodec
|
2009-01-13 |
michael |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
libavcodec
|
2009-01-13 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
2009-01-13 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
2009-01-13 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
2009-01-13 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip ID is a single byte
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
libavcodec
|
2009-01-13 |
aurel |
add the necessary include for LIBAV*_VERSION_*
libavcodec
|
2009-01-12 |
mru |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: simple_idct_armv6.S whitespace cosmetics
libavcodec
|
2009-01-12 |
mru |
ARM: clean up pc-relative references in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: use rX register names in simple_idct_armv6.S
libavcodec
|
2009-01-11 |
stefano |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libavcodec
|
2009-01-11 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
2009-01-11 |
diego |
Add missing #include to fix 'make checkheaders'.
libavcodec
|
2009-01-11 |
michael |
Increase BUFFER_SIZE.
libavcodec
|
2009-01-11 |
michael |
fix indention
libavcodec
|
2009-01-11 |
michael |
All negative values are errors not just -1.
libavcodec
|
2009-01-11 |
kostya |
30l: when reading mb_offset in RV30 slice header its size
libavcodec
|
2009-01-11 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
2009-01-11 |
kostya |
RV30 decoder passes possible frame sizes in extradata and selects
libavcodec
|
2009-01-11 |
cehoyos |
Remove H264Context from vdpau_internal.h.
libavcodec
|
2009-01-10 |
cehoyos |
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Break long line.
libavcodec
|
2009-01-10 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
2009-01-10 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
2009-01-10 |
cehoyos |
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
libavcodec
|
2009-01-09 |
cehoyos |
Move VDPAU check, make future VDPAU patches smaller.
libavcodec
|
2009-01-09 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
2009-01-09 |
mru |
SH4: fix typo in asm constraint
libavcodec
|
2009-01-07 |
cehoyos |
Rename ff_VDPAU as ff_vdpau.
libavcodec
|
2009-01-07 |
cehoyos |
Rename bitstreamBuffers* as bitstream_buffers*
libavcodec
|
2009-01-07 |
ramiro |
configure: allow to disable sse code.
libavcodec
|
2009-01-07 |
diego |
Only #include svq3.c if the SVQ3 decoder is enabled.
libavcodec
|
2009-01-07 |
diego |
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
libavcodec
|