12454 Commits (db7ae7d1b96bec521793a200ad46574bca728b6e)
 

Author SHA1 Message Date
Diego Biurrun 6c6007d6a3 Do not use ranges with tr, the results are locale-dependent. 17 years ago
Baptiste Coudurier 300aa2b039 return error when dv audio extraction fails 17 years ago
Baptiste Coudurier e6920f2445 remove obsolete comments 17 years ago
Baptiste Coudurier 3a3aa49ab7 remove useless braces 17 years ago
Baptiste Coudurier 311490cccd cosmetics, indentation, braces 17 years ago
Baptiste Coudurier 8cb66fd8f2 split chunks in the case of big compressed audio frames, 17 years ago
Baptiste Coudurier 77c7543702 use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 17 years ago
Vitor Sessak 22ed53e5f4 Factor bytewidth determination in its own function 17 years ago
Baptiste Coudurier d0cbff868e fcp imx 40 fourccs 17 years ago
Baptiste Coudurier 56ea717b46 indentation 17 years ago
Baptiste Coudurier 4f0e712ecb more correct and simpler 17 years ago
Paul Kelly f1618fd939 Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may 17 years ago
D Richard Felker III 03c09e4399 Do not use GNU-specific (or BSD-specific or whatever they may be) 17 years ago
Vitor Sessak 9189411bdb Coding style changes 17 years ago
Vitor Sessak 93faa9fad7 More code factorization 17 years ago
Vitor Sessak 37e0b997a8 Factor duplicated loop 17 years ago
Vitor Sessak d3a4e41c8a Do not hardcode the list of pixel formats and use PIX_FMT_NB instead. 17 years ago
Vitor Sessak 243370cb4d Do not hardcode the type of AVFilterFormats.formats in allocation 17 years ago
Vitor Sessak bd8ae4885b Oops, my last commit broke compilation... 17 years ago
Vitor Sessak 5ced2c996d Make regression tests to pass with libavfilter. 17 years ago
Vitor Sessak eac2495095 Need to be careful when dealing with references. 17 years ago
Vitor Sessak 30f4baebf8 10l. parameter was unused and redundant. 17 years ago
Vitor Sessak 88cfb80418 avfilter_formats_unref() should remove the given reference, not the last 17 years ago
Vitor Sessak 391354656c First libavfilter commit. 17 years ago
Loren Merritt ec199cc94c asm argument that might be in memory needs a size 17 years ago
Carl Eugen Hoyos ae797914dd Make dither4 & dither8 const. 17 years ago
Carl Eugen Hoyos 7ce3e4a882 Allow compilation with icc 10.1. 17 years ago
Diego Biurrun c4c52acc36 Remove pointless #if. 17 years ago
Michael Niedermayer a3689bf7b4 Remove pointless code. 17 years ago
Diego Biurrun 7bab3a26e4 Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. 17 years ago
Michael Niedermayer dc6340e048 Remove pointless code. 17 years ago
Michael Niedermayer a4195e68b6 assert() and note about odd len. 17 years ago
Loren Merritt e1813a2f1e 30% faster ff_vorbis_floor1_render_list, 3% faster overall 17 years ago
Loren Merritt 2c70770e33 use fewer registers in apply_welch_window_sse2 17 years ago
Michael Niedermayer fa4ed8c10a optimize apply_welch_window() 17 years ago
Mike Melanson ead6ebdd44 Use a consistent capitalization for 'Snow' as discussed on the list 17 years ago
Baptiste Coudurier 91208916c6 cosmetics, remove whitespaces before and after parenthesis 17 years ago
Reimar Döffinger cb4ddf7765 Add support for speex in ogg 17 years ago
Loren Merritt 1d67b037f7 sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. 17 years ago
Loren Merritt 20d565be6d put loop counter in a register if possible. makes some of the qpel functions 3% faster. 17 years ago
Loren Merritt 7080ec2937 fix aliasing warnings. simpler too. 17 years ago
Loren Merritt a2b7bc8e71 constant was excessively aligned 17 years ago
Michael Niedermayer 744a9c75cf Allow the user to select which codec out of several in stsd he wants. 17 years ago
Reimar Döffinger 63f2670a53 Check that we have enough input data in IMC decoder. 17 years ago
Loren Merritt ddf969705f ssse3 h264 motion compensation. 17 years ago
Loren Merritt b64dfbb8d2 add qpel rounder once during hv rather than twice during hv and whatever it's averaged with 17 years ago
Baptiste Coudurier 485f076dc2 seek regression ref update for ogg 17 years ago
Loren Merritt fa9b873e08 clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. 17 years ago
Baptiste Coudurier 37b74c8651 Fix issue 338: 17 years ago
Baptiste Coudurier 2dd3c9e0fa it seems ogg requires granule to be -1 on unfinished packets 17 years ago