summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics. does not change functionality, but makes code easier to readods152005-10-131-63/+43
* nit by diegoods152005-10-131-1/+1
* fixes suggested by Diego and Alexgpoirier2005-10-131-9/+9
* weirdness, flags aren't restored right unless you add this second pushods152005-10-131-0/+1
* fix mencoder multi-file with some files having audio but others dontods152005-10-132-1/+8
* Be less verbose.reimar2005-10-131-4/+3
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-1315-81/+52
* further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-131-5/+192
* we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>faust32005-10-131-0/+1
* Synced with 1.1134 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-10-131-102/+321
* List the different containers supported by MEncoder, as well as a nice exampl...gpoirier2005-10-121-2/+147
* Implement seekingreimar2005-10-121-3/+31
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* Bigendian bugreimar2005-10-121-3/+2
* Missing space in status linereimar2005-10-121-1/+1
* Add support for suboption escaping via both "" and %n%str syntaxreimar2005-10-121-13/+41
* change to switch/case for dumpsubods152005-10-121-6/+8
* Change unsigned->signed and int->long, this fits the asm code better on 64reimar2005-10-124-236/+237
* sync with 1.1136gpoirier2005-10-121-17/+18
* -vc dummy is know to cause crashes, so suggest -vc null instead.reimar2005-10-121-1/+1
* further partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-121-0/+114
* Put networking lib linker flag checks in the order they were before thediego2005-10-111-1/+1
* misc corrections by Paul TT < paultt -- at -- hackerjournal -- dot -- it >diego2005-10-111-9/+9
* partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot com >diego2005-10-111-12/+67
* ao_macosx is a native audio output driver and should thus have prioritydiego2005-10-111-3/+3
* solaris bug workarounds, take 2..rfelker2005-10-111-2/+2
* -frames plays one frame too many.reimar2005-10-111-1/+1
* I think I know EDL enough to maintain it...ods152005-10-111-1/+1
* synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS comgpoirier2005-10-111-30/+36
* A few fixes noticed by Paul TT.diego2005-10-111-2/+4
* Compile fix: _lseeki64 is not available under cygwinreimar2005-10-112-2/+19
* 1l, strtof is only C99, strtod is ANSI C, so use that instead.reimar2005-10-111-1/+1
* work around (buggy?) solaris tr. hope this helps.. please report if its still...rfelker2005-10-111-2/+2
* More consistency for the interactive control section.diego2005-10-111-14/+14
* nitsgpoirier2005-10-101-2/+2
* use subopt parser for arguments.joey2005-10-102-56/+46
* support float arguments in subopt helper.joey2005-10-102-0/+20
* Typo fix: RFC959 says that FTP commands should end with a carriage returngpoirier2005-10-101-1/+1
* makes demux_lavf (-demuxer 35) use the framerate specified in the containergpoirier2005-10-101-0/+5
* sync with 1.1132gpoirier2005-10-091-1/+8
* sync with patches.xml removaldiego2005-10-096-27/+0
* sync with 1.26diego2005-10-096-27/+0
* Replace unconditional #defines by build system trickery.diego2005-10-097-111/+72
* whitespace cosmeticsdiego2005-10-091-7/+7
* sync to x264 r318 (mixed_refs)lorenm2005-10-083-1/+12
* typo fix at (_)ld_dliive2005-10-081-1/+1
* some docs updatesdiego2005-10-081-0/+2
* Remove the "How to send patches appendix", the info is in the FAQ.diego2005-10-082-9/+0
* 100000l to meods152005-10-081-3/+6
* Synced with 1.81jheryan2005-10-071-3/+3
* Synced with 1.17jheryan2005-10-071-3/+3
* Synced with 1.94jheryan2005-10-071-2/+3
* Synced with 1.59jheryan2005-10-071-3/+3
* Synced with 1.96jheryan2005-10-071-3/+42
* Synced with 1.31jheryan2005-10-071-51/+176
* Synced with 1.1131jheryan2005-10-071-18/+30
* synced with 1.34gabrov2005-10-061-19/+651
* Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>gpoirier2005-10-061-2/+2
* synced with 1.17, patch by Johan Bossgpoirier2005-10-061-7/+9
* synced with 1.81, patch by johan bosgpoirier2005-10-061-197/+245
* synced with 1.14, patch by Johan Bos, plus some formating changes by megpoirier2005-10-061-73/+99
* Centaur/VIA configure checkhenry2005-10-061-0/+1
* synced with 1.16, patch by Johan Bos, plus reformating by megpoirier2005-10-061-35/+63
* synced with 1.70, patch by Johan Bos + reformating of the source by megpoirier2005-10-061-122/+413
* synced with 1.1131 (just after Diego's commit torrent) :-)gpoirier2005-10-061-26/+104
* Synced with 1.1128jheryan2005-10-061-15/+62
* stupid typodiego2005-10-061-2/+2
* Reformat the interactive control section.diego2005-10-061-8/+18
* Keyboard control section renamed to interactive control, small structure change.diego2005-10-062-11/+13
* synced with 1.12, patch by johan bosgpoirier2005-10-061-1/+7
* cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespacediego2005-10-061-481/+493
* typodiego2005-10-061-1/+1
* neightbour --> neighbor typo fixdiego2005-10-062-6/+6
* Synced with 1.183jheryan2005-10-061-1/+1
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.lorenm2005-10-061-1/+76
* detect Centaur CPUs (Winchip, VIA C3)henry2005-10-051-3/+27
* faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >diego2005-10-051-1/+1
* 10l, off by one error in last patch (codecdata length sanity check),reimar2005-10-051-1/+1
* libavcodec can encode to SVQ1 and RV20.diego2005-10-051-1/+7
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* consistency nitdiego2005-10-041-1/+1
* Document XF86 multimedia keys.diego2005-10-041-0/+14
* synced with 1.183gabrov2005-10-041-2/+3
* mouse and keyboard controldiego2005-10-041-0/+28
* synced with 1.59gabrov2005-10-041-3/+3
* typodiego2005-10-041-1/+1
* Add missing keys to the keyboard section, fix typos in that section.diego2005-10-041-3/+11
* synced with 1.96gabrov2005-10-041-9/+48
* Shut up jack pkg-config.diego2005-10-041-1/+1
* General bug fixes, like missing includes, formats that were incorrectlyreimar2005-10-041-29/+133
* Fix vo_zr2 suboption description.diego2005-10-041-9/+5
* Rename compilation section to compilation and installation.diego2005-10-041-2/+2
* much simpler signed/unsigned conversion.reimar2005-10-041-54/+16
* CVS now supports GTK 2.0gpoirier2005-10-041-2/+2
* according to Intel/AMD official documentations, CPU family should be displaye...gpoirier2005-10-041-2/+5
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionreimar2005-10-041-5/+5
* Use pkg-config to detect theora dependencies.diego2005-10-041-4/+6
* Add changes from last patch (stream mapping).reimar2005-10-041-0/+114
* MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >diego2005-10-041-0/+33
* random improvements plus some readability cosmeticsdiego2005-10-041-24/+26
* Document subsearch.sh, menc2pass.diego2005-10-041-0/+27
* Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH...gpoirier2005-10-041-5/+5
* Show total time when playing audio-only filesreimar2005-10-041-13/+29
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32reimar2005-10-042-21/+20
* synced with 1.14gabrov2005-10-041-2/+2
* General cleanup: do not link -lm multiple times, use for...in loops insteadreimar2005-10-031-153/+73
* expGetSystemInfo should not leave SYSTEM_INFO unitialized, even whenreimar2005-10-031-4/+10
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andreimar2005-10-034-32/+80
* Make fragment program snprintf less confusing.reimar2005-10-031-14/+29
* synced with 1.30gabrov2005-10-031-59/+626
* Synced with 1.34jheryan2005-10-031-13/+651
* Synced with 1.1121jheryan2005-10-031-99/+317
* typogpoirier2005-10-021-1/+1
* synced with 1.22, patch by johan bosgpoirier2005-10-021-11/+36
* synced with 1.25, patch by johan bosgpoirier2005-10-021-62/+100
* synced with 1.72, Patch by johan bosgpoirier2005-10-021-82/+220
* synced with 1.11, patch by johan bosgpoirier2005-10-021-91/+123
* synced with 1.15, patch by johan bosgpoirier2005-10-021-52/+89
* sync with 1.13, patch by johan bosgpoirier2005-10-021-8/+8
* synced with 1.31, patch by johan bos dariusjb AH gmail POIS comgpoirier2005-10-021-1173/+12
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx PO...gpoirier2005-10-021-31/+59
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.reimar2005-10-021-0/+1
* updates, fixesdiego2005-10-021-1/+3
* Expose MSG_USE_COLORS in config.h.diego2005-10-021-0/+3
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,reimar2005-10-022-1/+15
* modification notices according to GPL 2adiego2005-10-015-0/+15
* upgrade to libdvdcss 1.2.9diego2005-10-0112-800/+601
* long obsoletediego2005-10-011-32/+0
* fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=382gpoirier2005-10-011-11/+9
* documentation-only patch: make doxygen compatible and createreimar2005-10-012-58/+178
* documentation update.reimar2005-10-012-2/+4
* Support for ATI specific YUV->RGB conversion.reimar2005-10-012-17/+154
* Check for eof instead of decoding the same data over and over.reimar2005-10-011-0/+1
* Add Compn, expert at wrangling useful bugreports from users ;-)reimar2005-10-011-0/+5
* Better wording by The Wanderergpoirier2005-09-301-2/+2
* 1000lods152005-09-301-6/+10
* Add missing defaut for a suboption of tfieldsgpoirier2005-09-291-2/+4
* document missing parameter of tfields: field dominance.gpoirier2005-09-291-1/+13
* mp_msg cleanup.ods152005-09-292-93/+15
* A long-standing bug... -vfwopts in cfg-mencoder.h is being overriddendiego2005-09-281-1/+1
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)nicodvb2005-09-281-0/+2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
* another url_free that shouldn't be commented out.reimar2005-09-281-1/+1
* Detect eof when seeking and do _not_ restart the video.reimar2005-09-281-1/+8
* Report total timereimar2005-09-271-3/+16
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forreimar2005-09-271-0/+3
* synced with 1.1119gpoirier2005-09-271-1/+11
* Allow string escaping via "".reimar2005-09-271-0/+9
* Add missing GL_REGISTER_COMBINERS_NV definereimar2005-09-271-0/+3
* Add -panscanrange optionreimar2005-09-273-0/+16
* the "psnr" option doesn't really need to be in the encoding setting examples.gpoirier2005-09-261-8/+8
* Random fixes and more coherencygpoirier2005-09-261-4/+3
* Don't pass NULL pointers to demux_info_add()rtognimp2005-09-261-1/+1
* Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-09-261-77/+155
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
* Config file option format corrected.jheryan2005-09-261-1/+1
* Sync with 1.1118gpoirier2005-09-251-15/+42
* Nits noticed by Diegogpoirier2005-09-251-18/+18
* the on suboption of -rawaudio and -rawvideo do not work anymore since thereimar2005-09-253-9/+5
* little updatereimar2005-09-251-0/+5
* Adds encoding setting examples for lavc and XviD.gpoirier2005-09-251-25/+147
* fix/improve code doxumentation. Also group gl_common functions in severalreimar2005-09-253-7/+59
* debugging/testing helpers: allow forcing a certain width/height for texturesreimar2005-09-251-0/+13
* Allow specifying a custom (ppm) texture for texture unit 3reimar2005-09-251-0/+30
* support loading a texture from a PPM filereimar2005-09-252-0/+62
* vo_gl2 now supports panscanreimar2005-09-251-1/+2
* panscan supportreimar2005-09-251-0/+9
* contrast 0 should lead to a grey, not a black imagereimar2005-09-251-0/+5
* get rid of global getProcAddress variablereimar2005-09-251-7/+5
* vo_gl rectangle and yuv options should work together nowreimar2005-09-251-1/+0
* Support rectangular texture in fragment programsreimar2005-09-254-19/+27
* Improve/clarify description of -vo gl and -vo gl2 suboptionsreimar2005-09-251-5/+28
* Several bugfixes:reimar2005-09-251-3/+5
* Fix crashes and green border when using YV12 input formatreimar2005-09-251-11/+13
* texture units do not need to be explicitly enabled when using a fragmentreimar2005-09-251-14/+10
* sync 1.1114wight2005-09-251-13/+23
* synced with 1.1114gpoirier2005-09-251-3/+4
* German man page review part VIkraymer2005-09-241-7/+12
* German man page review part Vkraymer2005-09-241-58/+62
* German man page review part IVkraymer2005-09-241-24/+24
* The nth attempt to come up with correct a description of -frameno-file...diego2005-09-241-2/+2
* sync with 1.183kraymer2005-09-241-4/+8
* wrap around 80...ods15