summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New karaoke afreynaldo2006-05-137-0/+105
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18471 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor pre-release corrections, mostly missed capsreynaldo2006-05-131-63/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18470 b3059339-0415-0410-9bf9-f77b7e298cf2
* accidentally committed this overflow fix with the declaration fix before.rfelker2006-05-131-1/+1
| | | | | | | | messed up indention corrected at oded's request. :) 10^100l to me too.. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18469 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless cruft (caused error tz undefined)rfelker2006-05-131-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18468 b3059339-0415-0410-9bf9-f77b7e298cf2
* posix compliance, dont use ancient legacy namerfelker2006-05-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18467 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10^100l c++ declarationsrfelker2006-05-131-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18466 b3059339-0415-0410-9bf9-f77b7e298cf2
* allocate correct extradata sizenicodvb2006-05-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18465 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>gpoirier2006-05-121-53/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18464 b3059339-0415-0410-9bf9-f77b7e298cf2
* raised max extradata size and refuse to store more than the limitnicodvb2006-05-121-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18463 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't allocate (and demux_push() immediately) demux_packet()s > ↵nicodvb2006-05-121-2/+4
| | | | | | MAX_PACK_SIZE; releasing immediately audio packets (before the pes is complete) doesn't make any sense and deteriorates interleaving git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18462 b3059339-0415-0410-9bf9-f77b7e298cf2
* search ac3 in dvd substream only if pes_aligned flag is set in the pes ↵nicodvb2006-05-121-1/+1
| | | | | | headers, otherwise false positives are likely to occur git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18461 b3059339-0415-0410-9bf9-f77b7e298cf2
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.diego2006-05-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18460 b3059339-0415-0410-9bf9-f77b7e298cf2
* mlib != mediaLibdiego2006-05-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18459 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable-mlib should behave like all other commandline parameters.diego2006-05-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18458 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes for the VfW encoding sectiondiego2006-05-121-33/+43
| | | | | | | patch by compn, tempn##@##twmi##.##rr##.##com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18457 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mediaLib check execution and honnor user choise to enable mediaLib ↵iive2006-05-121-3/+1
| | | | | | even on non-sunos system git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18456 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing --enable-toolame and --enable-twolame parameters.diego2006-05-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18455 b3059339-0415-0410-9bf9-f77b7e298cf2
* output typo fixesdiego2006-05-121-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18454 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable mediaLib by default due to brokenness.diego2006-05-122-1/+4
| | | | | | | patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18453 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor corrections partII - Finalreynaldo2006-05-121-70/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor corrections to spanish help messages - Part1reynaldo2006-05-121-73/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fall back on the codecs subdirectory of the current directory for Realdiego2006-05-111-0/+4
| | | | | | | | and Win32 DLLs on Windows. based on a patch by Zuxy Meng zuxy**.**meng**@**gmail**.**com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18450 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer vorbis over ffvorbis for now.diego2006-05-111-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18449 b3059339-0415-0410-9bf9-f77b7e298cf2
* roff syntax fixdiego2006-05-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18448 b3059339-0415-0410-9bf9-f77b7e298cf2
* like it or not, the vfw options are -(xvfw)opts, not -(vfw)optsgpoirier2006-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18447 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1285gpoirier2006-05-111-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential integer overflows in memory allocation. Patch by Reimar and ↵rtognimp2006-05-112-15/+41
| | | | | | me, SIZE_MAX by Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18445 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.254gabrov2006-05-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18444 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1284gabrov2006-05-111-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18443 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.29gabrov2006-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18442 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.17 (increased sync tag after English typo fix)gabrov2006-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18441 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.49gabrov2006-05-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18440 b3059339-0415-0410-9bf9-f77b7e298cf2
* version bump..kraymer2006-05-111-1/+1
| | | | | | | | 1.254: 10l, fix for previous commit [previous commit] 1.253: fix missing line break for MSGTR_LameCantInit [previous commit] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18439 b3059339-0415-0410-9bf9-f77b7e298cf2
* release dedicated review Part I (lines 329 - <end>)kraymer2006-05-111-69/+121
| | | | | | | | * cosmetical changes, wording, spelling * fixed messages exceeding 80 character line boundary git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18438 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.284: fix vfw-related thingskraymer2006-05-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18437 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncluran2006-05-111-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18436 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary commented out OPTFLAGS line.diego2006-05-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18435 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix vfw-related things, patches by RC and Compngpoirier2006-05-112-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18434 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffvorbis no longer crashes with native demuxer.diego2006-05-101-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18433 b3059339-0415-0410-9bf9-f77b7e298cf2
* unbound demux_ogg from ad_libvorbisnicodvb2006-05-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18432 b3059339-0415-0410-9bf9-f77b7e298cf2
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ↵nicodvb2006-05-101-6/+27
| | | | | | crashes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18431 b3059339-0415-0410-9bf9-f77b7e298cf2
* A/R changes are handled correctly by -vc mpeg12nicodvb2006-05-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18430 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ↵nicodvb2006-05-102-1/+4
| | | | | | files; A/R changes work correctly with -vc mpeg12 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18429 b3059339-0415-0410-9bf9-f77b7e298cf2
* Feed AltiVec compiler options into CFLAGS explicitly.diego2006-05-101-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18428 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fixkraymer2006-05-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18427 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$comdiego2006-05-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18426 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, fix for previous commitkraymer2006-05-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18425 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix missing line break for MSGTR_LameCantInitkraymer2006-05-101-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18424 b3059339-0415-0410-9bf9-f77b7e298cf2
* release dedicated review Part I (lines 1 - 328)kraymer2006-05-101-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18423 b3059339-0415-0410-9bf9-f77b7e298cf2
* fuse XviD entries,gpoirier2006-05-101-3/+5
| | | | | | | | more correct entry about Coverity scans mention that lavf's MP4 and MOV have greatly improved git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18422 b3059339-0415-0410-9bf9-f77b7e298cf2
* align xml tagskraymer2006-05-091-171/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18421 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingkraymer2006-05-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18420 b3059339-0415-0410-9bf9-f77b7e298cf2
* German translation for tvinput.xmlkraymer2006-05-091-0/+216
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18419 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temporary workaround for libavcodec issues with B-framesrtognimp2006-05-091-1/+1
| | | | | | | | | This will be reverted after pre8 release Patch written and approved by Michael Niedermayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18418 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.251: console message review: countless spelling/grammar/wording fixeskraymer2006-05-091-55/+54
| | | | | | | Part II (completing patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18417 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1283: Document xvfwopts.kraymer2006-05-091-2/+13
| | | | | | | 1.1282: small layout fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document xvfwopts.diego2006-05-091-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18415 b3059339-0415-0410-9bf9-f77b7e298cf2
* small layout fixdiego2006-05-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore main.xml.diego2006-05-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18413 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1281: Small wording fix, add parameters to the lavfopts option declarations.kraymer2006-05-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18412 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo/wording fixesdiego2006-05-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18411 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a note about main.xml.diego2006-05-091-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18410 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.252: [previously applied by rynaldo, #1.157]kraymer2006-05-091-69/+70
| | | | | | | | | | | 1.251: console message review: countless spelling/grammar/wording fixes Part I (incomplete patch) 1.250: [previously applied by diego, #1.155] 1.249: [previously applied by diego, #1.156] 1.248: [previously applied by reynaldo. #1.154] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18409 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.48gabrov2006-05-091-1/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18408 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally compile Matroska demuxer - oops, part missed in initial commit.diego2006-05-091-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18407 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com ↵gpoirier2006-05-091-0/+139
| | | | | | >, fixes, reformat, pretty indent by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18406 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally compile the Matroska demuxer.diego2006-05-085-29/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18405 b3059339-0415-0410-9bf9-f77b7e298cf2
* This file is autogenerated and should not be in CVS.diego2006-05-081-28/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18404 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2nd part of review by Pierre Lombard + some more fixes by me.gpoirier2006-05-081-244/+236
| | | | | | | Hopefully now this file doesn't like it was babelfished ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18403 b3059339-0415-0410-9bf9-f77b7e298cf2
* French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further ↵gpoirier2006-05-081-114/+115
| | | | | | changes by myself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18402 b3059339-0415-0410-9bf9-f77b7e298cf2
* change the type of esp in SwsContext to uint64_t so it can hold a full registerreimar2006-05-071-3/+3
| | | | | | | also on 64 bit systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18401 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adapt to latest FFmpeg AMR build changes.diego2006-05-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18400 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-073-28/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18399 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfps OGM supportdiego2006-05-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up some checks to properly use _res_comment.diego2006-05-071-30/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18397 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray variable.diego2006-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18396 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vfps OGM filesdiego2006-05-061-1/+3
| | | | | | | patch by Elphel Inc. (blessed by Roberto) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18395 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix calculation of stream sizes when they are too big for a 32-bit variablepacman2006-05-061-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18394 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing esp usagemichael2006-05-061-127/+142
| | | | | | | | this is certainly not the most beautifull but it should work without -fomit-frame-pointer and PIC and gcc-4 vomits when ebp is given in a constraint directly even with -fomi-frame-pointer so theres not that much choice ... if anyone knows a simpler/cleaner solution, dont hesitate to suggest it ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18393 b3059339-0415-0410-9bf9-f77b7e298cf2
* REGBPmichael2006-05-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18392 b3059339-0415-0410-9bf9-f77b7e298cf2