aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* simplifyGravatar michael2006-06-07
* cleanupGravatar michael2006-06-07
* cleanupGravatar michael2006-06-07
* simplifyGravatar michael2006-06-06
* yet another deinterlacing filterGravatar michael2006-06-06
* Spelling fixGravatar pacman2006-06-06
* known issues and notesGravatar michael2006-06-06
* Motion compensating deinterlacerGravatar michael2006-06-06
* Support and document lavc b_sensitivity option.Gravatar corey2006-06-05
* document the recent changes in Snow.Gravatar lorenm2006-06-05
* libpostproc is not a subdirectory of libavcodec anymore.Gravatar diego2006-06-02
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Fix:Gravatar rathann2006-05-14
* support lavc mv0_thresholdGravatar corey2006-05-13
* Make return type consistent with usage. Patch by Pierre Lombard.Gravatar rathann2006-05-13
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...Gravatar nicodvb2006-05-10
* fix float rounding errorGravatar ods152006-05-05
* fixes a bug when copying the image into a destination buffer smaller than the...Gravatar gpoirier2006-04-27