summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-448/+0
* cleanup: remove some things related to old video decoderswm42012-10-301-30/+4
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-181-14/+0
* video: honor the video's colormatrix and color range flagscantabile2012-08-211-0/+6
* Remove dead codewm42012-08-011-13/+0
* Remove some demuxers and decoderswm42012-07-301-1/+0
* mplayer: remove benchmarking/CPU accounting codewm42012-07-301-18/+1
* Rip out 3DNOW supportwm42012-07-301-3/+1
* video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-4/+11
* core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-8/+0
* commands, vd_ffmpeg: fix switch_ratio slave commandUoti Urpala2011-11-141-0/+7
* audio/video: delete buggy "dynamic plugin" codeUoti Urpala2011-10-201-44/+0
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-0/+46
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegUoti Urpala2011-08-201-2/+3
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+2
* cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-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/+17
| * Move the resync-related code into more consistent places instead of having itreimar2010-01-241-0/+4
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-211-3/+26
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-12/+12
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-13/+13
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+0
|\|
| * Remove reference to outdated documentation file.diego2009-04-201-1/+0
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-3/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-3/+0
| * Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnreimar2009-03-061-1/+4
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-1/+1
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-1/+1
* | OSD: Ensure that OSD content is drawn in filter-added framesUoti Urpala2009-01-151-8/+1
* | Update OSD while pausedUoti Urpala2008-12-091-0/+9
* | Work around vo gl/libass subtitle timing problemUoti Urpala2008-12-091-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+2
|\|
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-2/+2
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-3/+3
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Create a context struct for OSD stateUoti Urpala2008-06-241-2/+3
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-3/+3
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-3/+3
* | Make video decoder description structs constUoti Urpala2008-04-251-7/+7
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-251-24/+28
* | dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* | Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* | Move correct_pts to options structUoti Urpala2008-04-231-2/+4
|/
* typo fix: inited --> initializeddiego2008-02-141-11/+11
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-121-8/+11
* Make init_video function in dec_video static, it is not used outside that file.reimar2007-12-111-1/+1
* get/set video colors string is constantreimar2007-12-021-2/+2
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+0
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-111-3/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Discard earlier failure in building filter chain when trying a new codec.reimar2007-03-031-0/+3
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-0/+7
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Update OSD contents only after the correct values for the frame are known.uau2006-11-141-10/+12
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+6
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+47
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* Add properties for the tv input color controls.albeu2006-04-221-1/+1
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-211-2/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-1/+1
* 10lattila2005-08-311-1/+1
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-3/+8
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-181-0/+5
* codecs.conf is obsolete.diego2003-08-221-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-3/+3
* moving postprocess code to libavcodecmichael2003-02-141-2/+0
* linux->osdeparpi2003-02-091-2/+2
* dlopen() support for ad and vdalex2002-11-111-0/+40
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+2
* verbose can be negativearpi2002-11-011-2/+0
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-261-10/+25
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-251-0/+33
* changing return type of put_image void->intarpi2002-09-101-3/+4
* 100l... sh->vcodec may be changed by mpvdec->decode()arpi2002-08-311-1/+2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-0/+11
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-6/+7
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+0
* messages moved from dec_??d?o.cjaf2002-08-131-7/+7
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-041-0/+15
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-281-3/+12
* print warning about unsupported video eq attributesarpi2002-07-251-1/+4
* eq reworkedalex2002-07-251-5/+11
* fixed possible 10l bug (vf not initialized yet)alex2002-07-251-2/+6
* equalizer reworkedalex2002-07-241-48/+18
* support the 'align16' codec flagarpi2002-06-251-0/+12
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-2/+2
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-011-3/+4
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
* filters uninitarpi2002-04-201-0/+1
* OSD handled by vf control()arpi2002-04-151-3/+2
* vf control codes added, autoq supportarpi2002-04-071-2/+19
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-12/+5
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* using -dr instead -vaa_dralex2002-03-201-1/+1
* supports query_format in codecsarpi2002-03-181-1/+1
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
* init_video_vaa() removedarpi2002-03-171-19/+0
* useless 'max benchmar' removedarpi2002-03-171-15/+0
* pitches mess removedarpi2002-03-141-1/+1
* framedrop fixarpi2002-03-111-0/+2
* old temp vars removed, in-codecs equalizer support added, error message if -v...arpi2002-03-091-16/+6
* direct rendering supportarpi2002-03-071-1/+2
* 10larpi2002-03-071-1/+1
* new controls added for query/set pp levelarpi2002-03-061-2/+6
* avcodec_inited moved to vd_ffmpegarpi2002-03-061-1/+1
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
* dec_video.c addedarpi2002-03-011-0/+207