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