summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and ↵Michael Niedermayer2003-02-01
| | | | | | Colin Leroy <colin at colino dot net>) Originally committed as revision 1526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DVD LPCM decoding supportFabrice Bellard2003-01-31
| | | | Originally committed as revision 1525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-30
| | | | | | adding bg4b & rg4b (1 pixel per byte) Originally committed as revision 9172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100000lMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugfixMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * headers valid for C++ compilersZdenek Kabelac2003-01-28
| | | | Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make consistent decisions for dlopen/dlfcn and vhookFabrice Bellard2003-01-28
| | | | Originally committed as revision 1520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you ↵Fabrice Bellard2003-01-28
| | | | | | have a better solution ? Originally committed as revision 1519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32: added vsnprintfFabrice Bellard2003-01-28
| | | | Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l / 4mv segfault fixMichael Niedermayer2003-01-28
| | | | Originally committed as revision 1517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-27
| | | | Originally committed as revision 1516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing av_log2Michael Niedermayer2003-01-27
| | | | Originally committed as revision 1515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-27
| | | | Originally committed as revision 1514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-01-27
| | | | Originally committed as revision 1513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drawing cute arrows instead of lame lines for motion vector visualizationMichael Niedermayer2003-01-26
| | | | Originally committed as revision 1512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* feeding doxygenMichael Niedermayer2003-01-26
| | | | Originally committed as revision 1511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer ↵Romain Dolbeau2003-01-26
| | | | | | using the existing CONFIG_DARWIN Makefile variable and suppress the redundant TARGET_OS variable, but it would break the current mplayer patch) Originally committed as revision 1510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26
| | | | Originally committed as revision 1509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unneeded mallocsFabrice Bellard2003-01-25
| | | | Originally committed as revision 1508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningFabrice Bellard2003-01-23
| | | | Originally committed as revision 1506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefine malloc macrosFabrice Bellard2003-01-23
| | | | Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
| | | | Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 channel selection by Max Krasnyansky - modified channel number to be ↵Fabrice Bellard2003-01-23
| | | | | | in base 10 by default Originally committed as revision 1500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable) - ↵Fabrice Bellard2003-01-23
| | | | | | currently unused video output stuff for ffplay Originally committed as revision 1498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video_device fixesFabrice Bellard2003-01-23
| | | | Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-01-23
| | | | Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UYVY inputMichael Niedermayer2003-01-23
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* C implementation of the median deinterlacer (seems to be the only oneD Richard Felker III2003-01-23
| | | | | | | that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. Originally committed as revision 9071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer2003-01-23
| | | | Originally committed as revision 1494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused ruleFabrice Bellard2003-01-22
| | | | Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed -msse stuffFabrice Bellard2003-01-22
| | | | Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed dependancy generation (I want the case where SRC_PATH is not . to work ↵Fabrice Bellard2003-01-22
| | | | | | too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff Originally committed as revision 1488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-01-21
| | | | Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-01-20
| | | | Originally committed as revision 1485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-01-20
| | | | Originally committed as revision 1484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard2003-01-20
| | | | Originally committed as revision 1483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer2003-01-20
| | | | Originally committed as revision 1482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer2003-01-20
| | | | Originally committed as revision 1481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * code for parsing optionsZdenek Kabelac2003-01-20
| | | | | | | now options have to be added... - see main for a simple usage example. Originally committed as revision 1480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverseNick Kurshev2003-01-20
| | | | Originally committed as revision 1479 to svn://svn.ffmpeg.org/ffmpeg/trunk