Mercurial > mplayer.hg
graph
-
sync with FFmpeg r5930Sun, 13 Aug 2006 08:27:39 +0000, by diego
-
MinGW treats %lld as %d. Replace it with PRId64.Sun, 13 Aug 2006 00:47:33 +0000, by eugeni
-
Update for changes from r19378 (ASMALIGN macro).Sun, 13 Aug 2006 00:44:42 +0000, by diego
-
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Sun, 13 Aug 2006 00:21:14 +0000, by diego
-
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.Sat, 12 Aug 2006 23:58:26 +0000, by diego
-
Fix compilation with gcc 2.95.Sat, 12 Aug 2006 18:33:19 +0000, by eugeni
-
Print "no" if all of the Vorbis tests failed.Sat, 12 Aug 2006 18:21:51 +0000, by diego
-
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileSat, 12 Aug 2006 17:46:40 +0000, by uau
-
sync with 19361Sat, 12 Aug 2006 16:43:22 +0000, by gpoirier
-
Reuse UTF-8 reading code in libavutilSat, 12 Aug 2006 15:28:01 +0000, by reimar
-
realign of MSGTR_Exit_SIGCRASH in help_mp-hu.hSat, 12 Aug 2006 12:12:31 +0000, by Gabrov
-
help_mp-hu.h & man/hu/mplayer.1 synced with r19369Sat, 12 Aug 2006 12:09:12 +0000, by Gabrov
-
Add support for 13k Voice (Qclp) in 3g2 filesFri, 11 Aug 2006 22:57:33 +0000, by rtogni
-
replace calls to perror() with calls to mp_msg()Fri, 11 Aug 2006 17:10:57 +0000, by ivo
-
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need toFri, 11 Aug 2006 12:50:14 +0000, by diego
-
pass average bitrate from encoder to (lavf) muxerThu, 10 Aug 2006 21:48:41 +0000, by michael
-
editorial spelling/wording/grammar changesThu, 10 Aug 2006 21:08:49 +0000, by diego
-
Get rid of two initialized but unused variablesWed, 09 Aug 2006 16:52:48 +0000, by reimar
-
update the moving & copying rules as disscussed on mplayer-dev + some (but not all as iam lazy) fixes by the wandererWed, 09 Aug 2006 11:03:11 +0000, by michael
-
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.Tue, 08 Aug 2006 14:56:12 +0000, by reimar
-
Reintroduce an ugly variant of the -gui/-nogui options.Tue, 08 Aug 2006 14:13:51 +0000, by reimar
-
-logg must come before -lvorbisidec since both declare the same symbols.Tue, 08 Aug 2006 11:55:23 +0000, by reimar
-
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.Tue, 08 Aug 2006 09:29:15 +0000, by diego
-
spelling/clarification for --help outputTue, 08 Aug 2006 09:11:41 +0000, by diego
-
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.Mon, 07 Aug 2006 20:58:39 +0000, by diego
-
Make sure we do not print the obsolete skin path when we did not find any skin.Mon, 07 Aug 2006 17:46:20 +0000, by reimar
-
remove trailing spaces + remove some obviously redudant wordsMon, 07 Aug 2006 13:31:18 +0000, by gpoirier
-
cosmetics: Rename some variables for consistency.Mon, 07 Aug 2006 08:57:43 +0000, by diego
-
synced with r19348Mon, 07 Aug 2006 08:20:27 +0000, by gpoirier
-
punctuation, slight clarificationSun, 06 Aug 2006 22:55:29 +0000, by diego
-
Restore empty line accidentally deleted with the previous commit.Sun, 06 Aug 2006 19:58:46 +0000, by eugeni
-
Mention mkv chapter seeking in ChangeLog and AUTHORS.Sun, 06 Aug 2006 19:56:31 +0000, by eugeni
-
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerSun, 06 Aug 2006 19:26:17 +0000, by reimar
-
Add matroska chapter seeking capability.Sun, 06 Aug 2006 18:55:34 +0000, by eugeni
-
"[ass] init" message looks better when it starts with the capital letter 'I'.Sun, 06 Aug 2006 18:02:42 +0000, by eugeni
-
Use FontConfig cache to speedup mplayer startup.Sun, 06 Aug 2006 17:56:01 +0000, by eugeni
-
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastSun, 06 Aug 2006 14:30:38 +0000, by diego
-
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.Sun, 06 Aug 2006 09:48:33 +0000, by diego
-
Don't crash if audio init fails.Sat, 05 Aug 2006 18:23:10 +0000, by uau
-
Another PIX_FMT_ ---> IMGFMT_ conversionSat, 05 Aug 2006 13:14:34 +0000, by lucabe
-
isolated tcp socket code from network.c to a dedicated fileSat, 05 Aug 2006 10:30:06 +0000, by ben
-
Simplify Tremor low accuracy test, label external Tremor as such.Sat, 05 Aug 2006 10:02:09 +0000, by diego
-
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Sat, 05 Aug 2006 10:00:54 +0000, by diego
-
missing ifndef/define/endif couple in udp headerSat, 05 Aug 2006 09:24:07 +0000, by ben
-
kill a warning in getsockopt()Sat, 05 Aug 2006 08:56:54 +0000, by ben
-
kill a warning in getsockopt()Sat, 05 Aug 2006 08:49:40 +0000, by ben
-
10l, line from a local modification committed by accident.Sat, 05 Aug 2006 00:20:58 +0000, by diego
-
Unify include path handling in the build system, part III:Fri, 04 Aug 2006 23:57:04 +0000, by diego
-
Fix libcdio test after r19200, the detected include dir was not stored.Fri, 04 Aug 2006 23:42:17 +0000, by diego
-
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.Fri, 04 Aug 2006 21:19:06 +0000, by diego
-
auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)Fri, 04 Aug 2006 20:18:21 +0000, by nicodvb
-
added recent changes with independant stream layer libraryFri, 04 Aug 2006 20:13:43 +0000, by ben
-
rtsp is a stream layer not demuxerFri, 04 Aug 2006 20:11:58 +0000, by ben
-
inputs is for keys, this is streamFri, 04 Aug 2006 19:52:06 +0000, by ben
-
a few more files i'll maintainFri, 04 Aug 2006 19:49:05 +0000, by ben
-
removed some useless includesFri, 04 Aug 2006 19:38:59 +0000, by ben
-
moved some definitions from rtp.h to rtp.c as they're not exported or used anywhere elseFri, 04 Aug 2006 19:36:41 +0000, by ben
-
removed udp socket creation code from rtp stack to a new dedicated udp helper fileFri, 04 Aug 2006 19:31:53 +0000, by ben
-
-identify should display all ID_ messages, including DVD title lengthFri, 04 Aug 2006 18:46:32 +0000, by reimar
-
fix compilation of librtspFri, 04 Aug 2006 18:44:52 +0000, by ben
-
few cosmectic changes to remove duplicationFri, 04 Aug 2006 18:42:28 +0000, by ben
-
Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).Fri, 04 Aug 2006 18:40:19 +0000, by reimar
-
split rtp stack, udp input layer and rtp input layer from rtp.cFri, 04 Aug 2006 18:32:36 +0000, by ben
-
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)Fri, 04 Aug 2006 17:01:29 +0000, by ben
-
moved pnm.h to stream/ (where it belongs)Fri, 04 Aug 2006 16:55:48 +0000, by ben
-
Merge DirectFB header check into DirectFB check.Fri, 04 Aug 2006 13:23:14 +0000, by diego
-
Remove silly check for $_inc_directfb, it is not set beforehand.Fri, 04 Aug 2006 13:10:41 +0000, by diego
-
Remove one more redundant test invocation.Fri, 04 Aug 2006 13:06:52 +0000, by diego
-
Simplify DirectFB header check.Fri, 04 Aug 2006 13:03:39 +0000, by diego
-
cosmetics: Fix DVB test indentation.Thu, 03 Aug 2006 23:50:16 +0000, by diego
-
cosmetics: Fix indentation after last commit.Thu, 03 Aug 2006 23:43:15 +0000, by diego
-
Run DVB (HEAD) test only when the corresponding variable is set to auto.Thu, 03 Aug 2006 23:41:35 +0000, by diego
-
Forgotten part of the LIVE555 configure test simplification.Thu, 03 Aug 2006 22:18:21 +0000, by diego
-
renamed dvdnav_stream to stream_dvdnav for consistencyThu, 03 Aug 2006 20:44:14 +0000, by ben
-
added dedicated file for mf:// inputThu, 03 Aug 2006 19:43:02 +0000, by ben
-
mf.[hc] belong to libmpdemuxThu, 03 Aug 2006 19:31:36 +0000, by ben
-
Recurse into subdirs before cleaning the top level to avoid error messages.Thu, 03 Aug 2006 19:29:20 +0000, by diego
-
renamed cue_read.c to stream_cue.c for consistencyThu, 03 Aug 2006 19:25:16 +0000, by ben
-
removed useless cue_read.h fileThu, 03 Aug 2006 19:22:23 +0000, by ben
-
renamed dvbin.c to stream_dvb.c for consistencyThu, 03 Aug 2006 19:16:30 +0000, by ben
-
conversion from stream_null to stream_tv was missing stream typeThu, 03 Aug 2006 19:12:31 +0000, by ben
-
correctly report audio inputThu, 03 Aug 2006 18:59:37 +0000, by ben
-
'make distclean' should remove all generated files, so also config.[h|mak].Thu, 03 Aug 2006 17:34:54 +0000, by diego
-
'make clean' now recurses through subdirectories as expected,Thu, 03 Aug 2006 17:31:30 +0000, by diego
-
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.Thu, 03 Aug 2006 17:07:31 +0000, by diego
-
typo, VC-1/WMV3/WMV9 decoderThu, 03 Aug 2006 13:02:38 +0000, by diego
-
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.Thu, 03 Aug 2006 11:47:15 +0000, by diego
-
synced with r19293Wed, 02 Aug 2006 14:50:16 +0000, by Gabrov
-
Move conditional compilation of cdinfo.c to the build system.Wed, 02 Aug 2006 11:22:11 +0000, by diego
-
fix a/v sync issues when using ad_hwmpaTue, 01 Aug 2006 18:44:31 +0000, by ben
-
Ignore .depend and stream.a.Tue, 01 Aug 2006 15:54:23 +0000, by diego
-
$inc_extra vs $_inc_extra typo, closes bug #543.Tue, 01 Aug 2006 15:10:02 +0000, by diego
-
Change toplevel Makefile to invoke subdirectory MakefilesTue, 01 Aug 2006 14:44:07 +0000, by uau
-
Simplify LIVE555 test and make it more consistent with the other tests.Tue, 01 Aug 2006 07:34:32 +0000, by diego
-
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.Tue, 01 Aug 2006 07:14:51 +0000, by diego
-
clarification on -mpegopts :vaspectTue, 01 Aug 2006 06:39:27 +0000, by nicodvb
-
New sentences should start on a new line.Mon, 31 Jul 2006 23:03:11 +0000, by diego
-
Fix SVQ3 extradata handling so it works correctly with demux_lavfMon, 31 Jul 2006 22:26:25 +0000, by pacman
-
Fix bogus pointer addition in the extraction of extradata fromMon, 31 Jul 2006 22:19:48 +0000, by pacman
-
removed deprecated test.c file from libmpdemuxMon, 31 Jul 2006 20:32:38 +0000, by ben
-
don't use vaspect on mpeg1 video streamsMon, 31 Jul 2006 20:07:21 +0000, by nicodvb
-
fix includes due to libmpdemux split (patch by Stefan Huehner)Mon, 31 Jul 2006 19:59:06 +0000, by ben
-
add an explicit tv stream input instead of the previous hack in stream_nullMon, 31 Jul 2006 18:36:29 +0000, by ben
-
renamed cddX stream interface to stream_cddX for consistencyMon, 31 Jul 2006 17:48:50 +0000, by ben
-
introduce new 'stream' directory for all stream layer related components and split them from libmpdemuxMon, 31 Jul 2006 17:39:17 +0000, by ben
-
Add support for ffmpeg's pixel format names in libswscaleMon, 31 Jul 2006 12:35:04 +0000, by lucabe
-
Move the section describing the per movie config filesMon, 31 Jul 2006 04:18:25 +0000, by attila
-
Add Indexes to Options as suggested by Jaeho Shin.Sun, 30 Jul 2006 22:59:12 +0000, by diego
-
Remove useless includeSun, 30 Jul 2006 22:54:27 +0000, by rtogni
-
Make some more function staticSun, 30 Jul 2006 22:54:07 +0000, by rtogni
-
Clarify licensing situation.Sun, 30 Jul 2006 22:20:50 +0000, by diego
-
There is a reference to a file COPYRIGHT that we do not include, so pasteSun, 30 Jul 2006 22:17:25 +0000, by diego