Mercurial > mplayer.hg
graph
-
cosmetics/punctuation/spellingSat, 22 Jul 2006 18:57:56 +0000, by diego
-
rename rtsp.c to stream_rtsp.c for consistency with other input modulesSat, 22 Jul 2006 14:40:14 +0000, by ben
-
Native MPEG4 SP/ASP/AP support in Matroska.Sat, 22 Jul 2006 14:35:49 +0000, by rathann
-
fix compilation if DVB is not definedSat, 22 Jul 2006 13:54:33 +0000, by ben
-
display the right MPEG packet typeSat, 22 Jul 2006 10:42:57 +0000, by ben
-
use new mpeg_packetizer helpersSat, 22 Jul 2006 10:39:00 +0000, by ben
-
my_write() must return the bytes writtenSat, 22 Jul 2006 10:07:04 +0000, by nicodvb
-
cosmetics: comments and reindentation asked by gxbenSat, 22 Jul 2006 09:59:44 +0000, by nicodvb
-
simplified mpeg packetizer used by hw mpeg decoders/vo - first roundSat, 22 Jul 2006 09:45:34 +0000, by nicodvb
-
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %Fri, 21 Jul 2006 20:17:41 +0000, by gpoirier
-
sync r19134Fri, 21 Jul 2006 17:52:28 +0000, by gpoirier
-
updated french man page with vo_ivtv descriptionFri, 21 Jul 2006 17:14:55 +0000, by ben
-
updated english man page with vo_ivtv descriptionFri, 21 Jul 2006 17:08:47 +0000, by ben
-
Use libavutil in libswscale, and allow it to be built out of the mplayer treeThu, 20 Jul 2006 12:13:57 +0000, by lucabe
-
updated mpeg_packetizer include to new localizationWed, 19 Jul 2006 22:14:43 +0000, by ben
-
moved mpeg_packetizer helpers to libmpdemuxWed, 19 Jul 2006 22:13:50 +0000, by ben
-
added myself as maintainer of vo_ivtv driverWed, 19 Jul 2006 22:06:32 +0000, by ben
-
added reference to ivtv vo driverWed, 19 Jul 2006 22:04:54 +0000, by ben
-
added reference to ivtv card in mpegpes decoder infoWed, 19 Jul 2006 22:03:14 +0000, by ben
-
new vo driver for ivtv cards tv-out through internal h/w mpeg decoderWed, 19 Jul 2006 22:02:09 +0000, by ben
-
new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)Wed, 19 Jul 2006 21:46:06 +0000, by ben
-
Quit on eof, was broken by r17150Wed, 19 Jul 2006 18:20:25 +0000, by rtogni
-
10l, i broke this with my last commit. should be fixed now.Wed, 19 Jul 2006 05:47:21 +0000, by rfelker
-
10l, i missed ifdefs around the callsWed, 19 Jul 2006 05:42:38 +0000, by rfelker
-
remove duplicate code and fix issue of compiling mmx code when weWed, 19 Jul 2006 05:34:26 +0000, by rfelker
-
do not compile mmx/sse/3dnow code if not availableWed, 19 Jul 2006 05:27:02 +0000, by rfelker
-
old 10l: do not try to compile mmx code if we do not have mmxWed, 19 Jul 2006 04:54:27 +0000, by rfelker
-
move -ass on top of -ass-* optionsTue, 18 Jul 2006 18:52:41 +0000, by kraymer
-
r19131: 10l to someone..Tue, 18 Jul 2006 18:49:14 +0000, by kraymer
-
10l compilation fix: misplaced tagTue, 18 Jul 2006 07:37:04 +0000, by diego
-
10l to someone..Tue, 18 Jul 2006 06:32:14 +0000, by rfelker
-
sync to x264 r537 (api change)Tue, 18 Jul 2006 01:28:56 +0000, by lorenm
-
Fix use of uninitialized variableMon, 17 Jul 2006 22:22:34 +0000, by uau
-
remove vorbis and theora support by request of ivanMon, 17 Jul 2006 21:15:27 +0000, by michael
-
10l typo, please check compilation before committing.Mon, 17 Jul 2006 16:20:37 +0000, by diego
-
clarify H.264 global header formatSun, 16 Jul 2006 23:47:12 +0000, by michael
-
prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crashSun, 16 Jul 2006 16:34:05 +0000, by nicodvb
-
oops, r18816 was actually missing in previous commitSun, 16 Jul 2006 15:54:27 +0000, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.Sun, 16 Jul 2006 15:46:19 +0000, by kraymer
-
r19081: Update some old and crufty sections.Sun, 16 Jul 2006 15:14:45 +0000, by kraymer
-
r19097: wording fix; default dvb tuning timeout is now 30 secondsSun, 16 Jul 2006 15:01:19 +0000, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.Sun, 16 Jul 2006 14:48:37 +0000, by kraymer
-
r19050: grammar and consistency fixesSun, 16 Jul 2006 14:40:56 +0000, by kraymer
-
r18964: wording fixSun, 16 Jul 2006 14:02:31 +0000, by kraymer
-
sync of ports.xml:Sun, 16 Jul 2006 13:33:31 +0000, by kraymer
-
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)Sun, 16 Jul 2006 12:59:00 +0000, by kraymer
-
marks several strings inside structs as const when they hold justSun, 16 Jul 2006 01:40:24 +0000, by reynaldo
-
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgSun, 16 Jul 2006 01:24:42 +0000, by reynaldo
-
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-orgSun, 16 Jul 2006 01:20:30 +0000, by reynaldo
-
minor arrangements to my entrySat, 15 Jul 2006 23:42:44 +0000, by reynaldo
-
add stefan to AUTHORS file for his several cleanup patchesSat, 15 Jul 2006 23:10:51 +0000, by reynaldo
-
clarify "extradata"Sat, 15 Jul 2006 21:49:47 +0000, by michael
-
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-orgSat, 15 Jul 2006 16:03:12 +0000, by reynaldo
-
now obsoleteSat, 15 Jul 2006 15:27:09 +0000, by diego
-
Change sync tags to rXXXX.Sat, 15 Jul 2006 15:26:51 +0000, by diego
-
Change function declararation w/o parameters to the correct foo(void) syntax.Sat, 15 Jul 2006 15:18:35 +0000, by diego
-
- sync and fixesSat, 15 Jul 2006 11:42:29 +0000, by boskicinek
-
- CVS --> SVNSat, 15 Jul 2006 11:41:43 +0000, by boskicinek
-
help_mp-hu.h synced with r19087Sat, 15 Jul 2006 11:19:30 +0000, by Gabrov
-
Hungarian docs & man page synced with r19101Sat, 15 Jul 2006 11:14:34 +0000, by Gabrov
-
print frame type and keep track of last encountered keyframeSat, 15 Jul 2006 10:35:22 +0000, by ivo
-
typoSat, 15 Jul 2006 09:19:12 +0000, by ivo
-
new black frame detection filterSat, 15 Jul 2006 09:18:44 +0000, by ivo
-
Assume that missing streamcount means one stream, and missing mimetypeFri, 14 Jul 2006 23:06:58 +0000, by rtogni
-
wording fix; default dvb tuning timeout is now 30 secondsFri, 14 Jul 2006 23:06:51 +0000, by nicodvb
-
raise default tuning timeout to 30 seconds in order to give enough time to less sensitive cards; better tuners won't tune slowerFri, 14 Jul 2006 23:05:08 +0000, by nicodvb
-
cosmetical reformattingFri, 14 Jul 2006 22:43:50 +0000, by nicodvb
-
simplification in dvb_step_channelFri, 14 Jul 2006 22:37:54 +0000, by nicodvb
-
force demuxer type to mpegts to speed up detection and avoid useless and slow probes; this doesn't prevent to use stream_dvb with demux_lavfFri, 14 Jul 2006 22:29:37 +0000, by nicodvb
-
removed obsolete fileFri, 14 Jul 2006 22:07:17 +0000, by nicodvb
-
moved LOF macros from dvb_defaults.hFri, 14 Jul 2006 22:07:05 +0000, by nicodvb
-
added checks for stupid code like casting return value of malloc and friends,Fri, 14 Jul 2006 22:05:49 +0000, by ivo
-
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)Fri, 14 Jul 2006 21:54:24 +0000, by nicodvb
-
remove useless commentFri, 14 Jul 2006 21:38:20 +0000, by ivo
-
Remove support for obsolete and non-free divx4/odivx libraries.Fri, 14 Jul 2006 17:14:16 +0000, by diego
-
Mark several string parameters that are not modified in the function as const.Fri, 14 Jul 2006 16:57:24 +0000, by diego
-
fix line >79 charactersFri, 14 Jul 2006 15:12:05 +0000, by ivo
-
fix matching of MSDOS line endingsFri, 14 Jul 2006 15:08:31 +0000, by ivo
-
also omit configure.log and the generated help_mp.h from files to checkFri, 14 Jul 2006 13:34:44 +0000, by ivo
-
CVS --> SubversionFri, 14 Jul 2006 12:57:37 +0000, by ivo
-
Update some old and crufty sections.Fri, 14 Jul 2006 07:57:01 +0000, by diego
-
printf --> mp_msgFri, 14 Jul 2006 07:40:36 +0000, by diego
-
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by daliasFri, 14 Jul 2006 06:26:31 +0000, by reynaldo
-
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Thu, 13 Jul 2006 23:02:03 +0000, by diego
-
cosmetics to ease future patchingThu, 13 Jul 2006 22:56:02 +0000, by diego
-
Fix linking order. FontConfig should appear after libass.Thu, 13 Jul 2006 22:24:28 +0000, by eugeni
-
more sizeof(char) funThu, 13 Jul 2006 22:11:47 +0000, by reynaldo
-
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvdThu, 13 Jul 2006 21:40:14 +0000, by diego
-
drops casts from void * on malloc/calloc from vidix/Thu, 13 Jul 2006 21:22:56 +0000, by reynaldo
-
little rephrasing and corrected reference to main->trunkThu, 13 Jul 2006 21:06:33 +0000, by reynaldo
-
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-orgThu, 13 Jul 2006 20:59:18 +0000, by reynaldo
-
drops casts from void * on malloc/calloc, leftover on libmpcodecsThu, 13 Jul 2006 20:23:34 +0000, by reynaldo
-
Cosmetics.Thu, 13 Jul 2006 18:52:16 +0000, by eugeni
-
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).Thu, 13 Jul 2006 18:49:06 +0000, by eugeni
-
drops casts from void * on malloc/calloc from libmpdemux codeThu, 13 Jul 2006 16:41:13 +0000, by reynaldo
-
drops casts from void * on malloc/calloc from the gui codeThu, 13 Jul 2006 16:17:24 +0000, by reynaldo
-
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add supportThu, 13 Jul 2006 13:28:56 +0000, by gpoirier
-
Compilation fix: Mark mp_property_find parameter as const.Thu, 13 Jul 2006 13:04:26 +0000, by diego
-
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >Thu, 13 Jul 2006 12:35:30 +0000, by gpoirier
-
rename mpcf.txt to nut.txtThu, 13 Jul 2006 10:29:21 +0000, by michael
-
freeze (this is pretty much oded shimons patch from a few month ago)Thu, 13 Jul 2006 10:26:33 +0000, by michael
-
man/hu/mplayer.1 synced with r19052Thu, 13 Jul 2006 10:09:06 +0000, by Gabrov
-
synced with r19051Thu, 13 Jul 2006 08:40:53 +0000, by gpoirier
-
marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-orgThu, 13 Jul 2006 05:03:43 +0000, by reynaldo
-
Streamline GUI build.Thu, 13 Jul 2006 03:05:08 +0000, by diego
-
Clean up codec-cfg and friends handling.Thu, 13 Jul 2006 01:20:14 +0000, by diego
-
Remove non-existing CSS_INC.Wed, 12 Jul 2006 23:51:41 +0000, by diego
-
Simplify includes.Wed, 12 Jul 2006 23:50:29 +0000, by diego
-
Remove old and obsolete mplayer_wine QT DLL loading stuff.Wed, 12 Jul 2006 23:31:33 +0000, by diego
-
Rename OSD/SUB section to OSD/SUBTITLES.Wed, 12 Jul 2006 23:14:30 +0000, by diego
-
alphabetical order for the OSD/SUB sectionWed, 12 Jul 2006 23:13:16 +0000, by diego
-
grammar and consistency fixesWed, 12 Jul 2006 23:11:34 +0000, by diego
-
Support 6 argument variant of \move.Wed, 12 Jul 2006 22:28:20 +0000, by eugeni
-
HU DOCS & man synced with r19046Wed, 12 Jul 2006 21:25:23 +0000, by Gabrov
-
r19046: two small fixesWed, 12 Jul 2006 20:59:08 +0000, by kraymer
-
two small fixesWed, 12 Jul 2006 20:43:25 +0000, by kraymer
-
r19043: add missing comma [does not apply]Wed, 12 Jul 2006 19:46:37 +0000, by kraymer
-
r19039: Use only one global config.mak file.Wed, 12 Jul 2006 19:37:45 +0000, by kraymer
-
add missing commaWed, 12 Jul 2006 19:00:17 +0000, by corey
-
OPTFLAGS already includes EXTRA_INC.Wed, 12 Jul 2006 17:58:07 +0000, by diego
-
There is only one config.mak file left, don't ignore the others anymore.Wed, 12 Jul 2006 17:32:14 +0000, by diego
-
There is only one global config.mak file left.Wed, 12 Jul 2006 17:30:36 +0000, by diego
-
Use only one global config.mak file.Wed, 12 Jul 2006 17:28:14 +0000, by diego
-
Remove useless variable.Wed, 12 Jul 2006 17:15:58 +0000, by diego
-
Sync with latest FFmpeg build system changes:Wed, 12 Jul 2006 16:59:54 +0000, by diego
-
center sub window option within the preferences dialog.Wed, 12 Jul 2006 16:43:03 +0000, by vayne
-
remove check. libavutil is now mandatoryWed, 12 Jul 2006 15:42:47 +0000, by ivo
-
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.Wed, 12 Jul 2006 15:20:34 +0000, by diego
-
Make libavutil mandatory.Wed, 12 Jul 2006 14:19:08 +0000, by diego
-
- svn sync tag addedWed, 12 Jul 2006 14:06:43 +0000, by boskicinek
-
Remove copyright notice changes from local diff.Wed, 12 Jul 2006 14:06:28 +0000, by diego
-
- incomplete but we probably need this (because we updated mencoder.xml already)Wed, 12 Jul 2006 14:03:19 +0000, by boskicinek
-
Update with latest changes and make diff apply cleanly.Wed, 12 Jul 2006 14:00:04 +0000, by diego
-
updates + cosmeticsWed, 12 Jul 2006 13:21:30 +0000, by diego
-
- svn sync tag addedWed, 12 Jul 2006 13:13:16 +0000, by boskicinek
-
Remove remnants of old libmp1e support.Wed, 12 Jul 2006 13:03:40 +0000, by diego
-
Telecine article on divx.com has gone 404, link to Wikipedia instead.Wed, 12 Jul 2006 12:35:09 +0000, by diego
-
libavformat interdependencies have been fixed so disable all muxersWed, 12 Jul 2006 11:43:50 +0000, by diego
-
Fix for changed env parameter contents and improve speed.Wed, 12 Jul 2006 10:49:20 +0000, by reimar
-
Fix = vs == typoWed, 12 Jul 2006 10:37:11 +0000, by uau
-
sync with FFmpeg r5718Tue, 11 Jul 2006 22:44:05 +0000, by diego
-
Fix compilation with MEncoder disabled: Some libavformat demuxers haveTue, 11 Jul 2006 22:36:04 +0000, by diego
-
Fix 10l regexp mistake that disabled all decoders/encoders.Tue, 11 Jul 2006 21:53:58 +0000, by diego
-
xvmclib vs xvmclibdir typoTue, 11 Jul 2006 19:36:13 +0000, by diego
-
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willTue, 11 Jul 2006 18:40:02 +0000, by reimar
-
Split _libavcodecs variable into _libavdecoders and _libavencoders.Tue, 11 Jul 2006 14:47:07 +0000, by diego
-
Disable FFmpeg muxers when not compiling MEncoder.Tue, 11 Jul 2006 14:45:34 +0000, by diego
-
Sync with FFmpeg: (de)muxers are now individually selectable.Tue, 11 Jul 2006 09:59:38 +0000, by diego
-
help_mp-hu.h synced with r18916Tue, 11 Jul 2006 09:56:29 +0000, by Gabrov
-
Add FFmpeg parsers to config.h as well.Tue, 11 Jul 2006 09:36:14 +0000, by diego
-
Mention that individual codec and parser en-/disabling is FFmpeg-specific.Tue, 11 Jul 2006 09:23:20 +0000, by diego
-
sync w/ 18969 (latest Eng. version)Tue, 11 Jul 2006 08:04:58 +0000, by gpoirier
-
sync w/ r18942Tue, 11 Jul 2006 07:25:49 +0000, by gpoirier
-
Support some recently discovered color formats.Mon, 10 Jul 2006 23:58:24 +0000, by eugeni
-
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().Mon, 10 Jul 2006 23:57:17 +0000, by eugeni
-
Only match outline fonts.Mon, 10 Jul 2006 23:55:40 +0000, by eugeni
-
appended pvr support in AUTHORS fileMon, 10 Jul 2006 21:39:33 +0000, by ben
-
added myself as maintainer of pvr input layerMon, 10 Jul 2006 21:38:07 +0000, by ben
-
updated ChangeLog with new pvr:// inputMon, 10 Jul 2006 21:35:44 +0000, by ben
-
added new pvr:// input for ivtv based cardsMon, 10 Jul 2006 21:32:19 +0000, by ben
-
vo_gl can do flipping without special filterMon, 10 Jul 2006 18:36:50 +0000, by reimar
-
Fix negative stride handling in -dr caseMon, 10 Jul 2006 18:35:29 +0000, by reimar
-
Get rid of left-over incorrect UnmapBuffer hackMon, 10 Jul 2006 18:33:34 +0000, by reimar
-
sync w/ r18928Mon, 10 Jul 2006 14:50:30 +0000, by gpoirier
-
sync w/ 18916Mon, 10 Jul 2006 13:39:57 +0000, by gpoirier
-
Sync w/ 18712Mon, 10 Jul 2006 13:35:39 +0000, by gpoirier
-
sync w/ 18702Mon, 10 Jul 2006 13:28:39 +0000, by gpoirier
-
make libswscale build system similar to the libav* oneMon, 10 Jul 2006 12:35:52 +0000, by lucabe
-
Fix off-by-one error for negative strides (flipped image)Mon, 10 Jul 2006 12:06:41 +0000, by reimar
-
Fix window size bug when starting with -fs and returningMon, 10 Jul 2006 10:22:29 +0000, by reimar
-
c++ decls, 100000000000l to whoever broke my code like this..Mon, 10 Jul 2006 02:54:43 +0000, by rfelker
-
more c++ decl crapMon, 10 Jul 2006 02:53:06 +0000, by rfelker
-
more c++ decl crapMon, 10 Jul 2006 02:51:52 +0000, by rfelker
-
1000000000l to whoever added c++ decl crap, probably uau..Mon, 10 Jul 2006 02:41:06 +0000, by rfelker
-
Simplify ASS handling second try, this time taking FreeType into account.Sun, 09 Jul 2006 22:11:53 +0000, by diego
-
Revert r18980, it breaks compilation under MinGW.Sun, 09 Jul 2006 19:02:20 +0000, by eugeni
-
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-orgSun, 09 Jul 2006 17:45:36 +0000, by reynaldo
-
10l, xvmclib(dir) does not specify a directory name.Sun, 09 Jul 2006 17:00:23 +0000, by diego
-
Consistent option and variable naming for x11libdir and xvmclibdir.Sun, 09 Jul 2006 16:38:02 +0000, by diego
-
_x11_paths should just be a list of paths without -L.Sun, 09 Jul 2006 16:37:18 +0000, by diego
-
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Sun, 09 Jul 2006 16:01:36 +0000, by diego
-
Simplify ASS handling.Sun, 09 Jul 2006 15:42:26 +0000, by diego
-
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.Sun, 09 Jul 2006 15:38:44 +0000, by diego
-
Sync with latest FFmpeg build system changes, now parsers can beSun, 09 Jul 2006 15:38:05 +0000, by diego
-
Add my IRC nick.Sun, 09 Jul 2006 14:34:43 +0000, by eugeni
-
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding currentSun, 09 Jul 2006 14:06:13 +0000, by uau
-
Fix code cosmeticsSun, 09 Jul 2006 11:45:06 +0000, by gpoirier
-
DOCS/xml/hu synced with r18973Sun, 09 Jul 2006 09:27:09 +0000, by Gabrov
-
DOCS/man/hu/mplayer.1 synced with r18969Sun, 09 Jul 2006 09:03:43 +0000, by Gabrov
-
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-orgSun, 09 Jul 2006 03:59:52 +0000, by reynaldo
-
two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-orgSun, 09 Jul 2006 03:50:47 +0000, by reynaldo
-
make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgSun, 09 Jul 2006 03:42:35 +0000, by reynaldo
-
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:Sat, 08 Jul 2006 19:46:11 +0000, by gpoirier
-
customtrect -vo gl suboptionSat, 08 Jul 2006 19:29:04 +0000, by reimar
-
forgotten customtlin -vo gl suboption documentationSat, 08 Jul 2006 19:26:53 +0000, by reimar
-
Support for 16 bit ppmsSat, 08 Jul 2006 19:23:26 +0000, by reimar
-
More helpful ProgramEnvParameters.Sat, 08 Jul 2006 19:22:36 +0000, by reimar
-
wording fixSat, 08 Jul 2006 17:42:07 +0000, by diego
-
Remove unused variables, patch by Stefan Huehner stefan at huehner org.Sat, 08 Jul 2006 17:28:36 +0000, by diego
-
Add myself to maintainers.Sat, 08 Jul 2006 17:15:17 +0000, by eugeni
-
Add myself to AUTHORS.Sat, 08 Jul 2006 17:11:32 +0000, by eugeni
-
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.Sat, 08 Jul 2006 17:09:35 +0000, by diego
-
small fix to properly display skins when switching skins during playback.Sat, 08 Jul 2006 16:52:46 +0000, by vayne
-
crash fix when clicking on volume sliders when in stop state.Sat, 08 Jul 2006 16:51:11 +0000, by vayne
-
handle sub-window WinID checks in the gui.Sat, 08 Jul 2006 16:48:41 +0000, by vayne
-
Set svn:ignoreSat, 08 Jul 2006 15:50:11 +0000, by uau
-
Make some functions static.Sat, 08 Jul 2006 15:26:36 +0000, by uau
-
Improve windows gui supportSat, 08 Jul 2006 15:00:37 +0000, by reimar
-
Do not fiddle (too much) with external (WinID) windowsSat, 08 Jul 2006 14:57:25 +0000, by reimar
-
OpenGL outputs actually support WinID, not to mention that showing the optionSat, 08 Jul 2006 14:05:47 +0000, by reimar
-
vo_init hack is no longer required after the last patch removed the callSat, 08 Jul 2006 14:00:37 +0000, by reimar
-
No point in checking for X for windows gui, in addition the hackishSat, 08 Jul 2006 13:59:17 +0000, by reimar
-
small cosmeticsSat, 08 Jul 2006 13:47:43 +0000, by diego
-
grammar/markup fixesSat, 08 Jul 2006 13:30:38 +0000, by diego
-
Revert r18878, always sync rm files using only pts (ignore framerate)Sat, 08 Jul 2006 12:33:12 +0000, by rtogni
-
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP comSat, 08 Jul 2006 12:23:36 +0000, by gpoirier
-
Remove unused prototypeSat, 08 Jul 2006 12:01:38 +0000, by rtogni
-
Change use_gui detection to accept also filenames only containingSat, 08 Jul 2006 11:03:18 +0000, by reimar
-
Indentation fix (cosmetics).Fri, 07 Jul 2006 18:27:58 +0000, by eugeni
-
Initial libass release (without mencoder support).Fri, 07 Jul 2006 18:26:51 +0000, by eugeni
-
Split guess_cp() in two functions:Fri, 07 Jul 2006 18:07:39 +0000, by eugeni
-
Make utf8_get_char non-static.Fri, 07 Jul 2006 18:04:56 +0000, by eugeni
-
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Fri, 07 Jul 2006 18:02:49 +0000, by eugeni
-
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced inFri, 07 Jul 2006 17:04:04 +0000, by diego
-
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium IIIFri, 07 Jul 2006 14:04:07 +0000, by gpoirier
-
lavf demuxer works better for gxfFri, 07 Jul 2006 11:55:39 +0000, by reimar
-
Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.Fri, 07 Jul 2006 11:22:24 +0000, by reimar
-
Remove windows-specific hack that interfered with relative pathFri, 07 Jul 2006 11:20:06 +0000, by reimar
-
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.Fri, 07 Jul 2006 11:17:27 +0000, by reimar
-
Convince windows to allow window sizes > screen sizeFri, 07 Jul 2006 11:14:25 +0000, by reimar
-
usleep is still missing in MinGW, so leave it out of the MinGW version check.Fri, 07 Jul 2006 09:22:53 +0000, by diego
-
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problemFri, 07 Jul 2006 09:10:43 +0000, by gpoirier
-
Fix for case when both V4L and V4L2 are enabledThu, 06 Jul 2006 20:49:23 +0000, by reimar
-
some grammar/spelling/markup fixes for -rtsp-destinationThu, 06 Jul 2006 13:22:59 +0000, by diego
-
Move conditional compilation into the build system.Thu, 06 Jul 2006 13:09:45 +0000, by diego
-
cosmeticsThu, 06 Jul 2006 13:06:21 +0000, by diego
-
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.Thu, 06 Jul 2006 12:51:52 +0000, by diego
-
DOCS/xml/hu synced with r18923Thu, 06 Jul 2006 09:21:01 +0000, by Gabrov
-
Update MPlayerOSX checkout commandlines with subversion commandlineThu, 06 Jul 2006 08:07:11 +0000, by gpoirier
-
Add a new video pts tracking mode, enabled by option -correct-pts.Thu, 06 Jul 2006 06:58:17 +0000, by uau
-
several function from playtreeparser.c maked static,Thu, 06 Jul 2006 05:05:00 +0000, by reynaldo
-
modifies function declarations without parameters from ()Thu, 06 Jul 2006 04:30:19 +0000, by reynaldo
-
Initial win32 gui release.Thu, 06 Jul 2006 02:07:03 +0000, by vayne
-
Initial win32 gui release.Thu, 06 Jul 2006 01:51:31 +0000, by vayne
-
document the change on -edlout's behaviorWed, 05 Jul 2006 23:42:56 +0000, by reynaldo
-
Modifies behavior of -edloutWed, 05 Jul 2006 22:47:44 +0000, by reynaldo
-
MinGW 3.1 has added gettimeofday.Wed, 05 Jul 2006 22:47:47 +0000, by diego
-
Update with changes from r18894 (get_path as const).Wed, 05 Jul 2006 22:39:54 +0000, by diego
-
inclusion of md5.c based on USE_LIBAVUTIL_SOWed, 05 Jul 2006 20:28:34 +0000, by nicodvb
-
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SOWed, 05 Jul 2006 20:26:39 +0000, by nicodvb
-
add a file saying that people should not try to compileWed, 05 Jul 2006 16:51:42 +0000, by attila
-
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgWed, 05 Jul 2006 10:24:23 +0000, by diego
-
all cosmetics, mainly denestifying of main edl operation's fill loopWed, 05 Jul 2006 06:54:58 +0000, by reynaldo
-
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was foundWed, 05 Jul 2006 06:39:39 +0000, by reynaldo
-
corectly report badly formated line numberWed, 05 Jul 2006 06:36:54 +0000, by reynaldo
-
reverts previous commit due to mixed cosmetics ...Wed, 05 Jul 2006 06:33:58 +0000, by reynaldo
-
move some ill-behaving demuxers further down the listTue, 04 Jul 2006 21:26:41 +0000, by reimar
-
trying to end the codec id battleTue, 04 Jul 2006 21:14:55 +0000, by michael
-
respect dvdnav's requests of WAIT to prevent while(1)Tue, 04 Jul 2006 21:12:12 +0000, by nicodvb
-
support for audio streams that appear after unsuccessful probingTue, 04 Jul 2006 20:40:18 +0000, by nicodvb
-
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,Tue, 04 Jul 2006 16:31:45 +0000, by reimar
-
Add back the path part in 'libvo/font_load_ft.c' that was accidentallyTue, 04 Jul 2006 09:37:54 +0000, by uau
-
Sync with 18818Tue, 04 Jul 2006 09:12:33 +0000, by jheryan
-
Sync with 18835Tue, 04 Jul 2006 09:11:27 +0000, by jheryan
-
Sync to svn up to 27.6.2006Tue, 04 Jul 2006 09:10:28 +0000, by jheryan
-
- Fix segfault on overlapping start/stopTue, 04 Jul 2006 07:33:15 +0000, by reynaldo
-
Remove silly variable indirection.Mon, 03 Jul 2006 23:47:31 +0000, by diego
-
get_path as const, patch by Stefan Huehner, stefan AT huehner-orgMon, 03 Jul 2006 23:27:37 +0000, by reynaldo
-
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-orgMon, 03 Jul 2006 23:18:06 +0000, by reynaldo
-
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.Mon, 03 Jul 2006 23:13:25 +0000, by diego
-
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] orgMon, 03 Jul 2006 14:52:07 +0000, by diego
-
rm unnecesary casts from void* - part 4Mon, 03 Jul 2006 13:21:54 +0000, by reynaldo
-
fix linking on some systemsSun, 02 Jul 2006 20:31:02 +0000, by ivo
-
remove obsolete md5sum files. libavutil's implementation is used nowSun, 02 Jul 2006 20:23:48 +0000, by ivo
-
use libavutil's md5 implementation instead of local imported copySun, 02 Jul 2006 20:22:59 +0000, by ivo
-
disable vo_md5sum if there is no libavutilSun, 02 Jul 2006 20:21:27 +0000, by ivo
-
cosmetics: move md5sum check down so it can depend on libavutil laterSun, 02 Jul 2006 19:50:52 +0000, by ivo
-
rm unnecesary casts from void* - part 3Sun, 02 Jul 2006 08:17:07 +0000, by reynaldo
-
rm unnecesary casts from void* - part 2Sun, 02 Jul 2006 03:59:36 +0000, by reynaldo
-
updated english and french manpages with new -rtsp-destination optionSat, 01 Jul 2006 22:15:37 +0000, by ben
-
missing free() if bails out at step 12Sat, 01 Jul 2006 15:07:57 +0000, by ben
-
Remove unneeded codeSat, 01 Jul 2006 14:39:14 +0000, by lucabe
-
new rtsp-destination option which allows forcing destination ip address (fixes some issues with some reluctant rtsp servers)Sat, 01 Jul 2006 14:18:06 +0000, by ben
-
Fix A-V sync for real files (also live streams)Sat, 01 Jul 2006 12:06:43 +0000, by rtogni
-
Get rid of unused variableSat, 01 Jul 2006 10:59:21 +0000, by reimar
-
Make sure all texture units have a different texture bound.Sat, 01 Jul 2006 10:58:32 +0000, by reimar
-
this unrelated and erroneus change was applied on my previous commit, revertedSat, 01 Jul 2006 04:55:54 +0000, by reynaldo
-
rm unnecesary void* casts - part 1Sat, 01 Jul 2006 03:56:13 +0000, by reynaldo
-
havent seen him in ages..Fri, 30 Jun 2006 20:05:28 +0000, by reynaldo
-
Add some explanatory comments to #endif jungle.Fri, 30 Jun 2006 13:12:51 +0000, by diego
-
10l: wrong #endif removed.Fri, 30 Jun 2006 13:11:44 +0000, by diego
-
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...Fri, 30 Jun 2006 13:04:57 +0000, by diego
-
Move conditional FreeType support compilation to the build system.Fri, 30 Jun 2006 12:41:05 +0000, by diego
-
postproc --> libswscaleFri, 30 Jun 2006 12:40:05 +0000, by diego
-
postprocess.h was moved to libpostproc years ago..Fri, 30 Jun 2006 12:38:22 +0000, by diego
-
Move postproc ---> libswscaleFri, 30 Jun 2006 12:00:31 +0000, by lucabe
-
Nicolas Le Gaillart has vanishedFri, 30 Jun 2006 09:45:22 +0000, by gpoirier
-
Update list of documentation maintainers.Fri, 30 Jun 2006 08:51:37 +0000, by diego
-
gets ride of a few more sizeof(char)sFri, 30 Jun 2006 04:24:07 +0000, by reynaldo
-
more sizeof(char) funFri, 30 Jun 2006 04:09:29 +0000, by reynaldo
-
correct handling of sgi compressed images on amd64, patch by Paul-Francois Fontigny - pff AT filmik-beFri, 30 Jun 2006 03:18:12 +0000, by reynaldo
-
cosmetic patch to remove useless sizeof(char) statementsThu, 29 Jun 2006 21:53:35 +0000, by ben
-
2 more unused functions removal (trying to sync with xine)Thu, 29 Jun 2006 21:27:07 +0000, by ben
-
removed unused hexdump()Thu, 29 Jun 2006 21:20:01 +0000, by ben
-
fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)Thu, 29 Jun 2006 17:07:57 +0000, by ben
-
Add missing license, as chosen by its authorThu, 29 Jun 2006 14:54:53 +0000, by gpoirier
-
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP comThu, 29 Jun 2006 14:47:07 +0000, by gpoirier
-
Switch to UTF-8, patch by Rickard NarstromThu, 29 Jun 2006 08:18:08 +0000, by gpoirier
-
Fix misplaced apostrophe.Thu, 29 Jun 2006 07:01:37 +0000, by diego
-
Clear up the "who is pacman / who is tcsetattr?" mysteryWed, 28 Jun 2006 21:11:54 +0000, by pacman
-
Remove bogus stream_eof() test - av_read_frame() has its own buffer and canWed, 28 Jun 2006 19:27:04 +0000, by pacman
-
Respect AOPLAY_FINAL_CHUNKWed, 28 Jun 2006 19:22:27 +0000, by pacman
-
cosmeticsWed, 28 Jun 2006 17:03:16 +0000, by diego
-
Rewrite and extend the Subversion guidelines.Wed, 28 Jun 2006 17:02:56 +0000, by diego
-
typo/grammar fixesWed, 28 Jun 2006 09:50:34 +0000, by diego
-
More information on how to compile MPlayer on OSX with extra featuresTue, 27 Jun 2006 23:01:40 +0000, by gpoirier
-
includes before checking for defines (thanks Reimar for watching me)Tue, 27 Jun 2006 21:39:48 +0000, by ben
-
network code portability for win32Tue, 27 Jun 2006 19:18:52 +0000, by ben
-
avoid messing up with includesTue, 27 Jun 2006 19:16:43 +0000, by ben
-
remove MMX2 dependency (replace pshufw $78 with pswapd) so it canTue, 27 Jun 2006 05:58:46 +0000, by gpoirier
-
fix conversion float to int to use saturated ops,Tue, 27 Jun 2006 05:51:45 +0000, by gpoirier
-
don't declare same global var twice (break live555 compilation)Mon, 26 Jun 2006 22:00:44 +0000, by ben
-
updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port optionMon, 26 Jun 2006 21:32:59 +0000, by ben
-
mention new rtsp demuxer in changelog fileMon, 26 Jun 2006 21:29:47 +0000, by ben
-
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)Mon, 26 Jun 2006 21:27:57 +0000, by ben
-
Add new Subversion beginners guideMon, 26 Jun 2006 19:04:59 +0000, by ivo
-
Remove old CVS beginners guideMon, 26 Jun 2006 19:03:51 +0000, by ivo
-
added FreeSDP library in Copyright fileMon, 26 Jun 2006 18:31:57 +0000, by ben
-
r18824: URL update for Marillat Debian packagesMon, 26 Jun 2006 18:18:51 +0000, by kraymer
-
added myself as freesdp imported library maintainerMon, 26 Jun 2006 17:40:01 +0000, by ben
-
new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)Mon, 26 Jun 2006 17:37:55 +0000, by ben
-
cosmetic changes to avoid constants redefinitionMon, 26 Jun 2006 17:27:38 +0000, by ben
-
Avoid crash in uninit-without-config caseMon, 26 Jun 2006 17:01:07 +0000, by reimar
-
URL update for Marillat Debian packagesMon, 26 Jun 2006 10:50:45 +0000, by diego
-
support for auto_close parameter in menu command list (geexbox patch)Sun, 25 Jun 2006 21:24:46 +0000, by ben
-
switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)Sun, 25 Jun 2006 21:16:52 +0000, by ben
-
declaring static functions with the same name than libc ones was not the best idea everSun, 25 Jun 2006 20:59:12 +0000, by ben
-
Typo: use ptmpstr instead of tmpstr to strip leading spaces + addSun, 25 Jun 2006 17:37:58 +0000, by gpoirier
-
10lSun, 25 Jun 2006 16:18:50 +0000, by attila
-
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormatSun, 25 Jun 2006 16:16:59 +0000, by attila
-
reword some of the german translations of the mga message stringsSun, 25 Jun 2006 16:09:57 +0000, by attila
-
correctly prefix all messages from -vo mga with [MGA]Sun, 25 Jun 2006 16:01:01 +0000, by attila
-
fail with an error if the source resolution is larger than 1023x1023Sun, 25 Jun 2006 15:50:19 +0000, by attila
-
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU loadSun, 25 Jun 2006 14:03:56 +0000, by reimar
-
Forgotten free on errorSun, 25 Jun 2006 14:02:28 +0000, by reimar
-
respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferSun, 25 Jun 2006 09:02:47 +0000, by reimar
-
remove unused variableSun, 25 Jun 2006 08:53:13 +0000, by reimar
-
natsuki.mplayerhq.hu -> rsync.mplayerhq.huSat, 24 Jun 2006 21:51:51 +0000, by attila
-
exit() is not allowed in any other function than main(); removedSat, 24 Jun 2006 09:41:41 +0000, by nicodvb
-
fprintf -> ms_msgSat, 24 Jun 2006 09:30:23 +0000, by nicodvb
-
static-ized a couple of functionsSat, 24 Jun 2006 09:27:07 +0000, by nicodvb
-
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)Sat, 24 Jun 2006 09:10:06 +0000, by nicodvb
-
prevent a buffer overflow to occur at teardownFri, 23 Jun 2006 22:23:07 +0000, by ben
-
added myself as the new librtsp maintainerFri, 23 Jun 2006 21:40:07 +0000, by ben
-
moved generic rtsp related files from realrtsp to librtspFri, 23 Jun 2006 21:38:28 +0000, by ben
-
remove some never called codeFri, 23 Jun 2006 20:32:32 +0000, by ben
-
prevent most RTSP streams from locking due to -idxFri, 23 Jun 2006 20:28:12 +0000, by ben
-
added myself to AUTHORS fileFri, 23 Jun 2006 20:23:08 +0000, by ben
-
removed some includes that are now uselessFri, 23 Jun 2006 20:18:48 +0000, by ben
-
new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more genericFri, 23 Jun 2006 20:17:12 +0000, by ben
-
some printf() to mp_msg() replacementsFri, 23 Jun 2006 19:34:06 +0000, by ben
-
move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp session demuxerFri, 23 Jun 2006 19:30:15 +0000, by ben
-
Produce correct version string even when not run in a Subversion working copy.Fri, 23 Jun 2006 15:12:56 +0000, by diego
-
fix charset of turkish help msgFri, 23 Jun 2006 08:36:15 +0000, by gpoirier
-
"make depend" requires version.hThu, 22 Jun 2006 22:07:25 +0000, by uau
-
remove pointless and sometimes incorrect lookupTex stuffThu, 22 Jun 2006 17:05:08 +0000, by reimar
-
reduce number of texture indirections to support older cardsThu, 22 Jun 2006 17:02:42 +0000, by reimar
-
CVS --> Subversion + better version.h handlingThu, 22 Jun 2006 13:50:26 +0000, by diego
-
CVS --> SubversionThu, 22 Jun 2006 13:49:52 +0000, by diego
-
Adapt FFmpeg version.sh that only recreates version.h if its content changed.Thu, 22 Jun 2006 13:47:50 +0000, by diego
-
CVS --> Subversion in copyright noticesThu, 22 Jun 2006 13:34:00 +0000, by diego
-
Ignore libmpencoders.a.Thu, 22 Jun 2006 13:20:41 +0000, by diego
-
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**eduThu, 22 Jun 2006 09:39:14 +0000, by diego
-
Remove forgotten --disable-setlocale option from --help output.Thu, 22 Jun 2006 09:27:00 +0000, by diego
-
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")Wed, 21 Jun 2006 23:50:23 +0000, by uau
-
intercept VFCTRL_FLIP_PAGE if neededWed, 21 Jun 2006 20:52:07 +0000, by michael
-
send flip_page() through the filter chainWed, 21 Jun 2006 20:29:45 +0000, by michael
-
support for -alang in demux_lavfWed, 21 Jun 2006 19:25:45 +0000, by nicodvb
-
support for -alangWed, 21 Jun 2006 19:24:17 +0000, by nicodvb
-
cosmetic changes (defines will be used later in other parts of the code)Wed, 21 Jun 2006 17:50:50 +0000, by ben
-
Make most of the xpm-files read 'const char*' instead of 'char*'Wed, 21 Jun 2006 17:42:54 +0000, by diego
-
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)Wed, 21 Jun 2006 17:39:27 +0000, by ben
-
Move #ifdefs around complete files into the build system.Wed, 21 Jun 2006 14:49:09 +0000, by diego
-
Ignore libraries.Wed, 21 Jun 2006 13:50:06 +0000, by diego
-
rename cvs-howto.txt to svn-howto.txtWed, 21 Jun 2006 12:56:42 +0000, by ivo
-
Comment #ifdef #endif jungle.Wed, 21 Jun 2006 11:59:07 +0000, by diego
-
minor Subversion-related changesWed, 21 Jun 2006 11:05:57 +0000, by diego
-
Comment some #endif directives to avoid confusion.Wed, 21 Jun 2006 10:53:20 +0000, by diego
-
Remove separation between Win32 DLL and DirectShow support in the build system.Wed, 21 Jun 2006 09:45:17 +0000, by diego
-
add command for changing commit messages after the commit took place.Wed, 21 Jun 2006 09:42:43 +0000, by ivo
-
audio stream switching in demux_lavfTue, 20 Jun 2006 19:59:24 +0000, by nicodvb
-
support for audio stream switchingTue, 20 Jun 2006 19:57:16 +0000, by nicodvb
-
fix a buffer overflow causing a segfaultTue, 20 Jun 2006 11:48:39 +0000, by aurel
-
CVS --> SubversionTue, 20 Jun 2006 11:08:01 +0000, by aurel
-
simplifyTue, 20 Jun 2006 10:08:19 +0000, by diego
-
Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr)Mon, 19 Jun 2006 21:43:02 +0000, by nicodvb
-
Full sync to r18498Mon, 19 Jun 2006 20:29:44 +0000, by gpoirier
-
full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,Mon, 19 Jun 2006 20:06:24 +0000, by gpoirier
-
audio switching to any of the available tracksMon, 19 Jun 2006 18:37:10 +0000, by nicodvb
-
feed any audio track present in the mux; switch to any of the available audio tracksMon, 19 Jun 2006 18:34:29 +0000, by nicodvb
-
Change integer to string comparison in hw.optional.altivec test sinceMon, 19 Jun 2006 09:16:42 +0000, by diego
-
avcodec_close()Mon, 19 Jun 2006 09:15:46 +0000, by michael
-
try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds)Sun, 18 Jun 2006 16:40:29 +0000, by nicodvb
-
fix link to help_mp-XX.h files in svn repoSun, 18 Jun 2006 14:51:26 +0000, by kraymer
-
r18712: improved -vo gl:lscale documentationSun, 18 Jun 2006 14:15:48 +0000, by kraymer
-
Conditionally run some CPU-architecture and OS-specific tests.Sun, 18 Jun 2006 11:21:23 +0000, by diego
-
Rename --with-dts*dir options to --with-libdts*dir for consistency andSun, 18 Jun 2006 11:15:20 +0000, by diego
-
Software Scaler headers usage cleanupSun, 18 Jun 2006 10:59:23 +0000, by lucabe
-
prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())Sun, 18 Jun 2006 10:39:09 +0000, by nicodvb
-
Consistency fix.Sun, 18 Jun 2006 09:02:38 +0000, by rathann
-
respect saved default for cache enable when nothing specified onSat, 17 Jun 2006 20:54:27 +0000, by reimar
-
Make header include order more similar to vo_gl.cSat, 17 Jun 2006 19:43:13 +0000, by reimar
-
Rename --with-libdvnav --> --with-dvdnavdir for consistency.Sat, 17 Jun 2006 17:18:46 +0000, by diego
-
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.Sat, 17 Jun 2006 17:11:44 +0000, by diego
-
Simplify and streamline FAAD detection.Sat, 17 Jun 2006 17:08:06 +0000, by diego
-
consistency fix: --with-foo switches shall not enable options.Sat, 17 Jun 2006 15:47:37 +0000, by diego
-
Fix crash with all audio-only ogg files, the vorbis_info struct is notSat, 17 Jun 2006 15:01:43 +0000, by reimar
-
DOCS/man/hu/mplayer.1 synced with r18712Fri, 16 Jun 2006 21:59:56 +0000, by Gabrov
-
Rewrite audio EOF handling logic fixing some problems that could causeFri, 16 Jun 2006 21:52:25 +0000, by uau
-
cosmetics: Rename some variables and command line parameters.Fri, 16 Jun 2006 21:17:47 +0000, by diego
-
Fix definition of reinit_audio_chain().Fri, 16 Jun 2006 20:21:37 +0000, by uau
-
removed old dvdnav codeFri, 16 Jun 2006 19:06:00 +0000, by nicodvb
-
Use a function for help output.Fri, 16 Jun 2006 18:38:35 +0000, by diego
-
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)Fri, 16 Jun 2006 18:35:31 +0000, by gpoirier
-
option handling consistency fixesFri, 16 Jun 2006 18:18:36 +0000, by diego
-
readability cosmeticsFri, 16 Jun 2006 16:03:27 +0000, by diego
-
Use MPlayer's CPU detection module instead of libmpeg2's,Fri, 16 Jun 2006 13:40:00 +0000, by gpoirier
-
Setting up a web server and FTP server.Fri, 16 Jun 2006 11:39:23 +0000, by diego
-
misc correctionsFri, 16 Jun 2006 11:17:04 +0000, by diego
-
typoFri, 16 Jun 2006 02:25:24 +0000, by ods15
-
update copyright an changelog with new liba52 0.7.4Thu, 15 Jun 2006 23:13:42 +0000, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<Thu, 15 Jun 2006 23:09:26 +0000, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<Thu, 15 Jun 2006 22:59:40 +0000, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<Thu, 15 Jun 2006 22:58:06 +0000, by rathann
-
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.Thu, 15 Jun 2006 08:43:41 +0000, by reimar
-
Do not parse numbers as octal, strip leading zeroes instead.Thu, 15 Jun 2006 08:09:03 +0000, by reimar
-
Support UTF8 in OSD textThu, 15 Jun 2006 08:05:51 +0000, by reimar
-
Missing free for malloced char_seq in OSD codeThu, 15 Jun 2006 08:04:40 +0000, by reimar
-
Fix window position when changing videos while in fullscreen and forThu, 15 Jun 2006 08:00:37 +0000, by reimar
-
reduced standard verbosity and changed output messages to more uniform descriptionsWed, 14 Jun 2006 22:22:34 +0000, by nicodvb
-
workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streamsWed, 14 Jun 2006 22:12:06 +0000, by nicodvb
-
restored support for dvdnav only in the stream layer; all other functionalities are disabledWed, 14 Jun 2006 21:58:17 +0000, by nicodvb
-
When playing an audio only file use audio time instead of video time toWed, 14 Jun 2006 20:20:28 +0000, by uau
-
Clean up audio pts handling, make audio pts tracking in the audio-onlyWed, 14 Jun 2006 19:48:54 +0000, by uau
-
improved -vo gl:lscale documentationWed, 14 Jun 2006 16:08:49 +0000, by reimar
-
Change free_sh_audio() to take demuxer and stream id as parametersWed, 14 Jun 2006 14:05:59 +0000, by uau
-
Remove extern declaration for free_sh_audio() that is both unused andWed, 14 Jun 2006 13:47:11 +0000, by uau
-
More CVS --> Subversion changesWed, 14 Jun 2006 13:10:24 +0000, by ivo
-
CVS --> SubversionWed, 14 Jun 2006 11:46:37 +0000, by ivo
-
Fix problem when subtitle file name is shorter than ".utf-8"Wed, 14 Jun 2006 11:19:39 +0000, by gpoirier
-
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.Wed, 14 Jun 2006 11:17:21 +0000, by gpoirier
-
DOCS/xml/hu/ports.xml synced with r18704Wed, 14 Jun 2006 10:58:09 +0000, by Gabrov
-
Remove unnecessary rsync exclude.Wed, 14 Jun 2006 10:24:41 +0000, by diego
-
cosmeticsWed, 14 Jun 2006 10:22:32 +0000, by diego
-
formatting fixesWed, 14 Jun 2006 10:18:57 +0000, by diego
-
sync with r18697Wed, 14 Jun 2006 07:43:36 +0000, by gpoirier
-
r18697: scaler -> scale typo fixTue, 13 Jun 2006 23:28:56 +0000, by kraymer
-
review of large parts of xml documentationTue, 13 Jun 2006 21:40:48 +0000, by kraymer
-
Document lscale/cscale in -vo gl:help messageTue, 13 Jun 2006 20:30:16 +0000, by reimar
-
scaler -> scale typo fixTue, 13 Jun 2006 20:21:47 +0000, by reimar
-
Do not use border for bicubic filter helper texture, since it will cause ATITue, 13 Jun 2006 19:55:20 +0000, by reimar
-
Fix a condition as suggested by Rich.Tue, 13 Jun 2006 08:00:48 +0000, by gpoirier
-
cosmeticsTue, 13 Jun 2006 07:58:06 +0000, by gpoirier
-
audio stream switching in mpeg-tsMon, 12 Jun 2006 23:09:18 +0000, by nicodvb
-
support for audio stream switchingMon, 12 Jun 2006 23:06:21 +0000, by nicodvb
-
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)Mon, 12 Jun 2006 21:24:43 +0000, by gpoirier
-
Optimize bicubic filteringMon, 12 Jun 2006 16:25:05 +0000, by reimar
-
10l to Roberto for forgetting to add the release code name.Mon, 12 Jun 2006 15:49:18 +0000, by diego
-
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ruMon, 12 Jun 2006 15:19:58 +0000, by diego
-
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.Mon, 12 Jun 2006 11:14:10 +0000, by gpoirier
-
include stream_dvd's interface from libmpdemux/stream_dvd.hSun, 11 Jun 2006 21:29:00 +0000, by nicodvb
-
moved stream_dvd's interface to stream_dvd.hSun, 11 Jun 2006 21:26:35 +0000, by nicodvb
-
now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec usedSun, 11 Jun 2006 21:18:25 +0000, by nicodvb
-
moved audio codec/filters/out to a separate function that is called both at init() and to switch audio streamSun, 11 Jun 2006 21:16:12 +0000, by nicodvb
-
Add pre7try3, final pre8 updateSun, 11 Jun 2006 18:35:14 +0000, by rtogni
-
sync with r18656 (French man page is now in sync)Sun, 11 Jun 2006 14:53:31 +0000, by gpoirier