Mercurial > mplayer.hg
graph
-
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.Tue, 16 Aug 2005 19:07:07 +0000, by reimar
-
OSD textures can be deleted with one function call...Tue, 16 Aug 2005 18:52:38 +0000, by reimar
-
Make glFinish optionalTue, 16 Aug 2005 18:27:12 +0000, by reimar
-
silly printf() is the onyl reason avi-fix was so slow, a printf forTue, 16 Aug 2005 18:19:06 +0000, by ods15
-
use GenBuffers to get a buffer number instead of hardcoding 1.Tue, 16 Aug 2005 17:57:53 +0000, by reimar
-
Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>Tue, 16 Aug 2005 16:02:13 +0000, by danny
-
added libavutil, removed linuxTue, 16 Aug 2005 15:41:53 +0000, by alex
-
prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>Tue, 16 Aug 2005 15:29:24 +0000, by alex
-
grammar/phrasing fixes on the recent NTSC and telecine commitMon, 15 Aug 2005 22:46:27 +0000, by wanderer
-
-fafmttag can be needed while steam copying.Mon, 15 Aug 2005 16:30:31 +0000, by gpoirier
-
loadfile/loadlist can now also add files to the playlistMon, 15 Aug 2005 08:30:43 +0000, by reimar
-
10l, initializers don't work without a declaration :-(Sun, 14 Aug 2005 23:16:17 +0000, by reimar
-
NTSC sources are hard to encode. How to identify telecine content reliably.Sun, 14 Aug 2005 22:25:02 +0000, by gpoirier
-
use glUploadTex helper functionSun, 14 Aug 2005 19:40:33 +0000, by reimar
-
extra check for glUploadTex to avoid a possible hang.Sun, 14 Aug 2005 19:38:16 +0000, by reimar
-
textures smaller 64x64 might not be supportedSun, 14 Aug 2005 19:36:34 +0000, by reimar
-
remove/move some unused headers/variables/codeSun, 14 Aug 2005 19:24:49 +0000, by reimar
-
10l, texture_width/height initialization was removed, so useSun, 14 Aug 2005 18:36:01 +0000, by reimar
-
minor punctuation fixSun, 14 Aug 2005 17:34:19 +0000, by wanderer
-
grammar/phrasing fix, still less than idealSun, 14 Aug 2005 17:31:09 +0000, by wanderer
-
fixes short form, better wordingSun, 14 Aug 2005 14:56:25 +0000, by gpoirier
-
fixes bf_threshold description.Sun, 14 Aug 2005 14:38:19 +0000, by gpoirier
-
typoSun, 14 Aug 2005 14:05:28 +0000, by gpoirier
-
Helper function for drawing texture and general cleanup of vo_gl2.cSun, 14 Aug 2005 13:44:14 +0000, by reimar
-
Cleanup, move declarations to beginning of block.Sun, 14 Aug 2005 10:30:18 +0000, by reimar
-
libaf/config.mak is generated, so mention itSun, 14 Aug 2005 07:02:00 +0000, by wight
-
100l: fix avi demuxing for ni and nini cases, allow forcing ni and niniSat, 13 Aug 2005 12:20:07 +0000, by rtognimp
-
revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf supportSat, 13 Aug 2005 07:04:53 +0000, by henry
-
synced with 1.7Fri, 12 Aug 2005 19:47:22 +0000, by gabrov
-
Formatting fixFri, 12 Aug 2005 17:25:40 +0000, by gpoirier
-
Consitency fixFri, 12 Aug 2005 17:23:33 +0000, by gpoirier
-
Sync with 1.1062Fri, 12 Aug 2005 15:11:00 +0000, by gpoirier
-
URL updateFri, 12 Aug 2005 14:14:29 +0000, by gpoirier
-
lavc also supports H.261, and Snow is FFmpeg-only. Patch by CompnFri, 12 Aug 2005 13:37:21 +0000, by gpoirier
-
Missing codecs that libavcodec supports.Fri, 12 Aug 2005 13:30:13 +0000, by gpoirier
-
Why multipass is better in a nutshell. Taken from Rich's encoding guide.Fri, 12 Aug 2005 13:27:26 +0000, by gpoirier
-
libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)Thu, 11 Aug 2005 22:30:05 +0000, by gpoirier
-
video fourcc fixThu, 11 Aug 2005 20:54:09 +0000, by michael
-
demux_avi_control() missing in avi's demuxer struct.Thu, 11 Aug 2005 17:23:45 +0000, by ods15
-
fix brokeness caused by demuxer patch, this code is useless forThu, 11 Aug 2005 17:01:13 +0000, by ods15
-
typo, must be ld_dl instead of ld_ldThu, 11 Aug 2005 13:16:34 +0000, by reimar
-
10l, patch found in geexboxThu, 11 Aug 2005 11:02:30 +0000, by alex
-
Removed in-filter int to float conversion. af_ladspa now demands floats asWed, 10 Aug 2005 23:27:39 +0000, by ivo
-
Remove stray MSDOS linebreaksWed, 10 Aug 2005 22:48:32 +0000, by ivo
-
Synced with 1.178Wed, 10 Aug 2005 04:44:12 +0000, by jheryan
-
reconcile with earlier fps fix in mpeg header parserWed, 10 Aug 2005 01:42:06 +0000, by rfelker
-
sync liba52_amd64_changes.diff with latest fixTue, 09 Aug 2005 22:56:57 +0000, by aurel
-
Sync with 1.1061Tue, 09 Aug 2005 20:58:43 +0000, by gpoirier
-
Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.Tue, 09 Aug 2005 19:58:13 +0000, by gpoirier
-
Various fixes, addition and removal of entries related to functions that come from the FFmpeg projectMon, 08 Aug 2005 22:49:03 +0000, by gpoirier
-
Add missing libavcodec supported codecs and adds (hopefully) all libavformat muxersMon, 08 Aug 2005 21:51:11 +0000, by gpoirier
-
take into account that VIDIOC_S_FMT might return updated parametersSat, 06 Aug 2005 19:45:55 +0000, by faust3
-
do not crash when /dev/video0 is not presentSat, 06 Aug 2005 18:19:58 +0000, by faust3
-
100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!Sat, 06 Aug 2005 16:15:07 +0000, by rfelker
-
tremor uses integer typesSat, 06 Aug 2005 15:43:54 +0000, by rathann
-
missing includeSat, 06 Aug 2005 15:43:08 +0000, by rathann
-
Forgot to actually enable vo_gl on Windows...Sat, 06 Aug 2005 13:38:00 +0000, by reimar
-
Remove stray DOS linebreaks.Sat, 06 Aug 2005 10:02:59 +0000, by diego
-
Remove stray DOS linebreaks.Sat, 06 Aug 2005 09:32:16 +0000, by diego
-
Avoid short forms and libavcodec should not the that much singled outFri, 05 Aug 2005 21:44:28 +0000, by gpoirier
-
synced with 1.72Fri, 05 Aug 2005 21:29:49 +0000, by gabrov
-
synced with 1.87Fri, 05 Aug 2005 21:13:13 +0000, by gabrov
-
Demuxer modularizationFri, 05 Aug 2005 19:57:47 +0000, by rtognimp
-
add the liba52 amd64 changes in a separate diff fileFri, 05 Aug 2005 13:37:32 +0000, by aurel
-
liba52 asm optimizations ported to amd64Fri, 05 Aug 2005 13:33:50 +0000, by aurel
-
Missed one uint32_t declaration.Fri, 05 Aug 2005 12:46:42 +0000, by ivo
-
Fix the return types of all (six) libvo API functions. Used to be uint32_t, butFri, 05 Aug 2005 01:24:37 +0000, by ivo
-
libavutiMon, 01 Aug 2005 23:43:40 +0000, by diego
-
libavutil is now part of MPlayer.Mon, 01 Aug 2005 22:41:32 +0000, by diego
-
libavutil compile fix (working also with old libavcodec)Mon, 01 Aug 2005 22:09:17 +0000, by reimar
-
10l to beastd due to new libavutil introductionMon, 01 Aug 2005 21:16:43 +0000, by gpoirier
-
libavutil is now needed, too.Mon, 01 Aug 2005 21:00:07 +0000, by reimar
-
Support new static libavcodec (depends on libavutil).Mon, 01 Aug 2005 20:16:56 +0000, by al
-
Support more MythTV nuv files, based on Gentoo portage patchMon, 01 Aug 2005 18:52:20 +0000, by reimar
-
Support more MythTV nuv filesMon, 01 Aug 2005 18:52:20 +0000, by reimar
-
set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforeMon, 01 Aug 2005 18:36:50 +0000, by reimar
-
Sync to 1.055 - last commit contains also update ;-(Mon, 01 Aug 2005 13:17:28 +0000, by danny
-
Man page cleanup and corrections - patch by Paul TT <paultt - at - hackerjournal - dot - it>Mon, 01 Aug 2005 13:16:22 +0000, by danny
-
Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>Mon, 01 Aug 2005 13:15:23 +0000, by danny
-
Sync with 1.1058Mon, 01 Aug 2005 09:54:16 +0000, by gpoirier
-
Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )Sun, 31 Jul 2005 21:44:57 +0000, by gpoirier
-
Needs the previous mpi (pmpi), so request a readable one and requestSun, 31 Jul 2005 20:58:52 +0000, by reimar
-
vBlur reads from dmpi, so request a readable oneSun, 31 Jul 2005 20:56:41 +0000, by reimar
-
when threshold != 0 the dest image must be readableSun, 31 Jul 2005 12:13:22 +0000, by reimar
-
grammar and possible clarity fix on -cache-seek-minSun, 31 Jul 2005 07:14:41 +0000, by wanderer
-
remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fillSun, 31 Jul 2005 00:26:07 +0000, by iive
-
minor grammatical fixesSat, 30 Jul 2005 03:04:35 +0000, by wanderer
-
fix detection of iconv implementations which require libdlSat, 30 Jul 2005 01:07:27 +0000, by aurel
-
10l, incorrect usage of le2me_*Fri, 29 Jul 2005 15:52:06 +0000, by reimar
-
synced with 1.67Fri, 29 Jul 2005 00:20:13 +0000, by gabrov
-
synced with 1.22Fri, 29 Jul 2005 00:17:42 +0000, by gabrov
-
synced with 1.178 and fixed typosFri, 29 Jul 2005 00:09:41 +0000, by gabrov
-
exit kiosk mode and show mouse cursor in uninitThu, 28 Jul 2005 23:18:39 +0000, by nplourde
-
properly release windowThu, 28 Jul 2005 22:19:34 +0000, by nplourde
-
Sync wirh 1.1055Thu, 28 Jul 2005 21:00:41 +0000, by gpoirier
-
removed ugly cellphone jargon shortThu, 28 Jul 2005 20:29:00 +0000, by nicodvb
-
Little fixesThu, 28 Jul 2005 18:42:00 +0000, by wight
-
reset estimation also on too negative diffThu, 28 Jul 2005 17:11:22 +0000, by reimar
-
sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>Thu, 28 Jul 2005 17:02:05 +0000, by diego
-
If scaleh == 1 our destination image must be readableThu, 28 Jul 2005 15:53:18 +0000, by reimar
-
we do not read from dmpi, so it doesn't have to be readableThu, 28 Jul 2005 15:47:30 +0000, by reimar
-
deghost_plane also reads from destination, so request readable bufferThu, 28 Jul 2005 15:44:39 +0000, by reimar
-
Hopefully finally fix the last commitThu, 28 Jul 2005 14:14:13 +0000, by reimar
-
lavf demuxer with raw PCM fix (and a related hang)Thu, 28 Jul 2005 13:43:24 +0000, by reimar
-
unusedThu, 28 Jul 2005 13:08:03 +0000, by alex
-
require some up to date codecs.confThu, 28 Jul 2005 12:55:01 +0000, by alex
-
some preliminary entries about nut and matroskaThu, 28 Jul 2005 12:41:14 +0000, by alex
-
sync with 1.1054Thu, 28 Jul 2005 12:25:24 +0000, by gpoirier
-
sync with 1.1053Thu, 28 Jul 2005 12:21:57 +0000, by gpoirier
-
File list like in termorThu, 28 Jul 2005 12:20:10 +0000, by alex
-
typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>Thu, 28 Jul 2005 12:17:17 +0000, by diego
-
no sense anymoreThu, 28 Jul 2005 12:05:06 +0000, by alex
-
Fix crash with large imagesThu, 28 Jul 2005 09:58:32 +0000, by reimar
-
Sometimes you have to manually add scale at the end of the filter chain :-(Thu, 28 Jul 2005 09:56:33 +0000, by reimar
-
wording/spelling/consistencyThu, 28 Jul 2005 09:48:34 +0000, by diego
-
gmplayer + arts == bad!Thu, 28 Jul 2005 09:43:02 +0000, by reimar
-
Amiga port from www.amigasoft.netThu, 28 Jul 2005 09:32:45 +0000, by diego
-
Mention the MPlayer-translations mailing list and explain the differenceThu, 28 Jul 2005 09:16:11 +0000, by diego
-
msrle in Quicktime FOURCCThu, 28 Jul 2005 00:13:23 +0000, by reimar
-
OpenGL needs _ld_dl to get extension functionsWed, 27 Jul 2005 17:32:14 +0000, by reimar
-
More helper functions/defines and bugfixesWed, 27 Jul 2005 17:22:24 +0000, by reimar
-
Italian help file charsetWed, 27 Jul 2005 15:38:52 +0000, by diego
-
added missing license headerWed, 27 Jul 2005 11:09:42 +0000, by alex
-
remove unneeded vgaglTue, 26 Jul 2005 22:39:08 +0000, by iive
-
catch failed buffer allocationTue, 26 Jul 2005 20:36:34 +0000, by reimar
-
strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) willTue, 26 Jul 2005 18:55:20 +0000, by reimar
-
Use dlsym to get glXGetProcAddress, only way to (hopefully) make itTue, 26 Jul 2005 18:28:51 +0000, by reimar
-
Sync with 1.1052: pp7 video filter descriptionTue, 26 Jul 2005 14:32:17 +0000, by gpoirier
-
OpenGL fixes for windows and vo_gl.c ported to windows.Tue, 26 Jul 2005 13:47:18 +0000, by reimar
-
pp7 video filter descriptionTue, 26 Jul 2005 13:32:32 +0000, by diego
-
restrict to YV12 since the default limit does not work well for anything else.Tue, 26 Jul 2005 12:14:33 +0000, by reimar
-
sync with 1.1051Tue, 26 Jul 2005 11:28:29 +0000, by gpoirier
-
ao_jack (no)estimate and vo_gl rectangle default value documentedTue, 26 Jul 2005 10:55:42 +0000, by reimar
-
improved audio delay estimation, supposed to help make the video smootherTue, 26 Jul 2005 10:47:29 +0000, by reimar
-
Formatting and wording fixes.Tue, 26 Jul 2005 10:41:59 +0000, by diego
-
rectangular texture and -dr support for vo_glTue, 26 Jul 2005 10:25:00 +0000, by reimar
-
build fixTue, 26 Jul 2005 10:22:02 +0000, by diego
-
-dr support for -vo glTue, 26 Jul 2005 10:17:51 +0000, by reimar
-
support for rectangular and streaming textures.Tue, 26 Jul 2005 10:16:18 +0000, by reimar
-
Make it possible to use libavcodecs png decoder.Tue, 26 Jul 2005 10:11:56 +0000, by reimar
-
Sync with 1.1048Tue, 26 Jul 2005 09:36:53 +0000, by gpoirier
-
Less confusing description of -vTue, 26 Jul 2005 04:54:06 +0000, by wanderer
-
formatting fixes galoreTue, 26 Jul 2005 01:06:10 +0000, by diego
-
sync with 1.176Tue, 26 Jul 2005 00:43:34 +0000, by diego
-
Use a more stable URL.Tue, 26 Jul 2005 00:01:44 +0000, by diego
-
Use DRAW_IMAGE instead of draw_frameMon, 25 Jul 2005 19:11:14 +0000, by reimar
-
synced with 1.25Mon, 25 Jul 2005 14:54:35 +0000, by gabrov
-
synced with 1.86Mon, 25 Jul 2005 14:53:15 +0000, by gabrov
-
new file, synced with 1.4Mon, 25 Jul 2005 14:52:24 +0000, by gabrov
-
missing \nMon, 25 Jul 2005 14:07:25 +0000, by reimar
-
General note about filtering from Rich's encoding guideSun, 24 Jul 2005 21:58:34 +0000, by gpoirier
-
Moves the "audio" section just before the "muxing" section. + fixes suggested by JeffSun, 24 Jul 2005 21:37:24 +0000, by gpoirier
-
New item: "Choosing resolution and bitrate", from Rich's encoding guideSun, 24 Jul 2005 20:53:54 +0000, by gpoirier
-
typo: s/-lavdopts/lavdoptsSun, 24 Jul 2005 17:08:46 +0000, by kraymer
-
small fixes and sync with 1.175Sun, 24 Jul 2005 17:06:09 +0000, by kraymer
-
sync with 1.1046Sun, 24 Jul 2005 15:30:19 +0000, by gpoirier
-
restore window shadow when quitting fullscreen modeSun, 24 Jul 2005 15:16:27 +0000, by nplourde
-
re-organize MEncoder doc in a more sensible way: splitting "basic mencoder usage" and "encoding with mencoder".Sun, 24 Jul 2005 14:22:14 +0000, by gpoirier
-
Remove untranslatable stringsSun, 24 Jul 2005 12:56:07 +0000, by wight
-
Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not setSun, 24 Jul 2005 12:22:30 +0000, by reimar
-
Remove non-translatable messagesSun, 24 Jul 2005 12:06:54 +0000, by wight
-
synced with 1.71Sat, 23 Jul 2005 22:26:01 +0000, by gabrov
-
remove -hardframedrop reference and advice -lavdopts instead.Sat, 23 Jul 2005 18:09:17 +0000, by reimar
-
Allow the ffmpeg people to use this code if they want.Sat, 23 Jul 2005 18:07:08 +0000, by reimar
-
-af-adv force also supports 4-7, this part was missed in the updateSat, 23 Jul 2005 17:10:38 +0000, by reimar
-
Avoid hang with -af-adv force=3Sat, 23 Jul 2005 16:58:25 +0000, by reimar
-
use calloc so that mp_cmd_free won't use uninitialized data in case of an errorSat, 23 Jul 2005 16:54:45 +0000, by reimar
-
Multiple unsv/scast bug fixes.Sat, 23 Jul 2005 15:29:51 +0000, by reimar
-
sync 1.71Sat, 23 Jul 2005 12:12:34 +0000, by wight
-
Make screen output look betterSat, 23 Jul 2005 12:10:43 +0000, by wight
-
the the auto* tools should be inside an <application></application> tagSat, 23 Jul 2005 10:12:44 +0000, by gpoirier
-
sync with 1.1045Sat, 23 Jul 2005 10:02:58 +0000, by gpoirier
-
1000l to me. Broke compilation when EDL is disabled.Sat, 23 Jul 2005 06:51:35 +0000, by ods15
-
-nocolorkey now supported by directxSat, 23 Jul 2005 01:57:36 +0000, by wanderer
-
synced with 1.85Fri, 22 Jul 2005 23:34:26 +0000, by gabrov
-
synced with 1.92Fri, 22 Jul 2005 23:33:20 +0000, by gabrov
-
add some closedir() to fix some opendir() leaksFri, 22 Jul 2005 22:52:13 +0000, by aurel
-
fix invalid pointers passed to init_audio_filtersFri, 22 Jul 2005 21:27:54 +0000, by reimar
-
sync 1.15Fri, 22 Jul 2005 21:10:48 +0000, by wight
-
sync 1.17Fri, 22 Jul 2005 20:55:38 +0000, by wight
-
Sync tag bump to 1.58Fri, 22 Jul 2005 20:50:10 +0000, by wight
-
sync 1.66Fri, 22 Jul 2005 20:48:15 +0000, by wight
-
sync 1.27Fri, 22 Jul 2005 20:45:36 +0000, by wight
-
Quote and extra \n fixesFri, 22 Jul 2005 20:32:02 +0000, by wight
-
sync 1.13Fri, 22 Jul 2005 20:25:40 +0000, by wight
-
sync 1.81Fri, 22 Jul 2005 20:22:45 +0000, by wight
-
- sync 1.173Fri, 22 Jul 2005 20:09:58 +0000, by wight
-
Sync 1.1044Fri, 22 Jul 2005 19:01:05 +0000, by wight
-
define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerFri, 22 Jul 2005 17:11:39 +0000, by reimar
-
sync with 1.1044Fri, 22 Jul 2005 12:06:26 +0000, by gpoirier
-
guard against double uninit (reportedly can happen on STRG+C)Fri, 22 Jul 2005 11:17:05 +0000, by reimar
-
synced with 1.58 (increased sync tag after typo fix in English revision)Fri, 22 Jul 2005 10:55:19 +0000, by gabrov