summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
Commit message (Expand)AuthorAgeFilesLines
* vd: minor simplificationwm42012-11-011-2/+1
* cleanup: remove some things related to old video decoderswm42012-10-301-3/+3
* vd: remove references to vf_palette and vf_lavcwm42012-10-221-48/+3
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-20/+0
* Remove support for libdvwm42012-08-201-4/+0
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-20/+0
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-021-2/+0
* Remove some demuxers and decoderswm42012-07-301-12/+0
* libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:"wm42012-07-301-1/+1
* vd: silence output about aspect ratiowm42012-07-301-1/+1
* Merge remote-tracking branch 'origin/master'wm42012-07-281-11/+17
|\
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-11/+17
* | mpcodecs: remove mp_image_t.x/ywm42012-02-241-5/+1
|/
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-2/+0
* libvo: remove title argument from struct vo_driver.configwm42011-12-061-3/+2
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-0/+3
* vd_ffmpeg: autoselect output colorspaces without codecs.confUoti Urpala2011-06-261-11/+15
* libmpeg2: drop libmpeg2 supportUoti Urpala2011-02-011-4/+0
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-4/+0
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30419Uoti Urpala2010-01-251-2/+11
|\|
| * Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-3/+4
|\|
| * Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-301-2/+5
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-7/+10
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-7/+7
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-2/+0
|\|
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-081-2/+0
| * Add some "const" to mpcodecs_vd_driversreimar2009-03-061-1/+1
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+2
|\|
| * Make it possible for mpcodecs_get_image to return NULL as thereimar2009-02-171-1/+1
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | vd.c: Remove pointless SCREEN_SIZE_[XY] #definesUoti Urpala2008-10-251-7/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-0/+3
|\|
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-161-0/+3
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-3/+3
|\|
| * Rename preprocessor directives related to image libraries.diego2008-08-051-2/+2
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-3/+3
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-021-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | vd.c: Make extern decoder declarations constUoti Urpala2008-04-261-23/+23
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-21/+10
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* | Move vd_use_slices to options structUoti Urpala2008-04-251-3/+0
* | Remove global vo_flagsUoti Urpala2008-04-251-4/+3
* | vd.c: Cosmetic changes + remove malloc.hUoti Urpala2008-04-251-15/+6
* | Reformat vd.cUoti Urpala2008-04-251-189/+221
* | Move movie_aspect to options structUoti Urpala2008-04-251-2/+1
* | Move screen_size_xy to options structUoti Urpala2008-04-251-8/+7
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-5/+3
* | Move flip and softzoom to options structUoti Urpala2008-04-251-9/+7
* | Move vidmode to options structUoti Urpala2008-04-251-3/+2
* | Move fullscreen to options structUoti Urpala2008-04-251-2/+2
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-251-4/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
* | Add option pointer to vf structUoti Urpala2008-04-231-4/+5
|/
* Simplify preprocessor condition for QT codecs, configure already does thediego2008-03-151-1/+1
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-281-2/+4
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-281-0/+3
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-281-0/+2
* Remove unused definition.diego2008-01-061-2/+0
* Remove completely outdated commented-out codereimar2007-12-021-1/+0
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwisenicodvb2007-09-011-0/+1
* Remove redundant variable declaration.diego2007-08-251-1/+0
* Gui --> guidiego2007-04-231-1/+1
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* MSGTR for libmpcodecs/vd.ckraymer2006-11-221-1/+1
* Remove obsolete Xvid 3 support.diego2006-11-181-1/+1
* Always respect w and h params to mpcodecs_config_vo overreimar2006-11-051-6/+2
* display corrected aspect ratio for mplayer -identifyivo2006-08-151-0/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-8/+0
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-211-2/+0
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-1/+1
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-5/+11
* fixes for encoding of multiple fileshenry2005-03-011-4/+4
* add the flip filter at the end of the filter chain.reimar2004-12-181-1/+2
* fix image dimensions at filter config timehenry2004-12-011-0/+2
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...faust32004-09-151-0/+23
* Cinepak, CYUV and RoqA/V are now in ffmpegrtognimp2004-07-151-6/+0
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-291-6/+0
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-231-10/+0
* XviD Api4 supportiive2003-11-121-1/+1
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-041-0/+4
* -vop ---> -vfdiego2003-10-251-1/+1
* Quicktime 8BPS decoderrtognimp2003-08-281-0/+2
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...alex2003-07-131-6/+0
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...arpi2003-06-181-0/+2
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-0/+6
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-051-0/+2
* MACOSX support patch, based on Dan Christiansens workalex2003-02-251-1/+1
* - append the 'palette' filter if the codec supports RGB8/BGR8 and no csparpi2003-02-041-3/+25
* do not config video out system if input dimensions are invalid (triggered a s...alex2002-12-271-3/+4
* DMO supportarpi2002-11-261-0/+2
* qt video dll codecs supportarpi2002-11-121-0/+4
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+4
* 10L ! Don't remove the scale filter if we don't added ourselfalbeu2002-10-301-4/+4
* Auto insert vf_lavc for the MPEG vo'salbeu2002-10-291-0/+17
* debug izearpi2002-10-251-1/+3
* support to use minilzo lib alternativelyalex2002-10-191-2/+0
* liblzo realtime video codec support (decoding only)arpi2002-10-131-0/+4
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.arpi2002-10-071-1/+1
* This patch allows you to use fractional values for specifying a zoom.arpi2002-09-201-1/+1
* TGA images (-mf on:type=tga) supportarpi2002-09-101-0/+2
* pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)arpi2002-09-031-0/+1
* added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlibalex2002-09-011-5/+3
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-011-1/+1
* some messages added/changedarpi2002-08-311-1/+2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-2/+2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-3/+2
* messages moved from vf.c and vd.cjaf2002-08-131-8/+5
* native DV audio/video decoders using libdvarpi2002-08-051-0/+4
* Add draw slice for the codecsalbeu2002-07-111-0/+6
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-101-0/+4
* SVQ1 addedarpi2002-06-221-0/+2
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-081-0/+4
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-19/+1
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...arpi2002-05-121-0/+1
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-011-13/+7
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
* debug linearpi2002-04-191-0/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-4/+23
* query_format debug moved 1 verbose level downarpi2002-04-101-1/+1
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-98/+16
* global var for option -slicesarpi2002-04-041-0/+1
* vd_mpegpes addedarpi2002-04-031-0/+2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...atmos42002-03-271-0/+12
* UV vs VU fixarpi2002-03-241-3/+10
* added zlibalex2002-03-221-0/+4
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-211-0/+2
* using -dr instead -vaa_dralex2002-03-201-2/+2
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-191-2/+2
* supports query_format in codecsarpi2002-03-181-3/+8
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifi...arpi2002-03-171-5/+26
* prefer outfmt with no conversion (see vo's query flags)arpi2002-03-161-8/+11
* temp workaround for mencoderarpi2002-03-141-2/+3
* libvo init moved to libmpcodecsarpi2002-03-141-0/+102
* Add IJPG decoder.pontscho2002-03-101-0/+4
* vo_config request printfarpi2002-03-091-1/+2
* mpng, libmpeg2 added, none of them finished :(arpi2002-03-091-0/+6
* cyuv, nuv, qtrle, qtsmc, roq addedarpi2002-03-081-0/+10
* fli and msvideo1 addedarpi2002-03-071-0/+4
* direct rendering can be disabled -vaa_nodrarpi2002-03-071-1/+2
* direct rendering supportarpi2002-03-071-12/+23
* xanim, raw, rle addedarpi2002-03-071-0/+8
* vfw, vfwex, odivx, divx4 addedarpi2002-03-071-7/+22
* vd_dshow addedarpi2002-03-061-0/+4
* vd_ffmpeg added, handling of EXPORT imgtype changedarpi2002-03-061-1/+17
* Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>arpi2002-03-021-0/+2
* fixed stride for packed formats, more detailed printf at image allocationarpi2002-03-011-2/