log libmpcodecs/dec_video.c @ 32061:dcdcbe7f6713

age author description
Sat, 11 Sep 2010 11:33:07 +0000 diego Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
Wed, 08 Sep 2010 17:48:42 +0000 diego cosmetics: Repair some of the damage that 'indent' caused.
Tue, 07 Sep 2010 16:20:52 +0000 cehoyos Improve A/V sync when not using -correct-pts.
Mon, 30 Aug 2010 23:24:56 +0000 cehoyos Improve correct-pts with PAFF streams.
Mon, 23 Aug 2010 19:13:05 +0000 cigaes EOSD/ASS code factorization
Thu, 03 Jun 2010 20:59:40 +0000 reimar Limit buffered PTS only when we actually got a frame from the decoder.
Thu, 27 May 2010 09:54:37 +0000 diego cosmetics: K&R coding style
Thu, 25 Feb 2010 22:23:58 +0000 reimar Add const to mpvdec declaration
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Mon, 20 Apr 2009 15:24:47 +0000 diego Remove reference to outdated documentation file.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Fri, 06 Mar 2009 10:45:49 +0000 reimar Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sat, 12 Jan 2008 14:05:46 +0000 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
Tue, 11 Dec 2007 19:56:40 +0000 reimar Make init_video function in dec_video static, it is not used outside that file.
Sun, 02 Dec 2007 15:23:14 +0000 reimar get/set video colors string is constant
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Sat, 25 Aug 2007 11:59:28 +0000 diego Remove redundant variable declaration.
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:10:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sun, 11 Mar 2007 17:30:44 +0000 uau Allow demuxers to return packets with no pts in -correct-pts mode
Sun, 11 Mar 2007 17:30:43 +0000 uau Reindent messy functions before working on them