summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updatertognimp2003-06-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10263 b3059339-0415-0410-9bf9-f77b7e298cf2
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.rtognimp2003-06-084-2/+158
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10262 b3059339-0415-0410-9bf9-f77b7e298cf2
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.rtognimp2003-06-087-0/+3370
| | | | | | | | Author unknown, code from a public domain player for Amiga at http://www.honeypot.net/audio git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10261 b3059339-0415-0410-9bf9-f77b7e298cf2
* - discard soon non TS files (previously it took too long, as in the casearpi2003-06-081-19/+41
| | | | | | | | | | of mpeg-ps files without a registered extension) - detect sooner audio-only files (at least 64K of the chosen audio streams without a video stream) patch by Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10260 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net>alex2003-06-082-6/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-06-072-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10258 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-06-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10257 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10256 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-06-073-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10255 b3059339-0415-0410-9bf9-f77b7e298cf2
* - open new_ds_[audio | video] only when the relative streams are really ↵arpi2003-06-071-598/+632
| | | | | | | | | | | | | | | | | | available - consequently, -nosound now works - simplified the feeding (to ds_) function - eliminated the previous buffering of ES data (so it should be a little faster) - discard junk ES data after payload_size for the current pes packet is 0 - reduced the probe buffer - better support for audio only TS (DAB seems to have many fans) - fixes the wrong spacing (now fixed at 8 chars) - makes static all the functions that are not exported - comments the unused code that I could need in the future patch by Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10254 b3059339-0415-0410-9bf9-f77b7e298cf2
* I've found some time to implement the encoding support for the newarpi2003-06-064-28/+401
| | | | | | | | | | | | DivX API. Now it's possible to play and encode movies with the latest DivX release. One thing that doesn't work is the new Video Buffer Verifier (VBV) multipass encoding. The encoder segfaults. Maybe it just isn't supported with the standard profile of the released binary encoder. Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
* just updated vd_theora.c to decode the additional header packets,arpi2003-06-061-0/+22
| | | | | | | | | | | | introduced by recent changes in Theora CVS which broke the current support. I'll be able to upload a newly encoded sample by tuesday. patch by David Kuehling <dvdkhlng@gmx.de> note: theora comment decoding disabled for backward compatibility,. result wasn't used anyway --A'rpi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10252 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mem corruption bugsarpi2003-06-061-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spell Arpi's name correctly and trigger keyword substitution.diego2003-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Anders Rune Jensen <anders@gnulinux.dk>.diego2003-06-051-23/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10249 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2003-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10248 b3059339-0415-0410-9bf9-f77b7e298cf2
* New files and updates by Andoni Zubimendi <andoni@lpsat.net>.diego2003-06-053-1/+1021
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10247 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l! crashing on broken config files finally fixed!rfelker2003-06-041-3/+3
| | | | | | | | | | | | | | Patch by Alex Sisson (alex_sisson at yahoo.co.uk): a missing parameter on mp_msg meant it crashed instead of printing a nice message if you put entries in the config with no parameter. also did a few english-tidies on error messages in there. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10246 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't set audio pts to infinity after seeking in mp3 files :)rfelker2003-06-041-0/+1
| | | | | | | (10l) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10245 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32003-06-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10244 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominikalex2003-06-034-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix name clash fix libsmbclient, patch by Raindel Shachar ↵alex2003-06-031-1/+1
| | | | | | <raindel@techunix.technion.ac.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-06-021-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10241 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to me :(rfelker2003-06-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10240 b3059339-0415-0410-9bf9-f77b7e298cf2
* MGA tvout:gabucino2003-06-012-0/+8
| | | | | | | - updating for matroxtv changes (con2fb needed) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10239 b3059339-0415-0410-9bf9-f77b7e298cf2
* v3.0gabucino2003-06-011-46/+151
| | | | | | | | | | | | Features: - hopefully finally works out-of-the-box after ./modules (report if not) - nice Display Identifier, as in Windows (big "1" and "2" letters on heads :) TODO: - autodetect if fbset, matroxset, con2fb are installed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10238 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominikalex2003-06-012-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10237 b3059339-0415-0410-9bf9-f77b7e298cf2
* unusedalex2003-06-011-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10236 b3059339-0415-0410-9bf9-f77b7e298cf2
* final scaler removal stepalex2003-06-011-69/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10235 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-0110-16/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warning fixes, patch by Dominik Mierzejewskirtognimp2003-06-013-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10233 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix by Bernd Ernesti <mplayer at lists.veego.de>faust32003-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10232 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix volume increasingfaust32003-06-011-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10231 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-06-0110-278/+225
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording as suggested by Rich.diego2003-06-011-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default indentation is 4 now.diego2003-05-312-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
* -use-stdin not in alphabetical orderdiego2003-05-311-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10227 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for -dumpstream file writes, patch by Eric Lammerts <eric@lammerts.org>alex2003-05-311-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10226 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer options have just one '-'.diego2003-05-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10225 b3059339-0415-0410-9bf9-f77b7e298cf2
* display pts for audio-only files as hh:mm:ss.frfelker2003-05-311-2/+32
| | | | | | | patch by Robert Riches (rm.riches at verizon.net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kernel headers or glibc headers are necessary for compilation.diego2003-05-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10223 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-05-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10222 b3059339-0415-0410-9bf9-f77b7e298cf2
* unleakalex2003-05-312-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10221 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed my 10lalex2003-05-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved video filters to a separate section, moved slave mode section to thejonas2003-05-313-571/+662
| | | | | | | | tech subdir, random improvements, default indentation reduced. Straight from the LUG camp Felsberg by Jonas and Diego. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10219 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10218 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed the silly func-inside-func codepicealex2003-05-301-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10217 b3059339-0415-0410-9bf9-f77b7e298cf2
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-303-5/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10216 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplification and clarificationalex2003-05-301-18/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10215 b3059339-0415-0410-9bf9-f77b7e298cf2
* esd:server and esd latency support by Andrew Williams ↵alex2003-05-302-13/+53
| | | | | | <andrew.s.williams@adelaide.edu.au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10214 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-303-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10213 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-304-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10212 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove ssize_t messfaust32003-05-303-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
* update by the author (v0.2.2)alex2003-05-301-9/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10210 b3059339-0415-0410-9bf9-f77b7e298cf2
* some clarifications (Diego pls check for the spelling errors ;)alex2003-05-302-9/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10209 b3059339-0415-0410-9bf9-f77b7e298cf2
* some clarification and synced to 1.97alex2003-05-301-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD ↵alex2003-05-298-19/+19
| | | | | | standard). Patch by FloDt <flodt8@yahoo.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-05-295-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10206 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-05-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10205 b3059339-0415-0410-9bf9-f77b7e298cf2
* -cdrom-device is optionalnicolas2003-05-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10204 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-2915-60/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.diego2003-05-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Renamed --enable-qtx-codecs to --enable-qtx for consistency reasons.diego2003-05-291-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix redirection in real rtsp connections.rtognimp2003-05-283-8/+32
| | | | | | | Patch by yepyep (sdpplin.c part not committed) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept Helix as a valid Real serverrtognimp2003-05-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10199 b3059339-0415-0410-9bf9-f77b7e298cf2
* use threads on windowsfaust32003-05-262-4/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.diego2003-05-265-0/+203
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Andoni Zubimendi <andoni@lpsat.net>.diego2003-05-261-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10196 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Ben Low <ben@bdlow.net>pontscho2003-05-265-19/+55
| | | | | | | [PATCH] xineramascreen for gmplayer (the right way) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10195 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-264-3/+6
| | | | | | | PATCH: fullscreen issues with GUI, WM layers, gmplayer plays first file always twice git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Syncedlumag2003-05-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10193 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo directx:ontop, console output, inttypes.hdiego2003-05-251-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10192 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo directx:ontop, console output, inttypes.hdiego2003-05-251-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10191 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2003-05-251-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10190 b3059339-0415-0410-9bf9-f77b7e298cf2
* An additional cosmetic '/' for consistency.diego2003-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10189 b3059339-0415-0410-9bf9-f77b7e298cf2
* /usr/local/lib/codecs is now the default codecs directory.diego2003-05-253-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.diego2003-05-254-25/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10187 b3059339-0415-0410-9bf9-f77b7e298cf2
* /usr/local/lib/codecs is now the default codecs directory.diego2003-05-253-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.diego2003-05-255-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10185 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by yepyepalex2003-05-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10184 b3059339-0415-0410-9bf9-f77b7e298cf2
* [PATCH] CP1250 encoding to GUI and UTF-8 to font.descpontscho2003-05-252-0/+2
| | <