aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Recent updates, to r 20024Gravatar torinthiel2006-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus #ifndef WORDS_BIGENDIAN.Gravatar diego2006-10-04
| | | | | | | patch by Emanuele Giaquinta, e.giaquinta glauco it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20026 b3059339-0415-0410-9bf9-f77b7e298cf2
* The language code for Norwegian Bokmal is nb, not no.Gravatar diego2006-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20025 b3059339-0415-0410-9bf9-f77b7e298cf2
* make some global var static (fix a build failure with shared lib on x86_64)Gravatar aurel2006-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20024 b3059339-0415-0410-9bf9-f77b7e298cf2
* make PSNR printing more consistent with other encodersGravatar corey2006-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg r6543.Gravatar diego2006-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unused variable warning when compiling with MMX disabled.Gravatar diego2006-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20021 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove trailing periods in listing, insert dashes for "MPEG n"sGravatar kraymer2006-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20020 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20008: correct parameter value case for -pvr vmode optionGravatar kraymer2006-10-03
| | | | | | | r20000: updated en and fr man pages with changes introduced by new pvr layer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify and optimize bitmap blending.Gravatar eugeni2006-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix make install. 10l for Diego.Gravatar rathann2006-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix for odd versions of binutils, namely the ones in Fedora.Gravatar gpoirier2006-10-01
| | | | | | | | | | Patch by Reimar Original thread: Date: Oct 1, 2006 4:42 PM Subject: Re: [MPlayer-dev-eng] vf_yadif.c: fix for (probably) older binutils git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache ↵Gravatar gpoirier2006-10-01
| | | | | | | | | Access" Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Work around ln limitations on MinGW.Gravatar diego2006-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20013 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables.Gravatar diego2006-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20012 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reset demuxer->sub (consistently with audio and video) after seeking and at ↵Gravatar nicodvb2006-10-01
| | | | | | | | | the end of demux_mpg_open() to prevent ghost packets. Patch by Olaf Mandel - olaf mandel name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed typos and some translation errors.Gravatar voroshil2006-10-01
| | | | | | | | Better translation of some technical terms. Patch from Andrew Savchenko bircoph list ru. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20010 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,Gravatar reimar2006-09-29
| | | | | | | e.g. "mplayer file -endpos 01" would try to play the file "01", too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20009 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct parameter value case for -pvr vmode optionGravatar ben2006-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove another duplicate and useless ;Gravatar reimar2006-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20007 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless trailing ';'Gravatar gpoirier2006-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert strings to comments since they're never used,Gravatar gpoirier2006-09-29
| | | | | | | | | | patch by Zuxy Meng % zuxy P meng A gmail P com % Original thread: Date: Sep 19, 2006 7:33 AM Subject: [MPlayer-dev-eng] [PATCH] Cleanup of TOOLS/cpuinfo.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not compile with -DDEBUG by default.Gravatar diego2006-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #ifdef indentation.Gravatar diego2006-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20003 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fix for replaying files when double clicking in the playlist.Gravatar vayne2006-09-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20002 b3059339-0415-0410-9bf9-f77b7e298cf2
* in case of errors after decoding quit the main decoding Gravatar nicodvb2006-09-27
| | | | | | | | loop before memmove() when sh_audio->in_buffer_len <= 0; patch by Chandan Pitta chandan.pitta gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20001 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated en and fr man pages with changes introduced by new pvr layerGravatar ben2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20000 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated ChangeLog due to new pvr handlingGravatar ben2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19999 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires ↵Gravatar ben2006-09-27
| | | | | | Linux 2.6.18 and above) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync section removal.Gravatar diego2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19997 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes by jerome ferrariGravatar gpoirier2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of fixes by Jerome FerrariGravatar gpoirier2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixes by Jerome FerrariGravatar gpoirier2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for YUVJ formatsGravatar lucabe2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19993 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesGravatar diego2006-09-27
| | | | | | | | get queued via drag and drop. patch by laurent wozniak, laurent.wozniak at laposte dot net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19992 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19974: Update gcc section. Some rewording.Gravatar voroshil2006-09-27
| | | | | | | r19975: Also mention sysctl for adjusting RTC settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19991 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19973: Remove outdate, obsolete and inflammatory rants section.Gravatar voroshil2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19990 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19975: Also mention sysctl for adjusting RTC settings.Gravatar kraymer2006-09-27
| | | | | | | r19974: Update gcc section, some rewording. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19989 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: reformatting, aligningGravatar kraymer2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19988 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19973: Remove outdate, obsolete and inflammatory rants sectionGravatar kraymer2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19987 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19979: after a long time, finally i could add -endpos option to mplayer..Gravatar kraymer2006-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19986 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_caca: use the pre-1.x compatibility layer so recentGravatar corey2006-09-26
| | | | | | | versions of libcaca still work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19985 b3059339-0415-0410-9bf9-f77b7e298cf2
* use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernelGravatar ben2006-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add matroska v2 (SimpleBlock) support.Gravatar eugeni2006-09-25
| | | | | | | Patch by Federico Menarini (federico d menarini a gmail d com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19983 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic renames because pvr support will soon be less ivtv driver dependantGravatar ben2006-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19982 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to rev.19134Gravatar ptt2006-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19981 b3059339-0415-0410-9bf9-f77b7e298cf2
* nit: Subversion revision numbers are referenced as r12345.Gravatar diego2006-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19980 b3059339-0415-0410-9bf9-f77b7e298cf2
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
| | | | | | | | as oded told me on 1006 02 24, i applied it, blame me if some problem occurs, i hope not, since i tried it for a while.... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19979 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'd up to rev.18570Gravatar ptt2006-09-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19978 b3059339-0415-0410-9bf9-f77b7e298cf2