6520 Commits (7bb79b442c6042f3eaddad51a8a0dd25dcb75d6e)
 

Author SHA1 Message Date
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 18 years ago
Loren Merritt 069720565c vorbis simd tweaks 18 years ago
Diego Biurrun 49a0122c99 Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 18 years ago
Baptiste Coudurier 2211d62097 update rotozoom regression ref after patches r5945-r5950 18 years ago
Baptiste Coudurier 7228914047 set elst start time to first pts 18 years ago
Kostya Shishkov 6b53e173cf Disable B-frames decoding until I return and finish their proper decoding. 18 years ago
Luca Barbato 876031a74e keep in sync with dsputil, makes --disable-decoder=vorbis build 18 years ago
Loren Merritt 0e0adae0ba vorbis cosmetics: mdct0,mdct1 => mdct[2] 18 years ago
Loren Merritt 88db1a15c5 misc tweaks in vorbis_residue_decode(). 18 years ago
Michael Niedermayer 1f1aa1d955 convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse 18 years ago
Loren Merritt eb4825b5d4 sse and 3dnow implementations of float->int conversion and mdct windowing. 18 years ago
Loren Merritt 60ae06e77e r5954 broke fft on cpus with 3dnow but without mm3dnow.h 18 years ago
Luca Barbato ffad4ed154 Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> 18 years ago
John Dalgliesh 347be47226 Support for MacIntel, take xx: '/nop' illegal for old versions of GAS 18 years ago
John Dalgliesh 0fc256f3d9 Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c 18 years ago
John Dalgliesh fc48b6fe74 Support for Mac OS X Intel, part 3: binary integer constants: 18 years ago
Baptiste Coudurier b361ba2a45 fourcc cleanup 18 years ago
Baptiste Coudurier 61e3dd7865 enable 'NONE' audio fourcc 18 years ago
Baptiste Coudurier 76c9cb0a7a parse mpeg frame to get pict type and closed gop flag 18 years ago
Panagiotis Issaris e38f34fd7f Correct wrong memset invocation. 18 years ago
Loren Merritt ee5df92750 emms -> femms 18 years ago
Loren Merritt 2494bdd90d gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. 18 years ago
David Conrad 8331891957 Support AAC audio in AVI with tag 0xff 18 years ago
Loren Merritt 1b87c40245 slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) 18 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 18 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 18 years ago
Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 18 years ago
Michael Niedermayer b9b18fbdea both timestamps are dts, (checked trailer.gxf, spec is unclear) 18 years ago
Michael Niedermayer 21bb884fb7 change vorbis_inverse_coupling_sse2() so it works on sse1 cpus 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 18 years ago
Michael Niedermayer a2fd60437d floating point "emulation" code 18 years ago
Loren Merritt bcfa3e58ee 3dnow2 implementation of imdct. 18 years ago
Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 18 years ago
Baptiste Coudurier 87494ea03c detailed infos about d263 atom 18 years ago
Baptiste Coudurier efbe19fd44 update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com> 18 years ago
Baptiste Coudurier 915282e5b8 indention 18 years ago
Baptiste Coudurier 5997ed786a only set fields for mov, reserved for 3gp, mp4 18 years ago
Baptiste Coudurier 80f05e7981 sampleSize field to 16, reserved for mp4 and 3gp 18 years ago
Baptiste Coudurier 86ca5710bb mp4, 3gp field is reserved and value is 2 18 years ago
Baptiste Coudurier 57ef6acc39 use ternary 18 years ago
Baptiste Coudurier c096ebca48 vbr compression id is only used in mov 18 years ago
Diego Biurrun 30aee296ea Cygwin compilation and Cygwin/MinGW crosscompilation sections 18 years ago
Baptiste Coudurier ba19d25a55 r5939 (flvenc.c) rotozoom regression update 18 years ago
Diego Biurrun a67a96a053 editorial changes 18 years ago
Michael Niedermayer 4f9807d8f8 things to take care of for the next soc 18 years ago
Luca Barbato bf29ed5dbc Cosmetics: 2->4 spaces and some braces 18 years ago
Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 18 years ago
Kostya Shishkov fb2d9140e4 Correct MC for B-frames and some improvements (not 100% complete though) 18 years ago
Kostya Shishkov 78cbfc0c88 Bicubic interpolation requires two additional pixels for block 18 years ago
Luca Abeni c792037176 Another PIX_FMT_ ---> IMGFMT_ conversion 18 years ago