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
|
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
|
2009-01-04 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
2009-01-03 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
2009-01-03 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
2009-01-03 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
2009-01-03 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
2009-01-03 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
2009-01-03 |
michael |
Add enum AVSubtitleType
libavcodec
|
2009-01-03 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2008-12-30 |
mru |
ARM: work around linker bug with movw/movt relocations in shared libs
libavcodec
|
2008-12-30 |
mru |
ARM: rename coefficient table in NEON IDCT
libavcodec
|
2008-12-29 |
reynaldo |
Remove duplicated dot product code. Use dsputil's
libavcodec
|
2008-12-29 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
2008-12-28 |
michael |
Explain the lack of +3/7
libavcodec
|
2008-12-28 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
2008-12-28 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
2008-12-28 |
cehoyos |
Silence one warning when compiling with icc:
libavcodec
|
2008-12-28 |
cehoyos |
Fix h264 decoding on SSE2 cores with icc compilation.
libavcodec
|
2008-12-27 |
mru |
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
libavcodec
|
2008-12-27 |
mru |
simple_idct: use MUL16 and MAC16 from mathops.h
libavcodec
|
2008-12-27 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
2008-12-27 |
lu_zero |
Remove stray code
libavcodec
|
2008-12-27 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
2008-12-27 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|