Fri, 05 May 2006 18:08:01 +0000 |
lorenm |
reinit quant matrices if pps is overwritten by another of the same pps_id.
libavcodec
|
Fri, 05 May 2006 10:27:44 +0000 |
diego |
Ignore errors from recursive AMR cleans.
libavcodec
|
Fri, 05 May 2006 09:41:06 +0000 |
diego |
Unconditionally clean AMR subdirs.
libavcodec
|
Tue, 02 May 2006 18:45:04 +0000 |
lu_zero |
Macosx fix
libavcodec
|
Tue, 02 May 2006 09:03:22 +0000 |
michael |
d10 decoding fix
libavcodec
|
Mon, 01 May 2006 00:28:36 +0000 |
aurel |
clip_uint8 now return an uint8_t so no need to &0xFF
libavcodec
|
Sun, 30 Apr 2006 19:31:45 +0000 |
lorenm |
warn on interlaced streams
libavcodec
|
Sat, 29 Apr 2006 00:43:15 +0000 |
lorenm |
don't force asserts in release builds. 2% faster h264.
libavcodec
|
Fri, 28 Apr 2006 23:16:42 +0000 |
lorenm |
memory leak.
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Fri, 28 Apr 2006 17:03:52 +0000 |
michael |
missmatch control for mpeg2 intra dequantization if bitexact=1
libavcodec
|
Fri, 28 Apr 2006 14:19:11 +0000 |
banan |
Revert bad ac3enc commit, the commited code was bigger and slower.
libavcodec
|
Fri, 28 Apr 2006 07:46:13 +0000 |
gpoirier |
Remove unused and unsupported Cyrix's "Extended MMX",
libavcodec
|
Thu, 27 Apr 2006 11:49:15 +0000 |
diego |
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
libavcodec
|
Thu, 27 Apr 2006 03:31:26 +0000 |
diego |
Fix amr_nb-fixed build.
libavcodec
|
Thu, 27 Apr 2006 02:33:27 +0000 |
diego |
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
libavcodec
|
Thu, 27 Apr 2006 02:23:42 +0000 |
diego |
cosmetics: Group all AMR variables together, add some newlines.
libavcodec
|
Thu, 27 Apr 2006 02:19:42 +0000 |
diego |
Misplaced CLEANAMR.
libavcodec
|
Thu, 27 Apr 2006 02:10:49 +0000 |
diego |
CLEANAMRWB --> CLEANAMR typo
libavcodec
|
Tue, 25 Apr 2006 19:54:02 +0000 |
lu_zero |
13% faster inner_add_yblock
libavcodec
|
Tue, 25 Apr 2006 17:29:31 +0000 |
lu_zero |
40% faster decode
libavcodec
|
Sun, 23 Apr 2006 21:11:31 +0000 |
rtognimp |
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
libavcodec
|
Sat, 22 Apr 2006 21:21:16 +0000 |
banan |
Patch to generate the ac3 window, based on code by Justin Ruggles.
libavcodec
|
Fri, 21 Apr 2006 19:22:14 +0000 |
lorenm |
10l in h264 vismb/vismv (broke on 2006-03-09)
libavcodec
|
Thu, 20 Apr 2006 19:23:57 +0000 |
rtognimp |
dtsdec.c copies one input packet at a time to a (static) buffer of size
libavcodec
|
Wed, 19 Apr 2006 19:51:56 +0000 |
reimar |
make "size" variable in avpicture_alloc signed, since avpicture_get_size
libavcodec
|
Tue, 18 Apr 2006 03:48:30 +0000 |
gpoirier |
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de>
libavcodec
|
Sun, 16 Apr 2006 03:40:04 +0000 |
lu_zero |
typo in the gcc handmade regalloc trigger
libavcodec
|
Sat, 15 Apr 2006 15:05:53 +0000 |
diego |
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
libavcodec
|
Sat, 15 Apr 2006 14:15:09 +0000 |
diego |
Revert Windows "warning" message.
libavcodec
|
Sat, 15 Apr 2006 12:52:01 +0000 |
diego |
Fix SIGSEGV in rv10-null-pointer-500k.rm.
libavcodec
|
Fri, 14 Apr 2006 20:45:08 +0000 |
michael |
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
libavcodec
|
Fri, 14 Apr 2006 10:37:40 +0000 |
michael |
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
libavcodec
|
Mon, 10 Apr 2006 12:12:26 +0000 |
banan |
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
libavcodec
|
Mon, 10 Apr 2006 07:45:29 +0000 |
lucabe |
Baptiste COUDURIER's padding patch (reworked by me a little bit).
libavcodec
|
Sun, 09 Apr 2006 06:53:40 +0000 |
rfelker |
signedness error caused broken decoding
libavcodec
|
Sun, 09 Apr 2006 06:04:00 +0000 |
rfelker |
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
libavcodec
|
Fri, 07 Apr 2006 21:08:34 +0000 |
rtognimp |
Add missing external declaration for kmvc codec
libavcodec
|
Fri, 07 Apr 2006 16:59:57 +0000 |
kostya |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
libavcodec
|
Fri, 07 Apr 2006 12:40:28 +0000 |
lu_zero |
hadamard8_diff* enabled on linux/ppc
libavcodec
|
Wed, 05 Apr 2006 18:56:22 +0000 |
mru |
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
libavcodec
|
Wed, 05 Apr 2006 04:13:41 +0000 |
lorenm |
gmc_mmx tweaks
libavcodec
|
Tue, 04 Apr 2006 12:35:55 +0000 |
lucabe |
Introduce swscale interface in libavcodec
libavcodec
|
Tue, 04 Apr 2006 09:23:45 +0000 |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Mon, 03 Apr 2006 00:51:09 +0000 |
corey |
AC3: support encoding fractional frame sizes
libavcodec
|
Fri, 31 Mar 2006 20:43:37 +0000 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
Fri, 31 Mar 2006 20:40:22 +0000 |
michael |
get_xbits() optimization
libavcodec
|
Fri, 31 Mar 2006 18:22:35 +0000 |
michael |
remove useless code
libavcodec
|
Fri, 31 Mar 2006 18:04:36 +0000 |
michael |
simplify loop a little
libavcodec
|
Fri, 31 Mar 2006 17:43:28 +0000 |
michael |
do UPDATE_CACHE only when needed (which should be VERY rare)
libavcodec
|
Fri, 31 Mar 2006 17:01:58 +0000 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
Fri, 31 Mar 2006 16:50:43 +0000 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
Fri, 31 Mar 2006 13:06:24 +0000 |
michael |
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)
libavcodec
|
Fri, 31 Mar 2006 09:59:53 +0000 |
lu_zero |
Proper typecast for vector bool
libavcodec
|
Thu, 30 Mar 2006 16:24:38 +0000 |
lucabe |
move enum PixelFormat from libavcodec to libavutil
libavcodec
|
Thu, 30 Mar 2006 14:58:36 +0000 |
michael |
reverting 1.31->1.33
libavcodec
|
Thu, 30 Mar 2006 14:13:03 +0000 |
michael |
dont forget table_size in the decode_frame return value
libavcodec
|
Thu, 30 Mar 2006 04:33:05 +0000 |
corey |
- Add new file internal.h for common internal-use-only functions.
libavcodec
|
Wed, 29 Mar 2006 21:11:57 +0000 |
michael |
fix gcc 2.95 compilation
libavcodec
|