]> git.sesse.net Git - ffmpeg/history - postproc
segfault fix
[ffmpeg] / postproc /
2003-10-22 Michael Niedermayerminimum slice size fix (fixes 422P 1 line per slice...
2003-10-15 Michael Niedermayerdither scaling coefficients so they add up to 1.0
2003-10-15 Michael Niedermayerrounding fixes
2003-10-10 Michael Niedermayeryv12->uyvy MMX
2003-10-10 Michael Niedermayer1E10l
2003-10-09 Michael Niedermayer10l
2003-10-09 Alex Beregszasziuyvy output support in swscaler
2003-10-07 Ken MandelbergFixed the brokeness and also bgr32 should work now...
2003-10-04 Gabucinomany small typo and grammar fixes
2003-09-26 Michael NiedermayersrcSliceY % 4 != 0 fix
2003-09-21 Pierre Lombardreversed for cause of code obsolescence
2003-09-20 Pierre Lombardprintf() requires stdio.h
2003-07-28 Alex Beregszasziremove cs_test and swscale-example too
2003-06-19 Michael Niedermayerfixing "internal error in orderYUV" bug
2003-06-01 Alex Beregszasziunused
2003-06-01 Michael Niedermayervf_scale.h & related cleanup & some small warning fix...
2003-05-23 Alex Beregszaszics_test cleanup and fix compilation if gui enabled
2003-05-23 Alex Beregszasziupdate
2003-05-23 Alex Beregszaszinon-x86 support
2003-05-01 Alex Beregszasziremoved the last mp_msg :)
2003-04-25 Michael Niedermayerbigendian fix by (Samuel Kleiner <kleiner at cd dot...
2003-04-25 Michael Niedermayerremove remaining cpudetect dependancy
2003-04-25 Michael Niedermayermoving getFilter stuff back (vf_scale.c -> swscale.c)
2003-04-24 Michael Niedermayerremoving sws - global verbose var dependancy
2003-04-21 Alex Beregszaszikilled an mp_msg occurance
2003-04-17 Michael Niedermayermplayer idependant (not really yet) swscale example
2003-04-08 Andreas Öman10l patch by (Andreas Hess <jaska at gmx dot net>)
2003-03-27 Michael Niedermayer10l
2003-03-27 Michael Niedermayer10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-24 Michael Niedermayercleanup
2003-02-23 Michael Niedermayersws_ prefix, more seperation between internal & externa...
2003-02-21 Michael Niedermayer100l (gcc 3.2 .....)
2003-02-21 Michael Niedermayeryuv2rgb brightness/contrast/saturation/different colors...
2003-02-18 Michael Niedermayercleanup
2003-02-18 Michael Niedermayeroptimize
2003-02-15 Michael Niedermayer1000l
2003-02-15 Michael Niedermayerbigendian bug (fixes?)
2003-02-15 Michael Niedermayersimpler & faster
2003-02-14 Michael Niedermayermoving postprocess to ffmpeg/libavcodec
2003-02-13 Michael Niedermayercleanup
2003-02-13 Michael Niedermayerbrightness / saturation / contrast / different yuv...
2003-02-13 Michael Niedermayercleanup
2003-02-13 Michael Niedermayercleanup
2003-02-11 Michael Niedermayeravoid #include "../
2003-02-11 Michael Niedermayer#ifdef c++
2003-02-11 Michael Niedermayer-fPIC compileable
2003-02-11 Michael Niedermayeryv12 -> yuy2 converter in alpha asm (from mplayerxp)
2003-02-11 Michael Niedermayercleanup (unsigned stride -> int stride)
2003-02-03 Michael Niedermayeryuv9 -> yv12 bugfixes
2003-02-01 Michael Niedermayer10l found by (Dominik Mierzejewski <dominik at rangers...
2003-01-30 Michael Niedermayerfixing rgb4 & bgr4 (2 pixels per byte)
2003-01-23 Michael NiedermayerUYVY input
2003-01-23 D Richard Felker IIIC implementation of the median deinterlacer (seems...
2003-01-05 Michael NiedermayerYUV 411/422/444 support for pp
2002-12-30 Sascha Sommer10l another int i missing (without ^M)
2002-12-30 Michael Niedermayer10l (int i)
2002-12-29 Michael Niedermayercleaning corners of green dirt ;)
2002-12-29 Michael Niedermayerbuffer alloc cleanup / 10l
2002-11-23 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-11-18 Michael Niedermayerfixing compilation of cs_test
2002-11-06 Arpi*HUGE* set of compiler warning fixes, unused variables...
2002-11-04 Michael Niedermayerdont use fastmemcpy for PIC
2002-11-04 Michael Niedermayer10l
2002-11-04 Michael Niedermayerfixing dependancies
2002-11-03 Michael Niedermayerpp docs
2002-11-02 Michael Niedermayercleanup
2002-11-02 Michael Niedermayercleanup
2002-11-01 Arpiverbose can be negative
2002-11-01 Michael Niedermayercosmetics requested by kabi
2002-10-31 Michael Niedermayerdisabling compilation of .so if its not needed, gcc...
2002-10-31 Michael Niedermayerusing fewer registers ... to workaround something
2002-10-30 Michael Niedermayerremoving "-npp" (found by arpi)
2002-10-30 Michael Niedermayerper context cpuCaps (idea by kabi)
2002-10-30 Michael Niedermayerchange qscale type to int8 and fix qscale ordering
2002-10-30 Michael Niedermayerusing same numbers for cpuCaps as libmpeg2 & liba52
2002-10-30 Michael Niedermayercleanly passing the cpuCaps
2002-10-29 Michael Niedermayer10l
2002-10-29 Michael Niedermayercleanup
2002-10-29 Michael Niedermayercosmetics ;)
2002-10-29 Michael Niedermayerbetter deblocking filter
2002-10-29 Michael Niedermayer-fomit-frame-pointer is needed for the PIC code
2002-10-29 Michael Niedermayerusing fewer registers (fixes compilation bug hopefully)
2002-10-29 Colin Leroyfix compilation on non-x86 with gcc 2.95
2002-10-28 Michael Niedermayerpostprocessing cleanup:
2002-10-23 Colin Leroyfixing RGB32->RGB16 on big endian patch by (Colin Leroy...
2002-10-17 Michael Niedermayeravoid multiple init
2002-10-13 Michael Niedermayerfixing yuy2 upscaling (use -sws 0 for the faster but...
2002-10-13 Michael Niedermayermmx yuy2 output
2002-10-13 Michael Niedermayeryuy2 output support
2002-09-22 Arpitons of warning fixes, also some 10l bugfixes, includin...
2002-09-16 Arpiuse detected WORDSIZE instead of warning, when inttypes...
2002-09-09 Michael Niedermayerfixing y422p output
2002-09-09 Alex Beregszaszifixed palette8to{rgb24,bgr24,rgb32,bgr32}
2002-09-01 Arpiwarning fixes by Dominik Mierzejewski <dominik@rangers...
2002-08-30 Alex Beregszasziadded missing palette8tobgr pairs (hope it's correct)
2002-08-22 Joey Parrishremoved -W -Wall -g and other gcc-specific warning...
2002-08-13 Eric Sesterhennremove unused varibles patch by (Eric Sesterhenn <Snake...
2002-08-08 Michael Niedermayer1000l
2002-08-01 Michael Niedermayerplanar yuv 444 422 411 support
2002-07-09 Michael Niedermayerfixing sinc filter (seems the problem was caused by...
next