6478 Commits (4b1131a075696a3153e03dac7c9a01714cc3a372)

Author SHA1 Message Date
Loren Merritt bd58e7f730 remove a memcpy 17 years ago
Måns Rullgård 6f4e2b5a95 fix memory leaks in vp3 decoder 17 years ago
Reimar Döffinger f2217d6f90 __asm __volatile -> asm volatile part 2 17 years ago
Reimar Döffinger 78d3d94f14 __asm __volatile -> asm volatile, improves code consistency and works 17 years ago
Vitor Sessak cf73e32a5f Fix bug I introduced in r11962. 17 years ago
Benjamin Larsson 7bb8d51c1f Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. 17 years ago
Michael Niedermayer a939a005f9 Remove apparently unneeded and buggy align. 17 years ago
Loren Merritt 917f55cc03 cleaner way of writing packed-byte constants. 17 years ago
Loren Merritt 31304587da indent 17 years ago
Loren Merritt 469bd7b150 pseudo-simd add_bytes and diff_bytes 17 years ago
Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
Michael Niedermayer 1435e4ccde Disabling all SSE* code for old gcc to avoid alignment issues. 17 years ago
Michael Niedermayer 635fbcb17f revert 12156 17 years ago
Michael Niedermayer bdd745da60 Forgot this, which is needed for merging field pics too. 17 years ago
Michael Niedermayer 21da962cf1 Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 17 years ago
Michael Niedermayer ff2635b273 Make timestamp interpolation work with mpeg2 field pictures. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Reimar Döffinger 754bf3d8a1 Fix warnings: 17 years ago
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Reimar Döffinger 721052e981 Add casts to avoid warnings: 17 years ago
Reimar Döffinger e3cb2c4a08 Missing const 17 years ago
Michael Niedermayer 0521808158 Reduce the number of senselessly scanned bytes. 17 years ago
Guillaume Poirier c367d0c653 arg 10000l. Fix wrong fix committed in r12141 17 years ago
Guillaume Poirier d6267d027b fix broken indentation 17 years ago
Guillaume Poirier 9d8109ad0f 10l: fix always false test: Binary & has lower precedence than == 17 years ago
Diego Biurrun 42a362e57b Refactor vcprm and vcii macros by using the AVV macro. 17 years ago
Diego Biurrun 35c27389c0 Refactor the FOUROF macro using the AVV macro. 17 years ago
Diego Biurrun b0e21a3b47 Remove stray #undef. 17 years ago
Alexander Strange 3518c5a96b fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags 17 years ago
Måns Rullgård 5ff1b0675f remove duplicate AV_STRINGIFY() definition 17 years ago
Måns Rullgård 5c319d3334 clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN 17 years ago
Mike Frysinger e44d7c659b FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
Vitor Sessak f037f7e032 100l 17 years ago
Vitor Sessak db7ae7d1b9 Simplify avcodec_default_get_buffer() 17 years ago
Vitor Sessak 4fe109ebdd Add header for declaration of ff_xxxx functions in imgconvert.c 17 years ago
Vitor Sessak 6dd36490c7 This should not be part of the public API 17 years ago
Vitor Sessak fba95d3c23 My commit in r11942 broke compilation. 17 years ago
Vitor Sessak cc9853d38f Split avpicture_fill() in two functions. This will be 17 years ago
Benjamin Larsson ad40b15394 silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value 17 years ago
Luca Abeni 6881b8e567 Fix 17 years ago
Luca Abeni 408ed51cdb Fix 17 years ago
Thorsten Jordan 134e5a9a65 Cosmetics: indentation 17 years ago
Thorsten Jordan 95e5323510 Remove useless buffering of input data, so that avcodec_decode_audio never 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Diego Biurrun 356306aca2 Print Theora bitstream version at DEBUG, not at VERBOSE level. 17 years ago
Diego Biurrun 5edac5dc94 cosmetics: Replace // by /* */ comments. 17 years ago
Vitor Sessak 22ed53e5f4 Factor bytewidth determination in its own function 17 years ago
Paul Kelly f1618fd939 Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may 17 years ago
Loren Merritt ec199cc94c asm argument that might be in memory needs a size 17 years ago