Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
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
|
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
|
Tue, 02 Oct 2007 14:25:47 +0000 |
andoma |
Cosmetic preparations for h264/PAFF implementation.
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 11 Jul 2007 22:05:25 +0000 |
michael |
simplify ff_h263_round_chroma()
libavcodec
|
Wed, 11 Jul 2007 21:04:53 +0000 |
mru |
move ff_h263_round_chroma() to mpegvideo.h as static inline
libavcodec
|
Tue, 10 Jul 2007 14:37:33 +0000 |
aurel |
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Fri, 18 May 2007 22:42:49 +0000 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
Mon, 14 May 2007 11:53:27 +0000 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
Sat, 05 May 2007 18:25:02 +0000 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
Sat, 05 May 2007 18:18:51 +0000 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sat, 31 Mar 2007 22:39:43 +0000 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
Thu, 16 Nov 2006 09:58:34 +0000 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|