summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* optimizing av_log2Michael Niedermayer2003-01-272-11/+29
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-273-4/+155
* drawing cute arrows instead of lame lines for motion vector visualizationMichael Niedermayer2003-01-261-2/+21
* feeding doxygenMichael Niedermayer2003-01-261-0/+42
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-269-59/+142
* removed warningFabrice Bellard2003-01-231-2/+0
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-239-28/+64
* undefine malloc macrosFabrice Bellard2003-01-231-0/+4
* reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer2003-01-231-6/+6
* fixed dependancy generation (I want the case where SRC_PATH is not . to work ...Fabrice Bellard2003-01-221-1/+4
* cleanupMichael Niedermayer2003-01-215-25/+45
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-2114-55/+63
* More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-01-204-97/+389
* img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-01-201-2/+4
* added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard2003-01-201-64/+81
* trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer2003-01-203-9/+24
* fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer2003-01-201-6/+6
* * code for parsing optionsZdenek Kabelac2003-01-202-10/+211
* reverseNick Kurshev2003-01-203-20/+20
* Function renaming. Solves some namespace conflictsNick Kurshev2003-01-203-20/+20
* alignMichael Niedermayer2003-01-191-5/+11
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-198-141/+513
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-196-62/+63
* finetuneing thresholds/factorsMichael Niedermayer2003-01-199-114/+374
* sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,Falk Hüffner2003-01-191-50/+22
* bugsMichael Niedermayer2003-01-184-8/+10
* - removed nonsense *.d dependancy stuff, there was already a better 'make dep...Arpi2003-01-171-12/+6
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-169-40/+455
* fixing DCTELEM != shortMichael Niedermayer2003-01-157-50/+65
* more compare functions (rd & bit)Michael Niedermayer2003-01-155-4/+153
* 10lMichael Niedermayer2003-01-141-3/+3
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-141-1/+8
* padding bug autodetection improvement 2nd tryMichael Niedermayer2003-01-131-10/+8
* better padding/stuffing bug autodetectionMichael Niedermayer2003-01-131-5/+9
* gmc1 segfault fix (found by kabi)Michael Niedermayer2003-01-131-6/+9
* dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot...Michael Niedermayer2003-01-123-1/+125
* /* align 16 */Michael Niedermayer2003-01-121-5/+5
* average motion vector rounding like the reference says and not what the stand...Michael Niedermayer2003-01-121-2/+1
* get_format()Michael Niedermayer2003-01-124-0/+18
* sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f...Felix von Leitner2003-01-112-0/+162
* add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)Felix von Leitner2003-01-111-2/+2
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-119-26/+262
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-112-4/+37
* added missing formats in all functions - added monoblack, monowhite and gray8...Fabrice Bellard2003-01-111-72/+207
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-111-104/+0
* build update - avpicture_fill() returns the image sizeFabrice Bellard2003-01-111-4/+4
* changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpuFabrice Bellard2003-01-111-1/+1
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-111-642/+834
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-111-30/+1
* new image formats - suppressed ill defined formats (endianness, unless specif...Fabrice Bellard2003-01-111-12/+11
OpenPOWER on IntegriCloud