log libmpcodecs/dec_video.c @ 33634:9326f80e0fa3

age author description
2010-12-11 reimar Reset mpvdec to NULL after uninit.
2010-11-08 reimar Merge pointlessly split string.
2010-10-27 cigaes Move eosd.[ch] to the sub directory.
2010-09-11 diego Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
2010-09-08 diego cosmetics: Repair some of the damage that 'indent' caused.
2010-09-07 cehoyos Improve A/V sync when not using -correct-pts.
2010-08-30 cehoyos Improve correct-pts with PAFF streams.
2010-08-23 cigaes EOSD/ASS code factorization
2010-06-03 reimar Limit buffered PTS only when we actually got a frame from the decoder.
2010-05-27 diego cosmetics: K&R coding style
2010-02-25 reimar Add const to mpvdec declaration
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-24 reimar Move the resync-related code into more consistent places instead of having it
2009-04-20 diego Remove reference to outdated documentation file.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-03-06 reimar Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2008-10-16 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-05-16 diego cosmetics: Remove pointless parentheses from return calls.
2008-02-14 diego typo fix: inited --> initialized
2008-01-12 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
2007-12-11 reimar Make init_video function in dec_video static, it is not used outside that file.
2007-12-02 reimar get/set video colors string is constant
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-08-25 diego Remove redundant variable declaration.
2007-03-15 diego Add explicit location for headers from the libmpdemux/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-11 uau Allow demuxers to return packets with no pts in -correct-pts mode
2007-03-11 uau Reindent messy functions before working on them
2007-03-03 reimar Discard earlier failure in building filter chain when trying a new codec.
2007-02-02 reimar Add global field dominance flag instead of duplicating this "everywhere"
2007-01-27 reimar Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
2006-11-14 uau Update OSD contents only after the correct values for the frame are known.
2006-08-24 eugeni Add VFCTRL_DRAW_EOSD.
2006-07-19 rfelker old 10l: do not try to compile mmx code if we do not have mmx
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-07-03 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
2006-04-24 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
2006-04-22 albeu Add properties for the tv input color controls.
2006-03-21 michael feed something (hopefully correct timestamps) into the video filter chain
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2005-10-18 diego Make a few more messages translatable by moving them into help_mp-en.h.
2005-08-31 attila 10l
2005-08-30 reimar Allow forcing of demuxers and codecs by prepending '+'
2005-06-20 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
2004-02-18 michael flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
2003-08-22 diego codecs.conf is obsolete.
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2003-02-14 michael moving postprocess code to libavcodec
2003-02-09 arpi linux->osdep
2002-11-11 alex dlopen() support for ad and vd
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi verbose can be negative
2002-09-26 arpi -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
2002-09-25 arpi best audio/video codec selection & init moved to libmpcodecs