aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd.c
Commit message (Expand)AuthorAge
* Make vd_functions_t describing codecs const.Gravatar reimar2010-02-14
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Remove any auto-inserted lavc filter.Gravatar reimar2010-01-22
* Reduce console output verbosity: Move colorspace information to verbose mode.Gravatar diego2009-09-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
* Add some "const" to mpcodecs_vd_driversGravatar reimar2009-03-06
* Make it possible for mpcodecs_get_image to return NULL as theGravatar reimar2009-02-17
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Simplify preprocessor condition for QT codecs, configure already does theGravatar diego2008-03-15
* typo fix: inited --> initializedGravatar diego2008-02-14
* clarify comments/docs about lav* being the preferred place to implement newGravatar ivo2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* Remove unused definition.Gravatar diego2008-01-06
* Remove completely outdated commented-out codeGravatar reimar2007-12-02
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwiseGravatar nicodvb2007-09-01
* Remove redundant variable declaration.Gravatar diego2007-08-25
* 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