summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
| | | | | | | | * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set. Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if ↵Michael Niedermayer2003-10-17
| | | | | | emu_edge is set Originally committed as revision 2395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGERoman Shaposhnik2003-10-16
| | | | | | was not set. Originally committed as revision 2394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-16
| | | | Originally committed as revision 2393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture buffer cleanup, this fixes a assertion failure (if assertion ↵Michael Niedermayer2003-10-16
| | | | | | checking was manualy enabled for utils.c) and a memleak at least Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick ↵Doug Larrick2003-10-15
| | | | | | <doug at ties dot org>) Originally committed as revision 2390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-15
| | | | Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-15
| | | | Originally committed as revision 11124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rounding fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* hook up the XA ADPCM decoderMike Melanson2003-10-15
| | | | Originally committed as revision 2386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
| | | | Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace file to remove nasty DOS CRs and hard tabsMike Melanson2003-10-15
| | | | Originally committed as revision 2384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be part of adpcm.cMike Melanson2003-10-15
| | | | Originally committed as revision 2383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quietMike Melanson2003-10-15
| | | | Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the correct file modesMike Melanson2003-10-15
| | | | Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-14
| | | | | | | | | | | | | | | | | | | * fixing an unitilaized field AVImageInfo::interleaved. As a matter of fact we have two problems here: first AVImageInfo::interleaved is never initialzed in img.c. The second problem is that even if we want interleaved PNGs there's a bug in png.c that prevents us from generating them. The later problem is for somebody familiar with PNG to handle. And yes, always setting AVImageInfo::interleaved to 0 isn't such a good idea, but it still beats garbage values. orginal commit by roman shaposhnik Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-14
| | | | | | | | * backing out the 0-sized packets patch. We have to devise a more sensible approach. orginal commit by roman shaposhnik Originally committed as revision 2379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove experimental referenceMike Melanson2003-10-14
| | | | Originally committed as revision 2378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make it compatible with older make (debian stable - make 3.79.1)Alex Beregszaszi2003-10-14
| | | | Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp> Originally committed as revision 2376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the case where all vlc codes are 8 bits long (repeat=256)Michael Niedermayer2003-10-13
| | | | Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check if the ac esc 3 could have been stored as vlc as this detects ↵Michael Niedermayer2003-10-13
| | | | | | only very few errors allthough it detects several buggy encoders Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init_put_bits changedAlex Beregszaszi2003-10-13
| | | | Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-13
| | | | Originally committed as revision 2368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding if the aspect ratio changesMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing codecsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 GOB decoding fixMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora comments skippingAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using av_abortAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora decoding support (only keyframes for now, because by theora the frame ↵Alex Beregszaszi2003-10-11
| | | | | | isn't flipped so the motion vectors are getting screwed up) Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimised versions of the get_pixels, diff_pixels, and bswap_bufMike Melanson2003-10-11
| | | | | | | | functions and support for 4 pixel high blocks in the put_pixels8_xxx and avg_pixels8_xxx functions, courtesy of Robin Kay (komadori at gekkou.co.uk) Originally committed as revision 2358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to commit, i hope its correctMichael Niedermayer2003-10-11
| | | | Originally committed as revision 2357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | direct rendering support Originally committed as revision 2356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | VOL != 0x120 support Originally committed as revision 2355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit (of patch, as cvslog msg didnt apply cleanly)Steven M. Schultz2003-10-11
| | | | | | libavcodec/ppc compile errors patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | slightly cleaner width / height comment Originally committed as revision 2353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | #define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>) Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofDrew Hess2003-10-11
| | | | | | promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>) Originally committed as revision 2351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * recommiting change from SF CVSRoman Shaposhnik2003-10-11
| | | | Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk