| Commit message (Expand) | Author | Age | Files | Lines |
* | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 1 | -4/+11 |
* | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 1 | -8/+0 |
* | commands, vd_ffmpeg: fix switch_ratio slave command | Uoti Urpala | 2011-11-14 | 1 | -0/+7 |
* | audio/video: delete buggy "dynamic plugin" code | Uoti Urpala | 2011-10-20 | 1 | -44/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -0/+46 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 1 | -2/+3 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -2/+2 |
* | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -1/+1 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\ |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+17 |
| * | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -0/+4 |
* | | core: Add support for decoder reordering of pts values | Uoti Urpala | 2009-11-21 | 1 | -3/+26 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -12/+12 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -13/+13 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -1/+0 |
|\| |
|
| * | Remove reference to outdated documentation file. | diego | 2009-04-20 | 1 | -1/+0 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -3/+0 |
|\| |
|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -3/+0 |
| * | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 | 1 | -1/+4 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 1 | -1/+1 |
|\| |
|
| * | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 1 | -1/+1 |
* | | OSD: Ensure that OSD content is drawn in filter-added frames | Uoti Urpala | 2009-01-15 | 1 | -8/+1 |
* | | Update OSD while paused | Uoti Urpala | 2008-12-09 | 1 | -0/+9 |
* | | Work around vo gl/libass subtitle timing problem | Uoti Urpala | 2008-12-09 | 1 | -1/+1 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -2/+2 |
|\| |
|
| * | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 1 | -2/+2 |
| * | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 1 | -2/+2 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -3/+3 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -1/+1 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 | 1 | -2/+3 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -3/+3 |
* | | Make video decoder description structs const | Uoti Urpala | 2008-04-25 | 1 | -7/+7 |
* | | Store video decoder functions in struct sh_video field | Uoti Urpala | 2008-04-25 | 1 | -24/+28 |
* | | dec_video.c: A couple of cosmetic changes | Uoti Urpala | 2008-04-25 | 1 | -12/+7 |
* | | Reformat dec_video.c | Uoti Urpala | 2008-04-25 | 1 | -255/+293 |
* | | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -2/+4 |
|/ |
|
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -11/+11 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 | 1 | -8/+11 |
* | Make init_video function in dec_video static, it is not used outside that file. | reimar | 2007-12-11 | 1 | -1/+1 |
* | get/set video colors string is constant | reimar | 2007-12-02 | 1 | -2/+2 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+0 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -2/+0 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 1 | -3/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Allow demuxers to return packets with no pts in -correct-pts mode | uau | 2007-03-11 | 1 | -3/+10 |
* | Reindent messy functions before working on them | uau | 2007-03-11 | 1 | -68/+71 |
* | Discard earlier failure in building filter chain when trying a new codec. | reimar | 2007-03-03 | 1 | -0/+3 |
* | Add global field dominance flag instead of duplicating this "everywhere" | reimar | 2007-02-02 | 1 | -0/+7 |
* | Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16 | reimar | 2007-01-27 | 1 | -6/+15 |
* | Update OSD contents only after the correct values for the frame are known. | uau | 2006-11-14 | 1 | -10/+12 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 | 1 | -1/+6 |
* | old 10l: do not try to compile mmx code if we do not have mmx | rfelker | 2006-07-19 | 1 | -1/+1 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -0/+47 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | Add properties for the tv input color controls. | albeu | 2006-04-22 | 1 | -1/+1 |
* | feed something (hopefully correct timestamps) into the video filter chain | michael | 2006-03-21 | 1 | -2/+2 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 1 | -1/+1 |
* | 10l | attila | 2005-08-31 | 1 | -1/+1 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -3/+8 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | flushing stuff after seeking (finally we can view MPEG without thouse blocks ... | michael | 2004-02-18 | 1 | -0/+5 |
* | codecs.conf is obsolete. | diego | 2003-08-22 | 1 | -1/+1 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 | 1 | -3/+3 |
* | moving postprocess code to libavcodec | michael | 2003-02-14 | 1 | -2/+0 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -2/+2 |
* | dlopen() support for ad and vd | alex | 2002-11-11 | 1 | -0/+40 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+2 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -2/+0 |
* | -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means | arpi | 2002-09-26 | 1 | -10/+25 |
* | best audio/video codec selection & init moved to libmpcodecs | arpi | 2002-09-25 | 1 | -0/+33 |
* | changing return type of put_image void->int | arpi | 2002-09-10 | 1 | -3/+4 |
* | 100l... sh->vcodec may be changed by mpvdec->decode() | arpi | 2002-08-31 | 1 | -1/+2 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -0/+11 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -6/+7 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+0 |
* | messages moved from dec_??d?o.c | jaf | 2002-08-13 | 1 | -7/+7 |
* | Add the control VFCTRL_CHANGE_RECTANGLE | kmkaplan | 2002-08-04 | 1 | -0/+15 |
* | ... removed from vf's control(), sing struct for equalizer. based on patch by... | arpi | 2002-07-28 | 1 | -3/+12 |
* | print warning about unsupported video eq attributes | arpi | 2002-07-25 | 1 | -1/+4 |
* | eq reworked | alex | 2002-07-25 | 1 | -5/+11 |
* | fixed possible 10l bug (vf not initialized yet) | alex | 2002-07-25 | 1 | -2/+6 |
* | equalizer reworked | alex | 2002-07-24 | 1 | -48/+18 |
* | support the 'align16' codec flag | arpi | 2002-06-25 | 1 | -0/+12 |
* | restore original bih->biCompression if codec init failed | arpi | 2002-05-29 | 1 | -4/+9 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -2/+2 |
* | blit_frame is useless - noticed by Nick K. | arpi | 2002-05-05 | 1 | -3/+1 |
* | setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN | arpi | 2002-05-01 | 1 | -3/+4 |
* | A little fix with hw video parameters setting | albeu | 2002-04-27 | 1 | -1/+0 |
* | filters uninit | arpi | 2002-04-20 | 1 | -0/+1 |
* | OSD handled by vf control() | arpi | 2002-04-15 | 1 | -3/+2 |
* | vf control codes added, autoq support | arpi | 2002-04-07 | 1 | -2/+19 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 1 | -12/+5 |
* | check and set codec selection - impossible to do it at find_codec | arpi | 2002-03-25 | 1 | -0/+2 |
* | try to uncomment this line - very funny effect (skipping I frames) | arpi | 2002-03-23 | 1 | -0/+2 |
* | using -dr instead -vaa_dr | alex | 2002-03-20 | 1 | -1/+1 |
* | supports query_format in codecs | arpi | 2002-03-18 | 1 | -1/+1 |
* | init_video() changed - now it handles codec selection | arpi | 2002-03-18 | 1 | -27/+29 |
* | init_video_vaa() removed | arpi | 2002-03-17 | 1 | -19/+0 |
* | useless 'max benchmar' removed | arpi | 2002-03-17 | 1 | -15/+0 |
* | pitches mess removed | arpi | 2002-03-14 | 1 | -1/+1 |
* | framedrop fix | arpi | 2002-03-11 | 1 | -0/+2 |
* | old temp vars removed, in-codecs equalizer support added, error message if -v... | arpi | 2002-03-09 | 1 | -16/+6 |
* | direct rendering support | arpi | 2002-03-07 | 1 | -1/+2 |
* | 10l | arpi | 2002-03-07 | 1 | -1/+1 |
* | new controls added for query/set pp level | arpi | 2002-03-06 | 1 | -2/+6 |
* | avcodec_inited moved to vd_ffmpeg | arpi | 2002-03-06 | 1 | -1/+1 |
* | implemented basic wrapper functions to new libmpcodecs api | arpi | 2002-03-01 | 1 | -17/+45 |
* | dec_video.c added | arpi | 2002-03-01 | 1 | -0/+207 |