2006-11-11 |
mru |
make some symbols static
libavcodec
|
2006-11-11 |
mru |
make two functions static
libavcodec
|
2006-11-10 |
michael |
zero private bits
libavcodec
|
2006-11-10 |
michael |
store a identifer and the first header in extradata
libavcodec
|
2006-11-10 |
michael |
mp3 header (de)compression bitstream filter
libavcodec
|
2006-11-09 |
michael |
16bit in avi is RGB555
libavcodec
|
2006-11-09 |
takis |
Remove the H264Context parameter from decode_init_vlc() as it is not being used.
libavcodec
|
2006-11-09 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavcodec
|
2006-11-09 |
michael |
10000l to myself, fixing regression test failure
libavcodec
|
2006-11-08 |
michael |
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture
libavcodec
|
2006-11-08 |
mru |
allow spaces in source and build directory names
libavcodec
|
2006-11-07 |
bcoudurier |
typo
libavcodec
|
2006-11-07 |
bcoudurier |
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
libavcodec
|
2006-11-07 |
lu_zero |
Simplify
libavcodec
|
2006-11-07 |
diego |
Use MMX only under x86_32, there are compilation problems.
libavcodec
|
2006-11-07 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
2006-11-07 |
kostya |
Bump version for Fraps v[24] support
libavcodec
|
2006-11-06 |
reimar |
Avoid void*-arithmetic, and uint8_t* is more correct anyway.
libavcodec
|
2006-11-06 |
bcoudurier |
include parser.h instead of mpegvideo.h
libavcodec
|
2006-11-06 |
bcoudurier |
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
libavcodec
|
2006-11-06 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|
2006-11-06 |
gpoirier |
Fix ASF format parser's broken UTF-16 string handling
libavcodec
|
2006-11-06 |
kostya |
Check for symbol count
libavcodec
|
2006-11-06 |
kostya |
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS
libavcodec
|