summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* migrate to new init_video()arpi2002-03-181-72/+93
| | | | | | | | out_fmt selection moved to dummy vo's query_format mpeg4 fourcc changed, MP4S used in new asf files on the net differs from this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5177 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec selection redesigned and moved to libmpcodecs - now it's ↵arpi2002-03-181-58/+32
| | | | | | 'intelligent' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5176 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video() changed, make all externarpi2002-03-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5175 b3059339-0415-0410-9bf9-f77b7e298cf2
* decore version check for divx3 and divx5arpi2002-03-181-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5174 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5173 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5172 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec bitrate is in kbit now ...michael2002-03-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5171 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_configarpi2002-03-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5170 b3059339-0415-0410-9bf9-f77b7e298cf2
* decore version check for divx3 and divx5arpi2002-03-181-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5169 b3059339-0415-0410-9bf9-f77b7e298cf2
* lirc fix by Keller Attila <mikimo3@freemail.hu>arpi2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5168 b3059339-0415-0410-9bf9-f77b7e298cf2
* supporting ffmpegs "hopefully better bitrate control"michael2002-03-172-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5167 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct LIBDIReyck2002-03-172-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
| | | | | | | | | | | img_format.o object from libvo.a on solaris. The typical set of libvo video drivers on solaris didn't reference this symbol, but a library at the end of the link command for mplayer requires this function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5164 b3059339-0415-0410-9bf9-f77b7e298cf2
* xp addedjaf2002-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mp4S fixedarpi2002-03-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5162 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixgabucino2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5161 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync the f* manual (with arpi's english changes)gabucino2002-03-176-103/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5160 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit bugs fixedarpi2002-03-171-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5159 b3059339-0415-0410-9bf9-f77b7e298cf2
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onmelanson2002-03-172-53/+69
| | | | | | | EOF and preliminary seeking support (not perfect yet) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5158 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix ↵arpi2002-03-171-5/+26
| | | | | | multifile playback git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5157 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video_vaa() removedarpi2002-03-171-19/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5156 b3059339-0415-0410-9bf9-f77b7e298cf2
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5155 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed colorspace detectionarpi2002-03-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5154 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't free our_out_buffer - it's obsoletedarpi2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5153 b3059339-0415-0410-9bf9-f77b7e298cf2
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
| | | | | | | | | | | | | - fixed order of libcss and dumpstream stuff - fixed some comments, added more to get source easier searchable - removed some nonsense goto, use if() instead - removed some obsoleted, #if 0'd code - rewritten text subtitle init calls - removed useless 'max benchmark' code (it shows 480% cpu when playing vcd on p4...) TODO: fix order or ao/vo init, and migrate video codec selection to libmpcodecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5152 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless 'max benchmar' removedarpi2002-03-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5151 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed pitches[] messarpi2002-03-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5150 b3059339-0415-0410-9bf9-f77b7e298cf2
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5149 b3059339-0415-0410-9bf9-f77b7e298cf2
* writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was ↵alex2002-03-161-2/+2
| | | | | | the same as PREFIX git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5148 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo flagsalex2002-03-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5147 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes supportarpi2002-03-161-3/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5146 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept IMGFMT_MPEGPESarpi2002-03-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5145 b3059339-0415-0410-9bf9-f77b7e298cf2
* added proper PTS support for FILM demuxermelanson2002-03-162-30/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5144 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD compatibility fix by Steven M. Schultzalex2002-03-161-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5143 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame enabeldarpi2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5142 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame addedarpi2002-03-161-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5141 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the bug that make mplayer crash with no sound and an invalidalbeu2002-03-161-1/+3
| | | | | | | video codec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5139 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1L : removed redondant enter key bindingalbeu2002-03-161-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5138 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENTER now quits after last filegabucino2002-03-162-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now enter key quit if no next file is avaiblealbeu2002-03-162-11/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some bugs with fame, had to disable prebuffering with fame thoughmswitch2002-03-161-7/+38
| | | | | | | | | | | as sync drifts off. But fame is alot more stable than avcodec and so far I've noticed a small quality increase with some videos (not all). Will have to work some more on the sync stuff... This one should be stable though.. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-167-230/+734
| | | | | | | with ogg/vorbis audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed problem with seeking/sync when using libfamemswitch2002-03-161-9/+4
| | | | | | | | libfame seems to not accept some standard fps rates, like 2997/100, this causes bad syncing with fame sometimes =( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5133 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer outfmt with no conversion (see vo's query flags)arpi2002-03-161-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5132 b3059339-0415-0410-9bf9-f77b7e298cf2
* added directrendering support and better query_formatalex2002-03-161-10/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5131 b3059339-0415-0410-9bf9-f77b7e298cf2
* rtfm hint msg depends on runtime detectionarpi2002-03-161-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5130 b3059339-0415-0410-9bf9-f77b7e298cf2
* let's make users testing runtime stuff... he-hearpi2002-03-161-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5129 b3059339-0415-0410-9bf9-f77b7e298cf2
* hints on RTFMarpi2002-03-161-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5128 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesarpi2002-03-161-19/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5127 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete... will be deleted SOONarpi2002-03-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5126 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle error from mpcodecs_config_vo()arpi2002-03-1620-38/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5125 b3059339-0415-0410-9bf9-f77b7e298cf2
* "obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002arpi2002-03-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5124 b3059339-0415-0410-9bf9-f77b7e298cf2
* "sok ize, mutyur, bizbasz." --Gabucino, Feb 12 23:39:36 2002arpi2002-03-151-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5123 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a message :)alex2002-03-151-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5122 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround to compile without new-input supportalex2002-03-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5121 b3059339-0415-0410-9bf9-f77b7e298cf2
* szrii, tuu, van, fajorgabucino2002-03-154-104/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5120 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msg by Anders Rune Jensenalex2002-03-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5119 b3059339-0415-0410-9bf9-f77b7e298cf2
* "ez+az" -- Gabucino, 2001arpi2002-03-151-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5118 b3059339-0415-0410-9bf9-f77b7e298cf2
* "nememlex" --Gabucino, 2002arpi2002-03-151-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5117 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed printf's to mp_msgalex2002-03-151-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5116 b3059339-0415-0410-9bf9-f77b7e298cf2
* faszom.arpi2002-03-151-19/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5115 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-03-151-2/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5114 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed printf's to mp_msgalex2002-03-151-17/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5113 b3059339-0415-0410-9bf9-f77b7e298cf2
* xanim search path fixedgabucino2002-03-152-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5112 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetectionalex2002-03-151-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5111 b3059339-0415-0410-9bf9-f77b7e298cf2
* volume normalizer plugin addedgabucino2002-03-154-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5110 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes...arpi2002-03-151-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5109 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling type fix by Anders Rune Jensenalex2002-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5108 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mp_gettextalex2002-03-151-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5107 b3059339-0415-0410-9bf9-f77b7e298cf2
* a "few" "small" "fixes" ...arpi2002-03-151-102/+148
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5106 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed to mp_msgalex2002-03-151-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5105 b3059339-0415-0410-9bf9-f77b7e298cf2
* -audiofile addedgabucino2002-03-152-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5104 b3059339-0415-0410-9bf9-f77b7e298cf2
* added i18n supportalex2002-03-151-1/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5103 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mp_gettext macro for i18nalex2002-03-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5102 b3059339-0415-0410-9bf9-f77b7e298cf2
* added i18n support (also disabled, later auto detection will be enabled)alex2002-03-151-74/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5101 b3059339-0415-0410-9bf9-f77b7e298cf2
* softclipping (ammegmi?)gabucino2002-03-152-10/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5100 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0.1l ;)alex2002-03-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5099 b3059339-0415-0410-9bf9-f77b7e298cf2
* No longer force the device into not using famemswitch2002-03-151-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5098 b3059339-0415-0410-9bf9-f77b7e298cf2
* noaudio ... try#2gabucino2002-03-152-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5097 b3059339-0415-0410-9bf9-f77b7e298cf2
* [REVERSE] aszitted mi?gabucino2002-03-152-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5096 b3059339-0415-0410-9bf9-f77b7e298cf2
* RM seeking works (?)gabucino2002-03-152-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5095 b3059339-0415-0410-9bf9-f77b7e298cf2
* -noaudiobaszasgabucino2002-03-152-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5094 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5093 b3059339-0415-0410-9bf9-f77b7e298cf2
*