aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* support skiping of mb rows during decodingMichael Niedermayer2004-06-263-4/+24
| | | | Originally committed as revision 3253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-06-251-221/+24
| | | | Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-251-1/+5
| | | | Originally committed as revision 3251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2004-06-251-2/+3
| | | | Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bigendian fixAlex Beregszaszi2004-06-251-1/+1
| | | | Originally committed as revision 12658 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizationMichael Niedermayer2004-06-253-32/+17
| | | | Originally committed as revision 3249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature ↵Michael Niedermayer2004-06-241-0/+11
| | | | | | request tracker Originally committed as revision 3248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg with ffplay fixMichael Niedermayer2004-06-241-2/+0
| | | | Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation for -itsoffset switch by (Wolfram Gloger <wmglo at dent dot ↵Michael Niedermayer2004-06-241-0/+7
| | | | | | med dot uni-muenchen dot de>) Originally committed as revision 3246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ranlib cleanup by Dan ChristiansenAlex Beregszaszi2004-06-241-0/+1
| | | | Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* try to allocate the buffer before usig it :)Michael Niedermayer2004-06-221-11/+11
| | | | Originally committed as revision 3245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-226-44/+96
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase size of crop tableMichael Niedermayer2004-06-211-1/+1
| | | | Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix codebook usage for v1 vectorsRoberto Togni2004-06-201-12/+12
| | | | Originally committed as revision 3242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lMichael Niedermayer2004-06-201-2/+2
| | | | Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvs diff before cvs commitMike Melanson2004-06-193-80/+1
| | | | Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-1935-160/+240
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer2004-06-191-6/+11
| | | | | | some more checks Originally committed as revision 3238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to the ffsvq3 author, our default bitstream reader is only guranteed ↵Michael Niedermayer2004-06-191-2/+5
| | | | | | to be able to read 25bit at a time Originally committed as revision 3237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-06-191-2/+3
| | | | Originally committed as revision 3236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct audio parameters when grabbing and using "-acodec copy" patch by ↵Wolfram Gloger2004-06-181-1/+2
| | | | | | (Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>) Originally committed as revision 3235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-06-181-1/+1
| | | | Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-182-5/+12
| | | | Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum changes due to new resampling codeMichael Niedermayer2004-06-182-9/+9
| | | | Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-181-2/+2
| | | | Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install only manpage if binary is present patch by (Nicolas Boos ↵Nicolas Boos2004-06-171-2/+4
| | | | | | <nicolas.boos at wanadoo dot fr>) Originally committed as revision 3230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid useless normalization and 10l fixMichael Niedermayer2004-06-171-5/+12
| | | | Originally committed as revision 3229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer2004-06-174-174/+249
| | | | | | resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer2004-06-171-1/+1
| | | | Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cut-n-paste error slipped through the cracks... thanks to DJ Hartman forMike Melanson2004-06-161-1/+1
| | | | | | the report Originally committed as revision 3226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-152-14/+36
| | | | | | use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* coefficient saturation fixMichael Niedermayer2004-06-141-13/+11
| | | | Originally committed as revision 3224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file id stringMichael Niedermayer2004-06-143-8/+15
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fewer overflowsMichael Niedermayer2004-06-141-5/+8
| | | | Originally committed as revision 3222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning vigilanceMike Melanson2004-06-131-2/+2
| | | | Originally committed as revision 3221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the ongoing struggle for encoding conditionalsMike Melanson2004-06-131-0/+4
| | | | Originally committed as revision 3220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better cbp handling and small speedup in mpeg12Ivan Kalvachev2004-06-122-87/+29
| | | | Originally committed as revision 3219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp discontinuity correction try #1Michael Niedermayer2004-06-121-6/+23
| | | | Originally committed as revision 3218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-112-6/+34
| | | | | | | | frame dup/drop info typos patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chroma me fixMichael Niedermayer2004-06-112-5/+23
| | | | Originally committed as revision 3216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev2004-06-113-45/+105
| | | | Originally committed as revision 3215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix initialization bug in which execution overwrites essential dataMike Melanson2004-06-111-8/+8
| | | | | | | tables which causes trouble on subsequent runs if decoder is not disposed first Originally committed as revision 3214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clip input motion vectorsMichael Niedermayer2004-06-102-3/+27
| | | | | | | | | be somewhat more tollerant on invalid input return INT_MAX instead of -1 for unuseable mv/mb types as that ensures nicely that they arent used initalize limits earlier for b frames a few more asserts to check for out of picture vectors Originally committed as revision 3213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fourccsMichael Niedermayer2004-06-101-0/+2
| | | | Originally committed as revision 3212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to create some separation in the FLAC system with respect toMike Melanson2004-06-101-2/+22
| | | | | | | demuxer and decoder layers by enabling the FLAC decoder to decode data without needing the entire file, from start to finish Originally committed as revision 3211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h ↵Chip2004-06-091-1/+1
| | | | | | patch by (Chip <szarlada at freemail dot hu>) Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-091-1/+1
| | | | Originally committed as revision 3209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer2004-06-081-0/+3
| | | | Originally committed as revision 3208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2004-06-082-3/+3
| | | | | | irisa dot fr>) Originally committed as revision 3207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse8 and nsse in mmxMichael Niedermayer2004-06-081-0/+302
| | | | Originally committed as revision 3206 to svn://svn.ffmpeg.org/ffmpeg/trunk