summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore svn change r30561Uoti Urpala2010-03-090-0/+0
|\ | | | | | | Already done in git.
| * Make vd_functions_t describing codecs const.reimar2010-02-142-23/+23
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30561 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn change r30560Uoti Urpala2010-03-092-5/+5
|\|
| * Rename exit_reason_t enum to exit_reason and do not typedef it.diego2010-02-142-6/+8
| | | | | | | | | | | | | | The _t namespace is reserved for POSIX; the typedef is pointless obfuscation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30560 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Ignore svn changes up to r30559Uoti Urpala2010-03-090-0/+0
|\| | | | | | | | | | | Something similar was already done in git, plus r305598 is wrong; mp_core.h is not suitable for inclusion in random files throughout the codebase.
| * Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutreimar2010-02-141-1/+1
| | | | | | | | | | | | | | initialization discarding the const. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30559 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix exit_player() usage throughout the codebase.diego2010-02-1411-31/+32
| | | | | | | | | | | | | | | | | | | | exit_player() was declared with differing parameter types in mplayer.c and mplayer.h. Make the declaration in the .h file match the one in the .c file and adjust all usages of exit_player() throughout the codebase. Also move the exit_player() declaration into mp_core.h next to exit_player_with_rc(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30558 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30557Uoti Urpala2010-03-094-4/+18
|\|
| * Remove excessive ()reimar2010-02-141-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30557 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
| | | | | | | | | | | | | | libmpcodecs/vf_eq2.c:8:1: warning: "/*" within comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30556 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused variables, fixes the warnings:diego2010-02-131-2/+0
| | | | | | | | | | | | | | | | libao2/ao_mpegpes.c:336: warning: unused variable 's' libao2/ao_mpegpes.c:335: warning: unused variable 'i' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30555 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add netspeak versions of truespeech and gsm audio codecs to codecs.confcompn2010-02-131-0/+16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30554 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Ignore svn changes up to r30553Uoti Urpala2010-03-090-0/+0
|\|
| * 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| | | | | | | | | | | | | | | | These two variables are handled different from others in libavcodec/Makefile, thus the previous way of adding them to config.mak was correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30553 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30552 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30551 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Makefile: remove outdated vf_halfpack entryUoti Urpala2010-03-091-1/+1
| | | | | | | | | | Remove an outdated entry left over from when vf_halfpack depended on libswscale internals.
* | Merge svn changes up to r30550Uoti Urpala2010-03-0927-234/+209
|\|
| * Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| | | | | | | | | | | | | | av_gcd is not available in the header #included in the check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30550 b3059339-0415-0410-9bf9-f77b7e298cf2
| * osdep/mplayer.rc.o depends on version.h.diego2010-02-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30549 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move the check for valid sh_video into the init_vo_spudec, this fixes a crashreimar2010-02-131-1/+6
| | | | | | | | | | | | | | when command.c calls this function without having to duplicate the check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30548 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Dynamically increase probe size for lavf demuxer up to 2 MB.reimar2010-02-121-6/+18
| | | | | | | | | | | | | | | | | | | | This will read progressively more data if we still did not detect the format. The lavfpref demuxer is unaffected to avoid hanging for a long time in case of a slow network stream that some native demuxer may be able to handle. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30547 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-1247-47/+47
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30546 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Explain WIN32_LOADER definition hack.diego2010-02-121-0/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30545 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.diego2010-02-121-42/+39
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30544 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Synced with help_mp-en.h rev. 30515jrash2010-02-121-23/+23
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30543 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix linking of loader test programs when loader is disabled.diego2010-02-122-3/+7
| | | | | | | | | | | | | | Dependencies were only set correctly if the loader code was enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30542 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add win32 loader support for OS/2komh2010-02-123-3/+31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30541 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Improve comment for GeoCodec.dllcehoyos2010-02-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30540 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove pointless egcs #ifdefs; that compiler was never supported.diego2010-02-111-8/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30539 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove extern "C" declarations from loader code.diego2010-02-1119-158/+0
| | | | | | | | | | | | | | Our loader code is not a general-purpose library and not used from C++. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30538 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30537 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30536 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30535 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add comment about geov codec crashing on win32 in codecs.confcompn2010-02-111-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30534 b3059339-0415-0410-9bf9-f77b7e298cf2
| * GeoCodec.dll also supports fourcc GEOX.cehoyos2010-02-111-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30533 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Support GEOV video codec: Hangs on exitcehoyos2010-02-111-0/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30532 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add stubs for several functions, needed for CineForm codec.reimar2010-02-091-0/+82
| | | | | | | | | | | | | | | | Patch by Steinar H. Gunderson [sgunderson bigfoot com] with some modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30531 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Ignore svn change r30530Uoti Urpala2010-03-090-0/+0
|\| | | | | | | Already done better.
| * libass: fix PAR correctiongreg2010-02-092-3/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30530 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30529Uoti Urpala2010-03-0911-67/+114
|\|
| * There is Indeo 5 decoder in FFmpeg now, so register itkostya2010-02-091-0/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30529 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix linking of mp3lib test programs when internal mp3lib is disabled.diego2010-02-081-2/+4
| | | | | | | | | | | | | | Dependencies were only set correctly if internal mp3lib was enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30528 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix linking of liba52 test program when internal liba52 is disabled.diego2010-02-081-2/+4
| | | | | | | | | | | | | | Dependencies were only set correctly if internal liba52 was enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30527 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove disabled AVIFILE-specific preprocessor code.diego2010-02-081-9/+0
| | | | | | | | | | | | | | It will never get enabled in MPlayer, nor is it more than cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30526 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Merge some preprocessor conditionals where appropriate.diego2010-02-081-12/+4
| | | | | | | | | | | | | | This saves a few lines and simplifies the code slightly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30525 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix subtitle display for DVDs using fade-in/fade-out.reimar2010-02-061-5/+17
| | | | | | | | | | | | | | | | This does not do the actual fading, this is not supported by MPlayer, but will just use the highest alpha value used during display. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30524 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make mkalpha function simpler, faster and more correct.reimar2010-02-061-8/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30523 b3059339-0415-0410-9bf9-f77b7e298cf2
| * synced with r30515Gabrov2010-02-063-14/+38
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30522 b3059339-0415-0410-9bf9-f77b7e298cf2
| * sync with en/mplayer.1 r30436jrash2010-02-061-11/+30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30521 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Simplify how usesVFilter and usesHFilter are set.stefano2010-02-051-9/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30520 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Apply misc fixes to sws_getCoefficients() doxy.stefano2010-02-051-2/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30519 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Satisfy consistency need:stefano2010-02-051-1/+1
| | | | | | | | | | | | | | int * sws_getCoefficients -> int *sws_getCoefficients. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30518 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Prefer libavformat over our own mov demuxer also for video/quicktimereimar2010-02-051-4/+5
| | | | | | | | | | | | | | mime-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30517 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Release pin enumerator after we are done using it.reimar2010-02-051-0/+1
| | | | | | | | | | | | | | | | Fixes issues with CoreAVC tray icon. Patch by Gianluigi Tiesi [mplayer netfarm it] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30516 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Ignore svn change r30515Uoti Urpala2010-03-090-0/+0
|\| | | | | | | | | Incompatible and inferior version of stream support for external libass subs.
| * Add support for loading ASS subtitles through the stream layer and thus e.g.reimar2010-02-0514-13/+61
| | | | | | | | | | | | | | | | from some network location. Patch by Yuriy Kaminskiy [yumkam mail ru] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30515 b3059339-0415-0410-9bf9-f77b7e298cf2
* | subs: support loading external ASS subtitles via stream layerUoti Urpala2010-03-093-2/+55
| | | | | | | | | | | | | | | | | | Previously the argument of the "-sub" option was always interpreted as a local filename when trying to read it as a libass file. Use the stream layer to read it instead, so that protocols like 'http://' are also supported like they are for the main video/audio file. Based on patch by Yuriy Kaminskiy <yumkam@mail.ru>
* | Merge svn changes up to r30514Uoti Urpala2010-03-097-58/+74
|\|
| * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from ↵reimar2010-02-051-0/+1
| | | | | | | | | | | | window_state. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30514 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add function to translate SWS_CS_* to coefficient arrayconrad2010-02-052-1/+14
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30513 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.komh2010-02-051-22/+28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30512 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove '.section' causing the following assembler error on OS/2.komh2010-02-051-2/+2
| | | | | |