Mercurial > libavcodec.hg
graph
-
Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec2006-12-06, by takis
-
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec2006-12-06, by takis
-
Change NAL unit type defines to an enum and move to a header file for usage libavcodec2006-12-05, by takis
-
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodec2006-12-05, by michael
-
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodec2006-12-02, by melanson
-
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodec2006-12-02, by gpoirier
-
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodec2006-12-01, by bcoudurier
-
cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodec2006-12-01, by michael
-
support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodec2006-11-23, by alex
-
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodec2006-11-22, by bcoudurier
-
allow amr bitrate to be changed "on the fly" through avctx->bitrate. libavcodec2006-11-20, by gpoirier
-
Add useful Altivec types, taken from with permission from x264 authors libavcodec2006-11-19, by gpoirier
-
BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodec2006-11-16, by alex
-
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
-
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodec2006-10-29, by diego
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec2006-10-28, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec2006-10-27, by michael
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec2006-10-24, by diego
-
merge 8 and 16bit functions, they are identical except the data type libavcodec2006-10-24, by michael
-
Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec2006-10-23, by lucabe