summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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/trunk@20905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless check.uau2006-11-141-1/+1
| | | | | | | sh_video should always be non-NULL if this code is run. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20904 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split some from main() into separate functions.uau2006-11-141-103/+116
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20903 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r20900gpoirier2006-11-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20902 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20900: Missing : in -vf expand ar examplekraymer2006-11-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20901 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing : in -vf expand ar examplereimar2006-11-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20900 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename: XviD -> Xvidgpoirier2006-11-134-25/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20899 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r20876gpoirier2006-11-131-31/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20898 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20872: Clarify -dumpaudio, it is not useful normallyvoroshil2006-11-131-33/+34
| | | | | | | r20876: rename: XviD -> Xvid git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update missing tags of previous commitvoroshil2006-11-136-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20896 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20876: rename: XviD -> Xvidvoroshil2006-11-136-143/+204
| | | | | | | | | | | r20866: Recommend gcc 3.4+. r20870: Restore PowerPC gcc note that I mistakenly removed. r20873: Misc issues noticed by Torinthiel. r20878: [cosmetics]... r20879: [small fixes]... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to handle oversized asf headers by ignoring anything beyond the first MBreimar2006-11-131-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Incomplete support for vobsub (missing palette support) andreimar2006-11-131-0/+57
| | | | | | | | text (missing styles and edl support) subtitles in mov, see also bug #611 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move sh_sub_t to stheader.h, where all the other sh structs are definedreimar2006-11-132-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support \t with acceleration.eugeni2006-11-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial fix for semitransparent glyph outlines.eugeni2006-11-131-1/+1
| | | | | | | | | | | | | This fix removes semitransparent area (less then pixel width) between glyph and it's outline. Instead, it makes them overlap a little. It usually looks much better this way. Complete fix seems impossible with the current output format (single color alpha bitmaps). The right way is to blend both glyph and outline into one bitmap so that 2 pixels with 50% transparency produce a fully solid one. This requires RGBA bitmap output from libass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add forgotten new_sh_subreimar2006-11-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-134-8/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing translated stringsgpoirier2006-11-131-0/+129
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20887 b3059339-0415-0410-9bf9-f77b7e298cf2
* pts definition by mansmichael2006-11-131-4/+12
| | | | | | | dts definition and decode_delay definition by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20886 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 20876torinthiel2006-11-132-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20885 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with r20879torinthiel2006-11-131-140/+153
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20884 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop has been deprecated a long time ago.diego2006-11-132-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20883 b3059339-0415-0410-9bf9-f77b7e298cf2
* vop --> vfdiego2006-11-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove/fix outdated message.diego2006-11-132-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20881 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2006-11-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20880 b3059339-0415-0410-9bf9-f77b7e298cf2
* [small fixes]torinthiel2006-11-131-10/+10
|