aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* restored support for dvdnav only in the stream layer; all other ↵Gravatar nicodvb2006-06-14
| | | | | | functionalities are disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
* When playing an audio only file use audio time instead of video time toGravatar uau2006-06-14
| | | | | | | | set EDL mark. Fixes a NULL pointer dereference. Problem noticed by Robert Henney, robh A rut org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
| | | | | | | case work the same as with video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18713 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved -vo gl:lscale documentationGravatar reimar2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
| | | | | | | | | | | | | | (same as new_sh_audio()) instead of sh_audio_t *, use those to remove the pointer from demuxer->a_streams[] before freeing it. Some demuxers use free_sh_audio() to undo the creation of an already-allocated audio stream in case of error. These uses were unsafe since free_sh_audio() freed the data structure but left the pointer in demuxer->a_streams[], leading to double free later in free_demuxer() (and perhaps use of the freed stream before that, I didn't check). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extern declaration for free_sh_audio() that is both unused andGravatar uau2006-06-14
| | | | | | | | already present from stheader.h. (Would cause a compile error after my next change.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18710 b3059339-0415-0410-9bf9-f77b7e298cf2
* More CVS --> Subversion changesGravatar ivo2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18709 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> SubversionGravatar ivo2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix problem when subtitle file name is shorter than ".utf-8"Gravatar gpoirier2006-06-14
| | | | | | | | | | Patch by Evgeniy Stepanov < eugeni P stepanov A gmail P com > Original thread: Date: May 23, 2006 10:57 PM Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18707 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix uninitialized pointer value being passed to open_stream, where it is ↵Gravatar gpoirier2006-06-14
| | | | | | | | | | | | used in comparison. Patch by Eugeniy Stepanov < eugeni P stepanov A gmail P com > Original Thread: Date: May 23, 2006 10:57 PM Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18706 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml/hu/ports.xml synced with r18704Gravatar Gabrov2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary rsync exclude.Gravatar diego2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18704 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsGravatar diego2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18703 b3059339-0415-0410-9bf9-f77b7e298cf2
* formatting fixesGravatar diego2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18702 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18697Gravatar gpoirier2006-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18701 b3059339-0415-0410-9bf9-f77b7e298cf2
* r18697: scaler -> scale typo fixGravatar kraymer2006-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18700 b3059339-0415-0410-9bf9-f77b7e298cf2
* review of large parts of xml documentationGravatar kraymer2006-06-13
| | | | | | | based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lscale/cscale in -vo gl:help messageGravatar reimar2006-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2
* scaler -> scale typo fixGravatar reimar2006-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use border for bicubic filter helper texture, since it will cause ATIGravatar reimar2006-06-13
| | | | | | | | | | cards to switch to software mode and be unusable. Double texture size to avoid this causing artefacts. Note: yuv=6 will not be changed, so it will stay unusable with ATI cards unless ATI starts supporting this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a condition as suggested by Rich.Gravatar gpoirier2006-06-13
| | | | | | | Although what was in the code was working in practice it was not formally correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18695 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsGravatar gpoirier2006-06-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by Ivo, and failure under non-root operation improved. ↵Gravatar gpoirier2006-06-13
| | | | | | Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18693 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio stream switching in mpeg-tsGravatar nicodvb2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18692 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for audio stream switchingGravatar nicodvb2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18691 b3059339-0415-0410-9bf9-f77b7e298cf2
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)Gravatar gpoirier2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Optimize bicubic filteringGravatar reimar2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18689 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Roberto for forgetting to add the release code name.Gravatar diego2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18688 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ruGravatar diego2006-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18687 b3059339-0415-0410-9bf9-f77b7e298cf2
* moves invariant code (chiefly MMX register initialization) out of loops as ↵Gravatar gpoirier2006-06-12
| | | | | | | | | | | | well as eliminating some memory accesses within the inner loop. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: Date: Mon, 12 Jun 2006 00:31:53 -0700 (PDT) Subject [MPlayer-dev-eng] [PATCH] Loop invariant motion in libvo/osd_template.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18686 b3059339-0415-0410-9bf9-f77b7e298cf2
* include stream_dvd's interface from libmpdemux/stream_dvd.hGravatar nicodvb2006-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18685 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved stream_dvd's interface to stream_dvd.hGravatar nicodvb2006-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18684 b3059339-0415-0410-9bf9-f77b7e298cf2
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, ↵Gravatar nicodvb2006-06-11
| | | | | | irrispective of the codec used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18683 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved audio codec/filters/out to a separate function that is called both at ↵Gravatar nicodvb2006-06-11
| | | | | | init() and to switch audio stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add pre7try3, final pre8 updateGravatar rtogni2006-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18679 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18656 (French man page is now in sync)Gravatar gpoirier2006-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18678 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix image adjustment (brightness etc.) for yuv=6Gravatar reimar2006-06-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18677 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18673Gravatar kraymer2006-06-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary version of mirror howtoGravatar attila2006-06-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not require iconv program with --charset=noconvGravatar reimar2006-06-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand and update the Solaris and AIX sections.Gravatar diego2006-06-10
| | | | | | | patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18673 b3059339-0415-0410-9bf9-f77b7e298cf2
* Protect SIZE_MAX useGravatar rtogni2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix declaration mixed in among statements in the recent dvr-ms codeGravatar pacman2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18671 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by ↵Gravatar nicodvb2006-06-09
| | | | | | other demuxers when libogg and/or libvorbis are missing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18670 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18669 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18668 b3059339-0415-0410-9bf9-f77b7e298cf2
* decoderConfigLen can be larger than 255 bytesGravatar nicodvb2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18667 b3059339-0415-0410-9bf9-f77b7e298cf2
* r18656: Add yuv to rgb conversion using a 3D lookup textureGravatar kraymer2006-06-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18666 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Kurt Lettmaier to AUTHORSGravatar kraymer2006-06-09
| | | | | | | add my svn nick git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't claim that amr_nb is disabled when the fixed point version is enabled.Gravatar diego2006-06-09
| | | | | | | patch by Ismail Dönmez ismail,,@,,pardus,,.,,org,,.,,tr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18664 b3059339-0415-0410-9bf9-f77b7e298cf2