summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ffmp42 is bugfree now afaikmichael2002-04-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
| | | | | | | I apply the fix/workaround. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5496 b3059339-0415-0410-9bf9-f77b7e298cf2
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for ↵michael2002-04-051-3/+2
| | | | | | benchmarks now ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5495 b3059339-0415-0410-9bf9-f77b7e298cf2
* ff msmpeg4v2michael2002-04-051-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5494 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (?) fix. Noticed by Karol Szkudlarek <karol@psi.mikronika.com.pl>gabucino2002-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5493 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed blinking effect from spuencmswitch2002-04-042-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5492 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added spuenc... should write a draw_alpha_spu perhaps =Dmswitch2002-04-042-3/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5491 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>arpi2002-04-041-17/+202
| | | | | | | spudec initialization cleanup(?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5490 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed SPU pts, it's 1024/90000 based instead of 1/100arpi2002-04-042-12/+6
| | | | | | | | spudec code doesn't requires dvdread - removed some #ifdefs - from dvdnav patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5489 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved DVB detectionjaf2002-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5488 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved DVB detectionjaf2002-04-041-1/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5487 b3059339-0415-0410-9bf9-f77b7e298cf2
* use -slicesarpi2002-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5486 b3059339-0415-0410-9bf9-f77b7e298cf2
* option -slicesarpi2002-04-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5485 b3059339-0415-0410-9bf9-f77b7e298cf2
* global var for option -slicesarpi2002-04-042-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5484 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec slices supportarpi2002-04-031-19/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5483 b3059339-0415-0410-9bf9-f77b7e298cf2
* control() donearpi2002-04-034-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5482 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5481 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad support, rewritten from scratch using Xine decoder as samplearpi2002-04-033-1/+180
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5480 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes added... thx Mw3arpi2002-04-032-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5479 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes is no longer handled by libmpeg2 - we have vd_mpegpes nowarpi2002-04-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5478 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_mpegpes addedarpi2002-04-033-1/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5477 b3059339-0415-0410-9bf9-f77b7e298cf2
* new dvdnav option: -skipopening - dvdnav patch by Kees Cook ↵arpi2002-04-031-1/+2
| | | | | | <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5476 b3059339-0415-0410-9bf9-f77b7e298cf2
* spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-032-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5475 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav ↵arpi2002-04-032-1/+6
| | | | | | patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5474 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-032-103/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5473 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-034-2/+287
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5472 b3059339-0415-0410-9bf9-f77b7e298cf2
* added debug printf for dvdsub - from dvdnav patch by Kees Cook ↵arpi2002-04-031-0/+1
| | | | | | <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5471 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't alloc/free NULLarpi2002-04-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5470 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5469 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subpic encoder added (used on DXR3 and similar hardware that has a subpic ↵mswitch2002-04-032-0/+320
| | | | | | channel) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5468 b3059339-0415-0410-9bf9-f77b7e298cf2
* IMGTYPE_IPB fixarpi2002-04-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5467 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5466 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 I420 removed - i hate that buggy shit nvidiaarpi2002-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5465 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add '-subdelay' support for vobsub.kmkaplan2002-04-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5464 b3059339-0415-0410-9bf9-f77b7e298cf2
* samplearpi2002-04-011-0/+129
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5463 b3059339-0415-0410-9bf9-f77b7e298cf2
* yes, typo. 10l. noticed by atmosarpi2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5462 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix I420 handling, though still don't know why divx4 codec queries for I420 ↵atmos42002-04-011-14/+45
| | | | | | not YUY2! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5461 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio codec uninitarpi2002-04-011-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5460 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio input buffer allocation/free cleanuparpi2002-04-0111-71/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5459 b3059339-0415-0410-9bf9-f77b7e298cf2
* config vo only if aspect really changed and width&&height isn't changed (if ↵alex2002-04-011-6/+10
| | | | | | w||h changes, we set it later) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5458 b3059339-0415-0410-9bf9-f77b7e298cf2
* freeing codec in/out buffers is job of libmpcodecs, not demuxerarpi2002-04-011-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5457 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuparpi2002-04-011-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5456 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. vorbis support...arpi2002-04-011-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5455 b3059339-0415-0410-9bf9-f77b7e298cf2
* twos audio fixedarpi2002-04-011-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5454 b3059339-0415-0410-9bf9-f77b7e298cf2
* overread in the mmx2 horizontal scaler fixedmichael2002-04-013-126/+198
| | | | | | | 2% faster horizontal mmx2 scaler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5453 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vfw uninitalex2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5452 b3059339-0415-0410-9bf9-f77b7e298cf2
* added acm uninitalex2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5451 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vfw and acm uninitalex2002-04-011-0/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5450 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh->context and added proper uninitalex2002-04-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5449 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh->contextalex2002-04-011-14/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5448 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjonas2002-04-017-83/+137
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5447 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dr is now off by defaultgabucino2002-04-012-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5446 b3059339-0415-0410-9bf9-f77b7e298cf2
* remark about Ogg-in-AVI suxxhaxxgabucino2002-04-012-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5445 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied trey's patchgabucino2002-04-011-39/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5444 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor typo fix (in comment)gabucino2002-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5443 b3059339-0415-0410-9bf9-f77b7e298cf2
* after some STFW i've found some info about fps codesarpi2002-03-311-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5442 b3059339-0415-0410-9bf9-f77b7e298cf2
* mtvp says its' 29.97 not 1 fpsarpi2002-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5441 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking fixed (variable fps videos needs to reset PTS after seeking)arpi2002-03-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5440 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed new_chunk calculation at seeking (seeking not work yet) and added ↵arpi2002-03-311-11/+15
| | | | | | -nosound support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5439 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-03-311-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5438 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang support in mencoder tooarpi2002-03-313-5/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5437 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... int/1000 will be int while we want float, so let's do int*0.001arpi2002-03-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5436 b3059339-0415-0410-9bf9-f77b7e298cf2
* better message when vo->preinit failsarpi2002-03-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5435 b3059339-0415-0410-9bf9-f77b7e298cf2
* open(/dev/mga_vid) moved to preinitarpi2002-03-313-19/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5434 b3059339-0415-0410-9bf9-f77b7e298cf2
* use only 1 buffers if dr=yes and double=noarpi2002-03-311-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5433 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-312-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5431 b3059339-0415-0410-9bf9-f77b7e298cf2
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1arpi2002-03-312-1/+185
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5428 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updatedmswitch2002-03-311-11/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5427 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang sig11 when playing avis fixed - 10larpi2002-03-311-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5426 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed int -> float for proper PTS calculation (works just as well as themelanson2002-03-311-13/+3
| | | | | | | old method) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
* backed out unneeded modmelanson2002-03-311-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ibpsmelanson2002-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5423 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-312-4/+17
| | | | | | | (and it works!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
| | | | | | | | | | | | addition to BGR24/32, just like the old XAnim decoder; it's also interesting to note that this commit wantonly violates A'rpi's newest nonsensical CVS policy, and I quote: Note: if you had to put if(){ .. } over big (> 5 lines) code, do NOT change the indent of the inner part (move it right) ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but ↵arpi2002-03-311-9/+15
| | | | | | index>colors (broken files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5420 b3059339-0415-0410-9bf9-f77b7e298cf2
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < ↵arpi2002-03-311-0/+3
| | | | | | 256 instead of 40+colors*4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
* migrating to Melanson's great codec name change... which is of course ↵arpi2002-03-311-3/+3
| | | | | | nonsense but why not... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
* check depth for direct renderingarpi2002-03-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5417 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates - thanks to Melanson...arpi2002-03-311-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5416 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix uninit() crash if no config() callarpi2002-03-311-0/+3