aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* | Store video decoder functions in struct sh_video fieldGravatar Uoti Urpala2008-04-25
* | dec_video.c: A couple of cosmetic changesGravatar Uoti Urpala2008-04-25
* | Reformat dec_video.cGravatar Uoti Urpala2008-04-25
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
|/
* typo fix: inited --> initializedGravatar diego2008-02-14
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withGravatar reimar2008-01-12
* Make init_video function in dec_video static, it is not used outside that file.Gravatar reimar2007-12-11
* get/set video colors string is constantGravatar reimar2007-12-02
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Remove redundant variable declaration.Gravatar diego2007-08-25
* 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
* Allow demuxers to return packets with no pts in -correct-pts modeGravatar uau2007-03-11
* Reindent messy functions before working on themGravatar uau2007-03-11
* Discard earlier failure in building filter chain when trying a new codec.Gravatar reimar2007-03-03
* Add global field dominance flag instead of duplicating this "everywhere"Gravatar reimar2007-02-02
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16Gravatar reimar2007-01-27
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* old 10l: do not try to compile mmx code if we do not have mmxGravatar rfelker2006-07-19
* 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
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Add properties for the tv input color controls.Gravatar albeu2006-04-22
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* 10lGravatar attila2005-08-31
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...Gravatar michael2004-02-18
* codecs.conf is obsolete.Gravatar diego2003-08-22
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* moving postprocess code to libavcodecGravatar michael2003-02-14
* linux->osdepGravatar arpi2003-02-09
* dlopen() support for ad and vdGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01