summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add #define REGcGuillaume Poirier2006-08-121-0/+2
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-121-55/+33
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-111-1/+1
* update documentationBaptiste Coudurier2006-08-111-3/+12
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-112-1/+2
* vorbis simd tweaksLoren Merritt2006-08-113-53/+69
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-111-3/+1
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-111-2/+2
* set elst start time to first ptsBaptiste Coudurier2006-08-111-4/+1
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-111-0/+1
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-111-0/+2
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-102-58/+52
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-101-11/+19
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-101-22/+22
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-105-48/+317
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-101-29/+27
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-101-30/+32
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-101-76/+54
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-101-53/+53
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-101-5/+5
* fourcc cleanupBaptiste Coudurier2006-08-091-2/+0
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-091-1/+1
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-091-5/+19
* Correct wrong memset invocation.Panagiotis Issaris2006-08-091-1/+1
* emms -> femmsLoren Merritt2006-08-092-2/+2
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-091-10/+16
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-081-0/+1
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-081-1/+1
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-083-3/+15
* timestamp debugging av_logs()Michael Niedermayer2006-08-081-2/+16
* Enable swscale usage in ffmpegLuca Abeni2006-08-084-1/+81
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-081-1/+1
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-081-9/+17
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-085-6/+6
* floating point "emulation" codeMichael Niedermayer2006-08-082-0/+155
* 3dnow2 implementation of imdct.Loren Merritt2006-08-085-7/+93
* use correct tag for h263 in movBaptiste Coudurier2006-08-071-2/+8
* detailed infos about d263 atomBaptiste Coudurier2006-08-071-2/+4
* update regression tests for patches r5945-r5950 based on patch by Francois Dr...Baptiste Coudurier2006-08-071-2/+2
* indentionBaptiste Coudurier2006-08-071-8/+8
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-071-1/+8
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-071-3/+2
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-071-1/+1
* use ternaryBaptiste Coudurier2006-08-071-5/+1
* vbr compression id is only used in movBaptiste Coudurier2006-08-071-7/+7
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-071-0/+54
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-071-2/+2
* editorial changesDiego Biurrun2006-08-071-9/+9
* things to take care of for the next socMichael Niedermayer2006-08-071-0/+24
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-061-135/+126
OpenPOWER on IntegriCloud