summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-0615-27/+252
| | | | | | | | | | | | | | This mode has the following differences: - Video timing is correct for streams with B frames, at least with some demuxers. - Video filters can modify frame timestamps and insert new frames, and removing frames is handled better than before. - Some things are known to break, it's not usable as the default yet. Things should work as before when the -correct-pts option is not used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18922 b3059339-0415-0410-9bf9-f77b7e298cf2
* several function from playtreeparser.c maked static,reynaldo2006-07-061-7/+7
| | | | | | | | | as these are not used outside. Patch by Stefan Huehner stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18921 b3059339-0415-0410-9bf9-f77b7e298cf2
* modifies function declarations without parameters from ()reynaldo2006-07-069-50/+50
| | | | | | | | | to the correct (void). Only files in libao2 are affected. patch by Stefan Huehner stefan AT huehner-org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-0615-0/+6731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-064-3/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18918 b3059339-0415-0410-9bf9-f77b7e298cf2
* document the change on -edlout's behaviorreynaldo2006-07-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modifies behavior of -edloutreynaldo2006-07-053-5/+22
| | | | | | | | | | Now it creates a new file and writes edit decision list (EDL) records to it just as it did before but instead of making pas-2-seconds blocks for each 'i' keystroke lets the user hits 'i' to mark the start or end of a block. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18916 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1 has added gettimeofday.diego2006-07-053-3/+3
| | | | | | | based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with changes from r18894 (get_path as const).diego2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18914 b3059339-0415-0410-9bf9-f77b7e298cf2
* inclusion of md5.c based on USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18913 b3059339-0415-0410-9bf9-f77b7e298cf2
* #define USE_LIBAVUTIL and USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18912 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a file saying that people should not try to compileattila2006-07-051-0/+6
| | | | | | | the svn mga vid for 2.6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18911 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgdiego2006-07-051-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18910 b3059339-0415-0410-9bf9-f77b7e298cf2
* all cosmetics, mainly denestifying of main edl operation's fill loopreynaldo2006-07-051-51/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18909 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes 1000l bug that made MPlayer segfault when an overlaping edl line was foundreynaldo2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18908 b3059339-0415-0410-9bf9-f77b7e298cf2
* corectly report badly formated line numberreynaldo2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18907 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverts previous commit due to mixed cosmetics ...reynaldo2006-07-051-57/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18906 b3059339-0415-0410-9bf9-f77b7e298cf2
* move some ill-behaving demuxers further down the listreimar2006-07-041-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18905 b3059339-0415-0410-9bf9-f77b7e298cf2
* trying to end the codec id battlemichael2006-07-041-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18904 b3059339-0415-0410-9bf9-f77b7e298cf2
* respect dvdnav's requests of WAIT to prevent while(1)nicodvb2006-07-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18903 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for audio streams that appear after unsuccessful probingnicodvb2006-07-041-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18902 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
| | | | | | | this can also cause problems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18901 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add back the path part in 'libvo/font_load_ft.c' that was accidentally uau2006-07-041-1/+1
| | | | | | | dropped when moving it in r18892. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 18818jheryan2006-07-041-179/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 18835jheryan2006-07-041-47/+227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to svn up to 27.6.2006jheryan2006-07-0419-209/+366
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18897 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fix segfault on overlapping start/stopreynaldo2006-07-041-51/+57
| | | | | | | | - Correctly report skipped erroneous line number - Denestyfies main operation fill loop git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly variable indirection.diego2006-07-031-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18895 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-0315-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, ↵reynaldo2006-07-032-2/+2
| | | | | | stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.diego2006-07-031-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] orgdiego2006-07-031-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18891 b3059339-0415-0410-9bf9-f77b7e298cf2
* rm unnecesary casts from void* - part 4reynaldo2006-07-0314-50/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18890 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix linking on some systemsivo2006-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18889 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove obsolete md5sum files. libavutil's implementation is used nowivo2006-07-022-715/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18888 b3059339-0415-0410-9bf9-f77b7e298cf2
* use libavutil's md5 implementation instead of local imported copyivo2006-07-021-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18887 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable vo_md5sum if there is no libavutilivo2006-07-021-0/+1
| | | | | | | | (for upcoming change to use libavutil/md5 and removal of md5sum.[ch]) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18886 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: move md5sum check down so it can depend on libavutil laterivo2006-07-021-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18885 b3059339-0415-0410-9bf9-f77b7e298cf2
* rm unnecesary casts from void* - part 3reynaldo2006-07-0218-73/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18884 b3059339-0415-0410-9bf9-f77b7e298cf2
* rm unnecesary casts from void* - part 2reynaldo2006-07-0220-55/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18883 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated english and french manpages with new -rtsp-destination optionben2006-07-012-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18882 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing free() if bails out at step 12ben2006-07-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unneeded codelucabe2006-07-011-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18880 b3059339-0415-0410-9bf9-f77b7e298cf2
* new rtsp-destination option which allows forcing destination ip address ↵ben2006-07-012-2/+8
| | | | | | (fixes some issues with some reluctant rtsp servers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18879 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix A-V sync for real files (also live streams)rtogni2006-07-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of unused variablereimar2006-07-011-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18877 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure all texture units have a different texture bound.reimar2006-07-011-8/+17
| | | | | | | Should fix weird behaviour with e.g. yuv=4:lscale=1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18876 b3059339-0415-0410-9bf9-f77b7e298cf2
* this unrelated and erroneus change was applied on my previous commit, revertedreynaldo2006-07-011-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18875 b3059339-0415-0410-9bf9-f77b7e298cf2
* rm unnecesary void* casts - part 1reynaldo2006-07-018-42/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18874 b3059339-0415-0410-9bf9-f77b7e298cf2
* havent seen him in ages..reynaldo2006-06-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some explanatory comments to #endif jungle.diego2006-06-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18872 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: wrong #endif removed.diego2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...diego2006-06-301-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional FreeType support compilation to the build system.diego2006-06-303-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18869 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc --> libswscalediego2006-06-304-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocess.h was moved to libpostproc years ago..diego2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move postproc ---> libswscalelucabe2006-06-3031-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nicolas Le Gaillart has vanishedgpoirier2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update list of documentation maintainers.diego2006-06-301-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18863 b3059339-0415-0410-9bf9-f77b7e298cf2
* gets ride of a few more sizeof(char)sreynaldo2006-06-304-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18862 b3059339-0415-0410-9bf9-f77b7e298cf2
* more sizeof(char) funreynaldo2006-06-302-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18861 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct handling of sgi compressed images on amd64, patch by Paul-Francois ↵reynaldo2006-06-301-3/+3
| | | | | | Fontigny - pff AT filmik-be git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18860 b3059339-0415-0410-9bf9-f77b7e298cf2
* coverity report #179 from xine: variable "rest" not freed or pointed-to in ↵ben2006-06-291-0/+1
| | | | | | function "rtsp_put" (see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.19&r2=1.20) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18859 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic patch to remove useless sizeof(char) statementsben2006-06-291-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18858 b3059339-0415-0410-9bf9-f77b7e298cf2
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ↵ben2006-06-291-3/+3
| | | | | | see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.17&r2=1.18) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18857 b3059339-0415-0410-9bf9-f77b7e298cf2
* be more tolerant on server responses parameters case (fix 1.17 from xine, ↵ben2006-06-291-8/+8
| | | | | | see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.16&r2=1.17) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18856 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 more unused functions removal (trying to sync with xine)ben2006-06-291-52/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18855 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused hexdump()ben2006-06-291-36/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18854 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for ↵ben2006-06-291-0/+1
| | | | | | report and pacman for fix) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18853 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing license, as chosen by its authorgpoirier2006-06-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18852 b3059339-0415-0410-9bf9-f77b7e298cf2
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ↵gpoirier2006-06-291-3/+3
| | | | | | PP com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch to UTF-8, patch by Rickard Narstromgpoirier2006-06-292-457/+457
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix misplaced apostrophe.diego2006-06-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18849 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clear up the "who is pacman / who is tcsetattr?" mysterypacman2006-06-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canpacman2006-06-281-5/+0
| | | | | | | still return usable data after the underlying stream_t has EOF'ed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Respect AOPLAY_FINAL_CHUNKpacman2006-06-281-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18846 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2006-06-281-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18845 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rewrite and extend the Subversion guidelines.diego2006-06-281-64/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18844 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo/grammar fixesdiego2006-06-281-12/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18843 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information on how to compile MPlayer on OSX with extra featuresgpoirier2006-06-271-1/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18842 b3059339-0415-0410-9bf9-f77b7e298cf2
* includes before checking for defines (thanks Reimar for watching me)ben2006-06-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18841 b3059339-0415-0410-9bf9-f77b7e298cf2
* network code portability for win32ben