aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* sync with r20774Gravatar voroshil2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20784 b3059339-0415-0410-9bf9-f77b7e298cf2
* 11l, revert r20782Gravatar kraymer2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20783 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicate MSGTRGravatar kraymer2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20782 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGTRs for libvo/aspect.c and libvo/vo_xv.cGravatar kraymer2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20781 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGTRs for ao_alsa.cGravatar kraymer2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20780 b3059339-0415-0410-9bf9-f77b7e298cf2
* symplify aligned memory allocation on mingw32 by using ffmpeg's ↵Gravatar gpoirier2006-11-08
| | | | | | | | | | | | av_malloc/av_free Patch by Emanuele Giaquinta % e P giaquinta A glauco P it % Original thread: Subject: [MPlayer-dev-eng] [PATCH] liba52/parse.c: avoid dirty hack on mingw32 Date: 10/25/2006 03:19 AM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20779 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial sync with latest manpage commitsGravatar gpoirier2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20778 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generated XSL files should be in UTF-8.Gravatar diego2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20777 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some FourCC values from libavformat/riff.c to our private mapping.Gravatar diego2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling fix: Allowable -> AllowedGravatar voroshil2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding ability to check allowed frequency range.Gravatar voroshil2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20774 b3059339-0415-0410-9bf9-f77b7e298cf2
* - explain lavc lmin option more clearlyGravatar corey2006-11-08
| | | | | | | - document lavc mblmin and mblmax options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20773 b3059339-0415-0410-9bf9-f77b7e298cf2
* support lavc mblmin and mblmaxGravatar corey2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20772 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create binaries with proper executable suffix under Windows.Gravatar diego2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20771 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for -dvdangleGravatar nicodvb2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20770 b3059339-0415-0410-9bf9-f77b7e298cf2
* near-precise seeking in dvd://Gravatar nicodvb2006-11-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix code that cuts audio data if the filters produce too much.Gravatar uau2006-11-07
| | | | | | | | It incorrectly used the channel count and sample size values from the decoder even though the filters can change those. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20768 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %Gravatar gpoirier2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20767 b3059339-0415-0410-9bf9-f77b7e298cf2
* now the OSD shows the value returned by demuxer_get_current_time() rather ↵Gravatar nicodvb2006-11-07
| | | | | | than sh_video->pts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20766 b3059339-0415-0410-9bf9-f77b7e298cf2
* added demuxer_get_current_time() to get the current playtime (possibly aided ↵Gravatar nicodvb2006-11-07
| | | | | | by the stream layer) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20765 b3059339-0415-0410-9bf9-f77b7e298cf2
* now demux_seek() tries to seek aided by the stream layer, if possibleGravatar nicodvb2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20764 b3059339-0415-0410-9bf9-f77b7e298cf2
* added definition of DEMUXER_CTRL_RESYNCGravatar nicodvb2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20763 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME ↵Gravatar nicodvb2006-11-07
| | | | | | (precise seeking) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20762 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with en/mplayer.1 r20739Gravatar gpoirier2006-11-07
| | | | | | | patch by S Jin jinsh2 A yahoo P com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20761 b3059339-0415-0410-9bf9-f77b7e298cf2
* added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIMEGravatar nicodvb2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20760 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20759 b3059339-0415-0410-9bf9-f77b7e298cf2
* _inputmodules vs _noinputmodules typo fixGravatar diego2006-11-07
| | | | | | | noticed by Klaus Müller, mk.2001 web de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20758 b3059339-0415-0410-9bf9-f77b7e298cf2
* feed av_log() through mp_msg()Gravatar michael2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20757 b3059339-0415-0410-9bf9-f77b7e298cf2
* fprintf -> mp_msgGravatar michael2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding myself to man page translation and stram sections.Gravatar voroshil2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace enneccesery O_RDWR with O_RDONLYGravatar voroshil2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restoring volume level of radio card on exit.Gravatar voroshil2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20753 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag update, no real changes neededGravatar voroshil2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20752 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20739: Remove remnants of long-gone libfame.Gravatar voroshil2006-11-07
| | | | | | | Fixed line in man page, started from a quote character. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20751 b3059339-0415-0410-9bf9-f77b7e298cf2
* If parsing a seek head fails then mplayer should try continue parsing the ↵Gravatar mosu2006-11-07
| | | | | | file after the seek head. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add our own CODEC_ID -> fourcc translation tables so we do not needGravatar reimar2006-11-07
| | | | | | | | | | to put them into ffmpeg. Also adds support for S24BE and S8 audio formats, which fixes e.g. http://samples.mplayerhq.hu/A-codecs/MACE/Bach1-1.aiff and http://samples.mplayerhq.hu/MXF/ebu_small.mxf . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20749 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20650 inverted the gtk1 check before setting charset, thisGravatar reimar2006-11-07
| | | | | | | | disabling all charset conversions. Fix to always use UTF-8 as default now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20748 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove stray comment lineGravatar kraymer2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,Gravatar diego2006-11-07
| | | | | | | all in one fell swoop. Patch by yours truly accepted upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus comment lines.Gravatar diego2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.Gravatar diego2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20744 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove dead defines (spotted by mphelp_check.py)Gravatar kraymer2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20743 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix format identifiers mismatchGravatar kraymer2006-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial (partially, about 40%) translation.Gravatar voroshil2006-11-07
| | | | | | | | | | | | | | | | | | | | Patch from Andrew Savchenko birkoph at list ru with small fixes. Translated sections: menc-feat-dvd-mpeg4 Sections to translate: menc-feat-telecine menc-feat-enc-libavcodec menc-feat-xvid menc-feat-x264 menc-feat-video-for-windows menc-feat-vcd-dvd git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASGravatar gpoirier2006-11-07
| | | | | | | | | | Patch by Nigel Pearson % nigel A ind P tansu P com P au % Original thread: Date: Nov 6, 2006 10:43 PM Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix: when copying ass_force_style_list, ending 0 was left out.Gravatar eugeni2006-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20738 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2006-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20737 b3059339-0415-0410-9bf9-f77b7e298cf2
* output cosmeticsGravatar diego2006-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 3.11.2006Gravatar jheryan2006-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20735 b3059339-0415-0410-9bf9-f77b7e298cf2