Mercurial > libavcodec.hg
graph
-
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodec2006-11-14, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats libavcodec2006-11-14, by alex
-
Remove the H264Context parameter from decode_init_vlc() as it is not being used. libavcodec2006-11-09, by takis
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavcodec2006-11-09, by bcoudurier
-
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodec2006-11-08, by michael
-
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec2006-11-07, by bcoudurier
-
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec2006-11-07, by bcoudurier
-
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodec2006-11-06, by bcoudurier
-
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec2006-11-06, by bcoudurier
-
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since libavcodec2006-11-05, by reimar
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodec2006-11-02, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec2006-11-01, by diego
-
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodec2006-11-01, by michael
-
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodec2006-11-01, by reimar
-
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodec2006-11-01, by diego