aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* small fix on -identify section of the manpage, new line for new sentence and ↵Gravatar reynaldo2006-04-24
| | | | | | option scaping with an slash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18254 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.245: Improve some messages, typo fix.Gravatar kraymer2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.Gravatar diego2006-04-24
| | | | | | | noticed by Soeren Sonnenburg, mplayer-ml -- at -- nn7 -- dot -- de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18252 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.244: Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes..Gravatar kraymer2006-04-24
| | | | | | | 1.243: [does not apply] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18251 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed more unused stuffGravatar nicodvb2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18250 b3059339-0415-0410-9bf9-f77b7e298cf2
* when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ↵Gravatar nicodvb2006-04-24
| | | | | | most likely correct layer, otherwise every misdetection during parse_audio() will lead to wrong timestamps and loss of synchrony git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18249 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typo X<->YGravatar attila2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18248 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI files *can* contain aspect ration information, closes #483.Gravatar diego2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Other players apart from MPlayer support MPEG-4 aspect now, closes #482.Gravatar diego2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add uauGravatar rtognimp2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18245 b3059339-0415-0410-9bf9-f77b7e298cf2
* 5 - Drop more buffered audio data left from old position when seeking.Gravatar rtognimp2006-04-24
| | | | | | | Patch by Uoti Urpala git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18244 b3059339-0415-0410-9bf9-f77b7e298cf2
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
| | | | | | | | | audio decoded with ad_libvorbis, ad_ffmpeg and ad_faad. Patch by Uoti Urpala git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18243 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h toGravatar rtognimp2006-04-24
| | | | | | | | | make it available in more files (needed for next patch). Patch by Uoti Urpala git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18242 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1 - Remove kernel HZ=100 assumptions that are no longer true fromGravatar rtognimp2006-04-24
| | | | | | | | | timing. Patch by Uoti Urpala git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve some messages, typo fix.Gravatar diego2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18240 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified parse_audio()Gravatar nicodvb2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get ride of the several if(identify) messy lines and rearangment of some of ↵Gravatar reynaldo2006-04-24
| | | | | | the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18238 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not give bogus timestamps for laced packets with no default duration. ↵Gravatar mosu2006-04-24
| | | | | | Patch by Uoti Urpala ( uoti ! urpala () pp1 ! inet ! fi ). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18237 b3059339-0415-0410-9bf9-f77b7e298cf2
* sycn with 1.1266Gravatar gpoirier2006-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18236 b3059339-0415-0410-9bf9-f77b7e298cf2
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ↵Gravatar reynaldo2006-04-24
| | | | | | lots of corrections git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18235 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1266: Remove support for default.sub.Gravatar kraymer2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18234 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for default.sub.Gravatar diego2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kill an unused variable warning.Gravatar diego2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18232 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowextGravatar diego2006-04-23
| | | | | | | and _mmxext to match the processor flag names (needed in upcoming patches). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.47, patch by Johan Bos < dariusjb AH gmail com> and LMJ.Gravatar gpoirier2006-04-23
| | | | | | | | | Hail to the Foggy Team!!!!!!!!!! Not hooked up with the rest of the build system yet as it's not been re-read and proofread enough, and maybe doesn't even validate ;) pre8 or rc1 can probably wait till these issues are straighten up :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18230 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1265: Add a new command: osd_show_property_text that show an expanded ↵Gravatar kraymer2006-04-23
| | | | | | | | | | | | property string on the OSD. 1.1264: Fix up -msgcharset and MPLAYER_CHARSET. 1.1263: document message charset functionality 1.1262: Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET. 1.1261: sync to x264 r503 (dct_decimate) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18229 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1265Gravatar gpoirier2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add properties to get/set the stream position and get the streamGravatar albeu2006-04-23
| | | | | | | start pos, end pos and length. Based on Reimar's patch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18227 b3059339-0415-0410-9bf9-f77b7e298cf2
* resource leak fix.Gravatar gpoirier2006-04-23
| | | | | | | | | | | detected by Covertity's checker: CID: 154 Checker: RESOURCE_LEAK Description: Returned without freeing storage "cddb_info" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18226 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up osd_show_/operty_text.Gravatar diego2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Align osd_show_text with osd_show_property_text.Gravatar albeu2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new command: osd_show_property_text that show an expanded propertyGravatar albeu2006-04-23
| | | | | | | | string on the OSD. Based on a patch 'by someone named "veal" on irc' that showed the filename. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove second, redundant x86_exts_check.Gravatar diego2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up -msgcharset and MPLAYER_CHARSET.Gravatar diego2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.Gravatar diego2006-04-23
| | | | | | | patch by Lyakhovets Andrey, lyakhovets <<@>> rovercomputers <<.>> ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partially revert 1.140, restoring the old behaviour for all codecsGravatar rtognimp2006-04-23
| | | | | | | except for twos and sowt. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18219 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixGravatar gabrov2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18218 b3059339-0415-0410-9bf9-f77b7e298cf2
* document message charset functionalityGravatar reimar2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18217 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Gilles uses a series of "*" to mark untranslated strings, which ↵Gravatar gpoirier2006-04-23
| | | | | | shouldn't have been left as is. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with one of the latest English version, patch by Gilles ↵Gravatar gpoirier2006-04-23
| | | | | | Pelletier < pellgill A gmail P com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetic fix, splitting long mencoder cmd lineGravatar reynaldo2006-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no ↵Gravatar reynaldo2006-04-23
| | | | | | modifications this time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.Gravatar diego2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for shared libavutil.Gravatar diego2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix, incorrect MSGL at fatal errorGravatar reynaldo2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18210 b3059339-0415-0410-9bf9-f77b7e298cf2
* The tv color control commands can now also adjust the values.Gravatar albeu2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18209 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r503 (dct_decimate)Gravatar lorenm2006-04-22
| | | | | | | patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle the tv color control commands with the properties.Gravatar albeu2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --disable-libavutil option to --help output.Gravatar diego2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Verticaly center the background around the text.Gravatar albeu2006-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18205 b3059339-0415-0410-9bf9-f77b7e298cf2