summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* optimzationMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CABAC+LOOP missmatchMichael Niedermayer2004-10-23
| | | | Originally committed as revision 3628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbp_table cleanupMichael Niedermayer2004-10-23
| | | | Originally committed as revision 3627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup of decode_cabac_residual()Michael Niedermayer2004-10-23
| | | | Originally committed as revision 3626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode intra cabac mb_type cleanupMichael Niedermayer2004-10-23
| | | | Originally committed as revision 3625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small typo patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-10-22
| | | | Originally committed as revision 3624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington ↵Loren Merritt2004-10-22
| | | | | | dot edu>) Originally committed as revision 3623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
| | | | | | | | | Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user selectble cutoff frequencyMichael Niedermayer2004-10-21
| | | | Originally committed as revision 3619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (dont reset the sample position at the block end)Michael Niedermayer2004-10-21
| | | | Originally committed as revision 3618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
| | | | Originally committed as revision 3617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix constrained parameters flagMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infinte recursion fixMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand ↵Aurelien Jacobs2004-10-17
| | | | | | combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid fake divx version workaroundMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support strictly enforcing gop sizeMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forcing of individual frame typesMichael Niedermayer2004-10-14
| | | | Originally committed as revision 3593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
| | | | Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lD Richard Felker III2004-10-12
| | | | | | | | btw what is the sense in all these nonsense REAL_* macros? the extra level of indirection seems to help nothing... can we reverse that and commit a sane replacement? Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missaliged clear_blocks() and h264 not complied but referenced fix patch by ↵Roine Gustafsson2004-10-11
| | | | | | (Roine Gustafsson <roine at users dot sourceforge dot net>) and me Originally committed as revision 3584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 ↵Aurelien Jacobs2004-10-11
| | | | | | patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres 4mvMichael Niedermayer2004-10-09
| | | | Originally committed as revision 3576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 loop filter fixMichael Niedermayer2004-10-08
| | | | | | closes bug #1033108 Originally committed as revision 3574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense removialMichael Niedermayer2004-10-08
| | | | Originally committed as revision 3573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka ↵Milan Cutka2004-10-08
| | | | | | <cutka at szm dot sk>) Originally committed as revision 3571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)Richard van der Hoff2004-10-05
| | | | | | closes #1037380 Originally committed as revision 3562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)Chip2004-10-05
| | | | Originally committed as revision 3561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot ↵Frantisek Dvorak2004-10-05
| | | | | | sourceforge dot net>) Originally committed as revision 3559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot ↵Loren Merritt2004-10-03
| | | | | | washington dot edu>) Originally committed as revision 3558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not call (av_)abort()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * these vars could be either static or extern (compilation fix gcc-3.5)Zdenek Kabelac2004-09-30
| | | | Originally committed as revision 3541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken mess removialMichael Niedermayer2004-09-29
| | | | Originally committed as revision 3539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong variable)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont just resample half of the data sometimesMichael Niedermayer2004-09-28
| | | | Originally committed as revision 3535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (signed vs. unsigend)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
| | | | | | courtesy of Konstantin Shishkov Originally committed as revision 3529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-28
| | | | Originally committed as revision 3528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot to commitMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27
| | | | | | allow h264 idct to be used for lowres=1 Originally committed as revision 3524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print "vop not coded" by defaultMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres fixes for the parserMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault)Michael Niedermayer2004-09-27
| | | | Originally committed as revision 3520 to svn://svn.ffmpeg.org/ffmpeg/trunk