summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* oops, forgot this with the softskip patchrfelker2004-04-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12356 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to me!rfelker2004-04-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-297-1326/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should be Connection: close, and not closed.bertrand2004-04-291-1/+1
| | | | | | | | It has been there since v1.3... Thanks to Jonas Jensen <jbj@knef.dk> to noticed it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12353 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leave the subs uninitialized and not "forcefully off" if the user hasn't ↵mosu2004-04-291-2/+5
| | | | | | chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12352 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12351 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingdiego2004-04-292-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12350 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos, wordingdiego2004-04-291-12/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12349 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML translation completewight2004-04-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12348 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12347 b3059339-0415-0410-9bf9-f77b7e298cf2
* dewinifyalex2004-04-291-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12346 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by paszczialex2004-04-292-3/+167
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12345 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't even mention avifile, 14 subtitlesalex2004-04-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12344 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commitalex2004-04-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12343 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed loader/ dependancy, imported some files from g2, also used patches ↵alex2004-04-289-53/+220
| | | | | | from Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12342 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-281-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12341 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated documentation for detc,ivtc,pulluprfelker2004-04-281-13/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12340 b3059339-0415-0410-9bf9-f77b7e298cf2
* document harddup and softskiprfelker2004-04-281-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12339 b3059339-0415-0410-9bf9-f77b7e298cf2
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-285-3/+93
| | | | | | | | | | | | | | frames that will be skipped, mencoded tells vf_softskip (if present) that it should drop the next frame. this allows filters that need to see every input frame (inverse telecine, denoise3d, ...) to see skipped frames before they get dropped. in principle, a smarter softskip filter could be written that would buffer frames and choose to drop the one with least change, rather than strictly dropping the next one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12338 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l debug junkrfelker2004-04-281-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12337 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot this, needed for vf_hardduprfelker2004-04-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12336 b3059339-0415-0410-9bf9-f77b7e298cf2
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-284-2/+98
| | | | | | | | | to generate valid mpeg output from avi's that have duplicate frames in them, or when using inverse telecine filters. to use it, put the "harddup" filter at the end of your filter chain. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12335 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove frame typesmichael2004-04-281-29/+53
| | | | | | | | | add decode_delay and dts calculation/description monotonicity requirement samplerate_nom/denom git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12334 b3059339-0415-0410-9bf9-f77b7e298cf2
* play the audio buffer in case of normal eof (i know the change is rude, but ↵alex2004-04-271-2/+2
| | | | | | mplayer.c is hopelessly obfuscated) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling, mention that one vulnerability was fixed in 1.0pre3try2.diego2004-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark all options that work only in combination with XXX as (XXX only).diego2004-04-271-45/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12331 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use odml when we don't have to -- the code is buggy!rfelker2004-04-271-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12330 b3059339-0415-0410-9bf9-f77b7e298cf2
* wma9 speech codec dmo and dshow entriesalex2004-04-271-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for 28_8 in rm files and header length != 0x4ertognimp2004-04-271-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12328 b3059339-0415-0410-9bf9-f77b7e298cf2
* More about myself + typortognimp2004-04-271-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint about testing different colorspaces and putting codes in ./, based ondiego2004-04-271-1/+16
| | | | | | | a patch by Compn. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12326 b3059339-0415-0410-9bf9-f77b7e298cf2
* vocabularyrathann2004-04-273-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12325 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 more FAQs based on a patch made by Compn.diego2004-04-271-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Send updates to mplayer-docs instead of dev-eng, wording, spelling.diego2004-04-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12323 b3059339-0415-0410-9bf9-f77b7e298cf2
* English messages removed, comments summarized.diego2004-04-271-144/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12322 b3059339-0415-0410-9bf9-f77b7e298cf2
* more demuxer maintainersdiego2004-04-271-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12321 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2004-04-271-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12320 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos pointed out by the wandererdiego2004-04-271-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12319 b3059339-0415-0410-9bf9-f77b7e298cf2
* More credit for adland, added a missing name.diego2004-04-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12318 b3059339-0415-0410-9bf9-f77b7e298cf2
* finalalex2004-04-271-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copyright notice added back.diego2004-04-271-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12316 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb_set_channel now has two parameters, patch by Nico Sabbi.diego2004-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12315 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, additions, slight reorderingdiego2004-04-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12314 b3059339-0415-0410-9bf9-f77b7e298cf2
* New and old maintainers added.diego2004-04-271-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12313 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiple DVB card syntax, based on a patch by Nico Sabbidiego2004-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12312 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB now supports multiple cards, patch by Nico Sabbi.diego2004-04-271-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12311 b3059339-0415-0410-9bf9-f77b7e298cf2
* new configuration structure, gcc warn silencingnicodvb2004-04-263-28/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12310 b3059339-0415-0410-9bf9-f77b7e298cf2
* new configuration structure, multi-card supportnicodvb2004-04-261-35/+117
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12309 b3059339-0415-0410-9bf9-f77b7e298cf2
* new configuration structure, dvb_set_channel takes 2 parameters, 1000l ↵nicodvb2004-04-261-192/+175
| | | | | | memleak fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12308 b3059339-0415-0410-9bf9-f77b7e298cf2
* slave command dvb_set_channel now takes 2 arguments: channel cardnicodvb2004-04-262-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updatertognimp2004-04-261-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12306 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo ↵michael2004-04-261-2/+4
| | | | | | dot com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12305 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used patch by (VMiklos <mamajom at axelero dot hu>)michael2004-04-263-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12304 b3059339-0415-0410-9bf9-f77b7e298cf2
* The eve of a new release is always a good time to take history lessons, sodiego2004-04-261-302/+423
| | | | | | | I read the changelog in an editor... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12303 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)michael2004-04-263-52/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12302 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix embedded smil playlist detection if there are parameters on the urlrtognimp2004-04-261-6/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12301 b3059339-0415-0410-9bf9-f77b7e298cf2
* additions, wordingdiego2004-04-261-9/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12300 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, some additionsdiego2004-04-261-17/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12299 b3059339-0415-0410-9bf9-f77b7e298cf2
* imo i'm one of the nut spec authors :)rfelker2004-04-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Fullscreen, Ontop and OSD supportnplourde2004-04-261-447/+461
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Nicolas Plourdenplourde2004-04-262-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12296 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2004-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12295 b3059339-0415-0410-9bf9-f77b7e298cf2
* release name, changesalex2004-04-261-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12294 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used for gcc3.4alex2004-04-266-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12293 b3059339-0415-0410-9bf9-f77b7e298cf2
* reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier ↵alex2004-04-261-34/+31
| | | | | | about code than gcc2.95 with -ansi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12292 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used macroalex2004-04-261-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12291 b3059339-0415-0410-9bf9-f77b7e298cf2
* potentially exploitable buffer overflow with maliciously crafted cd tocrfelker2004-04-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12290 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix exploitable buffer overflowrfelker2004-04-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12289 b3059339-0415-0410-9bf9-f77b7e298cf2
* missingalex2004-04-261-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12288 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for ATI fireglxalex2004-04-261-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12287 b3059339-0415-0410-9bf9-f77b7e298cf2
* a52 dynamic range compression support by Peter Ganstereralex2004-04-264-0/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12286 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedalex2004-04-261-3/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ogg spelling fixed as pointed out by the wanderer.diego2004-04-261-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12284 b3059339-0415-0410-9bf9-f77b7e298cf2
* rawaudio bitrate optiondiego2004-04-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12283 b3059339-0415-0410-9bf9-f77b7e298cf2
* needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)rfelker2004-04-261-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Name corrected.diego2004-04-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12281 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingdiego2004-04-251-132/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.573, remove unwanted space at end of linedanny2004-04-251-16/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12279 b3059339-0415-0410-9bf9-f77b7e298cf2
* More keyframe search fix for VP6xrtognimp2004-04-251-3/+3
| | | | | | | Fix by Reza Jelveh git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12278 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed CRTC2 surface size message.syrjala2004-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix VP62 keyframe searchrtognimp2004-04-251-3/+4
| | | | | | | Fixed by Reza Jelveh git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suggest -playlist if asf_stream_start failsrtognimp2004-04-251-0/+1
| | | | | | | Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't say that a protocol is unsupported if that's not truertognimp2004-04-251-0/+3
| | | | | | | Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix support for audio only streamsrtognimp2004-04-251-25/+24
| | | | | |