summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cleanupMichael Niedermayer2004-08-02
| | | | Originally committed as revision 3373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8)Michael Niedermayer2004-08-02
| | | | Originally committed as revision 3372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix one file, will probably break some others but i cant find any samples ↵Michael Niedermayer2004-08-02
| | | | | | which need this ... Originally committed as revision 3371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont be so pickyMichael Niedermayer2004-08-02
| | | | Originally committed as revision 3370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at ↵Jeff Muizelaar2004-08-02
| | | | | | student dot cs dot uwaterloo dot ca>) Originally committed as revision 3369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in DV timestamp generation. Now libavtest doesn'tRoman Shaposhnik2004-08-02
| | | | | | depend on a local TZ anymore. Originally committed as revision 3368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-08-02
| | | | Originally committed as revision 3367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various subband encoders (all either worse or complicated so they are ↵Michael Niedermayer2004-08-02
| | | | | | | | commented out) different 0-context encoding, 1.2% lower bitrate (foreman@352x288 qscale=8) no significant change at qscale=1 Originally committed as revision 3366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* /usr/include -> /usr/local/includeMichael Niedermayer2004-07-30
| | | | Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raise build number for the snowMichael Niedermayer2004-07-30
| | | | Originally committed as revision 3364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-28
| | | | Originally committed as revision 3363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* min rate should be 0 by defaultMichael Niedermayer2004-07-28
| | | | Originally committed as revision 3362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1 mv array size fixMichael Niedermayer2004-07-28
| | | | Originally committed as revision 3361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien ↵Sebastien Bechet2004-07-28
| | | | | | Bechet <s.bechet at av7 dot net>) Originally committed as revision 3360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-07-28
| | | | Originally committed as revision 3359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use non zero qscale for svq1 testMichael Niedermayer2004-07-28
| | | | Originally committed as revision 3358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fixMichael Niedermayer2004-07-28
| | | | Originally committed as revision 3357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont segfault without -strict -1Michael Niedermayer2004-07-28
| | | | Originally committed as revision 3356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a small quirk with DV audio muxingRoman Shaposhnik2004-07-27
| | | | | | * making DV testable via libavtest Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize quantizaton (about 3x faster)Michael Niedermayer2004-07-27
| | | | | | further opt is easily possible but could lead to overflows depening upon coefficient range, so this wont be done yet as it would make the code somewhat less flexible Originally committed as revision 3354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-07-27
| | | | | | | | remove ugly and slow vertical scaning code 0.1% bitrate increase (foreman@352x288 qp=1) 0.3% bitrate increase (foreman@352x288 qp=8) Originally committed as revision 3353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use parent sample to predict significance & magnitudeMichael Niedermayer2004-07-27
| | | | | | 1% bitrate reduction (foreman@352x288 qscale 1 & 8) Originally committed as revision 3352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* realloc(NULL) fixMichael Niedermayer2004-07-27
| | | | Originally committed as revision 3351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log2() & bsdMichael Niedermayer2004-07-27
| | | | Originally committed as revision 3350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* well that does not need to be there anymoreMike Melanson2004-07-27
| | | | Originally committed as revision 3349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better context model (0.2-1% lower bitrate)Michael Niedermayer2004-07-27
| | | | | | a tiny bit cleanup Originally committed as revision 3348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arghMichael Niedermayer2004-07-26
| | | | Originally committed as revision 3347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at ↵Todd Kirby2004-07-26
| | | | | | pacbell dot net>) Originally committed as revision 3346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support improvements by (Aurelien Jacobs)Michael Niedermayer2004-07-26
| | | | Originally committed as revision 3345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-07-26
| | | | Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIMER dummies for non-x86Michael Niedermayer2004-07-26
| | | | Originally committed as revision 3343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2004-07-26
| | | | Originally committed as revision 3342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* my experimental wavelet codecMichael Niedermayer2004-07-25
| | | | | | note, this is far from finished, dont expect todays encodings to be decodeable with cvs tomorrow ... Originally committed as revision 3341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
| | | | Originally committed as revision 3340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-25
| | | | Originally committed as revision 3339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multi frame duplication fixMichael Niedermayer2004-07-25
| | | | Originally committed as revision 3338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug causing conversion to stop when output_packet() fails patch by ↵Patrice Bensoussan2004-07-25
| | | | | | (Patrice Bensoussan <patrice.bensoussan at free dot fr>) Originally committed as revision 3337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * patch from James Morrison (getting rid of broken code)Roman Shaposhnik2004-07-23
| | | | Originally committed as revision 3336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmetics -- force "command not found" not to be printedRoman Shaposhnik2004-07-23
| | | | Originally committed as revision 3335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems noone knows what to do with bugreports against old ffmpeg versionsMichael Niedermayer2004-07-23
| | | | Originally committed as revision 3334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make comments doxygen compatibleMichael Niedermayer2004-07-22
| | | | Originally committed as revision 3333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Support empty GOB's (no mb's) and skip all mb'sChris Flerackers2004-07-22
| | | | | | | | | - Mb's were not skipped at the end of a GOB - One value too much was used in iDCT - Chroma_qscale was not updated for mquant patch by ("Chris Flerackers" <cflerackers at androme dot be>) Originally committed as revision 3332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Option to copy meta data from specified file patch by (Patrice Bensoussan ↵Patrice Bensoussan2004-07-21
| | | | | | <patrice.bensoussan at free dot fr>) Originally committed as revision 3331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb supportMichael Niedermayer2004-07-21
| | | | Originally committed as revision 3330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* miscalculation of header_bits when using the -thread option bugfix, patch by ↵Christophe Massiot2004-07-20
| | | | | | (Christophe Massiot <cmassiot at freebox dot fr>) Originally committed as revision 3329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, tyopMike Melanson2004-07-20
| | | | Originally committed as revision 3328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 ↵Michael Niedermayer2004-07-17
| | | | | | dot net>) Originally committed as revision 3327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable mov_read_elstMichael Niedermayer2004-07-17
| | | | Originally committed as revision 3326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi2004-07-17
| | | | Originally committed as revision 12839 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* simplify the initAlex Beregszaszi2004-07-17
| | | | Originally committed as revision 12838 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc