Sun, 25 Jan 2009 18:12:13 +0000 |
reimar |
Use AV_WL32/AV_WB32 in bitstream.h
libavcodec
|
Sun, 25 Jan 2009 16:59:48 +0000 |
stefano |
Make more descriptive the long names for the various variants of H.263.
libavcodec
|
Sun, 25 Jan 2009 13:04:45 +0000 |
mru |
ARM: NEON optimised H.264 weighted prediction
libavcodec
|
Sun, 25 Jan 2009 13:04:41 +0000 |
mru |
ARM: NEON optimised H.264 biweighted prediction
libavcodec
|
Sun, 25 Jan 2009 11:16:25 +0000 |
diego |
Add required headers to fix warnings during 'make checkheaders'.
libavcodec
|
Sun, 25 Jan 2009 02:27:02 +0000 |
jbr |
flacdec: get total number of samples from STREAMINFO
libavcodec
|
Sun, 25 Jan 2009 00:34:32 +0000 |
jbr |
move FLAC_STREAMINFO_SIZE to flac.h
libavcodec
|
Sun, 25 Jan 2009 00:33:25 +0000 |
jbr |
define FLAC metadata types in flac.h
libavcodec
|
Sat, 24 Jan 2009 19:05:52 +0000 |
jbr |
flacdec: cosmetics: some line wrapping at 80 chars
libavcodec
|
Sat, 24 Jan 2009 18:52:30 +0000 |
jbr |
flacdec: cosmetics: indentation
libavcodec
|
Sat, 24 Jan 2009 18:51:43 +0000 |
jbr |
flacdec: cosmetics: use consistent coding style (K&R)
libavcodec
|
Sat, 24 Jan 2009 17:44:46 +0000 |
diego |
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
libavcodec
|
Sat, 24 Jan 2009 17:32:06 +0000 |
diego |
Remove pointless #if HAVE_ALTIVEC around internal header #include
libavcodec
|
Sat, 24 Jan 2009 16:13:21 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 24 Jan 2009 16:03:17 +0000 |
jbr |
flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
libavcodec
|
Sat, 24 Jan 2009 16:02:30 +0000 |
jbr |
flacdec: remove another unneeded debugging statement
libavcodec
|
Sat, 24 Jan 2009 16:01:20 +0000 |
jbr |
flacdec: remove unneeded debugging statements
libavcodec
|
Sat, 24 Jan 2009 15:46:19 +0000 |
jbr |
flacdec: remove some unused code
libavcodec
|
Sat, 24 Jan 2009 14:46:00 +0000 |
diego |
Add required headers to fix 'make checkheaders'.
libavcodec
|
Sat, 24 Jan 2009 14:32:22 +0000 |
stefang |
remove alloc_table_0 and alloc_table_2, the same
libavcodec
|
Sat, 24 Jan 2009 14:30:15 +0000 |
stefang |
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
libavcodec
|
Sat, 24 Jan 2009 14:28:08 +0000 |
stefang |
avoid duplication of size_table and offset_table
libavcodec
|
Sat, 24 Jan 2009 14:26:40 +0000 |
stefang |
avoid duplication of dquant_code
libavcodec
|
Sat, 24 Jan 2009 08:15:43 +0000 |
vitor |
Do not allocate RoqTempData on the stack
libavcodec
|
Fri, 23 Jan 2009 22:27:19 +0000 |
jbr |
rename flac.c to flacdec.c
libavcodec
|
Fri, 23 Jan 2009 12:09:32 +0000 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavcodec
|
Fri, 23 Jan 2009 06:33:04 +0000 |
kostya |
Remove the block with always false condition from vc1_parse_frame_header()
libavcodec
|
Fri, 23 Jan 2009 06:31:17 +0000 |
kostya |
VC-1 postproc field is 2 bits wide while decoder read only single bit.
libavcodec
|
Thu, 22 Jan 2009 22:23:58 +0000 |
jbr |
flacdec: add support for 3 additional sample rate codes
libavcodec
|
Thu, 22 Jan 2009 19:48:10 +0000 |
alexc |
Mark ff_fft_init with av_cold.
libavcodec
|
Thu, 22 Jan 2009 19:46:23 +0000 |
alexc |
Clean up FFT related comments.
libavcodec
|
Thu, 22 Jan 2009 00:31:26 +0000 |
bcoudurier |
Add const, remove warning:
libavcodec
|
Wed, 21 Jan 2009 13:24:35 +0000 |
kostya |
VMD first chunk of audio is not coded as many separate chunks of block_align
libavcodec
|
Tue, 20 Jan 2009 22:53:25 +0000 |
cehoyos |
Sort VdpPictureInfo alphabetically.
libavcodec
|
Tue, 20 Jan 2009 09:36:28 +0000 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 20 Jan 2009 09:28:36 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
libavcodec
|
Mon, 19 Jan 2009 23:41:46 +0000 |
diego |
Use "" instead of <> when #including non-system headers.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sun, 18 Jan 2009 23:04:33 +0000 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavcodec
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Sun, 18 Jan 2009 20:43:11 +0000 |
mru |
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
libavcodec
|
Sun, 18 Jan 2009 18:31:52 +0000 |
mru |
Alpha: fix pix_abs16
libavcodec
|
Sun, 18 Jan 2009 07:20:12 +0000 |
darkshikari |
Fix 10L in r16670 (broke deblocking code)
libavcodec
|
Sun, 18 Jan 2009 07:14:36 +0000 |
darkshikari |
Faster VC-1 C loopfilter using lots of xor magic
libavcodec
|
Sun, 18 Jan 2009 05:52:20 +0000 |
mru |
dct-test: add Alpha idct
libavcodec
|
Sun, 18 Jan 2009 05:52:17 +0000 |
mru |
Alpha: add ff_ prefix to idct functions
libavcodec
|
Sun, 18 Jan 2009 05:52:15 +0000 |
mru |
Alpha: indentation
libavcodec
|
Sun, 18 Jan 2009 05:52:12 +0000 |
mru |
Alpha: proper IDCT selection
libavcodec
|
Sun, 18 Jan 2009 05:52:08 +0000 |
mru |
Alpha: add some const, kill some warnings
libavcodec
|
Sat, 17 Jan 2009 21:44:58 +0000 |
mru |
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp
libavcodec
|
Sat, 17 Jan 2009 21:44:56 +0000 |
mru |
Alpha: fix dct_unquantize_h263_inter/intra_axp()
libavcodec
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
libavcodec
|
Sat, 17 Jan 2009 20:06:08 +0000 |
vitor |
Use shared sine window instead of defining another one.
libavcodec
|
Sat, 17 Jan 2009 12:51:26 +0000 |
cehoyos |
Fix compilation with --enable-libxvid.
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavcodec
|
Sat, 17 Jan 2009 01:17:04 +0000 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
Fri, 16 Jan 2009 20:46:38 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Fri, 16 Jan 2009 17:58:38 +0000 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
Fri, 16 Jan 2009 17:46:19 +0000 |
kostya |
WavPack hybrid mode support
libavcodec
|
Fri, 16 Jan 2009 17:45:54 +0000 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
Fri, 16 Jan 2009 17:20:17 +0000 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
Fri, 16 Jan 2009 16:50:32 +0000 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
Fri, 16 Jan 2009 16:20:42 +0000 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
Fri, 16 Jan 2009 02:50:20 +0000 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
Fri, 16 Jan 2009 02:14:07 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
Fri, 16 Jan 2009 00:03:51 +0000 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
Wed, 14 Jan 2009 23:20:43 +0000 |
aurel |
WORDS_BIGENDIAN must be checked with #ifdef
libavcodec
|
Wed, 14 Jan 2009 21:41:05 +0000 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
Wed, 14 Jan 2009 21:34:48 +0000 |
aurel |
libavutil/lzo.h is a local header
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Wed, 14 Jan 2009 09:26:07 +0000 |
mru |
Fix mpeg audio regression test failure
libavcodec
|
Wed, 14 Jan 2009 07:57:12 +0000 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
Wed, 14 Jan 2009 07:55:43 +0000 |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
libavcodec
|
Wed, 14 Jan 2009 00:48:17 +0000 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
Wed, 14 Jan 2009 00:27:43 +0000 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Tue, 13 Jan 2009 21:13:45 +0000 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
Tue, 13 Jan 2009 19:38:54 +0000 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
Tue, 13 Jan 2009 19:35:34 +0000 |
michael |
Let the mpeg audio parser correct the codec_id.
libavcodec
|
Tue, 13 Jan 2009 19:32:08 +0000 |
michael |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
libavcodec
|
Tue, 13 Jan 2009 19:13:08 +0000 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
Tue, 13 Jan 2009 08:05:40 +0000 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
Tue, 13 Jan 2009 08:03:45 +0000 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
Tue, 13 Jan 2009 08:02:31 +0000 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
Tue, 13 Jan 2009 08:00:37 +0000 |
kostya |
Cinepak strip ID is a single byte
libavcodec
|
Tue, 13 Jan 2009 06:43:46 +0000 |
kostya |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
libavcodec
|
Tue, 13 Jan 2009 00:14:43 +0000 |
aurel |
add the necessary include for LIBAV*_VERSION_*
libavcodec
|
Mon, 12 Jan 2009 20:37:49 +0000 |
mru |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
libavcodec
|
Mon, 12 Jan 2009 20:37:39 +0000 |
mru |
ARM: simple_idct_armv6.S whitespace cosmetics
libavcodec
|
Mon, 12 Jan 2009 20:37:33 +0000 |
mru |
ARM: clean up pc-relative references in simple_idct_armv6.S
libavcodec
|
Mon, 12 Jan 2009 20:37:29 +0000 |
mru |
ARM: use rX register names in simple_idct_armv6.S
libavcodec
|
Sun, 11 Jan 2009 23:26:52 +0000 |
stefano |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libavcodec
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
Sun, 11 Jan 2009 20:12:14 +0000 |
diego |
Add missing #include to fix 'make checkheaders'.
libavcodec
|
Sun, 11 Jan 2009 16:35:04 +0000 |
michael |
Increase BUFFER_SIZE.
libavcodec
|
Sun, 11 Jan 2009 16:17:36 +0000 |
michael |
fix indention
libavcodec
|
Sun, 11 Jan 2009 16:16:33 +0000 |
michael |
All negative values are errors not just -1.
libavcodec
|
Sun, 11 Jan 2009 10:50:00 +0000 |
kostya |
30l: when reading mb_offset in RV30 slice header its size
libavcodec
|
Sun, 11 Jan 2009 10:40:05 +0000 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
Sun, 11 Jan 2009 08:03:45 +0000 |
kostya |
RV30 decoder passes possible frame sizes in extradata and selects
libavcodec
|
Sun, 11 Jan 2009 00:48:20 +0000 |
cehoyos |
Remove H264Context from vdpau_internal.h.
libavcodec
|
Sat, 10 Jan 2009 23:17:07 +0000 |
cehoyos |
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
libavcodec
|
Sat, 10 Jan 2009 23:00:48 +0000 |
cehoyos |
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
libavcodec
|
Sat, 10 Jan 2009 22:57:51 +0000 |
cehoyos |
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
libavcodec
|
Sat, 10 Jan 2009 22:55:26 +0000 |
cehoyos |
Cosmetics: Break long line.
libavcodec
|
Sat, 10 Jan 2009 09:55:55 +0000 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
Sat, 10 Jan 2009 09:53:21 +0000 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
Sat, 10 Jan 2009 02:45:07 +0000 |
cehoyos |
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
libavcodec
|
Fri, 09 Jan 2009 22:22:40 +0000 |
cehoyos |
Move VDPAU check, make future VDPAU patches smaller.
libavcodec
|
Fri, 09 Jan 2009 16:51:21 +0000 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
Fri, 09 Jan 2009 03:05:11 +0000 |
mru |
SH4: fix typo in asm constraint
libavcodec
|
Wed, 07 Jan 2009 23:48:32 +0000 |
cehoyos |
Rename ff_VDPAU as ff_vdpau.
libavcodec
|
Wed, 07 Jan 2009 23:42:07 +0000 |
cehoyos |
Rename bitstreamBuffers* as bitstream_buffers*
libavcodec
|
Wed, 07 Jan 2009 23:38:54 +0000 |
ramiro |
configure: allow to disable sse code.
libavcodec
|
Wed, 07 Jan 2009 23:03:04 +0000 |
diego |
Only #include svq3.c if the SVQ3 decoder is enabled.
libavcodec
|
Wed, 07 Jan 2009 22:54:59 +0000 |
diego |
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
libavcodec
|
Wed, 07 Jan 2009 22:09:21 +0000 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
Wed, 07 Jan 2009 19:55:08 +0000 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
Wed, 07 Jan 2009 18:42:24 +0000 |
diego |
Add missing headers to allow 'make checkheaders' to pass.
libavcodec
|
Wed, 07 Jan 2009 18:24:16 +0000 |
diego |
Use <> instead of "" for system headers.
libavcodec
|
Wed, 07 Jan 2009 18:10:10 +0000 |
superdump |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
libavcodec
|
Wed, 07 Jan 2009 13:54:26 +0000 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
Wed, 07 Jan 2009 01:58:04 +0000 |
diego |
Disable SVQ3 checks if SVQ3 support is not compiled in.
libavcodec
|
Tue, 06 Jan 2009 23:03:33 +0000 |
gpoirier |
Add Altivec version of vector_fmul_window.
libavcodec
|
Tue, 06 Jan 2009 22:29:26 +0000 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Tue, 06 Jan 2009 22:01:57 +0000 |
aurel |
ensure that no GPL code is linked to LGPL only libavcodec
libavcodec
|
Tue, 06 Jan 2009 18:58:18 +0000 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
Tue, 06 Jan 2009 15:16:33 +0000 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
Tue, 06 Jan 2009 12:51:35 +0000 |
gpoirier |
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
libavcodec
|
Tue, 06 Jan 2009 10:44:45 +0000 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
Tue, 06 Jan 2009 10:35:06 +0000 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
Tue, 06 Jan 2009 10:13:25 +0000 |
cehoyos |
1l: Forgot to rename header guard.
libavcodec
|
Mon, 05 Jan 2009 23:25:58 +0000 |
cehoyos |
Export VDPAU support by installing vdpau.h.
libavcodec
|
Mon, 05 Jan 2009 23:23:32 +0000 |
cehoyos |
Rename vdpau_render.h as vdpau.h.
libavcodec
|
Mon, 05 Jan 2009 23:15:14 +0000 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Mon, 05 Jan 2009 22:13:42 +0000 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
Mon, 05 Jan 2009 18:44:32 +0000 |
cehoyos |
Ministry of English Composition treatment: s/Alloced/Allocated
libavcodec
|
Mon, 05 Jan 2009 14:46:04 +0000 |
cehoyos |
Remove leading underscore from union declaration.
libavcodec
|
Mon, 05 Jan 2009 13:57:43 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
libavcodec
|
Mon, 05 Jan 2009 11:49:15 +0000 |
diego |
spelling/grammar and whitespace cosmetics
libavcodec
|
Mon, 05 Jan 2009 08:46:59 +0000 |
cehoyos |
50l: Reenable error resilience for H264 (Patch by Dark Shikari).
libavcodec
|
Mon, 05 Jan 2009 00:48:44 +0000 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
Mon, 05 Jan 2009 00:31:39 +0000 |
cehoyos |
100l: Add a deleted '{'.
libavcodec
|
Sun, 04 Jan 2009 23:55:27 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
Sun, 04 Jan 2009 18:58:49 +0000 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavcodec
|
Sun, 04 Jan 2009 01:36:11 +0000 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
Sat, 03 Jan 2009 19:21:48 +0000 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
Sat, 03 Jan 2009 19:20:50 +0000 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 19:17:18 +0000 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
Sat, 03 Jan 2009 18:41:35 +0000 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
Sat, 03 Jan 2009 18:26:07 +0000 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
Sat, 03 Jan 2009 17:58:25 +0000 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 17:54:48 +0000 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
Sat, 03 Jan 2009 15:15:03 +0000 |
michael |
Add enum AVSubtitleType
libavcodec
|
Sat, 03 Jan 2009 00:46:17 +0000 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
Fri, 02 Jan 2009 16:21:22 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
Fri, 02 Jan 2009 16:19:27 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
Tue, 30 Dec 2008 03:13:52 +0000 |
mru |
ARM: work around linker bug with movw/movt relocations in shared libs
libavcodec
|
Tue, 30 Dec 2008 03:13:40 +0000 |
mru |
ARM: rename coefficient table in NEON IDCT
libavcodec
|
Mon, 29 Dec 2008 17:14:30 +0000 |
reynaldo |
Remove duplicated dot product code. Use dsputil's
libavcodec
|
Mon, 29 Dec 2008 10:20:03 +0000 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
Sun, 28 Dec 2008 23:26:12 +0000 |
michael |
Explain the lack of +3/7
libavcodec
|
Sun, 28 Dec 2008 20:08:39 +0000 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
Sun, 28 Dec 2008 19:48:43 +0000 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
Sun, 28 Dec 2008 19:44:47 +0000 |
cehoyos |
Silence one warning when compiling with icc:
libavcodec
|
Sun, 28 Dec 2008 19:40:13 +0000 |
cehoyos |
Fix h264 decoding on SSE2 cores with icc compilation.
libavcodec
|
Sat, 27 Dec 2008 23:12:00 +0000 |
mru |
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
libavcodec
|
Sat, 27 Dec 2008 16:25:36 +0000 |
mru |
simple_idct: use MUL16 and MAC16 from mathops.h
libavcodec
|
Sat, 27 Dec 2008 11:33:26 +0000 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
Sat, 27 Dec 2008 11:30:30 +0000 |
lu_zero |
Remove stray code
libavcodec
|
Sat, 27 Dec 2008 11:21:28 +0000 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
Sat, 27 Dec 2008 09:22:21 +0000 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|
Fri, 26 Dec 2008 19:52:52 +0000 |
mru |
ARM: NEON optimised float_to_int16
libavcodec
|
Fri, 26 Dec 2008 18:42:26 +0000 |
michael |
Enable faxcompr.
libavcodec
|
Fri, 26 Dec 2008 18:39:24 +0000 |
michael |
indent
libavcodec
|
Fri, 26 Dec 2008 18:39:07 +0000 |
michael |
Simplify vertical mode
libavcodec
|
Fri, 26 Dec 2008 18:14:59 +0000 |
michael |
And another sechole ...
libavcodec
|
Fri, 26 Dec 2008 18:06:29 +0000 |
michael |
Fix yet another sechole.
libavcodec
|
Fri, 26 Dec 2008 17:51:10 +0000 |
michael |
Fix another sechole.
libavcodec
|
Fri, 26 Dec 2008 17:32:11 +0000 |
michael |
Minor simplification.
libavcodec
|
Fri, 26 Dec 2008 17:11:19 +0000 |
michael |
Remove unused run_start variable.
libavcodec
|
Fri, 26 Dec 2008 17:04:31 +0000 |
michael |
Move sync line pointers code to the end of the loop, it is simpler that way.
libavcodec
|
Fri, 26 Dec 2008 16:59:10 +0000 |
michael |
Get rid of check for condition that is always true (run_off < avctx->width).
libavcodec
|
Fri, 26 Dec 2008 16:57:35 +0000 |
michael |
Get rid of pix_left in the 2d code, it is simpler that way.
libavcodec
|
Fri, 26 Dec 2008 16:50:21 +0000 |
reynaldo |
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
Fri, 26 Dec 2008 16:49:06 +0000 |
reynaldo |
Part 2 of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
Fri, 26 Dec 2008 16:38:55 +0000 |
michael |
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
libavcodec
|
Fri, 26 Dec 2008 16:30:50 +0000 |
michael |
cosmetic (moving pix_left update)
libavcodec
|
Fri, 26 Dec 2008 16:29:01 +0000 |
michael |
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
libavcodec
|
Fri, 26 Dec 2008 15:21:48 +0000 |
michael |
minor simplification
libavcodec
|
Fri, 26 Dec 2008 15:05:12 +0000 |
michael |
Merge ff_ccitt_unpack_1d and 2d.
libavcodec
|
Fri, 26 Dec 2008 14:57:42 +0000 |
michael |
Ensure that an invalid run terminates the line.
libavcodec
|
Fri, 26 Dec 2008 14:39:21 +0000 |
michael |
10l != vs. == (yes, my fault not kostya's).
libavcodec
|
Fri, 26 Dec 2008 13:52:07 +0000 |
michael |
indent
libavcodec
|
Fri, 26 Dec 2008 13:51:52 +0000 |
michael |
Simplify zero run handling in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:50:00 +0000 |
michael |
Avoid negation in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:48:09 +0000 |
michael |
Factorize mode switching in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:46:11 +0000 |
michael |
Fix (rewrite) find_group3_syncmarker().
libavcodec
|
Fri, 26 Dec 2008 13:39:19 +0000 |
michael |
CCITT Fax Group 3 and 4 decompression by kostya.
libavcodec
|
Fri, 26 Dec 2008 11:00:30 +0000 |
diego |
ASAO Nelly Moser implementation moved to a better place on mphq.
libavcodec
|
Fri, 26 Dec 2008 08:03:26 +0000 |
benoit |
s/FFmpeg-devel/ffmpeg-devel/
libavcodec
|
Fri, 26 Dec 2008 00:19:08 +0000 |
darkshikari |
Fix compilation without optimization under 64-bit with x264 deblock asm enabled.
libavcodec
|
Thu, 25 Dec 2008 23:13:43 +0000 |
mru |
ARM: add new h264 idct functions
libavcodec
|
Thu, 25 Dec 2008 18:27:49 +0000 |
gpoirier |
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
libavcodec
|
Thu, 25 Dec 2008 15:49:50 +0000 |
diego |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
libavcodec
|
Thu, 25 Dec 2008 15:49:02 +0000 |
diego |
Fix sample URL.
libavcodec
|
Thu, 25 Dec 2008 13:26:18 +0000 |
diego |
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
libavcodec
|
Thu, 25 Dec 2008 01:20:37 +0000 |
lorenm |
flatten an array, since gcc fails at optimizing multidimensional arrays
libavcodec
|
Wed, 24 Dec 2008 18:39:23 +0000 |
michael |
export refs
libavcodec
|
Wed, 24 Dec 2008 17:38:27 +0000 |
michael |
Allow decoders to set AVCodecContext.refs.
libavcodec
|
Wed, 24 Dec 2008 03:23:38 +0000 |
michael |
Optimize pred_pskip_motion()
libavcodec
|
Tue, 23 Dec 2008 22:06:16 +0000 |
michael |
Indent
libavcodec
|
Tue, 23 Dec 2008 22:04:34 +0000 |
michael |
Integrate get_te0_golomb() calls into the code, this allows some checks
libavcodec
|
Tue, 23 Dec 2008 21:12:19 +0000 |
michael |
Use get_ue_golomb_31() where possible, almost all are just in headers
libavcodec
|
Tue, 23 Dec 2008 21:07:36 +0000 |
michael |
Update golomb decoding tables so that get_*_golomb_31() return some
libavcodec
|
Tue, 23 Dec 2008 21:05:47 +0000 |
michael |
Add get_ue_golomb_31()
libavcodec
|
Tue, 23 Dec 2008 19:12:50 +0000 |
michael |
indent
libavcodec
|
Tue, 23 Dec 2008 19:10:46 +0000 |
michael |
Use the new VLC table for the first non trailing coeff too.
libavcodec
|
Tue, 23 Dec 2008 18:31:44 +0000 |
michael |
Optimize esc removal code.
libavcodec
|
Tue, 23 Dec 2008 18:27:06 +0000 |
kostya |
352l: correct calculating number of bits for storing macroblock offset in RV3/4
libavcodec
|
Tue, 23 Dec 2008 17:50:36 +0000 |
michael |
Indent
libavcodec
|
Tue, 23 Dec 2008 17:49:38 +0000 |
michael |
unified CAVLC level decoding LUT.
libavcodec
|
Tue, 23 Dec 2008 02:34:58 +0000 |
michael |
Make h264 parser 50% faster.
libavcodec
|
Tue, 23 Dec 2008 01:11:56 +0000 |
michael |
100l, I broke H.264 again, forgot one hunk.
libavcodec
|
Tue, 23 Dec 2008 00:38:45 +0000 |
michael |
Optimize 0 0 0-3 search, 45% faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 22:39:55 +0000 |
andoma |
Revert r16257:
libavcodec
|
Mon, 22 Dec 2008 17:14:13 +0000 |
michael |
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
libavcodec
|
Mon, 22 Dec 2008 16:56:05 +0000 |
michael |
Indent
libavcodec
|
Mon, 22 Dec 2008 16:46:17 +0000 |
michael |
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 16:20:13 +0000 |
michael |
Negate 2 more variables, 1 cpu cycle faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 16:14:06 +0000 |
michael |
Simplify if/else, no speed change
libavcodec
|
Mon, 22 Dec 2008 16:10:35 +0000 |
michael |
Negate a few variables, this simplifies the code and makes it 5 cycles faster
libavcodec
|
Mon, 22 Dec 2008 15:54:27 +0000 |
michael |
Simplify ifs(), 8 cpu cycles faster on pentium dual
libavcodec
|
Mon, 22 Dec 2008 15:53:00 +0000 |
michael |
Simplify if(), 3 cpu cycles faster in pentium dual.
libavcodec
|
Mon, 22 Dec 2008 09:12:42 +0000 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
Mon, 22 Dec 2008 06:50:18 +0000 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
Mon, 22 Dec 2008 06:47:51 +0000 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
Mon, 22 Dec 2008 06:43:14 +0000 |
kostya |
Add monochrome TIFF support
libavcodec
|