summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MEncoder now supports multiple files, Jack transport API requested.diego2005-03-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14901 b3059339-0415-0410-9bf9-f77b7e298cf2
* better explain where and how to use doxygen commentsdiego2005-03-031-0/+10
| | | | | | | patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patches should not be sent as replies to unrelated threads.diego2005-03-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix rm files with a really big index chunk.reimar2005-03-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-035-4/+32
| | | | | | | wont play anymore - before they would have worked with mplayer on be) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14897 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention telecine in mpeg muxer sectionnicodvb2005-03-031-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14896 b3059339-0415-0410-9bf9-f77b7e298cf2
* recalculate frame duration after soft telecinenicodvb2005-03-031-19/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14895 b3059339-0415-0410-9bf9-f77b7e298cf2
* options in config file have been using '-' instead of '_' for agesrathann2005-03-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
| | | | | | | | Next step would be to make turbo mode accept a "quality" argument to control the speed vs quality tradeoff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.905:gpoirier2005-03-021-16/+118
| | | | | | | Finished translations of revision 1.894 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14892 b3059339-0415-0410-9bf9-f77b7e298cf2
* libsmbclient is sometimes built with ssl support. This takes it into accountwight2005-03-021-0/+5
| | | | | | | and tests if -lsmbclient needs -lssl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more translations of 1.894 revisiongpoirier2005-03-021-9/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14890 b3059339-0415-0410-9bf9-f77b7e298cf2
* configurable field parity (default from source); bugfixes; speed up mode 0rfelker2005-03-021-91/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2005-03-012-6/+6
| | | | | | | | | | | | | | | | mpeg_hdr.c:212: warning: no return statement in function returning non-void mpeg_hdr.c:262: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:264: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:270: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:275: warning: suggest parentheses around assignment used as truth value mpeg_hdr.c:212: warning: control reaches end of non-void function mp4_header_process_vop() return value isn't used anywhere anyway. Approved by Nico. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14888 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #include (for malloc and free)rathann2005-03-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14887 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #includerathann2005-03-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14886 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing externs (fixes implicit declaration warnings)rathann2005-03-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14885 b3059339-0415-0410-9bf9-f77b7e298cf2
* obvious typorathann2005-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14884 b3059339-0415-0410-9bf9-f77b7e298cf2
* all synced up to 1.905, except the part of the translation of 1.894gpoirier2005-03-011-10/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14883 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l wrong binary operator when setting progressive framenicodvb2005-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14882 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine now works in display order (rather than decoding), as far as there ↵nicodvb2005-03-011-26/+44
| | | | | | are no more than 4 consecutive b-frames; added support for FMP4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.893:gpoirier2005-03-011-11/+122
| | | | | | | | | | | | | | | | | | | 1.881: added new mpeg muxer options 1.882: done in a previous commit 1.883: fixes for previous commits 1.884: Mention that vstrict is necessary for some codecs, add ffvhuff. 1.885: Finish incomplete -af-adv documentation. 1.886: Sync -channels and -srate options with the XML docs. 1.887: spelling, wording and consistency fixes 1.888: renamed init_adelay to vdelay with opposite range 1.889: List the 'context' option for the ffvhuff codec. 1.890: indentation fix 1.891: vstrict vs mjpeg update, typo 1.892: done in a previous commit 1.893: done in a previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14880 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for encoding of multiple fileshenry2005-03-0116-29/+81
| | | | | | | | | | - do not uninitialize video encoder between files - checks for image size & format change moved from mencoder.c to vfilters by Oded Shimon <ods15@ods15.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14879 b3059339-0415-0410-9bf9-f77b7e298cf2
* set sh_audio->delay ins audio-only case so that correct time is displayedreimar2005-03-011-0/+2
| | | | | | | after seeking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14878 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l Don't set SDL to X11 by default.ivo2005-03-012-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14877 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng man page 1.902: fix outdated/incorrect info about -srate.gpoirier2005-03-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14876 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.159: fix missing check against lame_init_params that was leading to video ↵kraymer2005-03-011-2/+8
| | | | | | | | | | only files on low (under 32) audio bitrates 1.161: MEncoder multiple files patch by Oded Shimon (ods15) 1.162: Have OSS audio out fall back to s16ne instead of u8 if... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Diego: it's mmap, not nmap.gpoirier2005-03-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14874 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.21gabrov2005-03-011-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.880:gpoirier2005-03-011-18/+18
| | | | | | | | 1.879: man page review part XVI 1.880: done in a previous commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14872 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.64gabrov2005-03-011-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.162jheryan2005-03-011-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.903jheryan2005-03-011-15/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14869 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.162gabrov2005-03-011-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14868 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.892:gpoirier2005-03-011-3/+15
| | | | | | | sync to x264 r137: adaptive B-frame decision, flush delayed frames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14867 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should match end of token as well, to prevent MSGTR_FOO2 matching instead ofwight2005-03-011-1/+1
| | | | | | | MSGTR_FOO. Helps compilation in case of some changes to help*.h files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14866 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.882:gpoirier2005-03-011-0/+9
| | | | | | | Sync to x264 r134: weighted prediction for B-frames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.878: Updates -af formatgpoirier2005-03-011-16/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14864 b3059339-0415-0410-9bf9-f77b7e298cf2
* From Eng manpage 1.904:gpoirier2005-03-011-11/+7
| | | | | | | | | Remove -noxv and -forcexv command line options and replace them by suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14863 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdcssdiego2005-03-011-0/+596
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-018-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preserve $Id$ keyword from upstream on unmodified files.diego2005-03-011-0/+4
| | | | | | | Keyword expansion disabled with the -ko sticky flag. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14860 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make diff -R apply without offsets.diego2005-03-011-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -noxv and -forcexv command line options and replace them byivo2005-03-013-26/+31
| | | | | | | | | | | suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option. Updated manual page. Original patch by < ods15 at ods15 dot dyndns dot org> Modified by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Arpi prefers root@mphq for CVS problems.diego2005-03-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove left-over from old -z command line switch.ivo2005-03-011-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14856 b3059339-0415-0410-9bf9-f77b7e298cf2
* some comments and whitespace changes by (Luca Barbato <lu_zero gentoo org>)michael2005-03-011-57/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.898jheryan2005-02-281-241/+674
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't print (stupid) message if output directory is .ivo2005-02-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14853 b3059339-0415-0410-9bf9-f77b7e298cf2
* stupid mistake i made when writing about divtc..rfelker2005-02-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14852 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compile warningsivo2005-02-283-26/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14851 b3059339-0415-0410-9bf9-f77b7e298cf2
* aos should respect the immed uninit flag (quit immediatly vs waiting till filereimar2005-02-274-2/+6
| | | | | | | is played to end). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14850 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix. misplaced ;ivo2005-02-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14849 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_jpeg now uses the generic int_pos() from subopt-helper.civo2005-02-271-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14848 b3059339-0415-0410-9bf9-f77b7e298cf2
* memory leaklorenm2005-02-271-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Multifile 10l bugfix by Oded:rfelker2005-02-271-0/+2
| | | | | | | | | "I never checked merging 2 complete files... at_eof stays non-zero when starting the second file, and doesn't encode a single frame..." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14846 b3059339-0415-0410-9bf9-f77b7e298cf2
* cumulative sync with 1.877 + some fixes and misc.gpoirier2005-02-271-82/+164
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14845 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the ogg fourcc nightmare!!!rfelker2005-02-273-16/+19
| | | | | | | | | | | | | | | | | The problem: once upon a time, windows idiots decided to try to store vorbis-in-ogg-in-avi. Of course this failed miserably, but they used the audio format tag 0xfffe for "extended" to do this. Later someone working on MPlayer somehow decided 0xfffe was the format for vorbis, which is nonsense, and now that's conflicting with real wav files with extended audio format. This patch changes demux_ogg (and mkv) to use sane fourcc's for vorbis and theora and gets rid of the 0xfffe nonsense so hopefully wav files with extended audio will work now. If there are problems, we'll have to find workarounds...and drive an 18-wheeler full of cola thru the house of whoever wrote this 0xfffe nonsense in MPlayer to begin with... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.870: man page review page XIVgpoirier2005-02-271-65/+71
| | | | | | | (I'm back in business :-) ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binarydiego2005-02-271-7/+7
| | | | | | | | codecs from Real and made the info line fit 80 characters. blessed by Roberto git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14842 b3059339-0415-0410-9bf9-f77b7e298cf2
* soft telecine support! :)) patch by nicorfelker2005-02-271-2/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14841 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed, as this breaks vorbis decoding! 1000l! someone figure out why this ↵rfelker2005-02-271-1/+0
| | | | | | is the case and fix it before re-committing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14840 b3059339-0415-0410-9bf9-f77b7e298cf2
* more on tivo vstream support.. 1000l to Joey for forgetting this file and ↵rfelker2005-02-271-0/+184
| | | | | | breaking MPlayer build! :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14839 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix outdated/incorrect info about -srate. others, feel free to improve this ↵rfelker2005-02-271-5/+3
| | | | | | more...i did the bare minimum to make it non-misleading git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14838 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a stream module for the vstream client libraryjoey2005-02-2713-3/+171
| | | | | | | allows MPlayer to stream video from a properly equipped Tivo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Yet another fourcc for mpeg-4 (files should be made with Xvid)rtognimp2005-02-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14836 b3059339-0415-0410-9bf9-f77b7e298cf2
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theivo2005-02-262-3/+4
| | | | | | | soundcard for 3+ channels and do it for all audio streams (not only AC3). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for 32-bit float WAV files and support for extended WAV filesivo2005-02-262-0/+6
| | | | | | | with 4, 6, 8, ... channels of audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14834 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more "guessed" encodings, please check themreimar2005-02-265-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14833 b3059339-0415-0410-9bf9-f77b7e298cf2
* helper files for charset conversion.reimar2005-02-264-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14832 b3059339-0415-0410-9bf9-f77b7e298cf2
* --charset configure option to convert help messages charsetreimar2005-02-262-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14831 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recommend using a stable gcc version or upgrading frequently, suggested by Rich.diego2005-02-261-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14830 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fix by Corey Hickey <bugfood-ml at fatooh dot org>diego2005-02-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14829 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups of the Multiple files patchhenry2005-02-251-8/+4
| | | | | |<