summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"voroshil2006-11-171-1/+1
| | | | | | | | message in stream_radio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20983 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify syncpoint placement recommanditionsmichael2006-11-171-3/+13
| | | | | | | (note i would also like to add a "there MUST be 1 syncpoint per second" rule) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20982 b3059339-0415-0410-9bf9-f77b7e298cf2
* seekingmichael2006-11-171-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20981 b3059339-0415-0410-9bf9-f77b7e298cf2
* dts & synchronous decodermichael2006-11-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20980 b3059339-0415-0410-9bf9-f77b7e298cf2
* support flic video through lavfdiego2006-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20979 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-172-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
| | | | | | | | | Original thread: subject: Re: [MEncoder-users] pullup filter segfaults on amd66 date: Nov 13, 2006 4:07 PM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20977 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more updatesods152006-11-171-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20976 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesdiego2006-11-171-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20975 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some mixed up usage messages and unify with master copykraymer2006-11-171-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20974 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20972: defined MSGTR_OSDVideokraymer2006-11-171-2/+3
| | | | | | | add missing line break git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20973 b3059339-0415-0410-9bf9-f77b7e298cf2
* defined MSGTR_OSDVideonicodvb2006-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20972 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS: reformattednicodvb2006-11-161-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20971 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored circular looping when changing audio and video stream (previously ↵nicodvb2006-11-161-2/+6
| | | | | | broken) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20970 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new key binding for switching video streams in MPEG-TSkraymer2006-11-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20969 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIOnicodvb2006-11-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20968 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented DEMUXER_CTRL_SWITCH_VIDEOnicodvb2006-11-161-1/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20967 b3059339-0415-0410-9bf9-f77b7e298cf2
* associated _ to 'step_property switch_video'nicodvb2006-11-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20966 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle video stream switch using 'switch_video' property'nicodvb2006-11-161-0/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20965 b3059339-0415-0410-9bf9-f77b7e298cf2
* added code to switch video streamnicodvb2006-11-162-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20964 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved video codec/filters/outdevice initialization code to specific functionnicodvb2006-11-161-87/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20963 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should ↵michael2006-11-161-11/+11
| | | | | | actually look at the code after svn up not just the diff ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20962 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 ↵michael2006-11-161-91/+52
| | | | | | downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20961 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Restore alphabetical order, align both tables.diego2006-11-161-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray newline.diego2006-11-161-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20959 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for RoQ video and audio through libavformatdiego2006-11-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20958 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Electronic Arts ADPCM audiodiego2006-11-162-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20957 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Delphine CIN audio and videodiego2006-11-162-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark internal lavf FourCCs as such.diego2006-11-161-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20955 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut API, non-negative errorsods152006-11-161-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removing redundant entry, kraymer is doing all this work while maintaining ↵reynaldo2006-11-161-1/+0
| | | | | | translations git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20953 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Interplay DPCM audiodiego2006-11-162-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20952 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: alphabetical order and prettyprinting for the CodecTag tablediego2006-11-161-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20951 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Sierra VMD videodiego2006-11-162-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for Tiertex SEQ video.diego2006-11-162-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20949 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20879torinthiel2006-11-161-47/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for Westwood IMA ADPCM audio.diego2006-11-152-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault with videos with unusual resolution, patch by Stanislav ↵gpoirier2006-11-151-1/+1
| | | | | | | | | | | Maslovski % stanislav P maslovski A gmail P com % Original thread: date: Nov 15, 2006 10:38 PM subject: [MPlayer-dev-eng] [PATCH] vf_screenshot.c: segfault (buffer overflow) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20946 b3059339-0415-0410-9bf9-f77b7e298cf2
* When testing lame preset presence, use actuall lame_set_preset() function to ↵iive2006-11-151-2/+2
| | | | | | | | | test its availablility in the library. Now it only tests include definitions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20945 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing small update about libsmb in previous commitvoroshil2006-11-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20944 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20933: libvorbis is not necessary for Vorbis playback, small wording ↵voroshil2006-11-151-4/+1
| | | | | | | | | improvement. ------------------------------------------------------------------------ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20943 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut, no nut_skip_packet()ods152006-11-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20942 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut API, don't free the streamsods152006-11-151-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Output UTF-8 instead of legacy encodings by default.diego2006-11-159-68/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20940 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20878: [cosmetics] (skipped)kraymer2006-11-152-14/+8
| | | | | | | | r20879: [small fixes] r20933: libvorbis is not necessary for Vorbis playback, small wording improvement. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20939 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert last 2 commits on nut.txtods152006-11-151-16/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20938 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't spam the console with timestamps (non-error messages printed every rtogni2006-11-141-2/+2
| | | | | | | frame should be lower than V level) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20937 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-144-82/+50
| | | | | | | | | | | | Pass video codec extradata unchanged from demux_real, sync vd_realvid to the new format Sync mkv demuxer to the changes above (cmsg24 extradata was totally broken before) Detect cmsg24 size from extradata (was fixed) Based on a patch by elupus >> elupus >a< ecce se << git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20936 b3059339-0415-0410-9bf9-f77b7e298cf2
* [cosmetics] Fix indentationtorinthiel2006-11-141-49/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r20933torinthiel2006-11-141-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20934 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvorbis is not necessary for Vorbis playback, small wording improvement.diego2006-11-141-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20933 b3059339-0415-0410-9bf9-f77b7e298cf2
* add character encoding infokraymer2006-11-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce step_property command.reimar2006-11-144-0/+12
| | | | | | | Patch by Carl Eugen Hoyos [cehoyos <at> ag or at] with modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Unkown -> Unknown typoreimar2006-11-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20930 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20900: Missing : in -vf expand ar examplevoroshil2006-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20929 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ 20637, patch by Francois franz A ephack P netgpoirier2006-11-141-86/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20928 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump date of NUT spec for previous commitods152006-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20927 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow info packets to appear in mid-stream, outside of main headers.ods152006-11-141-5/+15
| | | | | | | these SHOULD NOT appear in non-realtime-streams git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20926 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut, add cache_syncpointsods152006-11-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20925 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEMALIGN_HACK --> CONFIG_MEMALIGN_HACKdiego2006-11-141-1/+1
| | | | | | | patch by "Hervé W.", H.O.W.aka.V+mplayer gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20924 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l copy&Ãpaste bug in subtitle sh handlingreimar2006-11-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use vf control for reading pts from vf_vouau2006-11-143-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20922 b3059339-0415-0410-9bf9-f77b7e298cf2
* remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas ↵gpoirier2006-11-141-445/+445
| | | | | | | | | garde les vaches ensemble) utilise la typographie Francaise git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20921 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix statement-before-declaration warnings.reimar2006-11-141-3/+5
| | | | | | | Having a look at the gcc output before committing is a good idea btw. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove write-only variableuau2006-11-141-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update OSD contents only after the correct values for the frame are known.uau2006-11-144-19/+32
| | | | | | | | | | | The most visible inaccuracy caused by the previous update location was that the OSD always showed position 0 after seeking with demux_mkv. Split frame decoding and filtering because with -correct-pts the pts value that should be displayed for the frame is only known after decoding but is needed before filtering (during which the OSD is drawn). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify messages for unavailable options.diego2006-11-143-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move xscreensaver_heartbeat call next to vo check_eventsuau2006-11-141-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace sleep time calculation in main() with a separate function.uau2006-11-141-86/+60
| | | | | | | | | | Fixes some problems with playback_speed!=1: sleep limits which were supposed to be real time were calculated in scaled time, timing inaccuracies in nosound mode affected next frame by err*(1-1/playback_speed), auto quality code used scaled time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20915 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplifyuau2006-11-141-8/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move -frames check out of frame flip code (like -endpos earlier)uau2006-11-141-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some unused code.uau2006-11-141-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move endpos handling from page flip code to a saner location, change < to <=uau2006-11-141-5/+5
| | | | | | | | If the shown frame was already at exactly the end pos we don't want to show one more frame after it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20911 b3059339-0415-0410-9bf9-f77b7e298cf2
* move vo event check together with gui event checkuau2006-11-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20910 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libnut, rename nut.h->libnut.hods152006-11-142-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some incorrect codeuau2006-11-141-8/+1
| | | | | | | | | | | This code was apparently intended to duplicate frames in constant- framerate output in case of skipped input frames, but the test used (blit_frame not set at that location) is not correct for that use. If removing this code turns out to make the brokenness of other code more apparent then a better fix might be needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20908 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update libao2 description, delete completely outdated "audio plugins" partuau2006-11-141-60/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20907 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try filling audio buffers more if they're very large, add some comments.uau2006-11-141-8/+19
| | | | | | | | Larger buffers could make sense with lots of high-bitrate audio channels. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move audio playing code from main() into a separate function.uau2006-11-141-62/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/