Mercurial > mplayer.hg
graph
-
r23225: The GUI no longer depends on libpng.Sat, 05 May 2007 02:34:46 +0000, by voroshil
-
sync with r23028, patch by JRaSH % jrash06 A 163 P com%Thu, 03 May 2007 20:41:12 +0000, by gpoirier
-
Move variables and a function under #ifdef FC_VERSION to avoid warnings.Thu, 03 May 2007 20:10:14 +0000, by eugeni
-
Deallocate FontConfig objects.Thu, 03 May 2007 19:52:46 +0000, by eugeni
-
Fix stupid bug in r23229.Thu, 03 May 2007 19:47:34 +0000, by eugeni
-
Deallocate string.Thu, 03 May 2007 19:33:35 +0000, by eugeni
-
In ass_font_new, allocate temporary ass_font_t on stack and return the pointerThu, 03 May 2007 19:26:43 +0000, by eugeni
-
Make cache_*_add functions return the pointer to new (copied) value.Thu, 03 May 2007 19:13:54 +0000, by eugeni
-
synced with r23227Thu, 03 May 2007 17:28:23 +0000, by Gabrov
-
add "level" as lavc optionThu, 03 May 2007 17:05:39 +0000, by cehoyos
-
MJPEG decoding does not depend on libjpeg.Thu, 03 May 2007 14:37:34 +0000, by diego
-
The GUI no longer depends on libpng.Thu, 03 May 2007 14:36:46 +0000, by diego
-
Simplify libamr_nb test.Thu, 03 May 2007 12:11:21 +0000, by diego
-
cosmetics: Rename remaining instances of amr_* to libamr_*.Thu, 03 May 2007 12:10:22 +0000, by diego
-
Rename amr_nb and amr_wb options to libamr_*.Thu, 03 May 2007 12:08:54 +0000, by diego
-
FFmpeg sync: Rename AMR config settings to LIBAMR.Thu, 03 May 2007 12:07:13 +0000, by diego
-
cosmetics: Rename _amr* variables to _libamr*.Thu, 03 May 2007 12:04:29 +0000, by diego
-
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.Thu, 03 May 2007 12:02:48 +0000, by diego
-
Use calloc instead of malloc+memsetWed, 02 May 2007 16:42:31 +0000, by reimar
-
Missing free on error in conv24to32Wed, 02 May 2007 16:39:35 +0000, by reimar
-
Simplify bgr2rgbWed, 02 May 2007 16:38:22 +0000, by reimar
-
Remove unused functionWed, 02 May 2007 16:26:58 +0000, by reimar
-
Make functions and variables not used outside bitmap.c staticWed, 02 May 2007 16:24:23 +0000, by reimar
-
Simplify conv24to32 for-loopWed, 02 May 2007 16:23:16 +0000, by reimar
-
Remove useless extern before function prototypesWed, 02 May 2007 16:17:16 +0000, by reimar
-
Remove libpng dependency for Gui, use libavcodec insteadWed, 02 May 2007 14:39:55 +0000, by reimar
-
Disable internal vidix on PPC linux, it breaks compilation.Wed, 02 May 2007 14:21:25 +0000, by reimar
-
Fix commit nick.Wed, 02 May 2007 10:51:57 +0000, by diego
-
Always deallocate glyphs. Fixes memory leak.Wed, 02 May 2007 10:15:12 +0000, by eugeni
-
cosmetics: indentation after previous patchWed, 02 May 2007 07:02:16 +0000, by benoit
-
test if color conv fonction exists prior to using itWed, 02 May 2007 07:00:10 +0000, by benoit
-
Fix NULL pointer dereference in demux_mkv that happens whenTue, 01 May 2007 23:04:21 +0000, by eugeni
-
sync w/ r23162Tue, 01 May 2007 22:08:26 +0000, by gpoirier
-
dvdnav:// depends on our fork of libdvdnavTue, 01 May 2007 20:02:05 +0000, by nicodvb
-
reindented dvdread check blockTue, 01 May 2007 19:55:15 +0000, by nicodvb
-
libdvdnav now depends on our fork of the library; only the version withoutTue, 01 May 2007 19:54:13 +0000, by nicodvb
-
Reuse common Makefile infrastructure.Tue, 01 May 2007 19:16:35 +0000, by diego
-
cosmetics: Move depend target (preparation for upcoming change).Tue, 01 May 2007 19:15:29 +0000, by diego
-
Clarify whom to send translations to.Tue, 01 May 2007 17:45:06 +0000, by diego
-
Update comments.Tue, 01 May 2007 15:54:00 +0000, by eugeni
-
Cosmetics.Tue, 01 May 2007 15:34:08 +0000, by eugeni
-
Move glyph_to_bitmap() call and outline glyph deallocation toTue, 01 May 2007 15:33:06 +0000, by eugeni
-
sync w/ r23152Tue, 01 May 2007 15:23:04 +0000, by gpoirier
-
Minor code simplification.Tue, 01 May 2007 15:21:34 +0000, by eugeni
-
Move get_bitmap_glyph() call to a separate loop.Tue, 01 May 2007 15:14:22 +0000, by eugeni
-
Move transform_3d() call to get_bitmap_glyph().Tue, 01 May 2007 15:12:36 +0000, by eugeni
-
Make a function static.Tue, 01 May 2007 15:07:41 +0000, by eugeni
-
Don't recalculate rotation radius.Tue, 01 May 2007 15:05:20 +0000, by eugeni
-
Bugfix: glyph cache depends on border width, because it contains outline_glyphTue, 01 May 2007 14:29:28 +0000, by eugeni
-
Merge FFmpeg dependency handling into the individual tests.Tue, 01 May 2007 14:08:26 +0000, by diego
-
cosmetics: Fix bogus indentation.Tue, 01 May 2007 13:55:28 +0000, by diego
-
synced with upstream vidix, prevented some drivers to work on some configs/archsMon, 30 Apr 2007 22:14:29 +0000, by ben
-
deprecated comment from the time the pvr code was half V4L2 and half IVTV specificMon, 30 Apr 2007 12:00:13 +0000, by ben
-
one more spelling fixMon, 30 Apr 2007 11:46:43 +0000, by ben
-
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)Mon, 30 Apr 2007 11:46:02 +0000, by ben
-
spelling fixMon, 30 Apr 2007 11:41:47 +0000, by ben