aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* video: honor the video's colormatrix and color range flagsGravatar cantabile2012-08-21
* Remove dead codeGravatar wm42012-08-01
* Remove some demuxers and decodersGravatar wm42012-07-30
* mplayer: remove benchmarking/CPU accounting codeGravatar wm42012-07-30
* Rip out 3DNOW supportGravatar wm42012-07-30
* video, audio: use lavc decoders without codecs.conf entriesGravatar Uoti Urpala2012-07-24
* core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
* commands, vd_ffmpeg: fix switch_ratio slave commandGravatar Uoti Urpala2011-11-14
* audio/video: delete buggy "dynamic plugin" codeGravatar Uoti Urpala2011-10-20
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* 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