summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* C99 initializers and kill warnings patch by (mru at users dot sourceforge ↵Måns Rullgård2003-01-19
| | | | | | dot net (Måns Rullgård)) Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
| | | | | | | nicer mb decission a few minor improvements & fixes Originally committed as revision 1472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,Falk Hüffner2003-01-19
| | | | | | | uint32 array index -> segv), so let's just use a nice plain unobfuscated version, which also happens to be faster for me. Originally committed as revision 1470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugsMichael Niedermayer2003-01-18
| | | | Originally committed as revision 1469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - removed nonsense *.d dependancy stuff, there was already a better 'make ↵Arpi2003-01-17
| | | | | | | | dep' support in it - enabled .depend generation by default, so no need to 'make dep' then... Originally committed as revision 1468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau ↵Michael Niedermayer2003-01-16
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 1464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
| | | | Originally committed as revision 1462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more compare functions (rd & bit)Michael Niedermayer2003-01-15
| | | | Originally committed as revision 1461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-01-14
| | | | Originally committed as revision 1460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding bug autodetection improvement 2nd tryMichael Niedermayer2003-01-13
| | | | Originally committed as revision 1458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding/stuffing bug autodetectionMichael Niedermayer2003-01-13
| | | | Originally committed as revision 1457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc1 segfault fix (found by kabi)Michael Niedermayer2003-01-13
| | | | Originally committed as revision 1456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet ↵Michael Niedermayer2003-01-12
| | | | | | dot fr>) Originally committed as revision 1455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* /* align 16 */Michael Niedermayer2003-01-12
| | | | Originally committed as revision 1454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* average motion vector rounding like the reference says and not what the ↵Michael Niedermayer2003-01-12
| | | | | | standard says Originally committed as revision 1453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_format()Michael Niedermayer2003-01-12
| | | | Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at ↵Felix von Leitner2003-01-11
| | | | | | fefe dot de>) (with some modifications) Originally committed as revision 1450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)Felix von Leitner2003-01-11
| | | | Originally committed as revision 1449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
| | | | Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added missing formats in all functions - added monoblack, monowhite and ↵Fabrice Bellard2003-01-11
| | | | | | gray8 support for most conversions Originally committed as revision 1435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-11
| | | | Originally committed as revision 1434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build update - avpicture_fill() returns the image sizeFabrice Bellard2003-01-11
| | | | 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-11
| | | | 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-11
| | | | Originally committed as revision 1431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-11
| | | | Originally committed as revision 1430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new image formats - suppressed ill defined formats (endianness, unless ↵Fabrice Bellard2003-01-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-10
| | | | Originally committed as revision 1428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo (noticed by kabi)Michael Niedermayer2003-01-09
| | | | Originally committed as revision 1427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel fixMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed wmv2 slicesMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround dropable p frame after first frame bugMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec patches by Romain DolbeauFabrice Bellard2003-01-08
| | | | Originally committed as revision 1423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed getopt.hFabrice Bellard2003-01-07
| | | | Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests link all libavcodecFabrice Bellard2003-01-07
| | | | Originally committed as revision 1421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed pix_norm_altivecFabrice Bellard2003-01-07
| | | | Originally committed as revision 1420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard2003-01-07
| | | | Originally committed as revision 1419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic M_PI defineFabrice Bellard2003-01-07
| | | | 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-07
| | | | | | fft-test and wma decoding Originally committed as revision 1417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed redundant includesFabrice Bellard2003-01-07
| | | | 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-07
| | | | | | 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-07
| | | | Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabled SSE fft on x86Fabrice Bellard2003-01-07
| | | | Originally committed as revision 1413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc instead of mallocFabrice Bellard2003-01-07
| | | | Originally committed as revision 1412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile fixesFabrice Bellard2003-01-07
| | | | Originally committed as revision 1411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-07
| | | | Originally committed as revision 1410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC / ebx fixMichael Niedermayer2003-01-07
| | | | Originally committed as revision 1408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more gcc bug workaroundsMichael Niedermayer2003-01-07
| | | | 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-07
| | | | | | didnt check) Originally committed as revision 1406 to svn://svn.ffmpeg.org/ffmpeg/trunk