summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Return value of gtk_entry_get_text is const, so declare variables as const ↵reimar2007-06-241-4/+4
| | | | | | as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23644 b3059339-0415-0410-9bf9-f77b7e298cf2
* ff_gcd is already in libavutil/common.h, no need for an extra prototype herereimar2007-06-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid more void * arithmeticreimar2007-06-241-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23642 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert broken r23628, mp_core.h is not included by cfg.h, so double externreimar2007-06-241-0/+1
| | | | | | | declaration is not that simple to avoid. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23641 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path prototype is already in interface.h and probably many more places.reimar2007-06-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid vo_sdl void * arithmeticreimar2007-06-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23639 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove completely pointless "!= 1".reimar2007-06-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23638 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another unneeded xinerama_screen externreimar2007-06-241-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23637 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinerama_screen is already declared in video_out.hreimar2007-06-241-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23636 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing return value for x11 error handlerreimar2007-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bitreimar2007-06-241-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23634 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid void * arithmeticreimar2007-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some comment typo fixesreimar2007-06-241-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23632 b3059339-0415-0410-9bf9-f77b7e298cf2
* make opt argument of demux_info_get const.reimar2007-06-242-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove two unused functions in asxparserreimar2007-06-241-44/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of a completely useless castreimar2007-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23629 b3059339-0415-0410-9bf9-f77b7e298cf2
* ass_enabled is already in mp_core.hreimar2007-06-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not prototype spudec_draw_scaled twicereimar2007-06-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23627 b3059339-0415-0410-9bf9-f77b7e298cf2
* suboverlap_enabled is already declared in included subreader.hreimar2007-06-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23626 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_init is x11 specific and has no place in video_out.h.reimar2007-06-241-2/+0
| | | | | | | It is already in x11_common.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant vo_format_name, included img_format.h already provides itreimar2007-06-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23624 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a (almost correct) prototype for vcd_seek_to_trackreimar2007-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23623 b3059339-0415-0410-9bf9-f77b7e298cf2
* pstrcpy -> av_strlcpyreimar2007-06-241-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix dvd:// subtitle handling to always report the MPEG stream id, becausereimar2007-06-241-7/+13
| | | | | | | this is the only thing the remaining parts of MPlayer care about. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23621 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the now unused demux_mkv_change_subs functionreimar2007-06-241-39/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify and correct subtitle selection, no more special cases forreimar2007-06-241-17/+11
| | | | | | | DVD and Matroska and -sid should now always match the ID_* message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set demuxer->sub->sh to one of the s_streams like done for audio and video.reimar2007-06-241-24/+17
| | | | | | | | This makes the code simpler and more like the other demuxers, allowing to remove some special cases in mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23618 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23504: -lavdopts threads is only implemented for mpeg[12]voroshil2007-06-241-5/+33
| | | | | | | | | | | | | | | r23528: x264 no longer defaults to qp=26. r23530: Teletext support for tv:// (v4l and v4l2 only) r23548: give an example of -menu-chroot usage r23549: refine the example of -menu-chroot yet more r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h r23580: misc small fixes r23588: The audio balance feature implemented with af_pan. r23593: Revert r23530. r23609: Document the effect of -really-quiet on gmplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23617 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23578: Fix license header.voroshil2007-06-243-12/+10
| | | | | | | | | r23579: Activate license notice. r23594: added some carriage returns and full stops, plus a missing 'option' r23608: Nico claims to never have had any problems with X11 compilation on Mandrake. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23616 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23588: The audio balance feature implemented with af_pan.voroshil2007-06-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23615 b3059339-0415-0410-9bf9-f77b7e298cf2
* add myself as co-maintainer of demux_mkv.caurel2007-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingreimar2007-06-231-0/+1
| | | | | | | a return ao_data.outburst; git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memleak due to not freeing demuxer->s_streamsreimar2007-06-231-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23612 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, last demux_mkv patch passed ints instead of pointers to them to sscanfreimar2007-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ↵reimar2007-06-231-30/+30
| | | | | | code a bit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the effect of -really-quiet on gmplayer.reimar2007-06-231-0/+1
| | | | | | | Not 100% correct description, feel free to improve. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nico claims to never have had any problems with X11 compilation on Mandrake.diego2007-06-231-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around some fullscreen issues with gl under Windowsreimar2007-06-221-0/+3
| | | | | | (non-fullscreen window would not always return to original size). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23607 b3059339-0415-0410-9bf9-f77b7e298cf2
* unbreak armv6 previously broken by me...lu_zero2007-06-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23606 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrating ff_bfin_get_unscaled_swscale into the systemmhoffman2007-06-222-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23605 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵mhoffman2007-06-221-0/+66
| | | | | | uyvy to yv12 video resampler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23604 b3059339-0415-0410-9bf9-f77b7e298cf2
* document pointer offset by -8mhoffman2007-06-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23603 b3059339-0415-0410-9bf9-f77b7e298cf2
* re pipeline loop, to eliminate extra chroma readsmhoffman2007-06-221-17/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23602 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct chroma skewing bug, caused by incorrect stride adjustmentsmhoffman2007-06-221-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unbreak altiveclu_zero2007-06-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23600 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar error fixedptt2007-06-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23599 b3059339-0415-0410-9bf9-f77b7e298cf2
* elected me as italian docs translation mantainer, so i can get my own insults ;)ptt2007-06-212-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23598 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with r23588ptt2007-06-211-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23597 b3059339-0415-0410-9bf9-f77b7e298cf2
* other corrections, pointed out by emanuele aina (italian translation project)ptt2007-06-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23596 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few corrections, pointed out nicely by nico sabbi, thanxptt2007-06-211-29/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23595 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some carriage returns and full stops, plus a missing 'option'ptt2007-06-212-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r23530.voroshil2007-06-2120-1950/+2
| | | | | | | | | r23530 breaks policy: notification was not sent to mailing list, agreements of other devs were not received. Code also should be reviewed/cleaned up/fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23593 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux_mkv very long seek fixuau2007-06-201-1/+1
| | | | | | | | | | | | | | | | | | The seek code searching for the closest position in the index used "int64_t min_diff=0xFFFFFFFL" as the initial "further from the goal than any real alternative" value. The unit is milliseconds so seeks more than about 75 hours past the end of the file would fail to recognize the last index position as the best match. This was triggered in practice by chapter seek code which apparently uses a seek of 1000000000 seconds forward to mean "seek to the end". The practical effect was that trying to seek to the next chapter in a file without chapters made MPlayer block until it finished reading the file from the current position to the end. Fixed by increasing the initial value from FFFFFFF to FFFFFFFFFFFFFFF. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix demuxer.h multiple inclusion guarduau2007-06-201-2/+2
| | | | | | | | The "#ifndef __DEMUXER_H" / "#endif" pair did not cover the whole file. Move the #endif to the last line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless demnuxer.h include from matroska.h, it creats "hundreds" ofreimar2007-06-201-2/+0
| | | | | | | "warning: redundant redeclaration" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify network timeout calculation.cehoyos2007-06-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23589 b3059339-0415-0410-9bf9-f77b7e298cf2
* The audio balance feature implemented with af_pan.zuxy2007-06-2012-2/+116
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more reqs from userscompn2007-06-191-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesreimar2007-06-191-58/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify generation of ARCH_ and corresponding ENABLE_ definesreimar2007-06-191-50/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add an optional third parameter to ff_config_enable in preparationreimar2007-06-191-1/+3
| | | | | | | of next patches (allows to define e.g. ARCH_ instead of CONFIG_). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withreimar2007-06-191-9/+9
| | | | | | | runtime cpudetection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23583 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typos noted by Nicolas Legrandgpoirier2007-06-191-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port changes for older Subversion releases from FFmpeg.diego2007-06-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23581 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc small fixesdiego2007-06-181-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Activate license notice.diego2007-06-181-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix license header.diego2007-06-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23578 b3059339-0415-0410-9bf9-f77b7e298cf2
* they said 'colla' was cacophonic.... probably indeed it was :) changed.ptt2007-06-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23577 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21930ptt2007-06-181-0/+1311
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Silence three warnings.cehoyos2007-06-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stop playing at eof or if no data arrives for ten seconds.cehoyos2007-06-181-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23574 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r23561gpoirier2007-06-181-2/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23573 b3059339-0415-0410-9bf9-f77b7e298cf2
* More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH controlzuxy2007-06-171-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23572 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add AF_CONTROL_PAN_BALANCE controlzuxy2007-06-172-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'reimar2007-06-171-1/+2
| | | | | | | (previously subtitles would just disappear). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge (trivial) dvdnav and dvdread subtitle selection codereimar2007-06-171-11/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not access demuxer->s_streams out of boundsreimar2007-06-171-2/+4
| | | | | | | when invalid -sid is given git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove broken option reset from per-file loopuau2007-06-161-3/+0
| | | | | | | | | | | | | | | | | When -loop is used as a per-file option it seeks back to the start of the file from the end and tries to reset options to their original values. This reset is not implemented properly: it simply sets the option variables back without running any of the associated control code. Implementing the option reset functionality properly would be a significant amount of work and there is no clear need for it, so I'm simply removing the broken version. None of this affects the use of -loop as a global option. That case has a separate implementation which always starts a new file from scratch with default option values. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilatio