summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* syncpaszczi2004-04-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12247 b3059339-0415-0410-9bf9-f77b7e298cf2
* more nicksdiego2004-04-211-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12246 b3059339-0415-0410-9bf9-f77b7e298cf2
* more nicksdiego2004-04-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12245 b3059339-0415-0410-9bf9-f77b7e298cf2
* copyright --> MPlayer teamdiego2004-04-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12244 b3059339-0415-0410-9bf9-f77b7e298cf2
* file_id_string (idea by ivan)michael2004-04-201-1/+21
| | | | | | | | remove 0byte skiped frames (idea by rich) file structure git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Common -vo driver problem solution explained by Lukasz Proszek.diego2004-04-201-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12242 b3059339-0415-0410-9bf9-f77b7e298cf2
* dhahelper.sys is put here for installation.diego2004-04-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12241 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat may be found in the main tree now.diego2004-04-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12240 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing backward pointersmichael2004-04-201-47/+24
| | | | | | | | | | | removing frames with type 1 forward pointers point to the next packet (=size of the packet) instead of pointing over several type 0 frames removing forward pointers from type 2 frames (they are after the above changes equal to the data_size and would thus be redundant) simplify frame_code flags 7->5 bit remove zero_bit definition (was unused) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12239 b3059339-0415-0410-9bf9-f77b7e298cf2
* QNX does not support -rdynamic.diego2004-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12238 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: don't run strcmp if arg is NULLrtognimp2004-04-191-1/+1
| | | | | | | Pathc by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12237 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'ranma2004-04-191-42/+56
| | | | | | | limitation and the JUNK chunks needed to do that. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12236 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Ville Saari, one more nickdiego2004-04-191-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12235 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation prepared by Boski Cinek <boski_cinek(at)o2.pl>paszczi2004-04-181-0/+930
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12234 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation prepared by frogu <frogu(at)frogu.emdej.pl>paszczi2004-04-181-0/+1372
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12233 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-181-105/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12232 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-181-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Joe Barr calls us Mplayer.diego2004-04-171-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12230 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix: Mplayer --> MPlayerdiego2004-04-1711-63/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12229 b3059339-0415-0410-9bf9-f77b7e298cf2
* /usr/lib/win32 --> /usr/lib/codecsdiego2004-04-1713-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12228 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12227 b3059339-0415-0410-9bf9-f77b7e298cf2
* New filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-04-174-1/+761
| | | | | | | | for removing duplicate frames from telecined video that was incorrectly deinterlaced. Minor bugfixes added by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12226 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for some audio asf streams like ↵rtognimp2004-04-171-1/+1
| | | | | | | | | http://ms.bandeapart.fm/bap/albums/973/6573_h_07-Patience.asf Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Respect -playlist for asx streamsrtognimp2004-04-177-7/+21
| | | | | | | Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12224 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Daniele Forghieridiego2004-04-171-18/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12223 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for me - stray option draft left behind.diego2004-04-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12222 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl suboption doc improvedreimar2004-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12221 b3059339-0415-0410-9bf9-f77b7e298cf2
* less verbosity + printf --> mp_msgdiego2004-04-171-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patches should not be compressed.diego2004-04-171-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12219 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2004-04-171-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12218 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>diego2004-04-174-7/+118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12217 b3059339-0415-0410-9bf9-f77b7e298cf2
* lol, that sure deserves some Coladiego2004-04-161-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12216 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD ↵michael2004-04-161-0/+16
| | | | | | dot COM>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12215 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to me: writing outside allocated memoryrtognimp2004-04-151-1/+1
| | | | | | | | Patch by Mikulas Patocka < mikulas (at) artax (dot) karlin (dot) mff (dot) cuni (dot) cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12214 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed suboption parsing, added help for suboptionsreimar2004-04-151-12/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12213 b3059339-0415-0410-9bf9-f77b7e298cf2
* All entries in alphabetical last, first name order, some nicks added.diego2004-04-151-451/+444
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12212 b3059339-0415-0410-9bf9-f77b7e298cf2
* specify field mode when setting image heighthenry2004-04-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12211 b3059339-0415-0410-9bf9-f77b7e298cf2
* moving f() and u()michael2004-04-141-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12210 b3059339-0415-0410-9bf9-f77b7e298cf2
* type 1/2 packets must have MSB timestamps (this is already mentioned at some ↵michael2004-04-141-1/+1
| | | | | | other places but i forgot this one) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault if EDL is used without videortognimp2004-04-141-0/+5
| | | | | | | Based on a patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try Real rtsp, then live.com on every rtsp stream (remove extensionrtognimp2004-04-142-20/+15
| | | | | | | based selection) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12207 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-141-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing options added to --help output.diego2004-04-131-12/+15
| | | | | | | --help output slightly reordered, hopefully more sensible than before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12205 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2004-04-131-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nicks added.diego2004-04-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make caca detection consistent with the others using *-config, also avoidsdiego2004-04-131-1/+4
| | | | | | | an ugly error message when caca-config is not installed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nicks added.diego2004-04-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12201 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL vo driver suboptions by Reimar and me.diego2004-04-131-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not crash on audio only streamsrtognimp2004-04-131-15/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12199 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo quartz docs by Nicolas Plourde <nicolas.plourde@sympatico.ca>diego2004-04-131-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12198 b3059339-0415-0410-9bf9-f77b7e298cf2
* quartz vo, based on patch byNicolas Plourde <nicolas.plourde@sympatico.ca>diego2004-04-131-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12197 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msg; print error msg when qtmlClient.dll is missingfaust32004-04-131-13/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12196 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msg, error msg when qtmlClient.dll is missingfaust32004-04-131-19/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12195 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msgfaust32004-04-131-26/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12194 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore mouseclicks when activating the windowfaust32004-04-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12193 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is not supported on Win32. Both _xanim and _real set it, so bothdiego2004-04-131-2/+1
| | | | | | | should check for Win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12192 b3059339-0415-0410-9bf9-f77b7e298cf2
* always add versionsinfo and icon on windowsfaust32004-04-131-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12191 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is not supported on windowsfaust32004-04-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12190 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB updates, patch by Nico <nsabbi@tiscali.it>diego2004-04-131-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12189 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB update, patch by Nico <nsabbi@tiscali.it>diego2004-04-131-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some release dates added, consistent date format.diego2004-04-131-63/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12187 b3059339-0415-0410-9bf9-f77b7e298cf2
* win32 macro added to simplify detecting both Cygwin and MinGW.diego2004-04-131-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12186 b3059339-0415-0410-9bf9-f77b7e298cf2
* (de)coder -> (de)muxermichael2004-04-131-9/+12
| | | | | | | some clarifications git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12185 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace changes (improves changelog mode in vim/emacs)diego2004-04-131-37/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12184 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpflac was removed.diego2004-04-131-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add license, remove bogus comment as told by Reza Jelveh, the author.diego2004-04-121-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12182 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, more wishesdiego2004-04-121-8/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)rtognimp2004-04-121-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12180 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat support for windowsfaust32004-04-121-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12179 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support AAC in NSVrtognimp2004-04-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12178 b3059339-0415-0410-9bf9-f77b7e298cf2
* NSV demuxer author addedrtognimp2004-04-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12177 b3059339-0415-0410-9bf9-f77b7e298cf2
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-126-6/+389
| | | | | | | Patch by Reza Jelveh <reza (dot) jelveh (at) tu-harburg (dot) de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12176 b3059339-0415-0410-9bf9-f77b7e298cf2
* .mp4 with lavf supportmichael2004-04-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12175 b3059339-0415-0410-9bf9-f77b7e298cf2
* FLV with lavc+lavf supportmichael2004-04-111-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12174 b3059339-0415-0410-9bf9-f77b7e298cf2
* 4xm with lavf+lavcmichael2004-04-111-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12173 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR16michael2004-04-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12172 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavf ASF supportmichael2004-04-111-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12171 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten person who added an important feature to the mingw portfaust32004-04-111-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12170 b3059339-0415-0410-9bf9-f77b7e298cf2
* seekingmichael2004-04-111-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12169 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid unneeded stream_reset()michael2004-04-111-2/+15
| | | | | | | | aspect ratio support (rarely works ...) author, title, ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12168 b3059339-0415-0410-9bf9-f77b7e298cf2
* nicer EOF solution, mpeg-ps works now toomichael2004-04-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12167 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat really doesnt like it that the streams get stuck if the end is ↵michael2004-04-111-3/+11
| | | | | | reached git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12166 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux_lavfmichael2004-04-116-8/+417
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12165 b3059339-0415-0410-9bf9-f77b7e298cf2
* quant_parameter is 2*mpeg1_quant, no problems noticed with too high valuesiive2004-04-091-2