Mercurial > libavcodec.hg
graph
-
Move functions that are only used when libswscale is not compiled in below libavcodec2008-03-16, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodec2008-03-14, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec2008-03-13, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodec2008-03-13, by diego
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec2008-03-10, by diego
-
These video decoders do not need to include and initialize the DSP libavcodec2008-03-10, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodec2008-03-09, by jbr
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec2008-03-08, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodec2008-03-08, by diego
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec2008-03-06, by takis
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodec2008-03-04, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodec2008-03-01, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec2008-03-01, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec2008-03-01, by jbr
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec2008-02-28, by reimar
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec2008-02-26, by michael
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodec2008-02-25, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodec2008-02-24, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodec2008-02-23, by banan
-
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodec2008-02-20, by michael
-
10l: fix always false test: Binary & has lower precedence than == libavcodec2008-02-19, by gpoirier
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodec2008-02-18, by gpoirier
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodec2008-02-16, by diego
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodec2008-02-15, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodec2008-02-13, by superdump
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec2008-02-11, by andoma
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodec2008-02-09, by diego
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec2008-02-06, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec2008-02-06, by lorenm
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodec2008-02-05, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec2008-02-05, by lorenm
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodec2008-02-03, by diego
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodec2008-02-03, by lorenm
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec2008-02-02, by lorenm