| Commit message (Expand) | Author | Age |
* | Add const to mpvdec declaration | reimar | 2010-02-25 |
* | 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 |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 |
* | 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 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | 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 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 |
* | 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 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | Add properties for the tv input color controls. | albeu | 2006-04-22 |
* | feed something (hopefully correct timestamps) into the video filter chain | michael | 2006-03-21 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 |
* | 10l | attila | 2005-08-31 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 |
* | flushing stuff after seeking (finally we can view MPEG without thouse blocks ... | michael | 2004-02-18 |
* | codecs.conf is obsolete. | diego | 2003-08-22 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 |
* | moving postprocess code to libavcodec | michael | 2003-02-14 |
* | linux->osdep | arpi | 2003-02-09 |
* | dlopen() support for ad and vd | alex | 2002-11-11 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 |
* | verbose can be negative | arpi | 2002-11-01 |
* | -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means | arpi | 2002-09-26 |
* | best audio/video codec selection & init moved to libmpcodecs | arpi | 2002-09-25 |