aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix CSeq answer for keepalive OPTIONS requests during playbackGravatar rtognimp2006-02-08
| | | | | | | | | The CSeq was mispelled as Cseq, so MPlayer alwys answered with CSeq=1 Fixed with help from xiojason on #mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for grayscale [m]jpegGravatar rtognimp2006-02-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17562 b3059339-0415-0410-9bf9-f77b7e298cf2
* altivec_yuv2packedX() ignores the requested output format and unconditionallyGravatar diego2006-02-08
| | | | | | | | | outputs RGBA. This patch supports 6 output formats and prints an error message if it is asked to provide an output format it is not capable of. patch by Alan Curry, pacman_at_world_dot_std_dot_com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17561 b3059339-0415-0410-9bf9-f77b7e298cf2
* expanded and improved NeoMagic TV-out sectionGravatar diego2006-02-08
| | | | | | | based on a patch by Helio Polis, simplesmoke_at_hotmail_dot_com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17560 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec operations need to have memory aligned on 16-byte boundaries.Gravatar diego2006-02-08
| | | | | | | patch by Alan Curry, pacman at world dot std dot com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17559 b3059339-0415-0410-9bf9-f77b7e298cf2
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectGravatar diego2006-02-08
| | | | | | | | sizes based on the image width instead of height. patch by Alan Curry, pacman at world dot std dot com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17558 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l 1000 fps fixGravatar michael2006-02-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17557 b3059339-0415-0410-9bf9-f77b7e298cf2
* fftruespeech works now that the nBlockAlign issue is settled.Gravatar diego2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17556 b3059339-0415-0410-9bf9-f77b7e298cf2
* read data in nBlockAlign aligned chunksGravatar reimar2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17555 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
| | | | | | | | | | | 2. Modify demux_seek_avi to adjust the audio/video stream positions so that mplayer/mencoder will instantly be in sync even when -delay is specified. Other demuxers could be modified similarly in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mpng to work correctly with 16 bit png's. don't have any files to testGravatar ods152006-02-07
| | | | | | | | this on, but mpng still works correctly for files that worked fine before. patch by derf < tterribe BANG xiph POIT org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17553 b3059339-0415-0410-9bf9-f77b7e298cf2
* EOR can only be (un)set for non delayed streams.Gravatar ods152006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17552 b3059339-0415-0410-9bf9-f77b7e298cf2
* small syntax/upper-lowercase fixGravatar ptt2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17551 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1223Gravatar gpoirier2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor correction of last two updatesGravatar danny2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow headers to be repeated anywhereGravatar ods152006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17548 b3059339-0415-0410-9bf9-f77b7e298cf2
* let osx sleep if video is pausedGravatar nplourde2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17547 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo shall no longer be called BETA-CODE.Gravatar diego2006-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17546 b3059339-0415-0410-9bf9-f77b7e298cf2
* ZMB decoderGravatar diego2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.Gravatar diego2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark ffrv20 as working.Gravatar diego2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for Zip Motion-Block Video (ZMB), patch by Kostya.Gravatar diego2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17542 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused variablesGravatar nicodvb2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17541 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed wrong delta_frame calculation that would affect soft-telecineGravatar nicodvb2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build muxers only when MEncoder is enabled.Gravatar diego2006-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17539 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.221: Typo fixGravatar kraymer2006-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17538 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1222: cs and ls swscale parameters accept different value ranges now.Gravatar kraymer2006-02-05
| | | | | | | | 1.1221: Add -nocache option, -cache is not a flag option. 1.1220: x264 tweaks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17537 b3059339-0415-0410-9bf9-f77b7e298cf2
* cs and ls swscale parameters accept different value ranges now.Gravatar diego2006-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17536 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwiseGravatar reimar2006-02-05
| | | | | | | | (when playing more that one file). Fixes bug #429. Based on patch by Miguel Scaramozzino - dyingshell at yahoo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Index repetitionGravatar ods152006-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17534 b3059339-0415-0410-9bf9-f77b7e298cf2
* add compare_tsGravatar ods152006-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17533 b3059339-0415-0410-9bf9-f77b7e298cf2
* EOR in indexGravatar ods152006-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17532 b3059339-0415-0410-9bf9-f77b7e298cf2
* change sws sharpen filter a littleGravatar michael2006-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17531 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1221Gravatar gpoirier2006-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nocache option, -cache is not a flag option.Gravatar diego2006-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17529 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid conflicting types error on cygwinGravatar faust32006-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17528 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 tweaksGravatar lorenm2006-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17527 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesGravatar ptt2006-02-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only compile libmpencoders if MEncoder has been enabled.Gravatar diego2006-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17523 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.221Gravatar ptt2006-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17522 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.1216Gravatar ptt2006-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17521 b3059339-0415-0410-9bf9-f77b7e298cf2
* update for recent developmentsGravatar diego2006-01-30
| | | | | | | based on a patch by compn, tempn %%@%% twmi %%.%% rr %%.%% com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17520 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed forgotten fprintf()Gravatar nicodvb2006-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17519 b3059339-0415-0410-9bf9-f77b7e298cf2
* when linking to external libav* try using pkg-config firstGravatar nicodvb2006-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17518 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.221Gravatar gabrov2006-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixGravatar gabrov2006-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17516 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.218: typo, consistencyGravatar kraymer2006-01-30
| | | | | | | | | 1.217: Try to only use a linebreak without hyphenation (\:) where it makes sense. 1.216: Unify the handling of escaped spaces. + some wording git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1214Gravatar jheryan2006-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17514 b3059339-0415-0410-9bf9-f77b7e298cf2