Sun, 08 Jul 2007 23:15:00 +0000 |
mru |
make arguments to ssd_int8_vs_int16() const
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sun, 08 Jul 2007 13:34:02 +0000 |
kostya |
Pass modes as parameters instead of calculating them inplace.
libavcodec
|
Sun, 08 Jul 2007 13:26:13 +0000 |
kostya |
Replace function declarations with macro
libavcodec
|
Sun, 08 Jul 2007 13:23:44 +0000 |
kostya |
Drop ff_ prefix for static functions
libavcodec
|
Sun, 08 Jul 2007 07:37:30 +0000 |
stefang |
split decoder-specific parts into their own file
libavcodec
|
Sun, 08 Jul 2007 07:13:25 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sun, 08 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavcodec
|
Sat, 07 Jul 2007 23:03:14 +0000 |
aurel |
simplify ff_copy_bits() when compiled with config-small
libavcodec
|
Sat, 07 Jul 2007 20:50:29 +0000 |
mru |
whitespace cosmetics
libavcodec
|
Sat, 07 Jul 2007 20:50:27 +0000 |
mru |
add 64-bit bytestream read/write functions
libavcodec
|
Sat, 07 Jul 2007 07:35:18 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sat, 07 Jul 2007 07:14:58 +0000 |
stefang |
move dequantization into its own inline function
libavcodec
|
Sat, 07 Jul 2007 06:49:20 +0000 |
stefang |
cosmetic: rename VLC tables to make clear they
libavcodec
|
Sat, 07 Jul 2007 06:34:30 +0000 |
stefang |
setting special motion vectors in intra macroblocks
libavcodec
|
Sat, 07 Jul 2007 06:27:44 +0000 |
stefang |
setting intra prediction modes to default values
libavcodec
|
Sat, 07 Jul 2007 06:15:05 +0000 |
stefang |
move modification of intra prediction modes into
libavcodec
|
Sat, 07 Jul 2007 05:27:59 +0000 |
stefang |
move preparation of chroma intra prediction into its
libavcodec
|
Sat, 07 Jul 2007 05:03:22 +0000 |
stefang |
move existing inline functions from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:58:54 +0000 |
stefang |
move context structure definition from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:54:05 +0000 |
stefang |
make vector constants global
libavcodec
|
Fri, 06 Jul 2007 15:24:08 +0000 |
benoit |
free thread context
libavcodec
|
Fri, 06 Jul 2007 15:19:35 +0000 |
aurel |
split SVQ1 decoder and encoder in their own files
libavcodec
|
Fri, 06 Jul 2007 15:17:52 +0000 |
benoit |
set thread_opaque to NULL when freeing it
libavcodec
|
Fri, 06 Jul 2007 14:21:37 +0000 |
gpoirier |
Add support for streams with different chroma_qp_index_offset
libavcodec
|
Fri, 06 Jul 2007 14:14:41 +0000 |
aurel |
simplify ff_copy_bits: merge 2 test branches
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Fri, 06 Jul 2007 14:11:29 +0000 |
kostya |
Drop redundant assignment and variable
libavcodec
|
Fri, 06 Jul 2007 11:47:02 +0000 |
benoit |
me option implemented as an AVOption
libavcodec
|
Fri, 06 Jul 2007 07:58:08 +0000 |
gpoirier |
Precompute a chroma_qp table with index offset for each pps,
libavcodec
|
Fri, 06 Jul 2007 07:55:37 +0000 |
gpoirier |
Compute the dequant coefficient table ptr outside the loop,
libavcodec
|
Thu, 05 Jul 2007 22:57:52 +0000 |
aurel |
include snow encoder only if it is not disabled
libavcodec
|
Thu, 05 Jul 2007 22:29:55 +0000 |
diego |
spelling/grammar
libavcodec
|
Thu, 05 Jul 2007 20:47:58 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:46:48 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:08:51 +0000 |
mru |
update my email address
libavcodec
|
Thu, 05 Jul 2007 19:53:34 +0000 |
vitor |
Add my last name to copyright headers
libavcodec
|
Thu, 05 Jul 2007 12:59:38 +0000 |
aurel |
forgot to svn add mpeg12.h in r9477
libavcodec
|
Thu, 05 Jul 2007 12:06:02 +0000 |
diego |
typos
libavcodec
|
Thu, 05 Jul 2007 10:41:37 +0000 |
diego |
UTF-8 conversion
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Thu, 05 Jul 2007 09:50:00 +0000 |
diego |
Add missing license header.
libavcodec
|
Thu, 05 Jul 2007 09:48:29 +0000 |
aurel |
move mpeg encoder specific initialization in the encoder specific file
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Thu, 05 Jul 2007 09:09:53 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Thu, 05 Jul 2007 09:08:28 +0000 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
Thu, 05 Jul 2007 06:47:02 +0000 |
mru |
Merge branch 'master' of /var/git/ffmpeg/
libavcodec
|
Thu, 05 Jul 2007 06:47:00 +0000 |
mru |
use av_freep() in free_vlc() and failed init_vlc()
libavcodec
|
Thu, 05 Jul 2007 03:01:53 +0000 |
vitor |
Remove more useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 09:55:56 +0000 |
benoit |
Description: split mpegvideo.c
libavcodec
|
Tue, 03 Jul 2007 09:12:55 +0000 |
diego |
CONFIG_XVID --> CONFIG_LIBXVID
libavcodec
|
Tue, 03 Jul 2007 02:52:40 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 02:50:36 +0000 |
vitor |
Remove variables made unused by the last two patches and test svn access.
libavcodec
|
Mon, 02 Jul 2007 17:00:04 +0000 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavcodec
|