Mercurial > libavcodec.hg
graph
-
Reduce the number of senselessly scanned bytes. libavcodecTue, 19 Feb 2008 15:55:14 +0000, by michael
-
arg 10000l. Fix wrong fix committed in r12141 libavcodecTue, 19 Feb 2008 07:24:00 +0000, by gpoirier
-
10l: fix always false test: Binary & has lower precedence than == libavcodecTue, 19 Feb 2008 07:19:15 +0000, by gpoirier
-
Refactor vcprm and vcii macros by using the AVV macro. libavcodecMon, 18 Feb 2008 23:01:26 +0000, by diego
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodecMon, 18 Feb 2008 21:35:31 +0000, by gpoirier
-
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN libavcodecSat, 16 Feb 2008 19:18:30 +0000, by mru
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodecSat, 16 Feb 2008 15:17:31 +0000, by diego
-
Add header for declaration of ff_xxxx functions in imgconvert.c libavcodecFri, 15 Feb 2008 20:20:57 +0000, by vitor
-
Split avpicture_fill() in two functions. This will be libavcodecFri, 15 Feb 2008 18:01:07 +0000, by vitor
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodecFri, 15 Feb 2008 13:44:08 +0000, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodecWed, 13 Feb 2008 14:20:22 +0000, by superdump
-
Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodecWed, 13 Feb 2008 08:05:51 +0000, by diego
-
Factor bytewidth determination in its own function libavcodecMon, 11 Feb 2008 21:49:24 +0000, by vitor
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodecMon, 11 Feb 2008 08:01:07 +0000, by andoma
-
asm argument that might be in memory needs a size libavcodecSun, 10 Feb 2008 01:45:42 +0000, by lorenm
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodecSat, 09 Feb 2008 17:55:07 +0000, by diego
-
30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodecSat, 09 Feb 2008 13:53:15 +0000, by lorenm
-
use fewer registers in apply_welch_window_sse2 libavcodecSat, 09 Feb 2008 05:29:47 +0000, by lorenm
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodecWed, 06 Feb 2008 12:32:31 +0000, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodecWed, 06 Feb 2008 04:44:21 +0000, by lorenm
-
Check that we have enough input data in IMC decoder. libavcodecTue, 05 Feb 2008 18:39:55 +0000, by reimar
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodecTue, 05 Feb 2008 03:58:13 +0000, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodecTue, 05 Feb 2008 01:16:48 +0000, by lorenm
-
Deprecate old and inefficient per instruction asm(). libavcodecMon, 04 Feb 2008 20:03:08 +0000, by michael
-
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodecMon, 04 Feb 2008 10:26:35 +0000, by diego
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodecSun, 03 Feb 2008 17:54:30 +0000, by diego
-
use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodecSun, 03 Feb 2008 16:19:37 +0000, by lorenm
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodecSun, 03 Feb 2008 03:21:47 +0000, by lorenm
-
Make avcodec_decode_* functions take const input buffers. libavcodecSat, 02 Feb 2008 22:54:50 +0000, by michael
-
100l, since we already check for buf_size == 769 we should also libavcodecSat, 02 Feb 2008 22:34:44 +0000, by reimar
-
Use bytestream_get_be24 to simplify palette parsing. libavcodecSat, 02 Feb 2008 22:31:11 +0000, by reimar
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodecSat, 02 Feb 2008 10:54:20 +0000, by lorenm