Sat, 22 Mar 2008 16:46:36 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavcodec
|
Fri, 21 Mar 2008 13:45:55 +0000 |
faust3 |
rl2 decoder
libavcodec
|
Fri, 21 Mar 2008 12:36:49 +0000 |
zuxy |
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
libavcodec
|
Fri, 21 Mar 2008 11:40:05 +0000 |
michael |
Document AVCodec.flush()
libavcodec
|
Fri, 21 Mar 2008 11:35:32 +0000 |
michael |
Document AVCodec.capabilities.
libavcodec
|
Fri, 21 Mar 2008 04:48:59 +0000 |
zuxy |
Apply 'alloc_size' attribute to ff_realloc_static()
libavcodec
|
Fri, 21 Mar 2008 03:54:45 +0000 |
zuxy |
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Thu, 20 Mar 2008 19:36:20 +0000 |
diego |
two more typos spotted by Mike
libavcodec
|
Thu, 20 Mar 2008 19:08:42 +0000 |
diego |
british_english--;
libavcodec
|
Thu, 20 Mar 2008 18:16:13 +0000 |
michael |
More complete documentation for AVFrame.reference.
libavcodec
|
Thu, 20 Mar 2008 14:24:29 +0000 |
michael |
Hardcode register to prevent aparent miscompilation.
libavcodec
|
Thu, 20 Mar 2008 14:09:31 +0000 |
michael |
remove unused temp
libavcodec
|
Thu, 20 Mar 2008 09:38:55 +0000 |
bcoudurier |
omg, fix compilation
libavcodec
|
Thu, 20 Mar 2008 09:36:04 +0000 |
bcoudurier |
correctly set avctx->frame_size for mp3on4 and mp3adu
libavcodec
|
Tue, 18 Mar 2008 20:14:57 +0000 |
ramiro |
Remove useless variable since r8456.
libavcodec
|
Tue, 18 Mar 2008 19:51:34 +0000 |
ramiro |
Mimic decoder.
libavcodec
|
Mon, 17 Mar 2008 23:08:19 +0000 |
mru |
get register names from x86_cpu.h
libavcodec
|
Mon, 17 Mar 2008 23:08:14 +0000 |
mru |
use HAVE_FAST_64BIT
libavcodec
|
Mon, 17 Mar 2008 21:00:30 +0000 |
mru |
cosmetics: remove useless \-newline escapes
libavcodec
|
Mon, 17 Mar 2008 19:22:31 +0000 |
mru |
indentation
libavcodec
|
Mon, 17 Mar 2008 19:22:28 +0000 |
mru |
clean up FFT SIMD selection
libavcodec
|
Mon, 17 Mar 2008 02:33:08 +0000 |
mru |
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
libavcodec
|
Mon, 17 Mar 2008 02:33:05 +0000 |
mru |
typo: add missing \ in multi-line macro
libavcodec
|
Mon, 17 Mar 2008 02:33:02 +0000 |
mru |
fix typo ARCH_PPC -> ARCH_POWERPC
libavcodec
|
Sun, 16 Mar 2008 17:34:31 +0000 |
diego |
Move functions that are only used when libswscale is not compiled in below
libavcodec
|
Sun, 16 Mar 2008 13:15:42 +0000 |
mru |
improve precision in mdct.c using double for some temporaries
libavcodec
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavcodec
|
Sat, 15 Mar 2008 12:28:35 +0000 |
ramiro |
Add attribute_align_arg to os2thread.c.
libavcodec
|
Sat, 15 Mar 2008 12:24:31 +0000 |
ramiro |
Typo
libavcodec
|
Fri, 14 Mar 2008 13:19:39 +0000 |
diego |
Use correct t printf modifier for pointer differences.
libavcodec
|
Fri, 14 Mar 2008 09:33:38 +0000 |
bcoudurier |
log aspect ratio forbidden value, and fail if error resilience is high
libavcodec
|
Thu, 13 Mar 2008 18:26:53 +0000 |
bcoudurier |
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
libavcodec
|
Thu, 13 Mar 2008 18:10:58 +0000 |
diego |
This file does not use size_t, so no need to #include <sys/types.h>.
libavcodec
|
Thu, 13 Mar 2008 01:49:19 +0000 |
michael |
If consumed does not match nalsize, favor nalsize.
libavcodec
|
Thu, 13 Mar 2008 00:20:15 +0000 |
diego |
Add missing stdint.h #include to headers that use it.
libavcodec
|
Wed, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavcodec
|
Mon, 10 Mar 2008 21:59:30 +0000 |
jbr |
make input buffer const, as it should be. fixes a warning.
libavcodec
|
Mon, 10 Mar 2008 18:42:09 +0000 |
diego |
misc spelling fixes
libavcodec
|
Mon, 10 Mar 2008 17:54:24 +0000 |
diego |
Rename --enable-swscaler --> enable-swscale to be consistent with the
libavcodec
|
Mon, 10 Mar 2008 03:07:44 +0000 |
melanson |
These video decoders do not need to include and initialize the DSP
libavcodec
|
Mon, 10 Mar 2008 03:07:15 +0000 |
melanson |
There is no reason to assign a variable to itself
libavcodec
|
Mon, 10 Mar 2008 00:27:40 +0000 |
michael |
smaller tables
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Sun, 09 Mar 2008 17:05:19 +0000 |
jbr |
downmix before imdct unless different size transforms are used. about 20%
libavcodec
|
Sun, 09 Mar 2008 14:16:27 +0000 |
kostya |
indentation
libavcodec
|
Sun, 09 Mar 2008 14:15:40 +0000 |
kostya |
Correctly handle empty frames
libavcodec
|
Sun, 09 Mar 2008 09:04:35 +0000 |
kostya |
Fraps v5 decoding support
libavcodec
|
Sun, 09 Mar 2008 09:03:23 +0000 |
kostya |
Add step variable (for future v5 decoding)
libavcodec
|
Sat, 08 Mar 2008 20:27:16 +0000 |
diego |
cosmetics: Fix indentation in a few more places.
libavcodec
|
Sat, 08 Mar 2008 20:24:24 +0000 |
diego |
cosmetics: Normalize {} placement after for, while, if.
libavcodec
|
Sat, 08 Mar 2008 18:08:16 +0000 |
aurel |
huffman: add a zero_count flag and use it in fraps
libavcodec
|
Sat, 08 Mar 2008 17:57:13 +0000 |
aurel |
huffman: pass hnode_first as a flag instead of as an argument on its own
libavcodec
|
Sat, 08 Mar 2008 17:18:28 +0000 |
diego |
Fix unused variable warnings.
libavcodec
|
Sat, 08 Mar 2008 14:39:43 +0000 |
diego |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
libavcodec
|
Fri, 07 Mar 2008 19:47:44 +0000 |
ramiro |
__stdcall -> WINAPI
libavcodec
|
Fri, 07 Mar 2008 19:27:17 +0000 |
mru |
simplify library version handling
libavcodec
|
Thu, 06 Mar 2008 23:10:47 +0000 |
bcoudurier |
indentation
libavcodec
|
Thu, 06 Mar 2008 23:09:16 +0000 |
bcoudurier |
do not display par and dar if not available
libavcodec
|
Thu, 06 Mar 2008 20:44:44 +0000 |
mru |
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
libavcodec
|
Thu, 06 Mar 2008 17:41:31 +0000 |
takis |
Make av_class a pointer to a const AVClass. Addresses one warning in
libavcodec
|
Thu, 06 Mar 2008 14:22:02 +0000 |
banan |
Don't use unchecked data from the bitstream.
libavcodec
|
Thu, 06 Mar 2008 09:45:59 +0000 |
bcoudurier |
fix interlaced decoding, original patch from reimar
libavcodec
|
Thu, 06 Mar 2008 07:30:41 +0000 |
kostya |
IMA ADPCM encoder - QT variant
libavcodec
|
Wed, 05 Mar 2008 21:43:30 +0000 |
aurel |
make compilation of mpeg12* and mpegvideo conditional
libavcodec
|
Wed, 05 Mar 2008 21:29:15 +0000 |
aurel |
move ff_mpeg1_dc_scale_table to mpegvideo.c
libavcodec
|
Wed, 05 Mar 2008 16:34:47 +0000 |
aurel |
add dependencies for matroska audio and nut muxers over lavc
libavcodec
|
Wed, 05 Mar 2008 15:23:54 +0000 |
aurel |
doxyfy frame type comments and add some more comments
libavcodec
|
Wed, 05 Mar 2008 15:19:26 +0000 |
aurel |
define BI frame type along with other frame types
libavcodec
|
Wed, 05 Mar 2008 15:15:07 +0000 |
aurel |
cosmetic: align
libavcodec
|
Wed, 05 Mar 2008 14:49:43 +0000 |
aurel |
add some required objects dependencies
libavcodec
|
Wed, 05 Mar 2008 14:46:51 +0000 |
aurel |
Avoid linking with h263 and mpeg4 find_frame_end()
libavcodec
|
Wed, 05 Mar 2008 06:58:20 +0000 |
melanson |
fix the WC3 Xan decoder by correcting the frame accounting logic
libavcodec
|
Wed, 05 Mar 2008 03:59:07 +0000 |
michael |
Fix handling flags with the MSB set.
libavcodec
|
Wed, 05 Mar 2008 00:43:11 +0000 |
aurel |
remove more useless mpegvideo.h includes
libavcodec
|
Wed, 05 Mar 2008 00:38:14 +0000 |
aurel |
move EDGE_WIDTH definition allong with draw_edges where it belongs
libavcodec
|
Wed, 05 Mar 2008 00:07:53 +0000 |
aurel |
remove #include "mpegvideo.h" where it is not needed
libavcodec
|
Wed, 05 Mar 2008 00:06:09 +0000 |
aurel |
move relevant declarations to mpeg12data.h
libavcodec
|
Tue, 04 Mar 2008 23:58:12 +0000 |
aurel |
move run length table constants to rl.h
libavcodec
|
Tue, 04 Mar 2008 23:10:47 +0000 |
aurel |
move ff_emulated_edge_mc() to dsputil
libavcodec
|
Tue, 04 Mar 2008 22:09:54 +0000 |
michael |
Remove unused elements from tables.
libavcodec
|
Tue, 04 Mar 2008 21:58:34 +0000 |
michael |
Detect and prevent reading over the end of counts_*. We pass the error
libavcodec
|
Tue, 04 Mar 2008 21:39:21 +0000 |
michael |
Prevent segfault due to reading over the end of the input buffer.
libavcodec
|
Tue, 04 Mar 2008 18:38:32 +0000 |
aurel |
fix wmv3 dependencies
libavcodec
|
Tue, 04 Mar 2008 18:35:12 +0000 |
aurel |
Fix compilation on powerpc.
libavcodec
|
Tue, 04 Mar 2008 10:54:51 +0000 |
aurel |
remove old draw_edges declaration cruft
libavcodec
|
Tue, 04 Mar 2008 10:26:56 +0000 |
aurel |
move ff_init_scantable() into dsputil
libavcodec
|
Tue, 04 Mar 2008 00:07:41 +0000 |
aurel |
move draw_edges() into dsputil
libavcodec
|
Mon, 03 Mar 2008 23:14:25 +0000 |
aurel |
dsputil.h is a local header
libavcodec
|
Mon, 03 Mar 2008 23:10:13 +0000 |
aurel |
include required header
libavcodec
|
Mon, 03 Mar 2008 21:54:18 +0000 |
mru |
remove invalid free() forgotten in r12300
libavcodec
|
Mon, 03 Mar 2008 19:53:27 +0000 |
michael |
Provide non null class name to avoid crash with ffmpeg -h.
libavcodec
|
Sat, 01 Mar 2008 16:10:19 +0000 |
jbr |
use scale factor instead of sum for downmix level adjustment. avoids division
libavcodec
|
Sat, 01 Mar 2008 15:48:18 +0000 |
jbr |
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.
libavcodec
|
Sat, 01 Mar 2008 04:39:39 +0000 |
jbr |
Use 24-bit fixed-point transform coefficients until just before MDCT. This
libavcodec
|
Sat, 01 Mar 2008 01:58:25 +0000 |
lorenm |
more aspect ratios added in one of the ammendments
libavcodec
|
Fri, 29 Feb 2008 08:01:01 +0000 |
benoit |
Make AMR-NB block size const and 8 bits.
libavcodec
|
Fri, 29 Feb 2008 07:59:29 +0000 |
benoit |
Define block size for AMR-WB (use IF2 table).
libavcodec
|
Thu, 28 Feb 2008 23:44:52 +0000 |
michael |
suppress the second warning
libavcodec
|
Thu, 28 Feb 2008 17:01:35 +0000 |
reimar |
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but
libavcodec
|
Thu, 28 Feb 2008 16:11:56 +0000 |
bcoudurier |
1000l parenthesis
libavcodec
|
Thu, 28 Feb 2008 16:08:52 +0000 |
bcoudurier |
code is ok for 4bpp in mov too, fix 16grey.mov
libavcodec
|
Wed, 27 Feb 2008 20:34:44 +0000 |
banan |
Add more riff IDs to support remuxing.
libavcodec
|
Tue, 26 Feb 2008 23:51:59 +0000 |
michael |
better include
libavcodec
|
Tue, 26 Feb 2008 23:49:41 +0000 |
michael |
include dependencies ...
libavcodec
|
Tue, 26 Feb 2008 23:17:08 +0000 |
diego |
Add multiple inclusion guards.
libavcodec
|
Tue, 26 Feb 2008 22:52:01 +0000 |
diego |
Add explanatory comment to '#define FLOAT float'.
libavcodec
|
Tue, 26 Feb 2008 20:37:59 +0000 |
mru |
less preprocessor magic in version number macros
libavcodec
|
Tue, 26 Feb 2008 20:17:30 +0000 |
michael |
Stuffing bytes to not violate minimum legality rate.
libavcodec
|
Tue, 26 Feb 2008 18:36:58 +0000 |
michael |
Remove another temporary variable with which gcc has problems.
libavcodec
|
Tue, 26 Feb 2008 17:56:00 +0000 |
diego |
cosmetics: Demplayerify indentation.
libavcodec
|
Tue, 26 Feb 2008 17:13:42 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Tue, 26 Feb 2008 17:06:31 +0000 |
diego |
cosmetics: spelling/grammar
libavcodec
|
Tue, 26 Feb 2008 15:52:37 +0000 |
michael |
Alternative and faster (on gcc x86) plane rotation.
libavcodec
|
Tue, 26 Feb 2008 15:44:49 +0000 |
michael |
Get rid of another useless variable.
libavcodec
|
Tue, 26 Feb 2008 15:32:34 +0000 |
michael |
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
libavcodec
|
Tue, 26 Feb 2008 15:19:37 +0000 |
michael |
One variable less. No real change to the actual code.
libavcodec
|
Tue, 26 Feb 2008 14:59:11 +0000 |
michael |
floating point AAN IDCT
libavcodec
|
Tue, 26 Feb 2008 10:21:33 +0000 |
lorenm |
decode mng color decorrelation
libavcodec
|
Tue, 26 Feb 2008 09:35:21 +0000 |
diego |
Remove START_TIMER and STOP_TIMER macros.
libavcodec
|
Tue, 26 Feb 2008 07:35:56 +0000 |
lorenm |
simplify
libavcodec
|
Mon, 25 Feb 2008 23:14:22 +0000 |
aurel |
split encoding part of dsputil_mmx into its own file
libavcodec
|
Mon, 25 Feb 2008 22:44:35 +0000 |
diego |
Remove commented-out av_log calls.
libavcodec
|
Mon, 25 Feb 2008 22:43:42 +0000 |
michael |
Fix trellis quant + AAN DCT.
libavcodec
|
Mon, 25 Feb 2008 22:32:52 +0000 |
michael |
Make diego happy.
libavcodec
|
Mon, 25 Feb 2008 21:43:19 +0000 |
aurel |
compile various fdct only when encoders are enabled
libavcodec
|
Mon, 25 Feb 2008 14:59:04 +0000 |
michael |
Clarify which BSD license.
libavcodec
|
Mon, 25 Feb 2008 14:42:12 +0000 |
michael |
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute
libavcodec
|
Mon, 25 Feb 2008 10:34:23 +0000 |
lorenm |
png filters
libavcodec
|
Mon, 25 Feb 2008 09:22:11 +0000 |
mru |
Install headers in $prefix/include/$libname
libavcodec
|
Mon, 25 Feb 2008 05:46:53 +0000 |
lorenm |
remove a memcpy
libavcodec
|
Sun, 24 Feb 2008 18:56:52 +0000 |
mru |
fix memory leaks in vp3 decoder
libavcodec
|
Sun, 24 Feb 2008 14:47:42 +0000 |
reimar |
__asm __volatile -> asm volatile part 2
libavcodec
|
Sun, 24 Feb 2008 14:46:22 +0000 |
reimar |
__asm __volatile -> asm volatile, improves code consistency and works
libavcodec
|
Sun, 24 Feb 2008 07:47:02 +0000 |
vitor |
Fix bug I introduced in r11962.
libavcodec
|
Sat, 23 Feb 2008 23:30:41 +0000 |
banan |
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers.
libavcodec
|
Fri, 22 Feb 2008 19:27:22 +0000 |
michael |
Remove apparently unneeded and buggy align.
libavcodec
|
Fri, 22 Feb 2008 16:53:26 +0000 |
lorenm |
cleaner way of writing packed-byte constants.
libavcodec
|
Thu, 21 Feb 2008 07:55:42 +0000 |
lorenm |
indent
libavcodec
|
Thu, 21 Feb 2008 07:54:46 +0000 |
lorenm |
pseudo-simd add_bytes and diff_bytes
libavcodec
|
Thu, 21 Feb 2008 07:10:46 +0000 |
lorenm |
simd and unroll png_filter_row
libavcodec
|
Thu, 21 Feb 2008 00:06:07 +0000 |
michael |
Disabling all SSE* code for old gcc to avoid alignment issues.
libavcodec
|
Wed, 20 Feb 2008 20:24:38 +0000 |
michael |
revert 12156
libavcodec
|
Wed, 20 Feb 2008 19:48:25 +0000 |
michael |
Forgot this, which is needed for merging field pics too.
libavcodec
|
Wed, 20 Feb 2008 19:45:38 +0000 |
michael |
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2
libavcodec
|
Wed, 20 Feb 2008 03:20:06 +0000 |
michael |
Make timestamp interpolation work with mpeg2 field pictures.
libavcodec
|
Tue, 19 Feb 2008 22:50:28 +0000 |
mru |
Clean up lib* version definitions
libavcodec
|
Tue, 19 Feb 2008 22:09:08 +0000 |
michael |
Fix ;;
libavcodec
|
Tue, 19 Feb 2008 21:55:13 +0000 |
reimar |
Fix warnings:
libavcodec
|
Tue, 19 Feb 2008 21:46:40 +0000 |
reimar |
Remove duplicate ;
libavcodec
|
Tue, 19 Feb 2008 21:42:10 +0000 |
reimar |
Add casts to avoid warnings:
libavcodec
|
Tue, 19 Feb 2008 21:37:53 +0000 |
reimar |
Missing const
libavcodec
|
Tue, 19 Feb 2008 15:55:14 +0000 |
michael |
Reduce the number of senselessly scanned bytes.
libavcodec
|
Tue, 19 Feb 2008 07:24:00 +0000 |
gpoirier |
arg 10000l. Fix wrong fix committed in r12141
libavcodec
|
Tue, 19 Feb 2008 07:20:03 +0000 |
gpoirier |
fix broken indentation
libavcodec
|
Tue, 19 Feb 2008 07:19:15 +0000 |
gpoirier |
10l: fix always false test: Binary & has lower precedence than ==
libavcodec
|
Mon, 18 Feb 2008 23:01:26 +0000 |
diego |
Refactor vcprm and vcii macros by using the AVV macro.
libavcodec
|
Mon, 18 Feb 2008 22:26:46 +0000 |
diego |
Refactor the FOUROF macro using the AVV macro.
libavcodec
|
Mon, 18 Feb 2008 22:22:17 +0000 |
diego |
Remove stray #undef.
libavcodec
|
Mon, 18 Feb 2008 21:35:31 +0000 |
gpoirier |
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags
libavcodec
|
Sun, 17 Feb 2008 03:44:47 +0000 |
mru |
remove duplicate AV_STRINGIFY() definition
libavcodec
|
Sat, 16 Feb 2008 19:18:30 +0000 |
mru |
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
libavcodec
|
Sat, 16 Feb 2008 15:17:31 +0000 |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
libavcodec
|
Fri, 15 Feb 2008 21:01:10 +0000 |
vitor |
100l
libavcodec
|
Fri, 15 Feb 2008 20:23:49 +0000 |
vitor |
Simplify avcodec_default_get_buffer()
libavcodec
|
Fri, 15 Feb 2008 20:20:57 +0000 |
vitor |
Add header for declaration of ff_xxxx functions in imgconvert.c
libavcodec
|
Fri, 15 Feb 2008 20:19:46 +0000 |
vitor |
This should not be part of the public API
libavcodec
|
Fri, 15 Feb 2008 19:47:14 +0000 |
vitor |
My commit in r11942 broke compilation.
libavcodec
|
Fri, 15 Feb 2008 18:01:07 +0000 |
vitor |
Split avpicture_fill() in two functions. This will be
libavcodec
|
Fri, 15 Feb 2008 13:44:08 +0000 |
banan |
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value
libavcodec
|
Fri, 15 Feb 2008 12:04:35 +0000 |
lucabe |
Fix
libavcodec
|
Fri, 15 Feb 2008 11:38:38 +0000 |
lucabe |
Fix
libavcodec
|
Wed, 13 Feb 2008 14:24:34 +0000 |
superdump |
Cosmetics: indentation
libavcodec
|
Wed, 13 Feb 2008 14:20:22 +0000 |
superdump |
Remove useless buffering of input data, so that avcodec_decode_audio never
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Wed, 13 Feb 2008 08:05:51 +0000 |
diego |
Print Theora bitstream version at DEBUG, not at VERBOSE level.
libavcodec
|
Wed, 13 Feb 2008 01:18:12 +0000 |
diego |
cosmetics: Replace // by /* */ comments.
libavcodec
|
Mon, 11 Feb 2008 21:49:24 +0000 |
vitor |
Factor bytewidth determination in its own function
libavcodec
|
Mon, 11 Feb 2008 08:01:07 +0000 |
andoma |
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may
libavcodec
|
Sun, 10 Feb 2008 01:45:42 +0000 |
lorenm |
asm argument that might be in memory needs a size
libavcodec
|
Sat, 09 Feb 2008 18:02:28 +0000 |
michael |
Remove pointless code.
libavcodec
|
Sat, 09 Feb 2008 17:55:07 +0000 |
diego |
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.
libavcodec
|
Sat, 09 Feb 2008 17:26:40 +0000 |
michael |
Remove pointless code.
libavcodec
|
Sat, 09 Feb 2008 14:45:36 +0000 |
michael |
assert() and note about odd len.
libavcodec
|
Sat, 09 Feb 2008 13:53:15 +0000 |
lorenm |
30% faster ff_vorbis_floor1_render_list, 3% faster overall
libavcodec
|
Sat, 09 Feb 2008 05:29:47 +0000 |
lorenm |
use fewer registers in apply_welch_window_sse2
libavcodec
|
Sat, 09 Feb 2008 03:42:48 +0000 |
michael |
optimize apply_welch_window()
libavcodec
|
Wed, 06 Feb 2008 12:37:37 +0000 |
reimar |
Add support for speex in ogg
libavcodec
|
Wed, 06 Feb 2008 12:32:31 +0000 |
lorenm |
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
libavcodec
|
Wed, 06 Feb 2008 04:44:21 +0000 |
lorenm |
put loop counter in a register if possible. makes some of the qpel functions 3% faster.
libavcodec
|
Wed, 06 Feb 2008 04:14:07 +0000 |
lorenm |
fix aliasing warnings. simpler too.
libavcodec
|
Wed, 06 Feb 2008 03:51:53 +0000 |
lorenm |
constant was excessively aligned
libavcodec
|
Tue, 05 Feb 2008 18:39:55 +0000 |
reimar |
Check that we have enough input data in IMC decoder.
libavcodec
|
Tue, 05 Feb 2008 11:22:55 +0000 |
lorenm |
ssse3 h264 motion compensation.
libavcodec
|
Tue, 05 Feb 2008 03:58:13 +0000 |
lorenm |
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with
libavcodec
|
Tue, 05 Feb 2008 01:16:48 +0000 |
lorenm |
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code.
libavcodec
|
Mon, 04 Feb 2008 20:03:08 +0000 |
michael |
Deprecate old and inefficient per instruction asm().
libavcodec
|
Mon, 04 Feb 2008 16:20:46 +0000 |
lorenm |
reduce code duplication
libavcodec
|
Mon, 04 Feb 2008 10:26:35 +0000 |
diego |
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
libavcodec
|
Mon, 04 Feb 2008 00:49:14 +0000 |
michael |
const
libavcodec
|
Sun, 03 Feb 2008 23:25:35 +0000 |
michael |
const
libavcodec
|
Sun, 03 Feb 2008 17:54:30 +0000 |
diego |
mpegvideo.h has two function declarations with the 'inline' specifier
libavcodec
|
Sun, 03 Feb 2008 17:04:33 +0000 |
lorenm |
avg_pixels4_mmx2
libavcodec
|
Sun, 03 Feb 2008 16:19:37 +0000 |
lorenm |
use mmx2/3dnow avg functions in avg_qpel*_mc00
libavcodec
|
Sun, 03 Feb 2008 07:05:11 +0000 |
lorenm |
ff_h264_idct8_add_sse2.
libavcodec
|
Sun, 03 Feb 2008 03:21:47 +0000 |
lorenm |
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
libavcodec
|
Sat, 02 Feb 2008 22:54:50 +0000 |
michael |
Make avcodec_decode_* functions take const input buffers.
libavcodec
|
Sat, 02 Feb 2008 22:34:44 +0000 |
reimar |
100l, since we already check for buf_size == 769 we should also
libavcodec
|
Sat, 02 Feb 2008 22:31:11 +0000 |
reimar |
Use bytestream_get_be24 to simplify palette parsing.
libavcodec
|
Sat, 02 Feb 2008 22:09:07 +0000 |
reimar |
mark qtrle input data as const.
libavcodec
|
Sat, 02 Feb 2008 21:55:56 +0000 |
reimar |
Add some const where appropriate
libavcodec
|
Sat, 02 Feb 2008 21:38:25 +0000 |
reimar |
Fix warning:
libavcodec
|
Sat, 02 Feb 2008 14:34:43 +0000 |
reimar |
Some consts for cscd decoder helper functions
libavcodec
|
Sat, 02 Feb 2008 10:54:20 +0000 |
lorenm |
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields
libavcodec
|
Sat, 02 Feb 2008 10:53:15 +0000 |
lorenm |
fix mbaff diagonal neighbor mv
libavcodec
|
Sat, 02 Feb 2008 10:51:56 +0000 |
lorenm |
mbaff spatial direct
libavcodec
|
Sat, 02 Feb 2008 08:28:07 +0000 |
kostya |
Do not modify input data
libavcodec
|
Sat, 02 Feb 2008 08:26:49 +0000 |
kostya |
IMC decoder always operates on 64-byte blocks
libavcodec
|
Fri, 01 Feb 2008 23:49:56 +0000 |
aurel |
use AV_RL* instead of le2me_*
libavcodec
|
Fri, 01 Feb 2008 23:48:39 +0000 |
aurel |
don't cast const away
libavcodec
|
Fri, 01 Feb 2008 23:25:27 +0000 |
aurel |
const
libavcodec
|
Fri, 01 Feb 2008 23:24:35 +0000 |
aurel |
const
libavcodec
|
Fri, 01 Feb 2008 16:24:33 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:22:26 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:21:22 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:20:59 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:20:27 +0000 |
reimar |
Add some const keywords in rtjpeg decoder
libavcodec
|
Fri, 01 Feb 2008 16:16:40 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:14:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:13:16 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:12:00 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:08:39 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:07:11 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:06:40 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:04:29 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 16:03:03 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:59:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:58:47 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:58:29 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:57:54 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:57:38 +0000 |
michael |
more const
libavcodec
|
Fri, 01 Feb 2008 15:56:51 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:54:28 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:54:04 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:53:25 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:44:27 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:43:53 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:43:38 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:41:16 +0000 |
michael |
forgotten const
libavcodec
|
Fri, 01 Feb 2008 15:40:03 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:39:25 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:37:24 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:34:00 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:30:29 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:28:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:13:38 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:11:24 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:10:01 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:08:55 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:01:05 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:57:49 +0000 |
michael |
Replace get32() by AV_RL32().
libavcodec
|
Fri, 01 Feb 2008 14:55:18 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:50:36 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:37:36 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:36:44 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:36:33 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:30:35 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:28:50 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:28:22 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:18:09 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 14:16:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:15:10 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:10:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:09:52 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 14:08:35 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:07:02 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:06:54 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:03:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:03:47 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:00:31 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:58:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:55:15 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:51:06 +0000 |
michael |
Casts to silcence "incompatible pointer type" warnings.
libavcodec
|
Fri, 01 Feb 2008 13:49:15 +0000 |
michael |
const src for bswap
libavcodec
|
Fri, 01 Feb 2008 13:42:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:38:55 +0000 |
michael |
Use bytestream.
libavcodec
|
Fri, 01 Feb 2008 13:32:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:17:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:16:26 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:14:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:14:04 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:11:06 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:07:48 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:04:44 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:02:28 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:59:06 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:54:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:51:51 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:48:55 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:48:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:47:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:46:11 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:40:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:39:15 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:34:43 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:29:43 +0000 |
michael |
one "cast discards qualifiers from pointer target type" less
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:36:09 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:35:11 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:26:19 +0000 |
michael |
The buffer passed into the decoder should be const.
libavcodec
|
Fri, 01 Feb 2008 01:40:46 +0000 |
michael |
Fix const qualifer issues found by -Wcast-qual.
libavcodec
|
Fri, 01 Feb 2008 01:35:31 +0000 |
michael |
Indention, it seems i have forgotton to commit this.
libavcodec
|
Thu, 31 Jan 2008 14:23:48 +0000 |
bcoudurier |
fix field order export
libavcodec
|
Thu, 31 Jan 2008 14:01:33 +0000 |
michael |
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically
libavcodec
|
Thu, 31 Jan 2008 12:25:52 +0000 |
reimar |
Two tables that should be const
libavcodec
|
Thu, 31 Jan 2008 02:13:53 +0000 |
michael |
Comment about weird warning prevention.
libavcodec
|
Thu, 31 Jan 2008 01:38:00 +0000 |
michael |
fix "uninitalized" warning, the alternative way.
libavcodec
|
Thu, 31 Jan 2008 01:25:29 +0000 |
bcoudurier |
revert r11677, it is considered speed critical
libavcodec
|
Thu, 31 Jan 2008 00:57:48 +0000 |
bcoudurier |
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within ||
libavcodec
|
Thu, 31 Jan 2008 00:56:29 +0000 |
bcoudurier |
Add const qualifier, fix warnings:
libavcodec
|
Thu, 31 Jan 2008 00:50:21 +0000 |
bcoudurier |
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within ||
libavcodec
|
Thu, 31 Jan 2008 00:15:24 +0000 |
andoma |
Fix the following warnings:
libavcodec
|
Thu, 31 Jan 2008 00:10:56 +0000 |
bcoudurier |
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type
libavcodec
|
Thu, 31 Jan 2008 00:06:54 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Thu, 31 Jan 2008 00:05:44 +0000 |
bcoudurier |
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function
libavcodec
|
Thu, 31 Jan 2008 00:01:16 +0000 |
bcoudurier |
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type
libavcodec
|
Thu, 31 Jan 2008 00:00:08 +0000 |
bcoudurier |
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type
libavcodec
|
Wed, 30 Jan 2008 23:58:44 +0000 |
bcoudurier |
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type
libavcodec
|
Wed, 30 Jan 2008 23:54:59 +0000 |
bcoudurier |
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of |
libavcodec
|
Wed, 30 Jan 2008 23:52:42 +0000 |
bcoudurier |
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type
libavcodec
|
Mon, 28 Jan 2008 21:24:09 +0000 |
reimar |
Add bitstream filter to convert between mov and plain text subtitles
libavcodec
|
Mon, 28 Jan 2008 21:12:38 +0000 |
heydowns |
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated
libavcodec
|
Sun, 27 Jan 2008 23:28:56 +0000 |
diego |
Move common test program infrastructure to common.mak.
libavcodec
|
Sun, 27 Jan 2008 23:27:13 +0000 |
diego |
Move some lines in preparation for an upcoming commit.
libavcodec
|
Sun, 27 Jan 2008 20:50:16 +0000 |
reimar |
Add and use DECLARE_ASM_CONST for constants used in assembler code.
libavcodec
|
Sun, 27 Jan 2008 20:45:49 +0000 |
reimar |
Use DECLARE_ALIGNED in yet another place
libavcodec
|
Sun, 27 Jan 2008 19:59:11 +0000 |
reimar |
Use DECLARE_ALIGNED and remove unneeded attribute_used
libavcodec
|
Sun, 27 Jan 2008 19:57:04 +0000 |
reimar |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
libavcodec
|
Sun, 27 Jan 2008 18:02:27 +0000 |
diego |
typo
libavcodec
|
Sun, 27 Jan 2008 17:50:59 +0000 |
diego |
Add $(EXESUF) where necessary.
libavcodec
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavcodec
|
Sun, 27 Jan 2008 14:52:58 +0000 |
diego |
whitespace and sorting cosmetics
libavcodec
|
Sun, 27 Jan 2008 14:50:29 +0000 |
diego |
Add generic rule for all tests.
libavcodec
|
Sun, 27 Jan 2008 14:46:56 +0000 |
reimar |
Use DECLARE_ALIGNED
libavcodec
|
Sun, 27 Jan 2008 08:37:28 +0000 |
gpoirier |
fix indentation that was messed up by r11628
libavcodec
|
Sun, 27 Jan 2008 08:36:50 +0000 |
gpoirier |
fix lowres decoding support on ARM CPUs
libavcodec
|
Sat, 26 Jan 2008 12:46:46 +0000 |
diego |
Do not group libamr_nb and libamr_wb together as libamr.
libavcodec
|
Fri, 25 Jan 2008 21:14:17 +0000 |
mru |
clean up dynamic loading of libfaad
libavcodec
|
Fri, 25 Jan 2008 07:37:46 +0000 |
andoma |
Correctly clean up IntraX8Context upon codec close.
libavcodec
|
Thu, 24 Jan 2008 19:51:31 +0000 |
mru |
cosmetic: libfaad.c indentation
libavcodec
|
Thu, 24 Jan 2008 19:51:29 +0000 |
mru |
fix dynamic loading of libfaad 2.6
libavcodec
|
Thu, 24 Jan 2008 19:31:59 +0000 |
michael |
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
libavcodec
|
Wed, 23 Jan 2008 21:27:07 +0000 |
diego |
Add #undef printf and disable non-functional code to make test program compile.
libavcodec
|
Wed, 23 Jan 2008 10:23:24 +0000 |
diego |
Fix test program compilation: Add missing #include and update the call
libavcodec
|
Wed, 23 Jan 2008 10:19:39 +0000 |
diego |
Put some disabled functions that are only used in the test program in cabac.c
libavcodec
|
Wed, 23 Jan 2008 10:18:08 +0000 |
diego |
Add #undef random and call the right function to fix test program compilation.
libavcodec
|
Tue, 22 Jan 2008 23:47:59 +0000 |
diego |
Remove unused variables in test code.
libavcodec
|
Tue, 22 Jan 2008 09:20:25 +0000 |
diego |
Fix warnings in test code:
libavcodec
|
Mon, 21 Jan 2008 00:29:22 +0000 |
diego |
Remove two unused variables.
libavcodec
|
Mon, 21 Jan 2008 00:28:29 +0000 |
diego |
Remove unnecessary forward declaration.
libavcodec
|
Sun, 20 Jan 2008 23:53:51 +0000 |
diego |
Consistently use TEST as the preprocessor condition to enable test code.
libavcodec
|
Sun, 20 Jan 2008 21:38:21 +0000 |
aurel |
add proper matroskaenc dependency over xiph.o
libavcodec
|
Sun, 20 Jan 2008 20:55:28 +0000 |
aurel |
add missing Makefile rules for zork pcm encoder/decoder
libavcodec
|
Sun, 20 Jan 2008 20:51:19 +0000 |
aurel |
and thus, nellymoser obviously also depens on fft.o
libavcodec
|
Sun, 20 Jan 2008 20:45:43 +0000 |
aurel |
nellymoser uses mdct functions
libavcodec
|
Sat, 19 Jan 2008 19:27:39 +0000 |
reimar |
Add mfspr-based AltiVec detection code.
libavcodec
|
Sat, 19 Jan 2008 11:04:02 +0000 |
kostya |
simplify 4-point transform part a bit
libavcodec
|
Sat, 19 Jan 2008 06:52:29 +0000 |
kostya |
Factor out constant addition
libavcodec
|
Fri, 18 Jan 2008 07:04:58 +0000 |
kostya |
Save quantizer values as well
libavcodec
|
Fri, 18 Jan 2008 07:04:11 +0000 |
kostya |
Save coded block patterns for future loop filtering.
libavcodec
|
Thu, 17 Jan 2008 08:34:53 +0000 |
diego |
Simplify preprocessor expression as suggested by Mans.
libavcodec
|
Thu, 17 Jan 2008 08:30:06 +0000 |
diego |
Replace puts() by dprintf where appropriate.
libavcodec
|
Thu, 17 Jan 2008 00:12:04 +0000 |
michael |
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
libavcodec
|
Wed, 16 Jan 2008 21:21:30 +0000 |
diego |
Rename illegal identifiers, _ followed by capital is reserved for the system.
libavcodec
|
Wed, 16 Jan 2008 17:07:34 +0000 |
kostya |
pqindex=0 is forbidden
libavcodec
|
Wed, 16 Jan 2008 12:42:52 +0000 |
michael |
qscale==0 is invalid
libavcodec
|
Wed, 16 Jan 2008 09:02:22 +0000 |
diego |
Add const qualifiers to unmodified function parameters, fixes the warning:
libavcodec
|
Wed, 16 Jan 2008 08:59:12 +0000 |
diego |
Remove bogus cast.
libavcodec
|
Mon, 14 Jan 2008 22:10:19 +0000 |
diego |
Add a couple of missing consts.
libavcodec
|
Mon, 14 Jan 2008 06:10:02 +0000 |
kostya |
Select scan tables for 8x4 and 4x8 blocks only once.
libavcodec
|
Mon, 14 Jan 2008 04:27:03 +0000 |
michael |
Remove green clouds.
libavcodec
|
Sun, 13 Jan 2008 23:58:12 +0000 |
lu_zero |
gcc2 doesn't have bogus mergel, patch from Sigbj©Ìrn Skj©Áret cisc...broadpark___no
libavcodec
|
Sun, 13 Jan 2008 11:02:08 +0000 |
superdump |
Add variable alpha and size of half window for Kaiser-Bessel Derived window
libavcodec
|
Sun, 13 Jan 2008 08:33:00 +0000 |
reimar |
Get rid of fft_rev table, use ff_reverse and a shift.
libavcodec
|
Sat, 12 Jan 2008 17:37:36 +0000 |
reimar |
Use FFSWAP instead of "manual" swap
libavcodec
|
Sat, 12 Jan 2008 11:11:19 +0000 |
andoma |
Make the Kaiser-Bessel window generator a common function
libavcodec
|
Fri, 11 Jan 2008 21:34:05 +0000 |
michael |
Factorize some code into functions, had this in my tree and will be
libavcodec
|
Fri, 11 Jan 2008 18:20:42 +0000 |
michael |
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 18:18:45 +0000 |
michael |
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 08:29:58 +0000 |
diego |
Factorize some duplicated code from CAVS and H.264 into a common file.
libavcodec
|
Wed, 09 Jan 2008 08:38:28 +0000 |
andoma |
Fix a bug causing the generated stream to be corrupt if the buffer
libavcodec
|
Tue, 08 Jan 2008 23:44:48 +0000 |
jbr |
used defined name for testing error resilience level
libavcodec
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavcodec
|
Tue, 08 Jan 2008 00:25:25 +0000 |
michael |
Randomly change the amount of noise if nothing is explicitly set.
libavcodec
|
Mon, 07 Jan 2008 12:48:42 +0000 |
benoit |
Mark the ff_svq1_frame_size_table as constant.
libavcodec
|
Mon, 07 Jan 2008 12:47:14 +0000 |
benoit |
Move wmv1_scantable to .rodata section by making it an array of arrays.
libavcodec
|
Mon, 07 Jan 2008 12:43:04 +0000 |
benoit |
Mark the tables in g726.c as constant.
libavcodec
|
Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Mon, 07 Jan 2008 00:18:02 +0000 |
jbr |
split out init of downmix coeffs into a separate function that can be called
libavcodec
|
Sun, 06 Jan 2008 23:56:19 +0000 |
jbr |
remove unneeded variable from AC3DecodeContext
libavcodec
|
Sun, 06 Jan 2008 23:33:30 +0000 |
jbr |
make sure that the last coupling band stops at the end of the coupling range
libavcodec
|
Sun, 06 Jan 2008 20:15:24 +0000 |
jbr |
fix phase flag processing for the case when coupling coordinates are reused
libavcodec
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavcodec
|
Sun, 06 Jan 2008 11:47:53 +0000 |
kostya |
Fractional parts of motion vectors should be accounted separately too
libavcodec
|
Sat, 05 Jan 2008 21:23:57 +0000 |
jbr |
check for request_channels in dca init function
libavcodec
|
Sat, 05 Jan 2008 21:08:20 +0000 |
jbr |
add downmixing support to libfaad decoder
libavcodec
|
Sat, 05 Jan 2008 18:40:49 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Sat, 05 Jan 2008 18:39:55 +0000 |
jbr |
move E-AC3 header parsing to ff_ac3_parse_header()
libavcodec
|
Sat, 05 Jan 2008 17:04:57 +0000 |
jbr |
remove unneeded variables from AC3HeaderInfo
libavcodec
|
Sat, 05 Jan 2008 16:47:40 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 16:45:25 +0000 |
jbr |
use request_channels in liba52 decoder
libavcodec
|
Sat, 05 Jan 2008 15:23:39 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 05 Jan 2008 15:22:53 +0000 |
jbr |
check for request_channels at codec init
libavcodec
|
Sat, 05 Jan 2008 15:18:15 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 05:36:00 +0000 |
jbr |
adjust output channels based on AVCodecContext.request_channels in AC3 parser
libavcodec
|
Sat, 05 Jan 2008 01:14:09 +0000 |
michael |
Drop non key frames before the first key frame.
libavcodec
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavcodec
|
Fri, 04 Jan 2008 20:02:10 +0000 |
banan |
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
libavcodec
|
Fri, 04 Jan 2008 17:50:45 +0000 |
kostya |
RV30 thirdpel motion compensation support
libavcodec
|
Fri, 04 Jan 2008 13:38:25 +0000 |
diego |
Change some files to only include the necessary headers.
libavcodec
|
Fri, 04 Jan 2008 13:18:28 +0000 |
benoit |
Initialize "saved" buffer to zero.
libavcodec
|
Fri, 04 Jan 2008 00:39:03 +0000 |
jbr |
cosmetics: indentation and add a TODO comment
libavcodec
|
Thu, 03 Jan 2008 23:05:53 +0000 |
jbr |
only check ac3 crc if AVCodecContext.error_resilience > 0
libavcodec
|
Thu, 03 Jan 2008 22:42:37 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Thu, 03 Jan 2008 22:41:59 +0000 |
jbr |
remove workaround which is no longer needed due to
libavcodec
|
Thu, 03 Jan 2008 09:16:56 +0000 |
kostya |
Make decode210() common function.
libavcodec
|
Thu, 03 Jan 2008 02:26:29 +0000 |
jbr |
add crc check to ac3 decoder
libavcodec
|
Wed, 02 Jan 2008 19:24:42 +0000 |
diego |
Fix issue #301:
libavcodec
|
Mon, 31 Dec 2007 07:12:50 +0000 |
kostya |
Direct blocks should use motion vectors from the second reference frame
libavcodec
|
Sun, 30 Dec 2007 22:58:20 +0000 |
jbr |
simplify
libavcodec
|
Sun, 30 Dec 2007 22:28:17 +0000 |
jbr |
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
libavcodec
|
Sun, 30 Dec 2007 21:26:30 +0000 |
jbr |
cosmetics: rename sampling_rate to sample_rate
libavcodec
|
Sun, 30 Dec 2007 21:24:49 +0000 |
jbr |
do not need to cast a (void *)
libavcodec
|
Sun, 30 Dec 2007 21:09:08 +0000 |
jbr |
cosmetics: vertical realignment after last commit
libavcodec
|
Sun, 30 Dec 2007 20:58:50 +0000 |
jbr |
cosmetics: rename all AC3DecodeContext variables from ctx to s
libavcodec
|
Sun, 30 Dec 2007 20:47:22 +0000 |
jbr |
cosmetics: rename GetBitContext gb to gbc
libavcodec
|
Sun, 30 Dec 2007 03:10:18 +0000 |
jbr |
remove unused context variable
libavcodec
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavcodec
|
Fri, 28 Dec 2007 13:12:47 +0000 |
ivo |
remove forgotten debug statement
libavcodec
|
Fri, 28 Dec 2007 13:09:57 +0000 |
ivo |
Sort properly
libavcodec
|
Fri, 28 Dec 2007 13:07:43 +0000 |
ivo |
Sun Rasterfile decoder
libavcodec
|
Fri, 28 Dec 2007 06:13:55 +0000 |
jbr |
use cutoff frequency to adjust bandwidth in ac3 encoder
libavcodec
|
Fri, 28 Dec 2007 05:32:12 +0000 |
jbr |
use bps instead of kbps for bitrate
libavcodec
|
Fri, 28 Dec 2007 03:12:24 +0000 |
jbr |
Do not give advice for which bitrate to choose.
libavcodec
|
Fri, 28 Dec 2007 03:05:49 +0000 |
jbr |
fix typo
libavcodec
|
Fri, 28 Dec 2007 01:42:58 +0000 |
diego |
Remove mistakenly added multiple inclusion guards.
libavcodec
|
Thu, 27 Dec 2007 12:56:49 +0000 |
diego |
Fix make checkheaders.
libavcodec
|
Thu, 27 Dec 2007 12:31:23 +0000 |
diego |
Add necessary #include, fixes the warnings:
libavcodec
|
Thu, 27 Dec 2007 11:55:53 +0000 |
diego |
Fix clicking sound in xa-adpcm.
libavcodec
|
Thu, 27 Dec 2007 11:49:28 +0000 |
ivo |
remove useless cast
libavcodec
|
Thu, 27 Dec 2007 03:03:45 +0000 |
michael |
Fix encoding wmv1 with -mbd 1.
libavcodec
|
Wed, 26 Dec 2007 22:17:46 +0000 |
ivo |
PC Paintbrush PCX image decoder
libavcodec
|
Wed, 26 Dec 2007 16:24:49 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:24:04 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:23:25 +0000 |
ivo |
remove useless casts
libavcodec
|
Tue, 25 Dec 2007 15:36:12 +0000 |
reimar |
Check for avcodec_open codec parameter == NULL and return error in that case
libavcodec
|
Sun, 23 Dec 2007 21:01:09 +0000 |
diego |
typo: begining --> beginning
libavcodec
|
Sun, 23 Dec 2007 19:07:21 +0000 |
lu_zero |
Reindent
libavcodec
|
Sun, 23 Dec 2007 19:06:33 +0000 |
lu_zero |
Minor fix
libavcodec
|
Sun, 23 Dec 2007 15:54:21 +0000 |
lu_zero |
10l do not load after the buffer...
libavcodec
|
Sat, 22 Dec 2007 23:10:02 +0000 |
lu_zero |
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually
libavcodec
|
Sat, 22 Dec 2007 15:39:32 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 15:17:46 +0000 |
lu_zero |
Partially address issue299, no performance change apparently
libavcodec
|
Sat, 22 Dec 2007 03:39:53 +0000 |
lu_zero |
Avoid a vec_add, directly start with sum
libavcodec
|
Sat, 22 Dec 2007 02:53:36 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 02:46:32 +0000 |
lu_zero |
Factorize common code (almost cosmetic)
libavcodec
|
Sat, 22 Dec 2007 02:35:33 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Fri, 21 Dec 2007 23:11:22 +0000 |
gpoirier |
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
libavcodec
|
Fri, 21 Dec 2007 12:38:41 +0000 |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
libavcodec
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavcodec
|
Fri, 21 Dec 2007 10:20:10 +0000 |
michael |
More consistent { placement.
libavcodec
|
Fri, 21 Dec 2007 10:17:25 +0000 |
michael |
indent
libavcodec
|
Fri, 21 Dec 2007 10:16:22 +0000 |
michael |
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
libavcodec
|
Fri, 21 Dec 2007 10:01:04 +0000 |
michael |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
libavcodec
|
Fri, 21 Dec 2007 00:22:40 +0000 |
ivo |
typo ;)
libavcodec
|
Thu, 20 Dec 2007 09:59:07 +0000 |
michael |
Document a few more structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 09:43:01 +0000 |
michael |
Document structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 00:55:08 +0000 |
jbr |
Add option for user to scale the amount of dynamic range compression which is
libavcodec
|
Wed, 19 Dec 2007 23:03:52 +0000 |
cehoyos |
Fix problem with multithreaded decoding, introduced by r11214.
libavcodec
|
Wed, 19 Dec 2007 08:14:21 +0000 |
diego |
cosmetics: Sort some more entries.
libavcodec
|
Tue, 18 Dec 2007 19:40:57 +0000 |
michael |
A little more doxygenization.
libavcodec
|
Tue, 18 Dec 2007 19:40:08 +0000 |
michael |
Document Motion_Est_IDs.
libavcodec
|
Tue, 18 Dec 2007 14:51:55 +0000 |
michael |
Remove old variable with the next major version bump.
libavcodec
|
Tue, 18 Dec 2007 13:52:07 +0000 |
bcoudurier |
add bitrate helper to choose all dnxhd variants
libavcodec
|
Tue, 18 Dec 2007 13:49:58 +0000 |
bcoudurier |
avoid infinite loop if pixel format conversion does not exist
libavcodec
|
Mon, 17 Dec 2007 19:29:13 +0000 |
michael |
another comment ->doxy
libavcodec
|
Mon, 17 Dec 2007 19:26:11 +0000 |
michael |
ME default does not belong to the ME type enum.
libavcodec
|
Mon, 17 Dec 2007 19:25:13 +0000 |
michael |
change some normal comments to doxy ones
libavcodec
|
Mon, 17 Dec 2007 18:43:34 +0000 |
kostya |
Correct spatial prediction mode in RV30/40 for vertical left direction
libavcodec
|
Mon, 17 Dec 2007 18:23:18 +0000 |
michael |
clarify FIXME
libavcodec
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavcodec
|
Mon, 17 Dec 2007 10:41:47 +0000 |
benoit |
Fix crash in PCM decoder when number of channels is not set.
libavcodec
|
Mon, 17 Dec 2007 01:09:00 +0000 |
jbr |
Skip dialog normalization. It shouldn't be used by the decoder, and there is
libavcodec
|
Mon, 17 Dec 2007 01:03:19 +0000 |
jbr |
Revert commit made in revision 11228. I'm getting some strange results in the
libavcodec
|
Sun, 16 Dec 2007 22:20:47 +0000 |
aurel |
move FLAC mmx dsp to its own file
libavcodec
|
Sun, 16 Dec 2007 17:22:09 +0000 |
diego |
cosmetics: comment typo fixes
libavcodec
|
Sun, 16 Dec 2007 14:31:38 +0000 |
lu_zero |
Make strict altivec parsers happy (gcc-4.3 and others)
libavcodec
|
Sun, 16 Dec 2007 12:45:38 +0000 |
kostya |
RV40 decoder should use availability cache
libavcodec
|
Sun, 16 Dec 2007 12:44:25 +0000 |
kostya |
RV30/40 decoding core
libavcodec
|
Sun, 16 Dec 2007 04:25:50 +0000 |
jbr |
downmix before the IMDCT if no block switching is used
libavcodec
|
Sat, 15 Dec 2007 23:08:15 +0000 |
reimar |
Add 'l' suffix where it is necessary because type can not always be
libavcodec
|
Sat, 15 Dec 2007 10:03:49 +0000 |
andoma |
Add missing '\n' to log format text
libavcodec
|
Sat, 15 Dec 2007 07:01:33 +0000 |
andoma |
Make DCA decoder honor avctx->request_channels in a more advisory way.
libavcodec
|
Sat, 15 Dec 2007 07:00:19 +0000 |
andoma |
Make AC3 decoder honor avctx->request_channels
libavcodec
|
Sat, 15 Dec 2007 06:06:16 +0000 |
kostya |
Make fill_rectangle() available for other decoders
libavcodec
|
Fri, 14 Dec 2007 22:49:30 +0000 |
heydowns |
Fix brain-dead parts of r11216, specifically:
libavcodec
|
Fri, 14 Dec 2007 06:25:23 +0000 |
heydowns |
Ensure that our total reference frame count does not exceed the SPS
libavcodec
|
Fri, 14 Dec 2007 05:48:27 +0000 |
heydowns |
Actually return with an error condition if we're being asked to deal with too
libavcodec
|
Fri, 14 Dec 2007 05:37:23 +0000 |
heydowns |
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.
libavcodec
|
Thu, 13 Dec 2007 19:00:53 +0000 |
reimar |
Add a missing break, before av_set_number would always return NULL for
libavcodec
|
Thu, 13 Dec 2007 00:50:47 +0000 |
heydowns |
Fix non_zero_count_cache for deblocking in field pictures.
libavcodec
|
Wed, 12 Dec 2007 22:45:03 +0000 |
aurel |
add required include to make this file self-contained
libavcodec
|
Wed, 12 Dec 2007 21:48:50 +0000 |
mru |
use av_log_get/set_level()
libavcodec
|
Wed, 12 Dec 2007 18:40:11 +0000 |
michael |
av_*_next() API for libavcodec
libavcodec
|
Wed, 12 Dec 2007 11:52:27 +0000 |
takis |
Show which bitstreamfilters were compiled in, similar to the protocols etc
libavcodec
|
Tue, 11 Dec 2007 18:47:04 +0000 |
diego |
typo/clarification
libavcodec
|
Sun, 09 Dec 2007 05:55:45 +0000 |
kostya |
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
libavcodec
|
Sun, 09 Dec 2007 05:54:59 +0000 |
kostya |
Add 4x4 IDCT
libavcodec
|
Sun, 09 Dec 2007 03:28:10 +0000 |
jbr |
cosmetics: rename ac3 decoder variables
libavcodec
|
Sun, 09 Dec 2007 03:27:14 +0000 |
jbr |
cosmetics: rename common ac3 variables
libavcodec
|
Sun, 09 Dec 2007 03:25:42 +0000 |
jbr |
cosmetics: vertical align after last commit
libavcodec
|
Sun, 09 Dec 2007 03:23:04 +0000 |
jbr |
cosmetics: rename ac3 bit allocation variables
libavcodec
|
Sun, 09 Dec 2007 03:21:33 +0000 |
jbr |
cosmetics: rename ac3 tables
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Sat, 08 Dec 2007 11:46:09 +0000 |
kostya |
Reindent after last commit
libavcodec
|
Sat, 08 Dec 2007 11:45:42 +0000 |
kostya |
Update Altivec variant of vc1_inv_trans_8x4
libavcodec
|
Sat, 08 Dec 2007 10:50:50 +0000 |
kostya |
Use IDCT functions when FASTTX=0
libavcodec
|
Sat, 08 Dec 2007 10:41:18 +0000 |
kostya |
Switch VC-1 decoder to output decoded residual immediately.
libavcodec
|
Sat, 08 Dec 2007 09:15:44 +0000 |
kostya |
Rename some tables
libavcodec
|
Fri, 07 Dec 2007 05:56:07 +0000 |
kostya |
Use existing function for VLC reading
libavcodec
|
Fri, 07 Dec 2007 05:52:27 +0000 |
kostya |
Check decoded dimensions for validity
libavcodec
|
Fri, 07 Dec 2007 05:50:23 +0000 |
kostya |
Intra types will be stored in int8_t array
libavcodec
|
Fri, 07 Dec 2007 05:48:34 +0000 |
kostya |
Add decoder flags
libavcodec
|
Fri, 07 Dec 2007 05:47:24 +0000 |
kostya |
Replace table with its H.263 counterpart
libavcodec
|
Thu, 06 Dec 2007 17:12:02 +0000 |
kostya |
Update tables for RV40 decoder
libavcodec
|
Thu, 06 Dec 2007 08:38:49 +0000 |
michael |
prevent warnings about functions being possibly unused
libavcodec
|
Thu, 06 Dec 2007 02:02:41 +0000 |
michael |
thank you for your efforts to keep my code clean, but i would like to
libavcodec
|
Wed, 05 Dec 2007 18:02:48 +0000 |
takis |
Verify long_ref_count!=0. Fix issue 281.
libavcodec
|
Wed, 05 Dec 2007 13:11:18 +0000 |
benoit |
Fix missing chroma in version 3 STR.
libavcodec
|
Wed, 05 Dec 2007 11:36:06 +0000 |
michael |
fix decoding of the first frame of gray.mov
libavcodec
|
Wed, 05 Dec 2007 05:24:54 +0000 |
heydowns |
Initialize function pointers used by error resilience code before any
libavcodec
|
Tue, 04 Dec 2007 17:41:46 +0000 |
kostya |
RV40 decoder specific functions
libavcodec
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavcodec
|
Mon, 03 Dec 2007 13:01:53 +0000 |
diego |
cosmetics: comment spelling fixes
libavcodec
|
Mon, 03 Dec 2007 11:03:16 +0000 |
diego |
cosmetics: spelling fixes
libavcodec
|
Mon, 03 Dec 2007 10:02:26 +0000 |
michael |
make rc_buffer_size apply to audio as well
libavcodec
|
Mon, 03 Dec 2007 06:59:48 +0000 |
kostya |
Rename function to reflect its action
libavcodec
|
Mon, 03 Dec 2007 01:06:00 +0000 |
michael |
simplify
libavcodec
|
Mon, 03 Dec 2007 01:03:54 +0000 |
michael |
make the AVOption code work with strings instead of crash
libavcodec
|
Sun, 02 Dec 2007 22:04:21 +0000 |
reimar |
Some spelling fixes in comments
libavcodec
|
Sun, 02 Dec 2007 21:12:43 +0000 |
reimar |
Use the correct "const float *" type for variable instead of casting const away.
libavcodec
|
Sun, 02 Dec 2007 21:11:43 +0000 |
reimar |
Add missing const to last argument of decode_significance_8x8_x86.
libavcodec
|
Sun, 02 Dec 2007 19:28:20 +0000 |
bcoudurier |
indentation
libavcodec
|
Sun, 02 Dec 2007 19:27:19 +0000 |
bcoudurier |
dnxhd 720p encoding and decoding support
libavcodec
|
Sun, 02 Dec 2007 19:22:38 +0000 |
bcoudurier |
cosmetics, encode_variance -> encode_fast
libavcodec
|
Sun, 02 Dec 2007 19:20:46 +0000 |
bcoudurier |
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits
libavcodec
|
Sun, 02 Dec 2007 18:44:29 +0000 |
kostya |
RealVideo 3 decoder functions
libavcodec
|
Sun, 02 Dec 2007 15:43:08 +0000 |
diego |
Misc spelling fixes, prefer American over British English.
libavcodec
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavcodec
|
Sun, 02 Dec 2007 06:24:34 +0000 |
kostya |
RV30/40 common VLC tables
libavcodec
|
Sat, 01 Dec 2007 22:35:38 +0000 |
vitor |
Fix alignment broke by my last patch
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Sat, 01 Dec 2007 15:41:35 +0000 |
kostya |
TIFF may omit compression tag.
libavcodec
|
Sat, 01 Dec 2007 12:05:59 +0000 |
diego |
succes --> success typo
libavcodec
|
Sat, 01 Dec 2007 09:39:59 +0000 |
reimar |
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
libavcodec
|
Sat, 01 Dec 2007 00:21:43 +0000 |
michael |
senseless cast and ()
libavcodec
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavcodec
|
Fri, 30 Nov 2007 21:51:34 +0000 |
reimar |
wma_decode_superframe always returns s->block_align, so make
libavcodec
|
Fri, 30 Nov 2007 14:08:00 +0000 |
diego |
Fix make checkheaders, #include <inttypes.h> was missing.
libavcodec
|
Thu, 29 Nov 2007 15:09:24 +0000 |
michael |
fix segfault with interlaced h.264
libavcodec
|
Wed, 28 Nov 2007 14:27:53 +0000 |
cehoyos |
MLP/TrueHD parser
libavcodec
|
Wed, 28 Nov 2007 12:41:35 +0000 |
diego |
Clarify documentation for avcodec_encode_audio.
libavcodec
|
Tue, 27 Nov 2007 22:57:26 +0000 |
aurel |
remove some unused ff_p* vars from dsputil
libavcodec
|
Tue, 27 Nov 2007 22:56:15 +0000 |
aurel |
remove useless #ifdef around extern declaration
libavcodec
|
Tue, 27 Nov 2007 22:54:46 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Tue, 27 Nov 2007 22:54:18 +0000 |
aurel |
convert some #ifdef CONFIG_ to if(ENABLE_
libavcodec
|
Tue, 27 Nov 2007 22:42:55 +0000 |
aurel |
build vc1dsp_mmx.c in its own compilation unit
libavcodec
|
Tue, 27 Nov 2007 22:36:15 +0000 |
aurel |
use ff_ prefix for extern vars
libavcodec
|
Tue, 27 Nov 2007 22:23:34 +0000 |
aurel |
make ff_p* vars extern so that they can be used in various *_mmx.c files
libavcodec
|
Tue, 27 Nov 2007 22:00:45 +0000 |
aurel |
10l: init_get_bits want size in bits, not bytes
libavcodec
|
Tue, 27 Nov 2007 21:30:10 +0000 |
aurel |
cosmetics: alignment
libavcodec
|
Tue, 27 Nov 2007 15:38:54 +0000 |
diego |
spelling cosmetics
libavcodec
|
Tue, 27 Nov 2007 05:32:04 +0000 |
rfelker |
sync message with modern ffmpeg bitrate option syntax.
libavcodec
|
Sun, 25 Nov 2007 17:31:55 +0000 |
aurel |
remove some empty close/init functions in avcodec
libavcodec
|
Sun, 25 Nov 2007 16:32:47 +0000 |
aurel |
add pcm_s16le_planar support for electronicarts files
libavcodec
|
Sun, 25 Nov 2007 16:23:42 +0000 |
aurel |
split wmv2 encoder and decoder in their own files
libavcodec
|
Sun, 25 Nov 2007 09:43:35 +0000 |
gpoirier |
Typo fix. Previous version had some picture error building up until next keyframe.
libavcodec
|
Sat, 24 Nov 2007 17:42:16 +0000 |
kostya |
Data tables for future RV30/40 decoder
libavcodec
|
Sat, 24 Nov 2007 14:34:25 +0000 |
gpoirier |
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
libavcodec
|
Sat, 24 Nov 2007 10:08:02 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavcodec
|
Wed, 21 Nov 2007 22:41:31 +0000 |
gpoirier |
add VC-1 MMX DSP functions, under MIT license.
libavcodec
|
Mon, 19 Nov 2007 20:33:25 +0000 |
michael |
cosmetic (x==NULL -> !x)
libavcodec
|
Mon, 19 Nov 2007 20:30:00 +0000 |
michael |
cosmetic (place { consistently)
libavcodec
|
Mon, 19 Nov 2007 20:26:35 +0000 |
michael |
cosmetic (remove != 0 / != NULL)
libavcodec
|
Mon, 19 Nov 2007 20:18:30 +0000 |
michael |
use sizeof in snprintf (note the changed code is all under #if 0)
libavcodec
|
Mon, 19 Nov 2007 20:14:46 +0000 |
michael |
check region depth for validity
libavcodec
|
Sun, 18 Nov 2007 10:54:38 +0000 |
banan |
Use memcpy instead of for loop
libavcodec
|
Sat, 17 Nov 2007 03:04:21 +0000 |
heydowns |
Call mpegvideo flush routine on h264 flush. Needed in particular
libavcodec
|
Fri, 16 Nov 2007 23:15:39 +0000 |
diego |
Remove unused functions, fixes the warnings:
libavcodec
|
Thu, 15 Nov 2007 22:32:39 +0000 |
aurel |
avoid some halfpel related #ifdef
libavcodec
|
Thu, 15 Nov 2007 12:40:40 +0000 |
diego |
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
libavcodec
|
Thu, 15 Nov 2007 10:28:12 +0000 |
takis |
Attribute for specifying direction should come right after @param.
libavcodec
|
Thu, 15 Nov 2007 06:25:20 +0000 |
kostya |
Use put_signed_pixels_clamped where appropriate
libavcodec
|
Wed, 14 Nov 2007 18:21:57 +0000 |
alex |
Remove editor junk from the end.
libavcodec
|
Wed, 14 Nov 2007 16:33:14 +0000 |
banan |
Small simplification
libavcodec
|
Wed, 14 Nov 2007 15:31:47 +0000 |
alex |
Support 44.1kHz audio. Acked by Benjamin
libavcodec
|
Wed, 14 Nov 2007 15:30:15 +0000 |
alex |
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
libavcodec
|
Wed, 14 Nov 2007 15:21:42 +0000 |
alex |
Make sine_window static. Acked by Benjamin Larsson
libavcodec
|
Wed, 14 Nov 2007 08:22:15 +0000 |
banan |
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
libavcodec
|
Tue, 13 Nov 2007 00:48:24 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Mon, 12 Nov 2007 22:29:37 +0000 |
diego |
cosmetics: Keep all OBJS entries on a line of their own.
libavcodec
|
Mon, 12 Nov 2007 02:04:01 +0000 |
michael |
tring to workaround gcc 2.95 bug which causes random failures
libavcodec
|
Sat, 10 Nov 2007 18:27:03 +0000 |
bcoudurier |
ogg muxer
libavcodec
|
Sat, 10 Nov 2007 16:44:37 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Sat, 10 Nov 2007 16:39:54 +0000 |
diego |
cosmetics: Fix vissual --> visual typo.
libavcodec
|
Sat, 10 Nov 2007 16:25:44 +0000 |
diego |
Improve unsupported (pixel) format error message.
libavcodec
|
Sat, 10 Nov 2007 12:24:02 +0000 |
diego |
cosmetics: Fix spacial --> spatial typo in function names.
libavcodec
|
Sat, 10 Nov 2007 11:51:56 +0000 |
diego |
misc spelling/grammar/wording fixes in comments
libavcodec
|
Sat, 10 Nov 2007 08:23:01 +0000 |
kostya |
X8 is supported now, so warning is incorrect
libavcodec
|
Sat, 10 Nov 2007 06:10:46 +0000 |
andoma |
Provide top_field_first logic for h264
libavcodec
|
Sat, 10 Nov 2007 01:02:36 +0000 |
aurel |
make some tables static
libavcodec
|
Fri, 09 Nov 2007 23:12:31 +0000 |
aurel |
add multiple inclusion guards
libavcodec
|
Fri, 09 Nov 2007 22:15:46 +0000 |
michael |
grammar
libavcodec
|
Fri, 09 Nov 2007 22:05:29 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 22:03:12 +0000 |
michael |
remove useless #ifdef
libavcodec
|
Fri, 09 Nov 2007 21:58:50 +0000 |
michael |
remove inline from non speed critical functions
libavcodec
|
Fri, 09 Nov 2007 21:56:18 +0000 |
michael |
vertical align
libavcodec
|
Fri, 09 Nov 2007 21:55:53 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:55:33 +0000 |
michael |
remove unneeded {}
libavcodec
|
Fri, 09 Nov 2007 21:52:29 +0000 |
michael |
add {} to make the else look a little more normal
libavcodec
|
Fri, 09 Nov 2007 21:51:50 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:49:41 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:47:36 +0000 |
michael |
remove debug variable
libavcodec
|
Fri, 09 Nov 2007 21:44:37 +0000 |
michael |
remove #if 0 code
libavcodec
|
Fri, 09 Nov 2007 21:43:03 +0000 |
michael |
cosmetic
libavcodec
|
Fri, 09 Nov 2007 21:40:36 +0000 |
michael |
factorize
libavcodec
|
Fri, 09 Nov 2007 21:37:48 +0000 |
michael |
intrax8 decoder patch by "someone"
libavcodec
|
Thu, 08 Nov 2007 10:53:32 +0000 |
benoit |
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
libavcodec
|
Wed, 07 Nov 2007 23:42:24 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Wed, 07 Nov 2007 23:41:39 +0000 |
aurel |
split wmv2 in its own file
libavcodec
|
Wed, 07 Nov 2007 23:35:48 +0000 |
heydowns |
Fix deblocking filter for field pictures by properly looking for first
libavcodec
|
Wed, 07 Nov 2007 23:23:35 +0000 |
aurel |
rename some msmpeg4 symbols and make them non-static
libavcodec
|
Wed, 07 Nov 2007 23:06:27 +0000 |
diego |
Fix make checkheaders by adding missing #include.
libavcodec
|
Wed, 07 Nov 2007 22:54:31 +0000 |
aurel |
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER
libavcodec
|
Wed, 07 Nov 2007 05:35:46 +0000 |
kostya |
Musepack SV8 demuxer and decoder
libavcodec
|
Tue, 06 Nov 2007 18:48:18 +0000 |
heydowns |
Fix poc for field pictures. Prior to this, the poc of the second field
libavcodec
|
Tue, 06 Nov 2007 13:08:04 +0000 |
benoit |
fix predictor initialization for adpcm-ima encoder not to lose first sample
libavcodec
|
Mon, 05 Nov 2007 18:16:42 +0000 |
heydowns |
Correct assignment of interlaced_frame; was being set on output frames,
libavcodec
|
Sun, 04 Nov 2007 12:55:32 +0000 |
diego |
Remove libvorbis Vorbis decoding support. Our native decoder is complete
libavcodec
|
Sun, 04 Nov 2007 10:27:32 +0000 |
banan |
Remove unused variable
libavcodec
|
Sun, 04 Nov 2007 01:25:21 +0000 |
diego |
Move external library codec registration to a separate section after all
libavcodec
|
Sun, 04 Nov 2007 00:06:33 +0000 |
jbr |
Add decoding support for variable block size FLAC files using the latest FLAC
libavcodec
|
Sat, 03 Nov 2007 23:54:50 +0000 |
jbr |
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.
libavcodec
|
Sat, 03 Nov 2007 22:37:18 +0000 |
aurel |
add Electronic Arts XAS ADPCM decoder
libavcodec
|
Sat, 03 Nov 2007 14:34:25 +0000 |
banan |
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM
libavcodec
|
Fri, 02 Nov 2007 06:40:42 +0000 |
kostya |
Split Musepack decoder into SV7 decoder and synth core
libavcodec
|
Thu, 01 Nov 2007 18:40:42 +0000 |
aurel |
move adx.c to adxdec.c
libavcodec
|
Thu, 01 Nov 2007 18:38:15 +0000 |
aurel |
split adx encoder in its own file
libavcodec
|
Thu, 01 Nov 2007 18:03:26 +0000 |
aurel |
remove useless debug func
libavcodec
|
Thu, 01 Nov 2007 17:58:03 +0000 |
aurel |
cleanup and simplify adx_decode_header()
libavcodec
|
Thu, 01 Nov 2007 17:50:05 +0000 |
aurel |
remove useless initialization to 0 of adx context
libavcodec
|
Thu, 01 Nov 2007 16:04:30 +0000 |
aurel |
simplify dpcm decoders declaration using a macro
libavcodec
|
Thu, 01 Nov 2007 15:55:50 +0000 |
aurel |
remove useless #undef
libavcodec
|
Thu, 01 Nov 2007 15:54:28 +0000 |
aurel |
remove unreachable code
libavcodec
|
Thu, 01 Nov 2007 15:52:37 +0000 |
aurel |
cosmetics: alignment
libavcodec
|
Thu, 01 Nov 2007 15:51:51 +0000 |
aurel |
don't register adpcm encoders which are not implemented
libavcodec
|
Thu, 01 Nov 2007 00:17:18 +0000 |
aurel |
cosmetics: sort
libavcodec
|
Wed, 31 Oct 2007 22:39:10 +0000 |
michael |
prefer our native vorbis decoder over libvorbis
libavcodec
|
Wed, 31 Oct 2007 22:36:06 +0000 |
michael |
fix issue130
libavcodec
|
Tue, 30 Oct 2007 23:20:26 +0000 |
aurel |
EA IMA EACS decoder
libavcodec
|
Tue, 30 Oct 2007 23:12:18 +0000 |
aurel |
EA IMA SEAD decoder
libavcodec
|
Sat, 27 Oct 2007 13:39:19 +0000 |
lorenm |
remove a branch from an inner loop.
libavcodec
|
Wed, 24 Oct 2007 20:49:42 +0000 |
aurel |
EA ADPCM R1, R2 and R3 decoder
libavcodec
|
Mon, 22 Oct 2007 15:13:10 +0000 |
diego |
Clarify comment block and rewrite in better English.
libavcodec
|
Mon, 22 Oct 2007 10:23:38 +0000 |
kostya |
Use simple IDCT for now
libavcodec
|
Mon, 22 Oct 2007 10:22:36 +0000 |
kostya |
Remove incorrect and unneeded code
libavcodec
|
Mon, 22 Oct 2007 06:01:38 +0000 |
kostya |
Beam Software SIFF demuxer and video decoder
libavcodec
|
Sun, 21 Oct 2007 22:44:05 +0000 |
aurel |
remove some useless initializations (the whole context is initialized to 0)
libavcodec
|
Sun, 21 Oct 2007 22:16:28 +0000 |
aurel |
remove unused context var
libavcodec
|
Sun, 21 Oct 2007 17:26:02 +0000 |
kostya |
New RM format deserves small version bump
libavcodec
|
Sun, 21 Oct 2007 17:23:07 +0000 |
kostya |
indentation after last commit
libavcodec
|
Sun, 21 Oct 2007 17:22:37 +0000 |
kostya |
Make RV10/20 decoder work with new frame format
libavcodec
|
Thu, 18 Oct 2007 23:59:31 +0000 |
aurel |
ensure all compiled in codec/muxer are registered
libavcodec
|
Thu, 18 Oct 2007 21:03:10 +0000 |
aurel |
small simplification
libavcodec
|
Thu, 18 Oct 2007 16:10:36 +0000 |
kostya |
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
libavcodec
|
Thu, 18 Oct 2007 15:16:07 +0000 |
banan |
Unaligned memory access rcrash fix
libavcodec
|
Thu, 18 Oct 2007 14:01:20 +0000 |
mbardiaux |
Print pixel and display aspect ratios
libavcodec
|
Thu, 18 Oct 2007 11:11:33 +0000 |
michael |
replace (disabled by default) assert(0) by abort() if the picture buffer
libavcodec
|
Thu, 18 Oct 2007 09:34:49 +0000 |
diego |
Rename LIB to LIBNAME for consistency.
libavcodec
|
Wed, 17 Oct 2007 23:02:35 +0000 |
diego |
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
libavcodec
|
Wed, 17 Oct 2007 22:29:13 +0000 |
diego |
Explain why there are no multiple inclusion guards in these header files.
libavcodec
|
Wed, 17 Oct 2007 18:23:11 +0000 |
diego |
Clarify comment that explains why this header lacks multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 11:19:42 +0000 |
aurel |
Remove wrong multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:34:48 +0000 |
diego |
Add a comment that explains why this header lacks multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:31:06 +0000 |
diego |
Add missing multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:21:52 +0000 |
diego |
Fix #endif comment typo.
libavcodec
|
Wed, 17 Oct 2007 09:16:21 +0000 |
diego |
Use filename as multiple inclusion guard.
libavcodec
|
Mon, 15 Oct 2007 22:17:39 +0000 |
cehoyos |
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
libavcodec
|
Mon, 15 Oct 2007 21:41:01 +0000 |
aurel |
Cygwin don't like this function declaration.
libavcodec
|
Mon, 15 Oct 2007 16:26:02 +0000 |
banan |
Nellymoser ASAO decoder
libavcodec
|
Mon, 15 Oct 2007 06:23:02 +0000 |
cehoyos |
Fix mix-up of values in r10690 (deblocking for PAFF).
libavcodec
|
Sun, 14 Oct 2007 22:30:59 +0000 |
aurel |
add support for VP6 with huffman encoded blocks
libavcodec
|
Sun, 14 Oct 2007 21:19:40 +0000 |
aurel |
moves fraps huffman decoder to its own file, making it more generic
libavcodec
|
Sun, 14 Oct 2007 01:16:15 +0000 |
aurel |
VP6A needs its Makefile rules too
libavcodec
|
Sat, 13 Oct 2007 17:38:58 +0000 |
voroshil |
Fix MJPEG decoder for AMV files.
libavcodec
|
Sat, 13 Oct 2007 12:25:31 +0000 |
michael |
prevent infinite loop and memcpy of negative amounts
libavcodec
|
Sat, 13 Oct 2007 09:58:39 +0000 |
michael |
factorize code and add safety check to prevent memcpying negative amounts
libavcodec
|
Sat, 13 Oct 2007 05:50:11 +0000 |
andoma |
Simplify tests for field macroblocks
libavcodec
|
Sat, 13 Oct 2007 01:34:00 +0000 |
ramiro |
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
libavcodec
|
Fri, 12 Oct 2007 09:38:34 +0000 |
diego |
10l: refill2() is not unused, it is used conditionally.
libavcodec
|
Fri, 12 Oct 2007 09:10:07 +0000 |
cehoyos |
Interlaced pictures (not just MBAFF) + spatial direct mode is not
libavcodec
|
Fri, 12 Oct 2007 08:43:23 +0000 |
diego |
Disable unused code; fixes several gcc warnings:
libavcodec
|
Thu, 11 Oct 2007 22:31:08 +0000 |
cehoyos |
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
libavcodec
|
Thu, 11 Oct 2007 22:18:38 +0000 |
cehoyos |
Fix intended order of operations for 4 assert() checks.
libavcodec
|
Thu, 11 Oct 2007 21:09:40 +0000 |
ramiro |
Specify in documentation that avcodec_find_(en|de)coder* only searches for
libavcodec
|
Thu, 11 Oct 2007 09:35:06 +0000 |
diego |
warning fixes:
libavcodec
|
Wed, 10 Oct 2007 20:31:42 +0000 |
cehoyos |
Set pict->interlaced_frame if returned frame is MBAFF or PAFF.
libavcodec
|
Tue, 09 Oct 2007 17:45:34 +0000 |
andoma |
fix incorrect check for abs_diff_pic_num overflow
libavcodec
|
Tue, 09 Oct 2007 15:33:19 +0000 |
reimar |
Allow to override zlib compression level in PNG encoder via avctx->compression_level
libavcodec
|
Tue, 09 Oct 2007 15:09:51 +0000 |
andoma |
reindent
libavcodec
|
Tue, 09 Oct 2007 14:15:03 +0000 |
bcoudurier |
better lambda search method
libavcodec
|
Tue, 09 Oct 2007 12:28:17 +0000 |
cehoyos |
Enable PAFF decoding
libavcodec
|
Tue, 09 Oct 2007 05:39:49 +0000 |
aurel |
oops... mpegvideo_enc also depends on motion_est and ratecontrol
libavcodec
|
Tue, 09 Oct 2007 04:49:12 +0000 |
aurel |
dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)
libavcodec
|
Mon, 08 Oct 2007 17:44:38 +0000 |
andoma |
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture.
libavcodec
|
Mon, 08 Oct 2007 17:39:34 +0000 |
andoma |
Fix deblocking for PAFF content
libavcodec
|
Mon, 08 Oct 2007 15:36:57 +0000 |
bcoudurier |
dnxhd 36mbit support
libavcodec
|
Mon, 08 Oct 2007 12:28:36 +0000 |
bcoudurier |
typo weigth->weight
libavcodec
|
Mon, 08 Oct 2007 12:23:00 +0000 |
bcoudurier |
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it
libavcodec
|
Mon, 08 Oct 2007 12:14:43 +0000 |
bcoudurier |
merge
libavcodec
|
Mon, 08 Oct 2007 12:11:19 +0000 |
bcoudurier |
10l, check 'i' validity before using it
libavcodec
|
Mon, 08 Oct 2007 12:08:42 +0000 |
bcoudurier |
fix 10 bit per comp detection
libavcodec
|
Mon, 08 Oct 2007 11:27:18 +0000 |
bcoudurier |
DNxHD (SMPTE VC-3) encoder
libavcodec
|
Mon, 08 Oct 2007 09:14:46 +0000 |
bcoudurier |
export convert_matrix and add ff_ prefix
libavcodec
|
Mon, 08 Oct 2007 09:09:19 +0000 |
bcoudurier |
export DCT_common_init and add ff_prefix
libavcodec
|
Sun, 07 Oct 2007 23:46:51 +0000 |
cehoyos |
Re-indent after PAFF MMCO implementation patch.
libavcodec
|
Sun, 07 Oct 2007 23:32:42 +0000 |
cehoyos |
Augment MMCO execution to work with both fields and frames. Part of PAFF
libavcodec
|
Sat, 06 Oct 2007 15:50:55 +0000 |
andoma |
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches.
libavcodec
|
Sat, 06 Oct 2007 15:49:13 +0000 |
andoma |
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation.
libavcodec
|
Sat, 06 Oct 2007 15:47:02 +0000 |
andoma |
Edge emulation for fields. Part of PAFF implementation
libavcodec
|
Sat, 06 Oct 2007 15:44:58 +0000 |
andoma |
Set Picture.poc for fields and field pairs. Part of PAFF implementation.
libavcodec
|
Sat, 06 Oct 2007 05:59:14 +0000 |
andoma |
Modifies macroblock addressing and current macroblock y-position for field decoding.
libavcodec
|
Fri, 05 Oct 2007 13:54:11 +0000 |
andoma |
Support function and changes to reference picture reordering for PAFF.
libavcodec
|
Fri, 05 Oct 2007 13:47:46 +0000 |
andoma |
Reindent fill_default_ref_list after changes for PAFF
libavcodec
|
Fri, 05 Oct 2007 13:41:27 +0000 |
andoma |
Support functions and changes to default reference list creation for PAFF.
libavcodec
|
Thu, 04 Oct 2007 22:41:21 +0000 |
diego |
license header consistency cosmetics.
libavcodec
|
Thu, 04 Oct 2007 20:47:12 +0000 |
mhoffman |
blackfin optimized vp3 transform and infastructure for idct
libavcodec
|
Thu, 04 Oct 2007 15:13:42 +0000 |
voroshil |
Replace "signed short" typecast with "int16_t" as suggested by
libavcodec
|
Thu, 04 Oct 2007 06:53:12 +0000 |
andoma |
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation.
libavcodec
|
Thu, 04 Oct 2007 06:50:44 +0000 |
andoma |
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation.
libavcodec
|
Thu, 04 Oct 2007 06:43:58 +0000 |
andoma |
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.
libavcodec
|
Thu, 04 Oct 2007 06:41:49 +0000 |
andoma |
Rename variable to make sense in both field and frame contexts (support of PAFF implementation).
libavcodec
|
Thu, 04 Oct 2007 06:38:58 +0000 |
andoma |
Further modularize short reference list management for upcoming PAFF implementation.
libavcodec
|
Thu, 04 Oct 2007 06:37:04 +0000 |
andoma |
Re-indent unreference_pic.
libavcodec
|
Thu, 04 Oct 2007 06:35:46 +0000 |
andoma |
Modify unreference_pic implementation with PAFF in mind.
libavcodec
|
Thu, 04 Oct 2007 06:33:26 +0000 |
andoma |
Partial PAFF implementation at macroblock level.
libavcodec
|
Wed, 03 Oct 2007 19:32:57 +0000 |
voroshil |
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"
libavcodec
|
Wed, 03 Oct 2007 17:50:27 +0000 |
aurel |
merge some #ifdef CONFIG_ENCODERS sections
libavcodec
|
Wed, 03 Oct 2007 17:47:41 +0000 |
aurel |
remove alternative declaration of h263_encode_init()
libavcodec
|
Wed, 03 Oct 2007 17:37:22 +0000 |
aurel |
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec
libavcodec
|
Wed, 03 Oct 2007 17:35:28 +0000 |
aurel |
remove useless #ifdef
libavcodec
|
Wed, 03 Oct 2007 14:01:42 +0000 |
diego |
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is
libavcodec
|
Wed, 03 Oct 2007 13:49:51 +0000 |
diego |
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file
libavcodec
|
Tue, 02 Oct 2007 20:04:39 +0000 |
andoma |
remove unused code, spotted by Jeff Downs, heydowns a borg d com
libavcodec
|
Tue, 02 Oct 2007 19:51:18 +0000 |
reimar |
Hopefully fix sparc compilation again, add incorrectly removed variable declaration
libavcodec
|
Tue, 02 Oct 2007 18:18:35 +0000 |
reimar |
Remove uses of SIGILL for CPU extension detection, that method is not acceptable
libavcodec
|
Tue, 02 Oct 2007 14:35:20 +0000 |
andoma |
Rename MMCO stuff to prepare for h264/PAFF implementation.
libavcodec
|
Tue, 02 Oct 2007 14:25:47 +0000 |
andoma |
Cosmetic preparations for h264/PAFF implementation.
libavcodec
|
Tue, 02 Oct 2007 13:14:37 +0000 |
diego |
100l: Revert accidental commit, restore previous version.
libavcodec
|
Tue, 02 Oct 2007 12:35:23 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 12:34:43 +0000 |
diego |
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).
libavcodec
|
Tue, 02 Oct 2007 12:16:33 +0000 |
diego |
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Tue, 02 Oct 2007 10:34:57 +0000 |
diego |
cosmetics: Fix AltiVec spelling.
libavcodec
|
Tue, 02 Oct 2007 10:26:42 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 10:22:22 +0000 |
diego |
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
libavcodec
|
Mon, 01 Oct 2007 14:23:36 +0000 |
diego |
Remove const vector macro indirection that is useless and obfuscating
libavcodec
|
Mon, 01 Oct 2007 14:16:07 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 14:10:49 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 05:56:30 +0000 |
lorenm |
div -> mul
libavcodec
|
Sun, 30 Sep 2007 03:36:13 +0000 |
lorenm |
simplify lpc
libavcodec
|
Sun, 30 Sep 2007 03:01:56 +0000 |
lorenm |
20% faster lpc, 6% overall flac decoding
libavcodec
|
Sun, 30 Sep 2007 02:12:03 +0000 |
lorenm |
replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 23:44:34 +0000 |
lorenm |
unroll finite differences to avoid swapping registers.
libavcodec
|
Sat, 29 Sep 2007 23:21:57 +0000 |
lorenm |
encode_residual_fixed(): replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|
Sat, 29 Sep 2007 15:20:22 +0000 |
vitor |
AMV video decoder.
libavcodec
|
Sat, 29 Sep 2007 15:09:34 +0000 |
andoma |
Use emms_c() instead of ifdef
libavcodec
|
Sat, 29 Sep 2007 12:52:56 +0000 |
vitor |
Add variables to prepare to the AMV decoder patch.
libavcodec
|
Sat, 29 Sep 2007 07:43:52 +0000 |
lorenm |
was computing one more autocorrelation coefficient that was actually used
libavcodec
|
Sat, 29 Sep 2007 05:41:27 +0000 |
lorenm |
replace brute force find_optimal_param() with a closed-form solution.
libavcodec
|
Sat, 29 Sep 2007 01:54:25 +0000 |
lorenm |
gcc isn't smart enough to factor out duplicate stores
libavcodec
|
Fri, 28 Sep 2007 20:38:32 +0000 |
iive |
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use.
libavcodec
|
Fri, 28 Sep 2007 06:06:18 +0000 |
lorenm |
2.5x faster compute_autocorr()
libavcodec
|
Thu, 27 Sep 2007 11:29:21 +0000 |
takis |
cosmetics: typos
libavcodec
|
Thu, 27 Sep 2007 10:45:16 +0000 |
takis |
Remove redundant test.
libavcodec
|
Thu, 27 Sep 2007 06:21:57 +0000 |
vitor |
AMV audio decoder
libavcodec
|
Thu, 27 Sep 2007 03:16:25 +0000 |
lorenm |
oops, revert unrelated change
libavcodec
|
Thu, 27 Sep 2007 02:42:00 +0000 |
lorenm |
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order.
libavcodec
|
Wed, 26 Sep 2007 13:28:13 +0000 |
andoma |
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output
libavcodec
|
Tue, 25 Sep 2007 23:34:48 +0000 |
lorenm |
oops, potential overflow on really large blocks
libavcodec
|
Tue, 25 Sep 2007 23:31:13 +0000 |
lorenm |
optimize decode_subframe_lpc()
libavcodec
|
Tue, 25 Sep 2007 23:30:29 +0000 |
lorenm |
optimize encode_residual_lpc()
libavcodec
|
Tue, 25 Sep 2007 22:33:31 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 22:31:00 +0000 |
aurel |
rename one variable to be consistent with the rest of the file
libavcodec
|
Tue, 25 Sep 2007 21:01:34 +0000 |
aurel |
consistent spelling: plan => plane
libavcodec
|
Tue, 25 Sep 2007 19:22:47 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 19:16:38 +0000 |
aurel |
cosmetic: indent
libavcodec
|
Tue, 25 Sep 2007 19:12:46 +0000 |
aurel |
add a new vp6a codec (add alpha plan support to vp6)
libavcodec
|
Tue, 25 Sep 2007 08:43:49 +0000 |
andoma |
reindent
libavcodec
|
Tue, 25 Sep 2007 07:30:22 +0000 |
diego |
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
libavcodec
|
Mon, 24 Sep 2007 22:29:11 +0000 |
aurel |
move all model related tables into their own struct
libavcodec
|
Mon, 24 Sep 2007 21:18:45 +0000 |
diego |
cosmetics: Sort CODEC_ID list.
libavcodec
|
Mon, 24 Sep 2007 20:52:11 +0000 |
aurel |
rename vp56_b6to3 to vp56_b2p
libavcodec
|
Mon, 24 Sep 2007 20:43:47 +0000 |
aurel |
some simplifications and uniformisation
libavcodec
|
Mon, 24 Sep 2007 16:50:32 +0000 |
kostya |
Remove check for input buffer size as it does not guarantee that
libavcodec
|
Mon, 24 Sep 2007 13:21:41 +0000 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
libavcodec
|
Mon, 24 Sep 2007 13:01:15 +0000 |
gpoirier |
factor out dequant table lookup outside loops, gives a 1-2% speed-up
libavcodec
|
Mon, 24 Sep 2007 03:32:24 +0000 |
kostya |
Do not try to decode more data than output buffer may hold
libavcodec
|
Sun, 23 Sep 2007 21:59:09 +0000 |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 21:11:36 +0000 |
michael |
some experimental iterative quantization code
libavcodec
|
Sun, 23 Sep 2007 21:06:08 +0000 |
diego |
Move VIS CFLAGS settings into configure.
libavcodec
|
Sun, 23 Sep 2007 21:02:22 +0000 |
diego |
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 16:11:07 +0000 |
kostya |
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
libavcodec
|
Sat, 22 Sep 2007 10:28:22 +0000 |
reimar |
Apply skip_loop_filter before checking if we can parallelize with the selected
libavcodec
|
Sat, 22 Sep 2007 09:21:43 +0000 |
kostya |
Guard against output buffer overflows
libavcodec
|
Sat, 22 Sep 2007 09:09:47 +0000 |
kostya |
Do not decode more data than output buffer may hold
libavcodec
|
Fri, 21 Sep 2007 18:23:46 +0000 |
bcoudurier |
HDYC fourcc, sample hdyc/Test2.avi
libavcodec
|
Fri, 21 Sep 2007 00:26:31 +0000 |
diego |
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
libavcodec
|
Thu, 20 Sep 2007 20:42:50 +0000 |
aurel |
allcodecs.h and allformats.h are not used anymore
libavcodec
|
Thu, 20 Sep 2007 20:36:15 +0000 |
aurel |
remove last dependencies on allformats.h and allcodecs.h
libavcodec
|
Tue, 18 Sep 2007 18:12:53 +0000 |
iive |
Remove inline from function that is exported.
libavcodec
|
Mon, 17 Sep 2007 13:23:16 +0000 |
mhoffman |
blackfin vsad primitives
libavcodec
|
Mon, 17 Sep 2007 13:17:50 +0000 |
mhoffman |
properly tell the compiler that A0 and A1 are clobbered
libavcodec
|
Mon, 17 Sep 2007 10:14:56 +0000 |
diego |
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
libavcodec
|
Sun, 16 Sep 2007 22:50:12 +0000 |
aurel |
remove obsolete and wrong extern declaration
libavcodec
|
Sun, 16 Sep 2007 16:23:34 +0000 |
diego |
cosmetics: typo
libavcodec
|
Sun, 16 Sep 2007 10:37:07 +0000 |
gpoirier |
fix image corruption when with multi-threaded decoding.
libavcodec
|
Sat, 15 Sep 2007 11:06:27 +0000 |
kostya |
Enable error resilience in WMV3/VC-1 decoder
libavcodec
|
Sat, 15 Sep 2007 09:24:53 +0000 |
kostya |
HALFPQ should be used only for when PQUANT is selected
libavcodec
|
Sat, 15 Sep 2007 09:23:58 +0000 |
kostya |
In case when any quantizer may occur, HALFPQ should be zero
libavcodec
|
Sat, 15 Sep 2007 02:44:28 +0000 |
jbr |
skip incomplete frames
libavcodec
|
Sat, 15 Sep 2007 02:41:24 +0000 |
jbr |
better AC3 header error reporting
libavcodec
|
Sat, 15 Sep 2007 00:43:40 +0000 |
jbr |
fix random dithering of zero-bit mantissas
libavcodec
|
Sat, 15 Sep 2007 00:19:21 +0000 |
jbr |
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables
libavcodec
|
Sat, 15 Sep 2007 00:00:57 +0000 |
jbr |
fix decoding of DolbyNet AC3
libavcodec
|
Fri, 14 Sep 2007 06:01:29 +0000 |
kostya |
Check unp_size for possible overflows too
libavcodec
|
Thu, 13 Sep 2007 09:13:56 +0000 |
diego |
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.
libavcodec
|
Thu, 13 Sep 2007 05:59:58 +0000 |
kostya |
Add checks on input/output buffers size for some audio decoders
libavcodec
|
Thu, 13 Sep 2007 03:22:47 +0000 |
kostya |
Monkey Audio decoder
libavcodec
|
Tue, 11 Sep 2007 22:46:41 +0000 |
michael |
fix timestamps used for ratecontrol
libavcodec
|
Mon, 10 Sep 2007 00:31:27 +0000 |
michael |
cosmetic
libavcodec
|
Sun, 09 Sep 2007 18:28:36 +0000 |
michael |
make changing spatial_decomposition_count per frame work
libavcodec
|
Sun, 09 Sep 2007 18:14:11 +0000 |
reimar |
dsputil must be initialized before calling rtjpeg init.
libavcodec
|
Sun, 09 Sep 2007 17:01:11 +0000 |
michael |
do not ignore return of decode_header()
libavcodec
|
Sun, 09 Sep 2007 16:54:00 +0000 |
michael |
do not force the halfpel filter coeffs to be retransmitted on every frame
libavcodec
|
Sun, 09 Sep 2007 15:06:46 +0000 |
michael |
allow changing of the spatial_decomposition_count and quantization tables
libavcodec
|
Sun, 09 Sep 2007 13:47:25 +0000 |
michael |
perform init after reading the values needed for init
libavcodec
|
Sun, 09 Sep 2007 12:46:25 +0000 |
michael |
unneeded and impossible during init ...
libavcodec
|
Sun, 09 Sep 2007 12:36:10 +0000 |
michael |
unused
libavcodec
|
Sun, 09 Sep 2007 12:33:34 +0000 |
michael |
allocate slice buffer after parsing the header containing needed parameters
libavcodec
|
Sun, 09 Sep 2007 12:25:12 +0000 |
michael |
remove ()
libavcodec
|
Sun, 09 Sep 2007 12:24:45 +0000 |
michael |
spatial_decomposition_count != 5 bugfix
libavcodec
|
Sun, 09 Sep 2007 12:22:11 +0000 |
michael |
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
libavcodec
|
Sun, 09 Sep 2007 10:20:47 +0000 |
reimar |
Properly handle nuv file with changing resolution
libavcodec
|
Sun, 09 Sep 2007 09:16:47 +0000 |
reimar |
Make sure rtjpeg quality is a valid value
libavcodec
|
Sun, 09 Sep 2007 09:00:12 +0000 |
reimar |
Fix extreme stupidity: buffer size check must of course be before buffer use!
libavcodec
|
Sun, 09 Sep 2007 08:52:53 +0000 |
reimar |
10l, add check forgotten in last commit
libavcodec
|
Sun, 09 Sep 2007 08:42:49 +0000 |
reimar |
First ugly and slow attempt to fix nuv files with extra frameheader
libavcodec
|
Sun, 09 Sep 2007 08:22:07 +0000 |
reimar |
Simplify nuv: factor out LZO decompression
libavcodec
|
Sat, 08 Sep 2007 14:52:21 +0000 |
michael |
rename HTAPS -> HTAPS_MAX (later is correct after the previous change)
libavcodec
|
Sat, 08 Sep 2007 14:51:13 +0000 |
michael |
store halfpel filter coefficients in the header as well as the
libavcodec
|
Sat, 08 Sep 2007 03:16:24 +0000 |
michael |
remove outcommented code
libavcodec
|
Sat, 08 Sep 2007 03:15:42 +0000 |
michael |
indention
libavcodec
|
Sat, 08 Sep 2007 03:14:20 +0000 |
michael |
cleanup mc_block()
libavcodec
|
Fri, 07 Sep 2007 19:19:49 +0000 |
benoit |
Indentation
libavcodec
|
Fri, 07 Sep 2007 18:27:13 +0000 |
benoit |
Let H.264 decoder skip deblocking across slices
libavcodec
|
Thu, 06 Sep 2007 14:55:13 +0000 |
kostya |
Set data_size to zero when DCA header parse failed
libavcodec
|
Thu, 06 Sep 2007 12:36:07 +0000 |
benoit |
Add a bitstream filter for H.264.
libavcodec
|
Wed, 05 Sep 2007 20:04:09 +0000 |
benoit |
Avoid a crash when H264 MMC operation causes the short term reference
libavcodec
|
Wed, 05 Sep 2007 16:18:15 +0000 |
gpoirier |
Add slice-based parallel H.264 decoding
libavcodec
|
Wed, 05 Sep 2007 11:05:33 +0000 |
diego |
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.
libavcodec
|
Wed, 05 Sep 2007 10:38:59 +0000 |
diego |
Sort one more list alphabetically.
libavcodec
|
Wed, 05 Sep 2007 07:49:01 +0000 |
gpoirier |
Fix links to ARM documentation
libavcodec
|
Wed, 05 Sep 2007 05:30:08 +0000 |
kostya |
Move H.264 intra prediction functions into their own context
libavcodec
|
Wed, 05 Sep 2007 01:49:14 +0000 |
michael |
add a 8 taps filter for testing
libavcodec
|
Wed, 05 Sep 2007 01:21:32 +0000 |
michael |
fix decoding of dracula.4xm before diego complains
libavcodec
|
Wed, 05 Sep 2007 01:14:17 +0000 |
michael |
fix segfault with dracula.4xm
libavcodec
|
Wed, 05 Sep 2007 00:49:09 +0000 |
michael |
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate.
libavcodec
|
Wed, 05 Sep 2007 00:06:34 +0000 |
michael |
code to do halfpel interpolation per frame (unfinished and under ifdef but it
libavcodec
|
Tue, 04 Sep 2007 17:31:25 +0000 |
melanson |
Fix issue 123 (Support Magic-carpet fli version,
libavcodec
|
Tue, 04 Sep 2007 14:48:39 +0000 |
diego |
Silence warnings about NAL_SVC_NON_IDR in H.264.
libavcodec
|
Tue, 04 Sep 2007 06:48:22 +0000 |
benoit |
add a close function to bitstream filter
libavcodec
|
Mon, 03 Sep 2007 08:46:24 +0000 |
benoit |
Remove error raising when explicitely skipping frame
libavcodec
|
Sat, 01 Sep 2007 21:03:17 +0000 |
vitor |
Remove reimplementation of get_unary.
libavcodec
|
Sat, 01 Sep 2007 14:00:47 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Sat, 01 Sep 2007 13:04:25 +0000 |
aurel |
add a warning message for unsupported kind of encoding
libavcodec
|
Fri, 31 Aug 2007 18:51:22 +0000 |
vitor |
Cosmetical: Empty line removal
libavcodec
|
Fri, 31 Aug 2007 15:05:40 +0000 |
vitor |
Comment about unsupported sample size
libavcodec
|
Fri, 31 Aug 2007 14:58:44 +0000 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
libavcodec
|
Thu, 30 Aug 2007 23:16:34 +0000 |
diego |
cosmetics: Add some whitespace for better readability.
libavcodec
|
Thu, 30 Aug 2007 23:13:10 +0000 |
diego |
cosmetics: Sort bitstream filters.
libavcodec
|
Thu, 30 Aug 2007 23:11:24 +0000 |
diego |
cosmetics: Sort some lines, whitespace changes.
libavcodec
|
Thu, 30 Aug 2007 22:41:54 +0000 |
diego |
Use a consistent multiple inclusion guard.
libavcodec
|
Thu, 30 Aug 2007 19:18:23 +0000 |
gpoirier |
add simple_idct implemented in Sparc VIS
libavcodec
|
Thu, 30 Aug 2007 16:40:51 +0000 |
vitor |
Rename function
libavcodec
|
Thu, 30 Aug 2007 16:04:00 +0000 |
vitor |
Replace two #define's by inline functions
libavcodec
|
Thu, 30 Aug 2007 15:16:52 +0000 |
mhoffman |
Hooking bfin/mathops.h
libavcodec
|
Thu, 30 Aug 2007 15:15:48 +0000 |
mhoffman |
Blackfin 32bit multiplication primitives MULH MUL16
libavcodec
|
Thu, 30 Aug 2007 11:41:58 +0000 |
reimar |
Replace complicated and currently broken manual alignment code by
libavcodec
|
Tue, 28 Aug 2007 13:39:50 +0000 |
lu_zero |
snow altivec is broken
libavcodec
|
Mon, 27 Aug 2007 21:58:39 +0000 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavcodec
|
Mon, 27 Aug 2007 10:39:31 +0000 |
michael |
typo
libavcodec
|
Mon, 27 Aug 2007 09:21:33 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Mon, 27 Aug 2007 09:17:03 +0000 |
diego |
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
libavcodec
|
Sun, 26 Aug 2007 22:38:57 +0000 |
aurel |
add get_unary_0_33() to help gcc with inlining
libavcodec
|
Sun, 26 Aug 2007 22:34:49 +0000 |
aurel |
cleanup get_unary()
libavcodec
|
Sun, 26 Aug 2007 22:33:48 +0000 |
aurel |
move get_unary() to its own file
libavcodec
|
Sun, 26 Aug 2007 22:06:40 +0000 |
diego |
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
libavcodec
|
Sun, 26 Aug 2007 21:47:58 +0000 |
gpoirier |
remove alignment correction of the destination pointers in luma_16x6
libavcodec
|
Sun, 26 Aug 2007 16:10:53 +0000 |
ramiro |
CONFIG_7REGS has been renamed to HAVE_7REGS
libavcodec
|
Sun, 26 Aug 2007 12:34:22 +0000 |
michael |
workaround gcc bug, untested as my gcc is not complaining
libavcodec
|
Sun, 26 Aug 2007 11:16:23 +0000 |
michael |
optimize the first vertical lifting step, this also prevents another
libavcodec
|
Sun, 26 Aug 2007 08:31:55 +0000 |
michael |
optimize 1st horizontal lifting step
libavcodec
|
Sun, 26 Aug 2007 08:03:23 +0000 |
michael |
typo
libavcodec
|
Sun, 26 Aug 2007 06:51:51 +0000 |
michael |
get rid of totally senseless "m" + read in register we have enough
libavcodec
|
Sun, 26 Aug 2007 02:02:14 +0000 |
michael |
simplify senselessly complex addressing
libavcodec
|
Sun, 26 Aug 2007 01:20:09 +0000 |
michael |
cosmetics
libavcodec
|
Sun, 26 Aug 2007 01:11:02 +0000 |
michael |
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
libavcodec
|
Sat, 25 Aug 2007 19:04:33 +0000 |
michael |
avoid an overflow in the 1 horizontal lifting step
libavcodec
|
Sat, 25 Aug 2007 16:28:45 +0000 |
michael |
prevent one overflow in the first vertical lifting step
libavcodec
|
Sat, 25 Aug 2007 15:20:56 +0000 |
michael |
update mmx code to latest snow changes
libavcodec
|
Sat, 25 Aug 2007 09:23:17 +0000 |
diego |
prettyprinting cosmetics
libavcodec
|
Sat, 25 Aug 2007 03:19:39 +0000 |
michael |
cleanup (remove some old experimentation related code)
libavcodec
|
Sat, 25 Aug 2007 03:04:13 +0000 |
michael |
we only have 2 wavelets, the 3rd was just for experimentation ...
libavcodec
|
Sat, 25 Aug 2007 03:00:51 +0000 |
michael |
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
libavcodec
|
Fri, 24 Aug 2007 23:49:11 +0000 |
diego |
whitespace/indentation cosmetics
libavcodec
|
Fri, 24 Aug 2007 23:01:50 +0000 |
diego |
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
libavcodec
|
Fri, 24 Aug 2007 15:42:50 +0000 |
diego |
Fix trivial mixed declarations and code warning caused by a double semicolon.
libavcodec
|
Fri, 24 Aug 2007 15:38:37 +0000 |
diego |
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
libavcodec
|
Fri, 24 Aug 2007 15:18:41 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Fri, 24 Aug 2007 15:08:46 +0000 |
diego |
Merge __MWERKS__ preprocessor directives.
libavcodec
|
Fri, 24 Aug 2007 15:04:00 +0000 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
libavcodec
|
Fri, 24 Aug 2007 14:57:46 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Fri, 24 Aug 2007 14:18:09 +0000 |
michael |
int->uint8_t
libavcodec
|
Fri, 24 Aug 2007 14:02:02 +0000 |
michael |
int->int8_t (no need for them to be int ...)
libavcodec
|
Thu, 23 Aug 2007 20:28:28 +0000 |
reimar |
Add request_channels member to AVCodecContext so we now have a proper
libavcodec
|
Thu, 23 Aug 2007 10:49:14 +0000 |
michael |
use more bits on the encoder side
libavcodec
|
Thu, 23 Aug 2007 07:02:27 +0000 |
lucabe |
Initialize the "stc" variable before using it in ff_find_start_code()
libavcodec
|
Wed, 22 Aug 2007 22:46:39 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
libavcodec
|
Wed, 22 Aug 2007 17:26:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 22 Aug 2007 15:03:14 +0000 |
benoit |
right filename in doxygen comment
libavcodec
|
Wed, 22 Aug 2007 13:19:10 +0000 |
diego |
cosmetics: alphabetical order
libavcodec
|
Wed, 22 Aug 2007 13:04:10 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Wed, 22 Aug 2007 12:54:49 +0000 |
mhoffman |
make clean bfin
libavcodec
|
Wed, 22 Aug 2007 12:41:16 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Tue, 21 Aug 2007 18:24:08 +0000 |
aurel |
parsers and bsfs declarations are not meant to be part of public API
libavcodec
|