| Commit message (Expand) | Author | Age |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 |
* | in some cases, vf_bmovl produces junk due to source and | gpoirier | 2006-07-23 |
* | -vf pp7 overblurs still parts of the image, which | gpoirier | 2006-07-23 |
* | in decode_audio() memset(0) unused memory in buf before returning | nicodvb | 2006-07-23 |
* | don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea... | nicodvb | 2006-07-23 |
* | the value returned by decode_audio() must be the amount of _decoded_ bytes (... | nicodvb | 2006-07-22 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 |
* | new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d... | ben | 2006-07-19 |
* | Quit on eof, was broken by r17150 | rtogni | 2006-07-19 |
* | old 10l: do not try to compile mmx code if we do not have mmx | rfelker | 2006-07-19 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 |
* | prevent buffer underflow; the code is still incorrect and leads to desync but... | nicodvb | 2006-07-16 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 |
* | print frame type and keep track of last encountered keyframe | ivo | 2006-07-15 |
* | new black frame detection filter | ivo | 2006-07-15 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 |
* | drops casts from void * on malloc/calloc, leftover on libmpcodecs | reynaldo | 2006-07-13 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |
* | c++ decls, 100000000000l to whoever broke my code like this.. | rfelker | 2006-07-10 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 |
* | postprocess.h was moved to libpostproc years ago.. | diego | 2006-06-30 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo... | reynaldo | 2006-06-30 |
* | Avoid crash in uninit-without-config case | reimar | 2006-06-26 |
* | Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .") | uau | 2006-06-21 |
* | intercept VFCTRL_FLIP_PAGE if needed | michael | 2006-06-21 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 |
* | Comment #ifdef #endif jungle. | diego | 2006-06-21 |
* | Comment some #endif directives to avoid confusion. | diego | 2006-06-21 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 |
* | avcodec_close() | michael | 2006-06-19 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 |
* | sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma... | rathann | 2006-06-15 |
* | typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru | diego | 2006-06-12 |
* | better spatial interpolation | michael | 2006-06-09 |
* | filter left & right edges too (yeah the code is lame i know...) | michael | 2006-06-08 |
* | improved mc+src merge code | michael | 2006-06-08 |
* | fixes the infinite loop which occurs when there is a decode error in a frame. | gpoirier | 2006-06-08 |
* | vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U... | nicodvb | 2006-06-07 |
* | make spatial interlacing check optional | michael | 2006-06-07 |
* | simplify | michael | 2006-06-07 |