Wed, 08 Nov 2006 00:02:15 +0000 |
mru |
allow spaces in source and build directory names
libavcodec
|
Tue, 07 Nov 2006 13:50:41 +0000 |
bcoudurier |
typo
libavcodec
|
Tue, 07 Nov 2006 13:45:08 +0000 |
bcoudurier |
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
libavcodec
|
Tue, 07 Nov 2006 12:45:29 +0000 |
lu_zero |
Simplify
libavcodec
|
Tue, 07 Nov 2006 12:28:13 +0000 |
diego |
Use MMX only under x86_32, there are compilation problems.
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
|
Tue, 07 Nov 2006 05:57:42 +0000 |
kostya |
Bump version for Fraps v[24] support
libavcodec
|
Mon, 06 Nov 2006 17:56:08 +0000 |
reimar |
Avoid void*-arithmetic, and uint8_t* is more correct anyway.
libavcodec
|
Mon, 06 Nov 2006 10:47:41 +0000 |
bcoudurier |
include parser.h instead of mpegvideo.h
libavcodec
|
Mon, 06 Nov 2006 10:46:54 +0000 |
bcoudurier |
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
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
|
Mon, 06 Nov 2006 10:32:48 +0000 |
gpoirier |
Fix ASF format parser's broken UTF-16 string handling
libavcodec
|
Mon, 06 Nov 2006 06:13:29 +0000 |
kostya |
Check for symbol count
libavcodec
|
Mon, 06 Nov 2006 05:35:09 +0000 |
kostya |
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS
libavcodec
|
Sun, 05 Nov 2006 19:24:23 +0000 |
bcoudurier |
use AVRational and ff_frame_rate_tab for frame_rate
libavcodec
|
Sun, 05 Nov 2006 16:18:37 +0000 |
reimar |
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
libavcodec
|
Sun, 05 Nov 2006 15:10:33 +0000 |
bcoudurier |
remove useless line variable
libavcodec
|
Sun, 05 Nov 2006 15:06:12 +0000 |
bcoudurier |
fix decoding position
libavcodec
|
Sun, 05 Nov 2006 08:18:52 +0000 |
kostya |
Correct support for Fraps v4 (and Huffman tree for < 256 symbols)
libavcodec
|
Sun, 05 Nov 2006 04:59:38 +0000 |
kostya |
Update comment
libavcodec
|
Sun, 05 Nov 2006 04:57:14 +0000 |
kostya |
Fraps v2 and v4 support
libavcodec
|
Sat, 04 Nov 2006 00:42:50 +0000 |
ods15 |
ministry of english grammar :) then->than
libavcodec
|
Fri, 03 Nov 2006 20:30:22 +0000 |
michael |
doxy
libavcodec
|
Fri, 03 Nov 2006 16:54:05 +0000 |
michael |
ensure alignment (no speed change)
libavcodec
|
Fri, 03 Nov 2006 16:02:18 +0000 |
michael |
merging mov & and (no speedchange)
libavcodec
|
Fri, 03 Nov 2006 15:40:57 +0000 |
michael |
2 instructions less (same speed)
libavcodec
|
Fri, 03 Nov 2006 15:17:36 +0000 |
michael |
comment about failed optimization
libavcodec
|
Fri, 03 Nov 2006 14:28:30 +0000 |
michael |
move luma tc0 related init into asm
libavcodec
|