Mercurial > libavcodec.hg
graph
-
BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodecThu, 16 Nov 2006 20:43:29 +0000, by alex
-
throw error if unsupported resolution is used with h261 libavcodecThu, 16 Nov 2006 09:58:34 +0000, by bcoudurier
-
detect a few more errors (fixes libmp3-bug.avi again) libavcodecWed, 15 Nov 2006 17:58:35 +0000, by michael
-
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodecTue, 14 Nov 2006 19:53:22 +0000, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats libavcodecTue, 14 Nov 2006 19:48:11 +0000, by alex
-
move some CFLAGS settings away from config.* writing section libavcodecTue, 14 Nov 2006 03:12:29 +0000, by mru
-
Remove redundant #ifdef HAVE_THREAD, the file is only compiled libavcodecTue, 14 Nov 2006 00:56:56 +0000, by diego
-
add low delay forcing option for mpeg1/2 encoding libavcodecMon, 13 Nov 2006 11:30:26 +0000, by bcoudurier
-
Print error message for unsupported mode (RGB planar,CMYK,YCrCb) libavcodecMon, 13 Nov 2006 11:20:50 +0000, by kostya
-
Output proper 16-bit sound (fixes decoding on PPC) libavcodecMon, 13 Nov 2006 05:15:55 +0000, by kostya
-
zigzag_direct_noperm doesn't exist, remove declaration libavcodecSun, 12 Nov 2006 23:35:49 +0000, by mru
-
rename ff_cavs_flush to cavs_flush and make it static libavcodecSun, 12 Nov 2006 20:23:47 +0000, by stefang
-
make mpeg4video_split public as ff_mpeg4video_split libavcodecSun, 12 Nov 2006 20:01:50 +0000, by stefang
-
store a identifer and the first header in extradata libavcodecFri, 10 Nov 2006 11:31:02 +0000, by michael
-
Remove the H264Context parameter from decode_init_vlc() as it is not being used. libavcodecThu, 09 Nov 2006 16:40:33 +0000, by takis
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavcodecThu, 09 Nov 2006 11:37:30 +0000, by bcoudurier
-
10000l to myself, fixing regression test failure libavcodecThu, 09 Nov 2006 01:23:47 +0000, by michael
-
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodecWed, 08 Nov 2006 18:15:54 +0000, by michael
-
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodecTue, 07 Nov 2006 13:45:08 +0000, by bcoudurier
-
Use MMX only under x86_32, there are compilation problems. libavcodecTue, 07 Nov 2006 12:28:13 +0000, by diego
-
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodecTue, 07 Nov 2006 09:46:57 +0000, by bcoudurier
-
Avoid void*-arithmetic, and uint8_t* is more correct anyway. libavcodecMon, 06 Nov 2006 17:56:08 +0000, by reimar