Mercurial > mplayer.hg
graph
-
Remove some unused variables, patch by timwoj ieee org.Mon, 28 May 2007 08:42:35 +0000, by diego
-
Move variable declaration into conditional to avoid an unused variable warning.Mon, 28 May 2007 08:18:23 +0000, by diego
-
Remove unused variables.Mon, 28 May 2007 08:12:41 +0000, by diego
-
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)Sun, 27 May 2007 21:45:33 +0000, by michael
-
More fastmemcpy.h removalSun, 27 May 2007 21:14:32 +0000, by reimar
-
Remove more pointless fastmemcpy.h includes in libvoSun, 27 May 2007 21:13:10 +0000, by reimar
-
Removed useless fastmemcpy.h includes in video decodersSun, 27 May 2007 20:45:34 +0000, by reimar
-
Remove two useless fastmemcpy.h includes in gui code.Sun, 27 May 2007 20:40:04 +0000, by reimar
-
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Sun, 27 May 2007 20:36:04 +0000, by reimar
-
sync w/ r23370Sun, 27 May 2007 12:06:08 +0000, by gpoirier
-
synced with r23388Sun, 27 May 2007 11:28:05 +0000, by Gabrov
-
Partial sync with r23370, with only one section obsolete.Sun, 27 May 2007 09:20:50 +0000, by gpoirier
-
compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesSun, 27 May 2007 08:44:27 +0000, by rik
-
fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and meSat, 26 May 2007 20:27:45 +0000, by nicodvb
-
allow left key command to close text menus tooFri, 25 May 2007 16:31:16 +0000, by ben
-
rename some menu open functions, to avoid confusion with libc native open()Fri, 25 May 2007 10:26:39 +0000, by ben
-
Record what was produced by make_decode_table_MMX() and used that data toFri, 25 May 2007 02:52:35 +0000, by zuxy
-
Sync to 30.3.2007Thu, 24 May 2007 13:08:23 +0000, by jheryan
-
more sensless repo moving ..moving ...Thu, 24 May 2007 11:53:58 +0000, by michael
-
remove unnecessary stubs which were not ever used.Thu, 24 May 2007 09:58:57 +0000, by voroshil
-
ffmpeg -sws_flags command line option to set swscaler flagsWed, 23 May 2007 18:35:24 +0000, by ivo
-
Remove hardcoded registersWed, 23 May 2007 15:31:37 +0000, by zuxy
-
synced with r23370Tue, 22 May 2007 20:08:13 +0000, by Gabrov
-
Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64Tue, 22 May 2007 14:00:39 +0000, by zuxy
-
Set i_bps for ASF video streams according to extended stream propertiesTue, 22 May 2007 13:55:14 +0000, by zuxy
-
Remove unused synth_1to1_mono()Tue, 22 May 2007 13:44:14 +0000, by zuxy
-
sync'ed up with r21654Mon, 21 May 2007 17:01:33 +0000, by ptt
-
make v4l1 driver work properly.Mon, 21 May 2007 17:00:08 +0000, by voroshil
-
sync'ed up with r21561Mon, 21 May 2007 16:45:17 +0000, by ptt
-
added missing fpsMon, 21 May 2007 16:29:39 +0000, by ptt
-
missed sync tag updateMon, 21 May 2007 16:22:49 +0000, by voroshil
-
r23367: little alignment fixesMon, 21 May 2007 16:21:45 +0000, by voroshil
-
little alignment fixesMon, 21 May 2007 16:01:04 +0000, by ptt
-
sync'ed up with r23028Mon, 21 May 2007 15:58:25 +0000, by ptt
-
little fixesMon, 21 May 2007 15:54:08 +0000, by ptt
-
10l: cosmetic: more trailing whitespaces removedMon, 21 May 2007 07:47:53 +0000, by zuxy
-
Cosmetic: remove trailing whitespacesMon, 21 May 2007 07:46:23 +0000, by zuxy
-
New tags introduced for AMD K10 and Intel PenrynMon, 21 May 2007 07:42:58 +0000, by zuxy
-
Add "uclinux" as an accepted system type in the linux() test.Mon, 21 May 2007 06:54:06 +0000, by diego
-
Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.Mon, 21 May 2007 01:47:27 +0000, by zuxy
-
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)Sun, 20 May 2007 21:07:14 +0000, by ben
-
Fix #if condition.Sun, 20 May 2007 17:56:39 +0000, by eugeni
-
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.Sun, 20 May 2007 17:04:12 +0000, by eugeni
-
add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitlesSun, 20 May 2007 16:10:45 +0000, by ben
-
get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume LecerfSun, 20 May 2007 15:17:56 +0000, by ben
-
Move common ioctl outside of ifdefSun, 20 May 2007 12:20:03 +0000, by reimar
-
Clean up some unused code and #ifdef mess in ao_sun.cSun, 20 May 2007 12:15:16 +0000, by reimar
-
Implement flushing of audio data. Fixes bug #754.Sun, 20 May 2007 12:05:16 +0000, by reimar
-
Fix OpenBSD compilation: strndup is a GNU extension.Sun, 20 May 2007 11:36:50 +0000, by reimar
-
Remove unused code, if it is ever needed it can be recovered from historySun, 20 May 2007 08:15:27 +0000, by reimar
-
Add SSSE3 checkSun, 20 May 2007 05:04:14 +0000, by zuxy
-
buggy joystick initialization, works much better without thisSat, 19 May 2007 16:59:24 +0000, by ben
-
-----mencoder.xml----Sat, 19 May 2007 15:28:01 +0000, by voroshil
-
Correct font size in libass.Sat, 19 May 2007 14:11:41 +0000, by eugeni
-
Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.Sat, 19 May 2007 12:57:17 +0000, by mhoffman
-
Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODERSat, 19 May 2007 11:17:49 +0000, by reimar
-
Fix compilation: Create CONFIG_*_BSF in config.makSat, 19 May 2007 11:11:31 +0000, by reimar
-
Add ID to example.Sat, 19 May 2007 10:55:01 +0000, by diego
-
Fix bug in reference codeSat, 19 May 2007 08:09:16 +0000, by zuxy
-
Revert y-axis rotation. Change order of rotations.Fri, 18 May 2007 18:58:34 +0000, by eugeni
-
cosmetics: fix indentation for previous commitFri, 18 May 2007 02:10:41 +0000, by corey
-
PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getsFri, 18 May 2007 02:09:26 +0000, by corey
-
Clean up VIDIX test.Thu, 17 May 2007 23:20:58 +0000, by diego
-
10l: leftover line from incompletely split commitThu, 17 May 2007 23:03:36 +0000, by diego
-
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.Thu, 17 May 2007 21:48:56 +0000, by diego
-
Move the internal VIDIX check from a random place into the VIDIX section.Thu, 17 May 2007 21:33:49 +0000, by diego
-
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,Thu, 17 May 2007 21:19:18 +0000, by diego
-
Merge internal and external VIDIX checks.Thu, 17 May 2007 21:13:41 +0000, by diego
-
ffdts is no more.Thu, 17 May 2007 20:55:12 +0000, by diego
-
Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.Thu, 17 May 2007 13:07:15 +0000, by reimar
-
Make use of new AV_RL64Thu, 17 May 2007 12:56:08 +0000, by reimar
-
Remove useless setting of dp->len, it is already set to that value byThu, 17 May 2007 10:05:00 +0000, by reimar
-
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).Thu, 17 May 2007 00:16:51 +0000, by corey
-
Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders canThu, 17 May 2007 00:15:08 +0000, by corey
-
1L to me: dv does not support YVU9.Thu, 17 May 2007 00:08:57 +0000, by corey
-
"inline" is used elsewhere and more portable than "__inline"Wed, 16 May 2007 21:50:59 +0000, by reimar
-
Include string.h for memcpy, fastmemcpy.h alone is not enough.Wed, 16 May 2007 21:45:46 +0000, by reimar
-
Remove extern C declarations for C++.Wed, 16 May 2007 12:26:47 +0000, by diego
-
Avoid passing test invalid arguments when string is empty.Tue, 15 May 2007 21:07:27 +0000, by reimar
-
fix typoMon, 14 May 2007 21:41:21 +0000, by kraymer
-
r23152: Add -ass-hinting option for setting font hinting method.Mon, 14 May 2007 21:39:35 +0000, by kraymer
-
Support fractional font sizes.Mon, 14 May 2007 20:41:14 +0000, by eugeni
-
Limit ass_font_set_transform to nonrotating transformations.Mon, 14 May 2007 20:24:53 +0000, by eugeni
-
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandMon, 14 May 2007 18:21:39 +0000, by reimar
-
r23308: List dv in pixel formats lavc's dv encoder supports.Mon, 14 May 2007 06:07:04 +0000, by voroshil
-
fix formating of lavcopts format suboptionsMon, 14 May 2007 01:29:31 +0000, by compn
-
Fix double free() in demux_asf.cMon, 14 May 2007 01:23:54 +0000, by uau
-
Output message fixMon, 14 May 2007 01:23:52 +0000, by uau
-
add svq1 lavcopts format colorspaceSun, 13 May 2007 22:54:03 +0000, by compn
-
Add standard license header, confirmed by Nick in private mail.Sun, 13 May 2007 22:33:06 +0000, by diego
-
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comSun, 13 May 2007 22:29:10 +0000, by diego
-
List dv in pixel formats lavc's dv encoder supports.Sun, 13 May 2007 22:12:31 +0000, by corey
-
Blackfin optimized YUV420 to RGB CSC Color Space Converters.Sun, 13 May 2007 19:22:32 +0000, by gpoirier
-
Add DV fourcc.Sun, 13 May 2007 17:51:17 +0000, by corey
-
Compilation fix after ffmpeg r9010 (bitstream filters optionalSun, 13 May 2007 15:58:38 +0000, by rtogni
-
r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!Sat, 12 May 2007 12:47:41 +0000, by voroshil