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
|
2002-09-10 |
arpi |
changing return type of put_image void->int
|
2002-08-31 |
arpi |
100l... sh->vcodec may be changed by mpvdec->decode()
|
2002-08-31 |
arpi |
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
|
2002-08-30 |
arpi |
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-08-13 |
jaf |
messages moved from dec_??d?o.c
|
2002-08-04 |
kmkaplan |
Add the control VFCTRL_CHANGE_RECTANGLE
|
2002-07-28 |
arpi |
... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
|
2002-07-25 |
arpi |
print warning about unsupported video eq attributes
|
2002-07-25 |
alex |
eq reworked
|
2002-07-25 |
alex |
fixed possible 10l bug (vf not initialized yet)
|
2002-07-24 |
alex |
equalizer reworked
|
2002-06-25 |
arpi |
support the 'align16' codec flag
|