aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
| * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Remove reference to outdated documentation file.Gravatar diego2009-04-20
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
| * Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnGravatar reimar2009-03-06
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | OSD: Ensure that OSD content is drawn in filter-added framesGravatar Uoti Urpala2009-01-15
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Work around vo gl/libass subtitle timing problemGravatar Uoti Urpala2008-12-09
* | 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