index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
dec_video.c
Commit message (
Expand
)
Author
Age
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30463
Uoti Urpala
2010-03-09
|
\
|
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
|
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
|
core: Add support for decoder reordering of pts values
Uoti Urpala
2009-11-21
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
*
|
Merge svn changes up to r29277
Uoti Urpala
2009-05-08
|
\
|
|
*
Remove reference to outdated documentation file.
diego
2009-04-20
*
|
Merge svn changes up to r29134
Uoti Urpala
2009-04-02
|
\
|
|
*
Remove unnecessary malloc.h #includes and related #ifdeffery.
diego
2009-04-02
|
*
Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
reimar
2009-03-06
*
|
Merge svn changes up to r28641
Uoti Urpala
2009-02-18
|
\
|
|
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
|
Merge svn changes up to r28341
Uoti Urpala
2009-01-19
|
\
|
|
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
|
OSD: Ensure that OSD content is drawn in filter-added frames
Uoti Urpala
2009-01-15
*
|
Update OSD while paused
Uoti Urpala
2008-12-09
*
|
Work around vo gl/libass subtitle timing problem
Uoti Urpala
2008-12-09
*
|
Merge svn changes up to 27824
Uoti Urpala
2008-10-25
|
\
|
|
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
|
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
|
Merge svn changes up to r27441
Uoti Urpala
2008-08-08
|
\
|
|
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
*
|
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
|
\
|
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
|
Create a context struct for OSD state
Uoti Urpala
2008-06-24
*
|
Merge svn changes up to r26979
Uoti Urpala
2008-06-04
|
\
|
|
*
cosmetics: Remove pointless parentheses from return calls.
diego
2008-05-16
*
|
Make video decoder description structs const
Uoti Urpala
2008-04-25
*
|
Store video decoder functions in struct sh_video field
Uoti Urpala
2008-04-25
*
|
dec_video.c: A couple of cosmetic changes
Uoti Urpala
2008-04-25
*
|
Reformat dec_video.c
Uoti Urpala
2008-04-25
*
|
Move correct_pts to options struct
Uoti Urpala
2008-04-23
|
/
*
typo fix: inited --> initialized
diego
2008-02-14
*
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
reimar
2008-01-12
*
Make init_video function in dec_video static, it is not used outside that file.
reimar
2007-12-11
*
get/set video colors string is constant
reimar
2007-12-02
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Remove redundant variable declaration.
diego
2007-08-25
*
Add explicit location for headers from the libmpdemux/ directory.
diego
2007-03-15
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Allow demuxers to return packets with no pts in -correct-pts mode
uau
2007-03-11
*
Reindent messy functions before working on them
uau
2007-03-11
*
Discard earlier failure in building filter chain when trying a new codec.
reimar
2007-03-03
*
Add global field dominance flag instead of duplicating this "everywhere"
reimar
2007-02-02
*
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
reimar
2007-01-27
*
Update OSD contents only after the correct values for the frame are known.
uau
2006-11-14
*
Add VFCTRL_DRAW_EOSD.
eugeni
2006-08-24
*
old 10l: do not try to compile mmx code if we do not have mmx
rfelker
2006-07-19
[next]