summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* optimization tipsMichael Niedermayer2003-01-111-0/+137
| | | | | | can allso be used as a torture test for ur spelling checker Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-112-3/+5
| | | | Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more formatsFabrice Bellard2003-01-112-37/+52
| | | | Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added av_set_parameters()Fabrice Bellard2003-01-111-0/+3
| | | | Originally committed as revision 1441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* still image support - increase audio buffer size - do hex dump even if ↵Fabrice Bellard2003-01-111-14/+60
| | | | | | packet is discarded Originally committed as revision 1440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-116-758/+716
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_get_filename()Fabrice Bellard2003-01-112-1/+10
| | | | Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extracted yuv4mpeg from img.c (untested)Fabrice Bellard2003-01-111-0/+164
| | | | Originally committed as revision 1437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added simple still image format support to simplify image and imagepipe ↵Fabrice Bellard2003-01-111-3/+53
| | | | | | video formats Originally committed as revision 1436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added missing formats in all functions - added monoblack, monowhite and ↵Fabrice Bellard2003-01-111-72/+207
| | | | | | gray8 support for most conversions Originally committed as revision 1435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-111-104/+0
| | | | Originally committed as revision 1434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build update - avpicture_fill() returns the image sizeFabrice Bellard2003-01-111-4/+4
| | | | Originally committed as revision 1433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpuFabrice Bellard2003-01-111-1/+1
| | | | Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-111-642/+834
| | | | Originally committed as revision 1431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-111-30/+1
| | | | Originally committed as revision 1430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new image formats - suppressed ill defined formats (endianness, unless ↵Fabrice Bellard2003-01-111-12/+11
| | | | | | specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() Originally committed as revision 1429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-101-0/+12
| | | | Originally committed as revision 1428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo (noticed by kabi)Michael Niedermayer2003-01-091-2/+2
| | | | Originally committed as revision 1427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel fixMichael Niedermayer2003-01-096-398/+344
| | | | Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed wmv2 slicesMichael Niedermayer2003-01-093-14/+6
| | | | Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround dropable p frame after first frame bugMichael Niedermayer2003-01-091-0/+4
| | | | Originally committed as revision 1424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec patches by Romain DolbeauFabrice Bellard2003-01-085-81/+191
| | | | Originally committed as revision 1423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed getopt.hFabrice Bellard2003-01-073-9/+5
| | | | Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests link all libavcodecFabrice Bellard2003-01-071-2/+1
| | | | Originally committed as revision 1421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed pix_norm_altivecFabrice Bellard2003-01-073-44/+0
| | | | Originally committed as revision 1420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard2003-01-071-6/+0
| | | | Originally committed as revision 1419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic M_PI defineFabrice Bellard2003-01-071-3/+4
| | | | Originally committed as revision 1418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with ↵Fabrice Bellard2003-01-074-29/+212
| | | | | | fft-test and wma decoding Originally committed as revision 1417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed redundant includesFabrice Bellard2003-01-071-2/+1
| | | | Originally committed as revision 1416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please ↵Fabrice Bellard2003-01-071-10/+2
| | | | | | tell me if you have better ideas for intrinsic naming or Makefile support) Originally committed as revision 1415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align fixes for sse/altivecFabrice Bellard2003-01-071-6/+6
| | | | Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabled SSE fft on x86Fabrice Bellard2003-01-071-3/+4
| | | | Originally committed as revision 1413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc instead of mallocFabrice Bellard2003-01-071-2/+2
| | | | Originally committed as revision 1412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile fixesFabrice Bellard2003-01-071-27/+6
| | | | Originally committed as revision 1411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-071-0/+12
| | | | Originally committed as revision 1410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow easy use of GCC vector builtins on x86 (has someone a better idea?)Fabrice Bellard2003-01-071-0/+25
| | | | Originally committed as revision 1409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC / ebx fixMichael Niedermayer2003-01-072-8/+16
| | | | Originally committed as revision 1408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more gcc bug workaroundsMichael Niedermayer2003-01-072-7/+15
| | | | Originally committed as revision 1407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but ↵Michael Niedermayer2003-01-071-3/+3
| | | | | | didnt check) Originally committed as revision 1406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l, but for whom? (zero ME sucks and caused the many I frames in the ↵Michael Niedermayer2003-01-062-21/+21
| | | | | | regression tests) Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-061-5/+9
| | | | Originally committed as revision 1404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid usage of next/last buffer after flushZdenek Kabelac2003-01-061-1/+2
| | | | | | (but there still something wrong when the first frame isn't keyframe) Originally committed as revision 1403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * first shot for generaly usable option parser for codecsZdenek Kabelac2003-01-062-1/+113
| | | | Originally committed as revision 1402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l (push & esp) using mangle now ...Michael Niedermayer2003-01-061-82/+59
| | | | Originally committed as revision 1401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame segfault fixMichael Niedermayer2003-01-061-4/+4
| | | | Originally committed as revision 1400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve bind failure message to indicate the port that failedPhilip Gladstone2003-01-051-1/+3
| | | | Originally committed as revision 1399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel in b frames bugfixesMichael Niedermayer2003-01-052-149/+152
| | | | Originally committed as revision 1398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc ↵Michael Niedermayer2003-01-051-9/+34
| | | | | | 2.95.* support is droped) Originally committed as revision 1397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV 411/422/444 support for ppMichael Niedermayer2003-01-054-8/+26
| | | | Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* negative linesize support (so mplayer -flip works)Michael Niedermayer2003-01-052-3/+5
| | | | Originally committed as revision 1395 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud