9447 Commits (4440b1188ebc1e9fc901bccfcee384423b0a264f)
 

Author SHA1 Message Date
  Loren Merritt 1b87c40245 slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) 19 years ago
  Michael Niedermayer 494bbf5805 dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 19 years ago
  Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 19 years ago
  Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 19 years ago
  Michael Niedermayer b9b18fbdea both timestamps are dts, (checked trailer.gxf, spec is unclear) 19 years ago
  Michael Niedermayer 21bb884fb7 change vorbis_inverse_coupling_sse2() so it works on sse1 cpus 19 years ago
  Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 19 years ago
  Michael Niedermayer a2fd60437d floating point "emulation" code 19 years ago
  Loren Merritt bcfa3e58ee 3dnow2 implementation of imdct. 19 years ago
  Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 19 years ago
  Baptiste Coudurier 87494ea03c detailed infos about d263 atom 19 years ago
  Baptiste Coudurier efbe19fd44 update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com> 19 years ago
  Baptiste Coudurier 915282e5b8 indention 19 years ago
  Baptiste Coudurier 5997ed786a only set fields for mov, reserved for 3gp, mp4 19 years ago
  Baptiste Coudurier 80f05e7981 sampleSize field to 16, reserved for mp4 and 3gp 19 years ago
  Baptiste Coudurier 86ca5710bb mp4, 3gp field is reserved and value is 2 19 years ago
  Baptiste Coudurier 57ef6acc39 use ternary 19 years ago
  Baptiste Coudurier c096ebca48 vbr compression id is only used in mov 19 years ago
  Diego Biurrun 30aee296ea Cygwin compilation and Cygwin/MinGW crosscompilation sections 19 years ago
  Baptiste Coudurier ba19d25a55 r5939 (flvenc.c) rotozoom regression update 19 years ago
  Diego Biurrun a67a96a053 editorial changes 19 years ago
  Michael Niedermayer 4f9807d8f8 things to take care of for the next soc 19 years ago
  Luca Barbato bf29ed5dbc Cosmetics: 2->4 spaces and some braces 19 years ago
  Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 19 years ago
  Kostya Shishkov fb2d9140e4 Correct MC for B-frames and some improvements (not 100% complete though) 19 years ago
  Kostya Shishkov 78cbfc0c88 Bicubic interpolation requires two additional pixels for block 19 years ago
  Luca Abeni c792037176 Another PIX_FMT_ ---> IMGFMT_ conversion 19 years ago
  Luca Abeni 0b50ac8a0f Avoid segfaulting if the swscale context cannot be allocated 19 years ago
  Luca Abeni e7268d51af Fix "-aspect" when "-pad*" is used 19 years ago
  Diego Biurrun dbdae6ec54 Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 19 years ago
  Mike Melanson 9bd0d79fcb printf -> av_log, only occurs in DEBUG cases 19 years ago
  Luca Barbato c489d907e1 Yet another typo 19 years ago
  Luca Barbato 532877894b Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch 19 years ago
  Diego Biurrun 1066a99540 Shared libraries should go in $PREFIX on MinGW. 19 years ago
  Diego Biurrun e35a3b7d65 Remove MinGW specialcasing and make shared library installation compatible 19 years ago
  Diego Biurrun afa615327b Add quotes where necessary. 19 years ago
  Kostya Shishkov 99f649a265 100l: intensity compensation must be also done in 4-MV mode 19 years ago
  Diego Biurrun a1309f8f61 Shared libraries now go in $(shlibdir), not $(libdir). 19 years ago
  Måns Rullgård 5237ce67eb detect more broken shells 19 years ago
  Måns Rullgård b3cb5d519f simplify command logging 19 years ago
  Víctor Paesa f5c85943d0 Add $(EXESUF) where necessary, fixes regression tests under MinGW. 19 years ago
  Luca Abeni 03ae87a3e8 Move output_example.c and ffplay.c to the swscale interface 19 years ago
  Diego Biurrun dfeb80a5a9 Don't hardcode .dll in the MinGW section, use $SLIBSUF instead. 19 years ago
  Diego Biurrun 5cb854e1c6 Move MinGW special casing for shared lib creation to configure. 19 years ago
  Baptiste Coudurier 2965f17b4f sample size is 1 if bits per sample is 8 and mono channel 19 years ago
  Luca Barbato 7f624e80ef standalone snow dsputil init 19 years ago
  Luca Barbato 73e4ff9de9 Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: 19 years ago
  Baptiste Coudurier f8503792f0 revert r5909, dont use non constant static variable, breaks multithreaded apps 19 years ago
  Luca Barbato 7c2a270b70 Minor fix 19 years ago
  Luca Barbato 8047fe72a9 avoid alignment hacks, luckly gcc does the right thing on arches different from x86 19 years ago