summaryrefslogtreecommitdiffstats
<
Commit message (Collapse)AuthorAgeFilesLines
* authors section from html docs, converted by Andras Mohariarpi2002-09-091-0/+376
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7344 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv422planar->yuy2 supportarpi2002-09-091-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7343 b3059339-0415-0410-9bf9-f77b7e298cf2
* unused codearpi2002-09-091-40/+0
| | | | | | | also it was never ported to non-linux systems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7342 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, use mencoder...arpi2002-09-091-286/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7341 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, old code. use dga with swscaler (-vo dga -zoom)arpi2002-09-091-476/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7340 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
| | | | | | | original Aaron code, except its filename :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7339 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleted by font_load_ft.carpi2002-09-091-714/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7338 b3059339-0415-0410-9bf9-f77b7e298cf2
* - reorder of help, new section: Codecs, cosmetics/descriptions extendedarpi2002-09-091-45/+43
| | | | | | | - accept freetype 2.0.9 too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7337 b3059339-0415-0410-9bf9-f77b7e298cf2
* When we're compiling/running on a kernel without sse/sse2 support, we havejkeil2002-09-091-4/+15
| | | | | | | | | | | | | to be careful when using gcc-3.x. gcc-3.x is able to emit sse/sse2 instructions for normal C code when we compile for maximum performance with something like the -march=athlon-xp switch. So, if the kernel does not support the sse/sse2 instruction set extension, we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code, otherwise mplayer might crash with a SIGILL signal. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7336 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed palette8to{rgb24,bgr24,rgb32,bgr32}alex2002-09-091-17/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7335 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-09-091-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code to XviD VBR Library from transcode.kmkaplan2002-09-091-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoderkmkaplan2002-09-094-1/+1876
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>bertrand2002-09-091-0/+5
| | | | | | | - Url was not properly parsed if an @ was in the file path. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7331 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-085-22/+28
| | | | | | | | note: i couldn't test it (only compile test) may be broken :( we're going to an unified demuxer API - required for modularization git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7330 b3059339-0415-0410-9bf9-f77b7e298cf2
* query added for soem vfw codecsarpi2002-09-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7329 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry - this was a sync for alljaf2002-09-081-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7328 b3059339-0415-0410-9bf9-f77b7e298cf2
* extensible blinkenlights driver, can currently be used for the Arcade ↵rik2002-09-083-0/+440
| | | | | | http://www.blinkenlights.de/arcade git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
* help_mp-bg.hjaf2002-09-0815-60/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7326 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-081-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7325 b3059339-0415-0410-9bf9-f77b7e298cf2
* -gui removalgabucino2002-09-082-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7324 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync (-gui removed)gabucino2002-09-081-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7323 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonexus2002-09-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7322 b3059339-0415-0410-9bf9-f77b7e298cf2
* -gui option removal leftoversdiego2002-09-083-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed get_format/set_formatalex2002-09-081-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7320 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed message leveles (too many non-sense info messages)alex2002-09-082-20/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7319 b3059339-0415-0410-9bf9-f77b7e298cf2
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> ↵alex2002-09-081-3/+3
| | | | | | for webcams git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7318 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable annonying debug printf (autoq)atmos42002-09-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
* indeoraw removed (nonsense)alex2002-09-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7316 b3059339-0415-0410-9bf9-f77b7e298cf2
* authors/maintainers updated - feel free to correct/extendarpi2002-09-071-58/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7315 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mjpa fcc to ffmjpegalex2002-09-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7314 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete cyuvxa, completed qpeg, added some extra supported output ↵alex2002-09-071-13/+6
| | | | | | formats to wmv8, removed bgr32 from dv as its buggy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7313 b3059339-0415-0410-9bf9-f77b7e298cf2
* x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>alex2002-09-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't try to reread from the socket if the server says EOFbertrand2002-09-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed an unknown command. Looks like it's a new command from WMS9.bertrand2002-09-071-3/+10
| | | | | | | Changed all the exit by return -1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7310 b3059339-0415-0410-9bf9-f77b7e298cf2
* removes old input code (forgot to commit this)alex2002-09-071-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor speedup by nick kurshev.atmos42002-09-071-64/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now included in codecs.htmlatmos42002-09-071-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with new method of finding DShow codecs and a small hint about VFW on ↵atmos42002-09-071-1/+20
| | | | | | WinNT. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check if realloc failed on http_hdr->buffer instead of ptr in ↵bertrand2002-09-071-2/+2
| | | | | | | | | http_response_append, and got rid of ptr which wasn't used anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7305 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing mpeg in avimichael2002-09-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7304 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7303 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjaf2002-09-061-6/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7302 b3059339-0415-0410-9bf9-f77b7e298cf2
* Easier/Faster method of adding DShow codecs to mplayer.atmos42002-09-061-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7301 b3059339-0415-0410-9bf9-f77b7e298cf2
* - GCC 3.x (SPARC) is too clever for the double->int conversion trick used injkeil2002-09-061-10/+3
| | | | | | | | | | | | | | | | the WRITE_SAMPLE macro. Use a union instead of a cast to get at the binary representation of the double's mantissa. This should fix: http://mplayerhq.hu/pipermail/mplayer-users/2002-August/018948.html http://mplayerhq.hu/pipermail/mplayer-users/2002-August/019296.html http://mplayerhq.hu/pipermail/mplayer-users/2002-September/020348.html - garbage collect the unused CAN_COMPILE_X86 define git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7300 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed xacodec_driver, using sh->context instead, removed xacodec_image, ↵alex2002-09-061-400/+327
| | | | | | using mpi instead, some warning fixes. note: mpi optimisations are still pending git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7299 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Anders Rune Jensen <anders@gnulinux.dk>jaf2002-09-061-7/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7298 b3059339-0415-0410-9bf9-f77b7e298cf2
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
| | | | | | | | | | (See gcc problem report PR c/7847); mplayer crashes with SIGBUS signal. Added a workaround: copy the unaligned stucture member to a temporary local variable using memcpy, and use that in the code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7297 b3059339-0415-0410-9bf9-f77b7e298cf2
* (big) resync with help_mp-en.h 1.52pl2002-09-061-24/+236
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7296 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by <hephooey@fastmail.fm>jaf2002-09-061-4/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7295 b3059339-0415-0410-9bf9-f77b7e298cf2
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
| | | | | | | | | | - http_response_append addes extra 0 byte to close teh string (some functions like http_is_header_entire() use standard string functions like strstr which requires trailing zero) - check for NULL string in http_is_header_entire() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7294 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Arpijonas2002-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7293 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ljonas2002-09-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7292 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove sub sub option lists over .IPjonas2002-09-051-40/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7291 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes for rewritejonas2002-09-051-8/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7290 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite (much ;), no content changejonas2002-09-051-882/+1227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7289 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lpontscho2002-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7288 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page documentationjonas2002-09-051-0/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7287 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged xacodec.c and vd_xanim.calex2002-09-054-900/+882
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7286 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: notes, examples, synopsis, preparations for rewrite, removed ↵jonas2002-09-051-496/+510
| | | | | | spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7285 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add fuckin locale fix from Dietrich Clauß <dc2@clauss.dyndns.org>pontscho2002-09-051-21/+15
| | | | | | | (Yeah. Nice round:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7284 b3059339-0415-0410-9bf9-f77b7e298cf2
* links (found on xvid-dev list)michael2002-09-051-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7283 b3059339-0415-0410-9bf9-f77b7e298cf2
* sis_vid removedjaf2002-09-054-38/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added CDDA credits to Alban.bertrand2002-09-051-2/+4
| | | | | | | | | Added CDDB credits to Bertrand. Why is my last name all upper case, and only for me? Sorry for the cosmetic, but it looks wierd :/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7281 b3059339-0415-0410-9bf9-f77b7e298cf2
* Humm, only if __DEBUG_URL is defined, declare the prototype...bertrand2002-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7280 b3059339-0415-0410-9bf9-f77b7e298cf2
* cyrix mtrr detectatmos42002-09-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7279 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, the new input has own lirc codearpi2002-09-042-184/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7278 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, no one seems to be interested to fix/update/finish thisarpi2002-09-042-688/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7277 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)arpi2002-09-041-1/+3
| | | | | | | we shouldn't do planes[1]==NULL for formats like planar yuv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7276 b3059339-0415-0410-9bf9-f77b7e298cf2
* update patch by Ioannis Panteleakis <pioann@csd.auth.gr>arpi2002-09-041-47/+260
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7275 b3059339-0415-0410-9bf9-f77b7e298cf2
* NULL->0 (warning fix)arpi2002-09-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7274 b3059339-0415-0410-9bf9-f77b7e298cf2
* config() parameters changezdar2002-09-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7273 b3059339-0415-0410-9bf9-f77b7e298cf2
* synczdar2002-09-041-20/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7272 b3059339-0415-0410-9bf9-f77b7e298cf2
* DXR3 docs updated. Patch by David Holm <david@realityrift.com>, furtherdiego2002-09-043-33/+51
| | | | | | | spelling/consistency fixes by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell ↵bertrand2002-09-042-4/+55
| | | | | | <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-09-041-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7269 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7268 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-041-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7267 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add workaround for fuckin localepontscho2002-09-046-154/+36
| | | | | | | - remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2