aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Copy-n-Paste bug breaking channel selection in audio configuration dialogGravatar reimar2004-09-06
| | | | | | | Patch by (eyager at chartermi dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13267 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13266 b3059339-0415-0410-9bf9-f77b7e298cf2
* pan filter needs number of _input_ channels, ported from the man page.Gravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13265 b3059339-0415-0410-9bf9-f77b7e298cf2
* List administrators.Gravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13264 b3059339-0415-0410-9bf9-f77b7e298cf2
* mailing lists and german documentation maintainers, spellingGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13263 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavdopts fast, small fix to -lavdopts ecGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13262 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical order for lavdoptsGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13261 b3059339-0415-0410-9bf9-f77b7e298cf2
* MB, QP explanation, some more consistencyGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13260 b3059339-0415-0410-9bf9-f77b7e298cf2
* some new patch policy: compression, mail threading, printf vs mp_msgGravatar diego2004-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13259 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information on XviD's "interlaced" and "4mv" options thanks to aGravatar gpoirier2004-09-06
| | | | | | | discution with XviD devs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13258 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsGravatar rfelker2004-09-05
| | | | | | | | | | | | | ever infinite?!?!) but at least it makes it work... :) patch by Balazs KOSSOVICS (tevefeju AT freemail.hu): Hi! When we listening music with "-hr-mp3-seek" option, than there is a negative value at the first rewinds in the statusrange (-52 hours, some minutes). The patch is against this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sorry, typoGravatar kraymer2004-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13256 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to latest updates in vo_jpeg.c sectionGravatar kraymer2004-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pretty much all filters documented and in sync now (up to "phase" filter,Gravatar gpoirier2004-09-05
| | | | | | | | for which I did my best to translate, but as I don't understand what it does, it would be wise for someone to double-check) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some minor vo_jpeg fixes:Gravatar ivo2004-09-05
| | | | | | | | | | Removed unused variable dst. MPlayer now exits if it is unable to create a file for JPEG output and prints an appropriate message, instead of going on if all is right (which is not). Added line to authors file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13253 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --enable-gif bugGravatar joey2004-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13252 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed warning in my patchGravatar rfelker2004-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13251 b3059339-0415-0410-9bf9-f77b7e298cf2
* ensure that avi files have a valid header as soon as possible.Gravatar rfelker2004-09-05
| | | | | | | | | | | | | | without this, the header says 0x0 video size, which works with mplayer when the video size is stored in the codec data, but it does NOT work with other players or with codecs that don't store size (e.g. snow). actually i don't like having seeks in the muxer module, but i don't know any other way to implement this fix without major changes to mencoder. if you have a better fix, please reverse this and commit yours. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13250 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates -vo jpeg:options and minor syncGravatar gpoirier2004-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13249 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of -jpeg commandline option.Gravatar ivo2004-09-04
| | | | | | | | It's replaced by an options parser in the module itself. Instead of mplayer -vo jpeg -jpeg options one now has to use mplayer -vo jpeg:options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13248 b3059339-0415-0410-9bf9-f77b7e298cf2
* alignment for SPARC64, second tryGravatar reimar2004-09-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13247 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_pan wants number of _input_ channels, fixes bugzilla bug #22Gravatar reimar2004-09-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13246 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fixGravatar diego2004-09-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13245 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to latest manpage reviews by DiegoGravatar kraymer2004-09-03
| | | | | | | other marginal fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13244 b3059339-0415-0410-9bf9-f77b7e298cf2
* We don't need to support the old nvidia binary driver bug any longer.Gravatar al2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13243 b3059339-0415-0410-9bf9-f77b7e298cf2
* better documentation of not obvious subq default settingGravatar gpoirier2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13242 b3059339-0415-0410-9bf9-f77b7e298cf2
* Diego's man page review part VIII commited, small syncs on video filtersGravatar gpoirier2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13241 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical orderGravatar diego2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13240 b3059339-0415-0410-9bf9-f77b7e298cf2
* All libavcodec encoding options are now documentedGravatar gpoirier2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13239 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved suboption parsing, fixes also compiler warningsGravatar reimar2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13238 b3059339-0415-0410-9bf9-f77b7e298cf2
* first attempt to make 24-bit PCM DVDs workGravatar reimar2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13237 b3059339-0415-0410-9bf9-f77b7e298cf2
* strictness level -1 to 'almost' ignore breaksGravatar rfelker2004-09-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13236 b3059339-0415-0410-9bf9-f77b7e298cf2
* just some debugging junk i'd like to have in there for now :)Gravatar rfelker2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13235 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing initialization of roundGravatar reimar2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13234 b3059339-0415-0410-9bf9-f77b7e298cf2
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)Gravatar michael2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13233 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>Gravatar nauj272004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13232 b3059339-0415-0410-9bf9-f77b7e298cf2
* non spec compliant optizations supportGravatar michael2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13231 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle autodetection regardles of case (bug #65), patches Michal Svec ↵Gravatar faust32004-09-02
| | | | | | <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13230 b3059339-0415-0410-9bf9-f77b7e298cf2
* slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at ↵Gravatar faust32004-09-02
| | | | | | gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13229 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> ↵Gravatar faust32004-09-02
| | | | | | from the Geexbox mplayer patchset, some modification by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13228 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag bumped to 1.47Gravatar wight2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13227 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.65Gravatar wight2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13226 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.47Gravatar wight2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13225 b3059339-0415-0410-9bf9-f77b7e298cf2
* - <screen> -> <command>, improves readibility and sense.Gravatar wight2004-09-02
| | | | | | | - Capitalization, 32bit -> 32-bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13224 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2004-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13223 b3059339-0415-0410-9bf9-f77b7e298cf2
* - sync 1.45Gravatar wight2004-09-01
| | | | | | | | - break long lines - remove trailing whitespace git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13222 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.694 + additional fixesGravatar paszczi2004-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13221 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review part VIIIGravatar diego2004-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes some upercase/points on sentencesGravatar gpoirier2004-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13219 b3059339-0415-0410-9bf9-f77b7e298cf2
* One-time cosmetics update.Gravatar ivo2004-09-01
| | | | | | | | | | | | | | I finally got rid of the horrible one-space indentation. Changed it to four spaces. Also changed all function calls, assignments, et cetera, to conform to a certain 'standard'. Removed all trailing whitespace. No more tabs (width can be different from editor to editor), it's all spaces now. Next semi-cosmetics stop will be doxygen comments. Tested: It compiles to exactly the same object as before. No functional change has been made. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13218 b3059339-0415-0410-9bf9-f77b7e298cf2