Tue, 12 Jun 2007 08:06:54 +0000 |
benoit |
Move the video size and rate abbreviations system from libavformat to libavcodec
libavcodec
|
Tue, 12 Jun 2007 07:59:43 +0000 |
gpoirier |
fix 8- and 24-bit FLAC decoding
libavcodec
|
Mon, 11 Jun 2007 16:05:32 +0000 |
aurel |
move codecs declarations from avcodec.h to allcodecs.h
libavcodec
|
Mon, 11 Jun 2007 08:00:31 +0000 |
gpoirier |
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
libavcodec
|
Mon, 11 Jun 2007 07:57:15 +0000 |
benoit |
Cygwin compatibility workaround
libavcodec
|
Sun, 10 Jun 2007 13:54:11 +0000 |
diego |
Adapt to API changes, fix compilation.
libavcodec
|
Sat, 09 Jun 2007 22:20:24 +0000 |
gpoirier |
minor GCC3 compile fix
libavcodec
|
Sat, 09 Jun 2007 19:13:34 +0000 |
gpoirier |
Altivec version of h264_(h|v)_loop_filter_luma
libavcodec
|
Sat, 09 Jun 2007 17:52:16 +0000 |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
libavcodec
|
Fri, 08 Jun 2007 20:35:30 +0000 |
gpoirier |
work around issues with the old version of Gnu Assembler shipped on
libavcodec
|
Thu, 07 Jun 2007 21:31:26 +0000 |
diego |
emms --> emms_c, taken from a patch by Ronald Bultje
libavcodec
|
Thu, 07 Jun 2007 17:21:34 +0000 |
diego |
Use consistent names for all test programs.
libavcodec
|
Thu, 07 Jun 2007 17:19:37 +0000 |
diego |
Preprocessor #defines starting with __ are reserved for the system.
libavcodec
|
Thu, 07 Jun 2007 17:18:01 +0000 |
diego |
Use FFmpeg-specific CPU feature definitions.
libavcodec
|
Thu, 07 Jun 2007 16:58:08 +0000 |
diego |
Add CPU feature definitions for SSE3 and SSSE3.
libavcodec
|
Thu, 07 Jun 2007 16:15:20 +0000 |
diego |
CPU feature definitions should always be available, not just when the
libavcodec
|
Thu, 07 Jun 2007 15:59:15 +0000 |
diego |
Only run MMX2 tests when MMX2 is available.
libavcodec
|
Thu, 07 Jun 2007 15:54:49 +0000 |
diego |
Fix linking when GPL code has been disabled.
libavcodec
|
Thu, 07 Jun 2007 15:30:54 +0000 |
diego |
Fix compilation when MMX is disabled.
libavcodec
|
Thu, 07 Jun 2007 15:27:53 +0000 |
diego |
FAAN is not x86-specific.
libavcodec
|
Thu, 07 Jun 2007 13:51:06 +0000 |
benoit |
h264: use 'simple' in border backup / xchg
libavcodec
|
Wed, 06 Jun 2007 18:56:14 +0000 |
diego |
Add some forgotten lib prefixes to Makefile variables.
libavcodec
|
Wed, 06 Jun 2007 10:40:05 +0000 |
benoit |
Rename cb field
libavcodec
|
Wed, 06 Jun 2007 08:51:41 +0000 |
diego |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
libavcodec
|
Wed, 06 Jun 2007 08:41:45 +0000 |
diego |
Give names of external library decoders/encoders a lib prefix
libavcodec
|
Wed, 06 Jun 2007 00:14:18 +0000 |
diego |
Give all wrappers for external libraries names starting with lib.
libavcodec
|
Tue, 05 Jun 2007 14:18:13 +0000 |
diego |
Remove unused variables.
libavcodec
|
Tue, 05 Jun 2007 08:05:16 +0000 |
benoit |
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
libavcodec
|
Tue, 05 Jun 2007 07:18:29 +0000 |
gpoirier |
Rename code012() to ff_code012(), and remove static qualifier: paves the way
libavcodec
|
Mon, 04 Jun 2007 23:07:27 +0000 |
diego |
spelling
libavcodec
|
Mon, 04 Jun 2007 11:03:24 +0000 |
gpoirier |
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
libavcodec
|
Mon, 04 Jun 2007 07:28:34 +0000 |
benoit |
Codebook generator using the ELBG algorithm
libavcodec
|
Sun, 03 Jun 2007 13:27:44 +0000 |
lu_zero |
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>
libavcodec
|
Sun, 03 Jun 2007 11:44:43 +0000 |
lorenm |
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
libavcodec
|
Sat, 02 Jun 2007 11:44:44 +0000 |
diego |
Rename aac_decoder to libfaad_decoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 11:20:24 +0000 |
diego |
Rename faac_encoder to libfaac_encoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 01:42:47 +0000 |
ramiro |
Remove get_byte wrapper
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Fri, 01 Jun 2007 21:17:05 +0000 |
michael |
fix skipped blocks
libavcodec
|
Thu, 31 May 2007 21:40:22 +0000 |
michael |
check qblur > 1 (prevent assert failure / segfault)
libavcodec
|
Wed, 30 May 2007 23:06:37 +0000 |
michael |
sanity checks (should prevent hypothetical div by zero issue)
libavcodec
|
Wed, 30 May 2007 21:38:57 +0000 |
michael |
fix assert() 2nd try
libavcodec
|
Wed, 30 May 2007 14:20:55 +0000 |
benoit |
Add support for listing the supported pixel formats using the option
libavcodec
|
Wed, 30 May 2007 09:32:25 +0000 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
Tue, 29 May 2007 16:51:55 +0000 |
michael |
fix assertion failure
libavcodec
|
Tue, 29 May 2007 16:43:25 +0000 |
kostya |
Do proper frame swapping so VMD video decoder works again
libavcodec
|
Tue, 29 May 2007 15:01:33 +0000 |
benoit |
Split RoQ decoder to accommodate future encoder patch
libavcodec
|
Tue, 29 May 2007 14:35:29 +0000 |
benoit |
allocate PPS and SPS dynamically
libavcodec
|
Tue, 29 May 2007 12:20:40 +0000 |
benoit |
cosmetics and function rename
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sun, 27 May 2007 22:34:49 +0000 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
Fri, 25 May 2007 14:42:11 +0000 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
Fri, 25 May 2007 00:16:14 +0000 |
lorenm |
merge huffman tables for rgb too
libavcodec
|
Thu, 24 May 2007 19:04:19 +0000 |
lorenm |
cosmetics (reduce nesting)
libavcodec
|
Thu, 24 May 2007 17:40:02 +0000 |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
libavcodec
|
Thu, 24 May 2007 17:38:56 +0000 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
Thu, 24 May 2007 04:08:48 +0000 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
Thu, 24 May 2007 04:02:47 +0000 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
Wed, 23 May 2007 18:41:34 +0000 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
Wed, 23 May 2007 14:55:13 +0000 |
ramiro |
Remove duplicate bytestream functions
libavcodec
|
Wed, 23 May 2007 13:46:11 +0000 |
takis |
Export the four remaining H.264 decoder intra prediction functions for reuse in
libavcodec
|
Wed, 23 May 2007 09:07:57 +0000 |
takis |
Reindent
libavcodec
|
Wed, 23 May 2007 09:07:23 +0000 |
takis |
Make the compilation of h264idct.c optional.
libavcodec
|
Wed, 23 May 2007 09:02:07 +0000 |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
libavcodec
|
Tue, 22 May 2007 07:08:38 +0000 |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
libavcodec
|
Mon, 21 May 2007 15:28:37 +0000 |
takis |
Only compile golomb.c when needed.
libavcodec
|
Mon, 21 May 2007 15:24:31 +0000 |
takis |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
libavcodec
|
Mon, 21 May 2007 12:55:02 +0000 |
takis |
Only compile cabac.c when needed.
libavcodec
|
Mon, 21 May 2007 12:54:12 +0000 |
aurel |
vorbis encoder missed rename to libvorbis
libavcodec
|
Mon, 21 May 2007 12:51:29 +0000 |
takis |
Split the h261.c file into separate files for the encoder, decoder and common stuff.
libavcodec
|
Mon, 21 May 2007 07:11:27 +0000 |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
libavcodec
|
Mon, 21 May 2007 07:05:23 +0000 |
diego |
Fix imgresample-test linking.
libavcodec
|
Mon, 21 May 2007 07:01:42 +0000 |
diego |
Add explanatory comments to some #endifs.
libavcodec
|
Sun, 20 May 2007 22:59:32 +0000 |
aurel |
make compilation of mpegaudiodec conditional
libavcodec
|
Sun, 20 May 2007 22:50:29 +0000 |
aurel |
remove dependency of mpeg audio encoder over mpeg audio decoder
libavcodec
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavcodec
|
Sun, 20 May 2007 13:40:07 +0000 |
aurel |
loosen dependencies over mpegaudiodec
libavcodec
|
Sun, 20 May 2007 05:07:44 +0000 |
zuxy |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
libavcodec
|
Sun, 20 May 2007 01:41:36 +0000 |
michael |
use AV_LOG_ERROR instead of INFO for errors
libavcodec
|
Sun, 20 May 2007 01:35:15 +0000 |
michael |
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the
libavcodec
|
Sun, 20 May 2007 01:05:34 +0000 |
michael |
slightly more correct spliting of frames
libavcodec
|
Sat, 19 May 2007 15:06:34 +0000 |
aurel |
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:58:31 +0000 |
aurel |
move mjpeg-b decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:53:55 +0000 |
aurel |
10l: forgot to svn add mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:40:02 +0000 |
aurel |
move sp5x decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:31:57 +0000 |
aurel |
allows to disable jpegls decoder
libavcodec
|
Sat, 19 May 2007 02:32:59 +0000 |
lorenm |
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding.
libavcodec
|
Sat, 19 May 2007 00:53:41 +0000 |
aurel |
move mjpega_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:44:41 +0000 |
aurel |
move imx_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:35:27 +0000 |
aurel |
move dump_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:32:11 +0000 |
aurel |
move remove_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:30:15 +0000 |
aurel |
move noise bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:27:43 +0000 |
aurel |
move mp3_header_compress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:24:34 +0000 |
aurel |
move mp3_header_decompress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:13:35 +0000 |
aurel |
add proper prefix to extern mpeg audio data tables
libavcodec
|
Sat, 19 May 2007 00:06:02 +0000 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
libavcodec
|
Fri, 18 May 2007 22:58:01 +0000 |
aurel |
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
libavcodec
|
Fri, 18 May 2007 22:54:54 +0000 |
aurel |
add a proper prefix to all mjpeg encoder exported functions
libavcodec
|
Fri, 18 May 2007 22:42:49 +0000 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
Fri, 18 May 2007 10:06:07 +0000 |
banan |
Better error reporting.
libavcodec
|
Fri, 18 May 2007 08:58:30 +0000 |
lorenm |
cosmetics: macrofy duplicate code in huffyuv
libavcodec
|
Fri, 18 May 2007 08:56:46 +0000 |
lorenm |
r3938 broke 2pass huffyuv (not that anyone uses it)
libavcodec
|
Fri, 18 May 2007 08:18:56 +0000 |
zuxy |
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw
libavcodec
|
Thu, 17 May 2007 20:18:46 +0000 |
reimar |
Move attribute_unused to variable declarations in macros instead of
libavcodec
|
Thu, 17 May 2007 17:04:00 +0000 |
aurel |
remove libdts decoder, we have a native dts decoder
libavcodec
|
Thu, 17 May 2007 16:45:55 +0000 |
aurel |
add proper prefix to new mjpeg extern func/var
libavcodec
|
Thu, 17 May 2007 16:29:11 +0000 |
aurel |
split mjpeg.c into an encoder and a decoder file
libavcodec
|
Thu, 17 May 2007 14:14:53 +0000 |
gpoirier |
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
libavcodec
|
Thu, 17 May 2007 12:26:04 +0000 |
aurel |
Only compile fft and mdct when needed.
libavcodec
|
Thu, 17 May 2007 11:03:43 +0000 |
banan |
Use FFABS instead of abs.
libavcodec
|
Thu, 17 May 2007 07:50:08 +0000 |
banan |
Remove lots of unused commented code. (Cleanup)
libavcodec
|
Thu, 17 May 2007 07:47:02 +0000 |
banan |
Change default 1 pass blocksize to 64x64.
libavcodec
|