aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd.c
Commit message (Expand)AuthorAge
* Gui --> guiGravatar diego2007-04-23
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* MSGTR for libmpcodecs/vd.cGravatar kraymer2006-11-22
* Remove obsolete Xvid 3 support.Gravatar diego2006-11-18
* Always respect w and h params to mpcodecs_config_vo overGravatar reimar2006-11-05
* display corrected aspect ratio for mplayer -identifyGravatar ivo2006-08-15
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Remove separation between Win32 DLL and DirectShow support in the build system.Gravatar diego2006-06-21
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* fixes for encoding of multiple filesGravatar henry2005-03-01
* add the flip filter at the end of the filter chain.Gravatar reimar2004-12-18
* fix image dimensions at filter config timeGravatar henry2004-12-01
* mpi->w and h are set by vf_get_image, do not overwrite them.Gravatar reimar2004-10-01
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...Gravatar faust32004-09-15
* Cinepak, CYUV and RoqA/V are now in ffmpegGravatar rtognimp2004-07-15
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegGravatar rtognimp2004-04-29
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCGravatar rtognimp2003-12-23
* XviD Api4 supportGravatar iive2003-11-12
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.cGravatar rik2003-11-04
* -vop ---> -vfGravatar diego2003-10-25
* Quicktime 8BPS decoderGravatar rtognimp2003-08-28
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...Gravatar alex2003-07-13
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...Gravatar arpi2003-06-18
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>Gravatar arpi2003-05-11
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...Gravatar michael2003-03-05
* MACOSX support patch, based on Dan Christiansens workGravatar alex2003-02-25
* - append the 'palette' filter if the codec supports RGB8/BGR8 and no cspGravatar arpi2003-02-04
* do not config video out system if input dimensions are invalid (triggered a s...Gravatar alex2002-12-27
* DMO supportGravatar arpi2002-11-26
* qt video dll codecs supportGravatar arpi2002-11-12
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledGravatar arpi2002-11-01
* 10L ! Don't remove the scale filter if we don't added ourselfGravatar albeu2002-10-30
* Auto insert vf_lavc for the MPEG vo'sGravatar albeu2002-10-29
* debug izeGravatar arpi2002-10-25
* support to use minilzo lib alternativelyGravatar alex2002-10-19
* liblzo realtime video codec support (decoding only)Gravatar arpi2002-10-13
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.Gravatar arpi2002-10-07
* This patch allows you to use fractional values for specifying a zoom.Gravatar arpi2002-09-20
* TGA images (-mf on:type=tga) supportGravatar arpi2002-09-10
* pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)Gravatar arpi2002-09-03
* added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlibGravatar alex2002-09-01
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01
* some messages added/changedGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* messages moved from vf.c and vd.cGravatar jaf2002-08-13
* native DV audio/video decoders using libdvGravatar arpi2002-08-05
* Add draw slice for the codecsGravatar albeu2002-07-11