| Commit message (Expand) | Author | Age | Files | Lines |
* | trying to fix mb skip bug in mpeg1/2 if slices are not used | Michael Niedermayer | 2003-01-20 | 3 | -9/+24 |
* | fixing yuv422 -> yuv420p (i need that for the vceq videos ...) | Michael Niedermayer | 2003-01-20 | 1 | -6/+6 |
* | * code for parsing options | Zdenek Kabelac | 2003-01-20 | 2 | -10/+211 |
* | reverse | Nick Kurshev | 2003-01-20 | 3 | -20/+20 |
* | Function renaming. Solves some namespace conflicts | Nick Kurshev | 2003-01-20 | 3 | -20/+20 |
* | align | Michael Niedermayer | 2003-01-19 | 1 | -5/+11 |
* | PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <... | Romain Dolbeau | 2003-01-19 | 8 | -141/+513 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 6 | -62/+63 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 9 | -114/+374 |
* | sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, | Falk Hüffner | 2003-01-19 | 1 | -50/+22 |
* | bugs | Michael Niedermayer | 2003-01-18 | 4 | -8/+10 |
* | - removed nonsense *.d dependancy stuff, there was already a better 'make dep... | Arpi | 2003-01-17 | 1 | -12/+6 |
* | AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do... | Michael Niedermayer | 2003-01-16 | 9 | -40/+455 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 7 | -50/+65 |
* | more compare functions (rd & bit) | Michael Niedermayer | 2003-01-15 | 5 | -4/+153 |
* | 10l | Michael Niedermayer | 2003-01-14 | 1 | -3/+3 |
* | AUtomatic dependency generation. Runs on Linux (at least). Probably should | Philip Gladstone | 2003-01-14 | 1 | -1/+8 |
* | padding bug autodetection improvement 2nd try | Michael Niedermayer | 2003-01-13 | 1 | -10/+8 |
* | better padding/stuffing bug autodetection | Michael Niedermayer | 2003-01-13 | 1 | -5/+9 |
* | gmc1 segfault fix (found by kabi) | Michael Niedermayer | 2003-01-13 | 1 | -6/+9 |
* | dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot... | Michael Niedermayer | 2003-01-12 | 3 | -1/+125 |
* | /* align 16 */ | Michael Niedermayer | 2003-01-12 | 1 | -5/+5 |
* | average motion vector rounding like the reference says and not what the stand... | Michael Niedermayer | 2003-01-12 | 1 | -2/+1 |
* | get_format() | Michael Niedermayer | 2003-01-12 | 4 | -0/+18 |
* | sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f... | Felix von Leitner | 2003-01-11 | 2 | -0/+162 |
* | add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) | Felix von Leitner | 2003-01-11 | 1 | -2/+2 |
* | altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) | Romain Dolbeau | 2003-01-11 | 9 | -26/+262 |
* | os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) | Slavik Gnatenko | 2003-01-11 | 2 | -4/+37 |
* | added missing formats in all functions - added monoblack, monowhite and gray8... | Fabrice Bellard | 2003-01-11 | 1 | -72/+207 |
* | moved avpicture_xxx to imgconvert | Fabrice Bellard | 2003-01-11 | 1 | -104/+0 |
* | build update - avpicture_fill() returns the image size | Fabrice Bellard | 2003-01-11 | 1 | -4/+4 |
* | changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu | Fabrice Bellard | 2003-01-11 | 1 | -1/+1 |
* | simplified code (need automatic testing) - added primitive new format support. | Fabrice Bellard | 2003-01-11 | 1 | -642/+834 |
* | moved avcodec_get_chroma_sub_sample() to imgconvert.c | Fabrice Bellard | 2003-01-11 | 1 | -30/+1 |
* | new image formats - suppressed ill defined formats (endianness, unless specif... | Fabrice Bellard | 2003-01-11 | 1 | -12/+11 |
* | Implement sad8x8 and sad16x16 with pix_abs. | Falk Hüffner | 2003-01-10 | 1 | -0/+12 |
* | typo (noticed by kabi) | Michael Niedermayer | 2003-01-09 | 1 | -2/+2 |
* | qpel fix | Michael Niedermayer | 2003-01-09 | 6 | -398/+344 |
* | fixed wmv2 slices | Michael Niedermayer | 2003-01-09 | 3 | -14/+6 |
* | workaround dropable p frame after first frame bug | Michael Niedermayer | 2003-01-09 | 1 | -0/+4 |
* | altivec patches by Romain Dolbeau | Fabrice Bellard | 2003-01-08 | 5 | -81/+191 |
* | suppressed getopt.h | Fabrice Bellard | 2003-01-07 | 3 | -9/+5 |
* | tests link all libavcodec | Fabrice Bellard | 2003-01-07 | 1 | -2/+1 |
* | suppressed pix_norm_altivec | Fabrice Bellard | 2003-01-07 | 3 | -44/+0 |
* | suppressed redundant math.h - suppressed M_PI redefinition | Fabrice Bellard | 2003-01-07 | 1 | -6/+0 |
* | generic M_PI define | Fabrice Bellard | 2003-01-07 | 1 | -3/+4 |
* | fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes... | Fabrice Bellard | 2003-01-07 | 4 | -29/+212 |
* | removed redundant includes | Fabrice Bellard | 2003-01-07 | 1 | -2/+1 |
* | enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tel... | Fabrice Bellard | 2003-01-07 | 1 | -10/+2 |
* | align fixes for sse/altivec | Fabrice Bellard | 2003-01-07 | 1 | -6/+6 |