Mercurial > mplayer.hg
graph
-
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.Tue, 12 Dec 2006 19:17:47 +0000, by reimar
-
Support for different endianness on client and server with -vo x11Tue, 12 Dec 2006 19:13:48 +0000, by reimar
-
Align image data pointer, this is also in preparation of an upcoming patchTue, 12 Dec 2006 19:03:57 +0000, by reimar
-
Use XCreateImage instead of XGetImage, this is not only more correct andTue, 12 Dec 2006 18:43:10 +0000, by reimar
-
vstrict=0 is required to create DVDs decodable by standalone dvd playersTue, 12 Dec 2006 09:40:49 +0000, by gpoirier
-
Mark utf8_get_char parameter as const and fix a compiler warningMon, 11 Dec 2006 22:37:17 +0000, by reimar
-
Another simplificationMon, 11 Dec 2006 22:32:13 +0000, by reimar
-
Reuse utf8_get_char in subtitle rendering code.Mon, 11 Dec 2006 22:29:08 +0000, by reimar
-
More ChangeLog updatesMon, 11 Dec 2006 19:49:04 +0000, by reimar
-
count needs to be evenMon, 11 Dec 2006 18:50:52 +0000, by henry
-
sync w/r21561Mon, 11 Dec 2006 14:53:40 +0000, by gpoirier
-
sync w/ r21506 and miscMon, 11 Dec 2006 14:21:21 +0000, by gpoirier
-
sync w/ r21486Mon, 11 Dec 2006 13:05:30 +0000, by gpoirier
-
Fix --extra-libs-mplayer and --extra-libs-mencoder.Mon, 11 Dec 2006 10:23:33 +0000, by diego
-
small updates, cosmeticsMon, 11 Dec 2006 10:19:26 +0000, by diego
-
10l, forgot to add _inc_x11 to X11 cc checkMon, 11 Dec 2006 08:59:43 +0000, by reimar
-
(hopefully) the rest of PPC modificationsMon, 11 Dec 2006 08:35:49 +0000, by henry
-
OpenAL volume controlSun, 10 Dec 2006 22:45:32 +0000, by reimar
-
Better default CFLAGS for non-gnu, non-intel compilersSun, 10 Dec 2006 22:12:48 +0000, by reimar
-
Respect -noidx in lavf demuxerSun, 10 Dec 2006 21:37:00 +0000, by reimar
-
Make sure closesocket is called.Sun, 10 Dec 2006 19:47:24 +0000, by reimar
-
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.Sun, 10 Dec 2006 19:38:41 +0000, by reimar
-
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)Sun, 10 Dec 2006 19:35:39 +0000, by reimar
-
Revert my previous, broken commitSun, 10 Dec 2006 19:25:59 +0000, by torinthiel
-
Only increase buffer size to avoid crashes when seeking inSun, 10 Dec 2006 18:59:28 +0000, by reimar
-
check that stream_type is DVD before calling dvd_lang_from_aidSun, 10 Dec 2006 17:28:56 +0000, by nicodvb
-
show subtitle language in OSD ; patch by Otvos AttilaSun, 10 Dec 2006 17:28:01 +0000, by nicodvb
-
added function to return the language of the specified subtitle id. Patch bySun, 10 Dec 2006 17:25:54 +0000, by nicodvb
-
Fix realvideo size changes by using our own malloced buffer and export type mpi.Sun, 10 Dec 2006 16:52:58 +0000, by reimar
-
Add x11 include path only to _inc_extra if X11 is actually enabled.Sun, 10 Dec 2006 15:10:46 +0000, by reimar
-
Remove no longer needed always_inline hack in mpbswap.hSun, 10 Dec 2006 14:46:37 +0000, by reimar
-
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.Sun, 10 Dec 2006 14:07:08 +0000, by reimar
-
Avoid deprecated _sleep, instead include windows.h and use Sleep just likeSun, 10 Dec 2006 14:04:27 +0000, by reimar
-
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.Sun, 10 Dec 2006 13:17:54 +0000, by reimar
-
ffmjpeg uses RGB24 for JPEG-LSSun, 10 Dec 2006 11:53:19 +0000, by reimar
-
r21561: update vbuf_size and suggest 400 for HDTV videoSun, 10 Dec 2006 08:19:21 +0000, by voroshil
-
vo_macosx, fix crash when closing windowSun, 10 Dec 2006 01:38:54 +0000, by nplourde
-
Fix a compiler warningSun, 10 Dec 2006 01:10:53 +0000, by reimar
-
Set frequency and correct frequency gettingSun, 10 Dec 2006 01:08:32 +0000, by reimar
-
Set AVFMT_FLAG_GENPTS if -correct-pts is used.Sun, 10 Dec 2006 00:50:38 +0000, by uau
-
Remove a disabled and completely outdated sample rate mismatch warning.Sun, 10 Dec 2006 00:21:35 +0000, by reimar
-
vo_macosx.m disable window animation when going to fullscreenSat, 09 Dec 2006 23:57:28 +0000, by nplourde
-
update vbuf_size and suggest 400 for HDTV videoSat, 09 Dec 2006 22:24:07 +0000, by nicodvb
-
align vbuf_size to the max value allowed by main profile @ high levelSat, 09 Dec 2006 22:21:37 +0000, by nicodvb
-
synced with r21558Sat, 09 Dec 2006 21:28:38 +0000, by Gabrov
-
Fix misplaced http_freeSat, 09 Dec 2006 19:50:08 +0000, by reimar
-
Fix potential endless loop in http_streaming_start dueSat, 09 Dec 2006 19:34:46 +0000, by reimar
-
Fix lots and lots of potential memory/fd leaks in http_streaming_startSat, 09 Dec 2006 19:33:28 +0000, by reimar
-
use dvdnav's palette if availableSat, 09 Dec 2006 19:24:12 +0000, by nicodvb
-
export spu palette; part of a patch by Otvos AttilaSat, 09 Dec 2006 19:23:35 +0000, by nicodvb
-
Avoid memory and fd leaks in asf streaming open code.Sat, 09 Dec 2006 19:12:51 +0000, by reimar
-
Forgotten closesocket on error, patch bySat, 09 Dec 2006 18:57:48 +0000, by reimar
-
Close fd on error.Sat, 09 Dec 2006 18:54:12 +0000, by reimar
-
Fix ppc without altivec compilationSat, 09 Dec 2006 18:09:41 +0000, by reimar
-
cscd produces BGR15, not BGR16Sat, 09 Dec 2006 13:32:46 +0000, by reimar
-
Replace another MIN macro by FFMINSat, 09 Dec 2006 12:25:25 +0000, by reimar
-
Get rid of min/max macros from aviheader.h, they do not belong here.Sat, 09 Dec 2006 12:24:11 +0000, by reimar
-
Improve OpenAL speaker positions a bit.Sat, 09 Dec 2006 12:14:14 +0000, by reimar
-
Remove condition that should always be trueSat, 09 Dec 2006 11:59:49 +0000, by reimar
-
Fix crash in ogg demuxer uninit with -aidSat, 09 Dec 2006 11:59:09 +0000, by reimar
-
Half-properly set up OpenAL position stuffSat, 09 Dec 2006 11:45:41 +0000, by reimar
-
sync to libmpeg2-0.4.1Sat, 09 Dec 2006 10:34:27 +0000, by henry
-
r21537: General reformatting round:Sat, 09 Dec 2006 09:27:35 +0000, by voroshil
-
do not force arch and isysroot in osxSat, 09 Dec 2006 00:09:45 +0000, by nplourde
-
Fix bmovl-test build errorFri, 08 Dec 2006 17:20:21 +0000, by voroshil
-
Ignore .depend properlyFri, 08 Dec 2006 11:43:09 +0000, by torinthiel
-
General reformatting round:Fri, 08 Dec 2006 11:38:06 +0000, by torinthiel
-
.norecurse should be ignoredFri, 08 Dec 2006 09:50:12 +0000, by torinthiel
-
made vorbis_info a member of ogg_stream rather than ogg_demuxer;Thu, 07 Dec 2006 20:53:05 +0000, by nicodvb
-
r21531: Document geq filter.Thu, 07 Dec 2006 18:10:16 +0000, by kraymer
-
r21529: spellingThu, 07 Dec 2006 17:51:51 +0000, by voroshil
-
TypoThu, 07 Dec 2006 14:16:17 +0000, by voroshil
-
Document geq filter.Thu, 07 Dec 2006 14:09:46 +0000, by diego
-
r21529: spellingThu, 07 Dec 2006 14:06:12 +0000, by kraymer
-
spellingThu, 07 Dec 2006 13:58:12 +0000, by diego
-
Fix mplayer-rc.o build.Thu, 07 Dec 2006 13:55:39 +0000, by diego
-
r21503: updated documentation of -mpegopts :tele*Thu, 07 Dec 2006 13:11:23 +0000, by kraymer
-
Synced with 30.11.2006Thu, 07 Dec 2006 13:02:40 +0000, by jheryan
-
vorbis_comment is only used locally, move it out of demuxer structThu, 07 Dec 2006 12:02:51 +0000, by reimar
-
Remove unused ov_struct_tThu, 07 Dec 2006 12:02:01 +0000, by reimar
-
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.Thu, 07 Dec 2006 11:58:07 +0000, by reimar
-
Speed up ASS subtitles display by detecting changes between two consecutiveWed, 06 Dec 2006 18:44:26 +0000, by eugeni
-
Translated section "GENERAL ENCODING OPTIONS"Wed, 06 Dec 2006 18:16:02 +0000, by voroshil
-
Simplify NEXT_LINE macro and put most of it in a separate function.Wed, 06 Dec 2006 12:25:52 +0000, by reimar
-
remove useless and incorrect const-removing castWed, 06 Dec 2006 12:23:32 +0000, by reimar
-
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it isWed, 06 Dec 2006 12:19:30 +0000, by reimar
-
Properly free fontconfig patternsWed, 06 Dec 2006 11:28:49 +0000, by reimar
-
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.Wed, 06 Dec 2006 10:46:50 +0000, by reimar
-
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninitWed, 06 Dec 2006 10:42:30 +0000, by reimar
-
Fix memleak if vd_ffmpeg init failsWed, 06 Dec 2006 10:41:34 +0000, by reimar
-
Also free ass_library_t members in ass_library_doneWed, 06 Dec 2006 10:11:23 +0000, by reimar
-
r21503: updated documentation of -mpegopts :tele*Tue, 05 Dec 2006 19:51:35 +0000, by voroshil
-
r21508: emphasis the fact that leaving black borders really hurts qualityTue, 05 Dec 2006 19:49:19 +0000, by voroshil
-
Translation of "VIDEO FILTERS" section.Tue, 05 Dec 2006 19:42:10 +0000, by voroshil
-
Make sure invalid protocols are rejected instead of treatedTue, 05 Dec 2006 18:30:48 +0000, by reimar
-
emphasis the fact that leaving black borders really hurts qualityTue, 05 Dec 2006 10:51:28 +0000, by gpoirier
-
update local diff after r20779Tue, 05 Dec 2006 07:14:05 +0000, by gpoirier
-
wording fix suggested by DiegoTue, 05 Dec 2006 00:41:43 +0000, by nicodvb
-
fix include clash for mmap_anon on darwin ppcTue, 05 Dec 2006 00:01:19 +0000, by nplourde
-
force ppc arch and 10.3.9 sys lib on ppc macMon, 04 Dec 2006 23:56:03 +0000, by nplourde
-
updated documentation of -mpegopts :tele*Mon, 04 Dec 2006 22:14:44 +0000, by nicodvb
-
disable telecining when it can't be appliedMon, 04 Dec 2006 22:08:11 +0000, by nicodvb
-
since display_frames in increased by a possibly negative number it had better be signedMon, 04 Dec 2006 21:58:07 +0000, by nicodvb
-
cosmeticsMon, 04 Dec 2006 21:27:05 +0000, by nicodvb
-
removed dead codeMon, 04 Dec 2006 21:24:39 +0000, by nicodvb
-
reimplemented :telecine and :film2pal in terms of dgpulldownMon, 04 Dec 2006 21:20:01 +0000, by nicodvb
-
pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)Mon, 04 Dec 2006 20:38:46 +0000, by nicodvb
-
Move cddb "autodetection" so it also works for libcdioMon, 04 Dec 2006 20:28:27 +0000, by reimar
-
Add full support for en-/disabling cddb supportMon, 04 Dec 2006 20:20:32 +0000, by reimar
-
r21372: Some punctuation cosmetics and better wordingMon, 04 Dec 2006 19:46:47 +0000, by kraymer
-
help_mp-de.h:Mon, 04 Dec 2006 19:06:19 +0000, by kraymer
-
fix sentence, reformatMon, 04 Dec 2006 18:07:00 +0000, by kraymer
-
r21484: documented -mpegopts :tele_src and :tele_destMon, 04 Dec 2006 16:55:02 +0000, by voroshil
-
r21476: Open embedded fonts directly from memory....Mon, 04 Dec 2006 16:45:17 +0000, by voroshil
-
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Mon, 04 Dec 2006 11:59:23 +0000, by diego
-
slight clarificationMon, 04 Dec 2006 10:24:00 +0000, by diego
-
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)Mon, 04 Dec 2006 09:30:15 +0000, by gpoirier
-
Improoving readability of pullup filter sectionMon, 04 Dec 2006 06:25:06 +0000, by voroshil
-
10l: wrong bitmask when patching the pce_ptr in soft_telecine()Mon, 04 Dec 2006 00:52:11 +0000, by nicodvb
-
documented -mpegopts :tele_src and :tele_destMon, 04 Dec 2006 00:28:43 +0000, by nicodvb
-
added generalized teleciner by Donald GraftMon, 04 Dec 2006 00:02:15 +0000, by nicodvb
-
Remove unused function pointers, they probably had incorrect prototypesSun, 03 Dec 2006 21:43:57 +0000, by reimar
-
remove headers included twiceSun, 03 Dec 2006 21:18:59 +0000, by aurel
-
use strchr() instead of index()Sun, 03 Dec 2006 21:17:51 +0000, by aurel
-
sync w/ r21452Sun, 03 Dec 2006 21:06:52 +0000, by gpoirier
-
mmap memory area for generated code to avoid crashes on machines whichSun, 03 Dec 2006 20:26:00 +0000, by reimar
-
Fix 21381, make sure gcc does not make any ip-relative calls or similar.Sun, 03 Dec 2006 19:49:39 +0000, by reimar
-
Open embedded fonts directly from memory.Sun, 03 Dec 2006 18:24:11 +0000, by eugeni
-
One FIXME (CC subtitles related) resolved.Sun, 03 Dec 2006 18:22:07 +0000, by voroshil
-
Keep embedded fonts in ass_library_t and perform actual disk writeSun, 03 Dec 2006 17:59:13 +0000, by eugeni
-
Compile fix, BE_32 definition has been movedSun, 03 Dec 2006 17:46:37 +0000, by reimar
-
r21462: mention all other image formatsSun, 03 Dec 2006 17:45:37 +0000, by voroshil
-
Rename: ass_process_font -> ass_add_font.Sun, 03 Dec 2006 17:35:40 +0000, by eugeni
-
Use libavutil LE_* macros instead of pointer casts which can resultSun, 03 Dec 2006 16:41:55 +0000, by reimar
-
Avoid calling validate_fname() twice for one string.Sun, 03 Dec 2006 16:10:23 +0000, by eugeni
-
Do not call usec_sleep when we are not supposed to sleep.Sun, 03 Dec 2006 14:01:22 +0000, by reimar
-
Synced with r21466Sun, 03 Dec 2006 13:12:29 +0000, by torinthiel
-
[cosmetics] Consistent XML source formattingSun, 03 Dec 2006 12:19:22 +0000, by torinthiel
-
[cosmetics] Reindent XML sourceSun, 03 Dec 2006 12:12:29 +0000, by torinthiel
-
cosmetics: anti-chaos reindentationSun, 03 Dec 2006 12:06:08 +0000, by nicodvb
-
Synced with r21462Sun, 03 Dec 2006 12:01:21 +0000, by torinthiel
-
mention all other image formatsSun, 03 Dec 2006 11:49:09 +0000, by torinthiel
-
Unicode support for demuxer info in ASF demuxer.Sun, 03 Dec 2006 11:35:11 +0000, by reimar
-
Open vobsub output files in binary mode, otherwise the OS mightSun, 03 Dec 2006 11:23:04 +0000, by reimar
-
100l typo in 21380 disabled OSD with at least xvmc.Sun, 03 Dec 2006 09:59:55 +0000, by reimar
-
fix two overlooked typos in previous sync cause build errorSun, 03 Dec 2006 06:38:45 +0000, by voroshil
-
Fix translation error in previous syncSun, 03 Dec 2006 06:35:39 +0000, by voroshil
-
muxer FIXME resolvedSun, 03 Dec 2006 06:32:07 +0000, by voroshil
-
r21423: Consistent capitalization of table entriesSun, 03 Dec 2006 06:29:04 +0000, by voroshil
-
fixed missing tag updateSun, 03 Dec 2006 06:05:12 +0000, by voroshil
-
r21430: documented -mpegopts :[va]buf_sizeSun, 03 Dec 2006 05:59:30 +0000, by voroshil
-
document s3fb video out driverSun, 03 Dec 2006 00:29:07 +0000, by gpoirier
-
Use fallback XAnim and Real codecs directories when autodetection is skipped.Sat, 02 Dec 2006 20:54:51 +0000, by diego
-
Remove warning about missing codecs directory, the condition is always true.Sat, 02 Dec 2006 20:49:35 +0000, by diego
-
Merge dga/nodga suboption of vo_vesa, no short forms.Sat, 02 Dec 2006 20:32:28 +0000, by diego
-
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)Sat, 02 Dec 2006 19:59:35 +0000, by reimar
-
synced with r21446Sat, 02 Dec 2006 18:51:01 +0000, by Gabrov
-
Remove long-deprecated -vop option.Sat, 02 Dec 2006 17:32:53 +0000, by diego
-
Replace deprecated vo_plugin_args by vf_settings.Sat, 02 Dec 2006 17:29:56 +0000, by diego
-
cosmetics: Rename functions and variable names from vop to vf.Sat, 02 Dec 2006 17:24:17 +0000, by diego
-
Set video aspect ratio for libass in vf_vo.Sat, 02 Dec 2006 17:04:01 +0000, by eugeni
-
Update comment, video output plugins are deprecated.Sat, 02 Dec 2006 16:49:13 +0000, by diego
-
Audio track switching works for AVI and libavformat as well.Sat, 02 Dec 2006 16:07:17 +0000, by diego
-
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()Sat, 02 Dec 2006 14:50:12 +0000, by nicodvb
-
synced with r21438Sat, 02 Dec 2006 14:00:41 +0000, by Gabrov
-
Fix includes and include path, bswap.h is in libavutil now.Sat, 02 Dec 2006 12:33:59 +0000, by diego
-
Remove superfluous bswap.h include.Sat, 02 Dec 2006 12:32:44 +0000, by diego
-
Remove suffix rules that are just copies of make builtin rules.Sat, 02 Dec 2006 12:08:25 +0000, by diego
-
Use standard name for C++ flags.Sat, 02 Dec 2006 11:41:58 +0000, by diego
-
Move system headers before libavutil headers to work around build issues onSat, 02 Dec 2006 11:09:01 +0000, by diego
-
Compile fix since libvo/sub.h include was removed from mplayer.hSat, 02 Dec 2006 10:00:03 +0000, by reimar
-
Translated section "AUDIO FILTERS"Sat, 02 Dec 2006 07:56:05 +0000, by voroshil
-
TypoSat, 02 Dec 2006 07:44:03 +0000, by voroshil
-
documented -mpegopts :[va]buf_sizeSat, 02 Dec 2006 00:04:03 +0000, by nicodvb
-
permit to specify the sizes of the decoders' buffersFri, 01 Dec 2006 23:51:51 +0000, by nicodvb
-
fix mencoder include clash on osxFri, 01 Dec 2006 23:48:07 +0000, by nplourde
-
Synced with r21395Fri, 01 Dec 2006 23:43:53 +0000, by torinthiel
-
Sync r21425Fri, 01 Dec 2006 23:42:50 +0000, by torinthiel
-
Some fixes for previous commit, 10l for meFri, 01 Dec 2006 23:41:55 +0000, by torinthiel
-
Reformat examples:Fri, 01 Dec 2006 21:52:42 +0000, by torinthiel
-
Consistent capitalization of table entriesFri, 01 Dec 2006 21:42:55 +0000, by torinthiel
-
100l confused FFMIN/FFMAXFri, 01 Dec 2006 19:43:36 +0000, by reimar
-
Proper fix for last demux_avi commit, stream switching now really shouldFri, 01 Dec 2006 19:24:42 +0000, by reimar
-
Make sure we do not hang if no streams are availableFri, 01 Dec 2006 18:51:44 +0000, by reimar
-
Implement stream switching for AVI demuxer.Fri, 01 Dec 2006 17:57:29 +0000, by reimar
-
update for r21415 and r21416Fri, 01 Dec 2006 17:56:41 +0000, by henry
-
Cleanup and fix rectangle size calculation, caused crashes with e.g.Fri, 01 Dec 2006 17:51:44 +0000, by reimar
-
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)Fri, 01 Dec 2006 17:49:59 +0000, by henry
-
ignore invalid values in the sequence display extension (backport from 0.4.1)Fri, 01 Dec 2006 17:47:55 +0000, by henry
-
r21410: document new meaning of dia=1 introduced by lavc r7192Fri, 01 Dec 2006 17:30:49 +0000, by voroshil
-
mark lavc's uneven multi-hexagon search as slow, remove stray '.'Fri, 01 Dec 2006 15:34:00 +0000, by gpoirier
-
Fix a declarations vs statements warning.Fri, 01 Dec 2006 15:04:46 +0000, by diego
-
Fix declarations vs statements warning.Fri, 01 Dec 2006 14:58:11 +0000, by diego
-
document new meaning of dia=-1 introduced by lavc r7192Fri, 01 Dec 2006 13:17:07 +0000, by gpoirier
-
Add libav include paths to CFLAGS without indirection.Fri, 01 Dec 2006 11:27:21 +0000, by diego
-
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.Fri, 01 Dec 2006 11:24:19 +0000, by diego
-
remove duplicate entryFri, 01 Dec 2006 08:40:28 +0000, by gpoirier
-
Add libav include paths to CFLAGS without indirection.Fri, 01 Dec 2006 01:11:42 +0000, by diego
-
move reserved_bytes out of packet_footer. this makes all packets uniform.Thu, 30 Nov 2006 21:59:55 +0000, by ivo
-
Use av_int2flt/av_int2dbl to read float values. This is simpler and moreThu, 30 Nov 2006 17:55:00 +0000, by reimar
-
Move initialization of sh_audio/sh_video members to aviheaderThu, 30 Nov 2006 17:48:00 +0000, by reimar
-
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_framesThu, 30 Nov 2006 16:10:00 +0000, by voroshil
-
r21372: Some punctuation cosmetics and better wordingThu, 30 Nov 2006 16:08:43 +0000, by voroshil
-
r21367: If a glyph is not found in the current font, switch to another one.Thu, 30 Nov 2006 15:49:30 +0000, by voroshil
-
fix suggested by DiegoThu, 30 Nov 2006 12:50:34 +0000, by gpoirier
-
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_framesThu, 30 Nov 2006 09:27:45 +0000, by gpoirier
-
fix indentation after last commitThu, 30 Nov 2006 08:48:31 +0000, by gpoirier
-
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %Thu, 30 Nov 2006 08:47:29 +0000, by gpoirier
-
Better wording for previous commitWed, 29 Nov 2006 23:50:18 +0000, by torinthiel
-
TypoWed, 29 Nov 2006 23:11:59 +0000, by torinthiel
-
add missing r15484Wed, 29 Nov 2006 20:46:27 +0000, by henry
-
Add another FourCC found in the wild, for example:Wed, 29 Nov 2006 17:58:39 +0000, by rathann
-
Remove duplicate OPTFLAGS from CFLAGS.Wed, 29 Nov 2006 15:17:49 +0000, by diego
-
Remove some superfluous include CFLAGS.Wed, 29 Nov 2006 15:14:03 +0000, by diego
-
Explain reason for -I.. in CFLAGS here.Wed, 29 Nov 2006 15:10:11 +0000, by diego
-
Remove bswap.h, use libavutil/bswap.h instead.Wed, 29 Nov 2006 15:02:45 +0000, by diego
-
Fix macro redefinition warning.Wed, 29 Nov 2006 14:53:32 +0000, by diego
-
Remove some of the worst "headers include headers which includeWed, 29 Nov 2006 14:08:24 +0000, by reimar
-
Avoid compiling code using %ah etc. on AMD64, since that will not workWed, 29 Nov 2006 13:49:48 +0000, by reimar
-
Get rid of stubs.S, move code to inline asm.Wed, 29 Nov 2006 12:56:52 +0000, by reimar
-
Cosmetics: remove unused and commented out add_stub function headerWed, 29 Nov 2006 12:55:17 +0000, by reimar
-
Some extra checks and safety space for add_stub function.Wed, 29 Nov 2006 12:44:05 +0000, by reimar
-
Change add_stub code to also work without -fomit-frame-pointerWed, 29 Nov 2006 12:20:05 +0000, by reimar
-
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.Wed, 29 Nov 2006 11:57:16 +0000, by reimar
-
Add /usr/local/lib and /usr/local/include to the linker/compilerWed, 29 Nov 2006 11:07:30 +0000, by diego
-
support for Westwood SND1 audioWed, 29 Nov 2006 10:51:39 +0000, by diego
-
`sdl-config --libs` under mingw32 will give -lmingw32, which leads toWed, 29 Nov 2006 10:33:42 +0000, by diego
-
URL fixWed, 29 Nov 2006 10:24:43 +0000, by diego
-
Synced with r21374Wed, 29 Nov 2006 10:13:26 +0000, by torinthiel
-
Fix URL, it has moved.Wed, 29 Nov 2006 10:03:45 +0000, by torinthiel
-
Synced with r21372Wed, 29 Nov 2006 10:02:37 +0000, by torinthiel
-
Some punctuation cosmetics and better wordingWed, 29 Nov 2006 09:41:57 +0000, by torinthiel
-
Sync with FFmpeg changes for encoder/decoder registration.Wed, 29 Nov 2006 08:55:24 +0000, by aurel
-
Fix 2 header bugs introduced by nplourde's previous commit:Tue, 28 Nov 2006 23:53:07 +0000, by uau
-
reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>Tue, 28 Nov 2006 23:13:08 +0000, by nplourde
-
adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>Tue, 28 Nov 2006 23:05:45 +0000, by nplourde
-
If a glyph is not found in the current font, switch to another one.Tue, 28 Nov 2006 22:50:02 +0000, by eugeni
-
Skip glyphs with char code < 0x20.Tue, 28 Nov 2006 22:44:40 +0000, by eugeni
-
Add FT_Library to ass_font_t.Tue, 28 Nov 2006 22:20:24 +0000, by eugeni
-
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyTue, 28 Nov 2006 22:17:33 +0000, by eugeni
-
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dblTue, 28 Nov 2006 19:01:04 +0000, by reimar
-
Make me maintainer of demux_nuv since I am the only oneTue, 28 Nov 2006 18:54:13 +0000, by reimar
-
r21306: fix compilation for win32 dll codec support for intel osxTue, 28 Nov 2006 18:41:47 +0000, by voroshil
-
Remove long double reading code, long double was never used AFAICT andTue, 28 Nov 2006 18:34:08 +0000, by reimar
-
r21298: "D" interactive key also works with yadif nowTue, 28 Nov 2006 18:29:58 +0000, by voroshil
-
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.Tue, 28 Nov 2006 18:29:24 +0000, by diego
-
Cycling through video tracks works with libavformat as well.Tue, 28 Nov 2006 16:50:39 +0000, by diego
-
Remove #ifdef __OpenBSD__, there is no indication this is needed.Tue, 28 Nov 2006 12:46:38 +0000, by diego
-
support Intel Core 2 and AMD Geode in the processor detection routinesTue, 28 Nov 2006 12:04:59 +0000, by diego
-
Generate OBJS from SRCS in a more elegant and less redundant way.Tue, 28 Nov 2006 11:54:12 +0000, by diego
-
cosmetics: Sort SRCS by alphabetical order.Tue, 28 Nov 2006 11:53:08 +0000, by diego
-
Unrecurse VIDIX installation.Tue, 28 Nov 2006 10:04:41 +0000, by diego
-
Unrecurse VIDIX drivers uninstall.Tue, 28 Nov 2006 09:36:39 +0000, by diego
-
Remove one level of indirection on VIDIX install/uninstall.Tue, 28 Nov 2006 09:33:53 +0000, by diego
-
cosmetical reformattingMon, 27 Nov 2006 23:25:08 +0000, by nicodvb
-
feed the content of NAV_PACKET to the demuxerMon, 27 Nov 2006 23:21:23 +0000, by nicodvb
-
Shorten LIBAV_INC handling.Mon, 27 Nov 2006 22:57:42 +0000, by diego
-
Merge _ld_arch into _ld_extra.Mon, 27 Nov 2006 22:55:46 +0000, by diego
-
cosmetics to ease future patchingMon, 27 Nov 2006 22:52:31 +0000, by diego
-
Disable cddb on Darwin at Reimar's request.Mon, 27 Nov 2006 22:48:54 +0000, by diego
-
_ld_sock is already in _ld_extra.Mon, 27 Nov 2006 22:34:03 +0000, by diego
-
Add a config.mak variable for CDDB.Mon, 27 Nov 2006 22:02:06 +0000, by diego
-
Change "p" asm constraints to "g", since "p" was a no longer necessary hack toMon, 27 Nov 2006 21:59:13 +0000, by reimar
-
Note that ffxandpcm only works with libavformat.Mon, 27 Nov 2006 21:02:06 +0000, by diego
-
Don't include freetype headers in other headers.Mon, 27 Nov 2006 17:56:49 +0000, by eugeni
-
Fix compilation broken in previous commit.Mon, 27 Nov 2006 17:53:33 +0000, by eugeni
-
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Mon, 27 Nov 2006 17:50:05 +0000, by eugeni
-
Cosmetics: reindent.Mon, 27 Nov 2006 17:34:47 +0000, by eugeni
-
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.Mon, 27 Nov 2006 17:33:59 +0000, by eugeni
-
help messages:Mon, 27 Nov 2006 17:22:31 +0000, by kraymer
-
Move ass_font_t allocation to ass_font.h.Mon, 27 Nov 2006 17:13:52 +0000, by eugeni
-
insert line break for overly long line (second line indented)Mon, 27 Nov 2006 16:56:57 +0000, by kraymer
-
wrapper.S should be compiled on non-Darwin, non-Windows systems.Mon, 27 Nov 2006 16:47:27 +0000, by diego
-
Initialize font size with 0.Mon, 27 Nov 2006 16:21:10 +0000, by eugeni
-
Remove unused unk_exp1 loader asm codeMon, 27 Nov 2006 16:17:29 +0000, by reimar
-
localization of parser-m*cmd.c messagesMon, 27 Nov 2006 15:46:36 +0000, by ptt
-
Ignore libmpmux.a.Mon, 27 Nov 2006 14:27:33 +0000, by diego
-
Split muxers into a separate library that only MEncoder is linked against.Mon, 27 Nov 2006 14:26:52 +0000, by diego
-
FFmpeg-style dependency declarationMon, 27 Nov 2006 13:42:36 +0000, by diego
-
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.Mon, 27 Nov 2006 13:38:13 +0000, by diego
-
Move common code to mpcommon.mak.Mon, 27 Nov 2006 13:32:24 +0000, by diego
-
Sync with FFmpeg changes for (de)muxer registration.Mon, 27 Nov 2006 13:19:34 +0000, by diego
-
test1 --> testMon, 27 Nov 2006 13:03:11 +0000, by diego
-
cosmetics: Merge SRCS together, alphabetical order, whitespace.Mon, 27 Nov 2006 12:09:58 +0000, by diego
-
oops someone forgot obj-c source fileMon, 27 Nov 2006 12:07:14 +0000, by nplourde
-
cosmetics:indentationMon, 27 Nov 2006 12:02:56 +0000, by diego
-
Untangle dependencies that are handled by configure.Mon, 27 Nov 2006 12:00:49 +0000, by diego
-
Remove unused LIBAV_INC variable.Mon, 27 Nov 2006 11:48:29 +0000, by diego
-
Remove superfluous dependency declaration on real header files.Mon, 27 Nov 2006 11:31:25 +0000, by diego
-
simplify test targetMon, 27 Nov 2006 11:25:15 +0000, by diego
-
Simplify, TARGET_WIN32 is both Cygwin and MinGW.Mon, 27 Nov 2006 11:19:49 +0000, by diego
-
Simplify test program generation.Mon, 27 Nov 2006 11:11:14 +0000, by diego
-
Remove superfluous CFLAGS declaration (is in mpcommon.mak).Mon, 27 Nov 2006 10:58:03 +0000, by diego
-
There are no .s files in mp3lib/, remove the corresponding suffix rule.Mon, 27 Nov 2006 10:53:40 +0000, by diego
-
libac3 was removed ages ago, remove the related test target.Mon, 27 Nov 2006 10:49:44 +0000, by diego
-
.s files don't exist anymore.Mon, 27 Nov 2006 10:44:43 +0000, by diego
-
Synced with r21168Mon, 27 Nov 2006 08:56:42 +0000, by torinthiel
-
fix compilation for win32 dll codec support for intel osxMon, 27 Nov 2006 02:44:06 +0000, by nplourde
-
Remove unnecessary header indirection.Mon, 27 Nov 2006 02:20:15 +0000, by diego
-
Use standard SRCS2 name for MEncoder sources.Mon, 27 Nov 2006 01:53:05 +0000, by diego
-
Move common code for generating multiple libraries to mpcommon.mak.Mon, 27 Nov 2006 01:40:39 +0000, by diego
-
10l: Muxers were not being compiled even when MEncoder was enabled.Mon, 27 Nov 2006 01:36:13 +0000, by diego
-
FFmpeg-style conditional dependency declarationMon, 27 Nov 2006 01:17:22 +0000, by diego
-
libmpdemux has no subdirectories.Mon, 27 Nov 2006 01:01:50 +0000, by diego
-
sync w/ 21298Sun, 26 Nov 2006 23:25:42 +0000, by gpoirier
-
"D" interactive key also works with yadif nowSun, 26 Nov 2006 22:58:32 +0000, by gpoirier
-
Merge duplicate entries.Sun, 26 Nov 2006 22:58:28 +0000, by diego
-
Remove unnecessary variable indirection.Sun, 26 Nov 2006 22:53:57 +0000, by diego
-
Remove obsolete "no_more_font_messages" hack.Sun, 26 Nov 2006 22:53:52 +0000, by eugeni
-
rename all *_nom (nominator) to the correct *_num (numerator)Sun, 26 Nov 2006 22:50:47 +0000, by ivo
-
Move fonts-related code to a separate file.Sun, 26 Nov 2006 22:49:27 +0000, by eugeni
-
cosmetics: alphabetical orderSun, 26 Nov 2006 22:47:32 +0000, by diego
-
FFmpeg-style conditional dependency declarationSun, 26 Nov 2006 22:37:03 +0000, by diego
-
100l typosSun, 26 Nov 2006 22:13:46 +0000, by diego
-
Remove useless variable indirection.Sun, 26 Nov 2006 22:11:46 +0000, by diego
-
cosmetics: Move around some entries for better readability.Sun, 26 Nov 2006 22:11:07 +0000, by diego
-
Do not use many different variables for SRCS.Sun, 26 Nov 2006 22:02:52 +0000, by diego
-
Reorder entries for better readability.Sun, 26 Nov 2006 21:55:40 +0000, by diego
-
Remove unused include variable.Sun, 26 Nov 2006 21:30:17 +0000, by diego
-
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sinceSun, 26 Nov 2006 21:21:27 +0000, by reimar
-
Make ass_new_font return ass_font_t struct (instead of just FT_Face).Sun, 26 Nov 2006 20:53:29 +0000, by eugeni
-
Move ass_font_t to header.Sun, 26 Nov 2006 20:38:06 +0000, by eugeni
-
Rename:Sun, 26 Nov 2006 20:34:54 +0000, by eugeni
-
Fix previous broken vd_qtvideo.c commit which failed on MACOSXSun, 26 Nov 2006 19:35:56 +0000, by uau
-
Move #include <QuickTime/ImageCodec.h> before internal headersSun, 26 Nov 2006 19:19:00 +0000, by uau
-
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,Sun, 26 Nov 2006 18:37:51 +0000, by reimar
-
Rename config.h --> debug.h and include config.h explicitly.Sun, 26 Nov 2006 18:33:41 +0000, by diego
-
Shouldn't move "#ifdef MACOSX" before #include config.h of course...Sun, 26 Nov 2006 18:27:42 +0000, by uau
-
Merge common parts of all Makefiles into one file included by all.Sun, 26 Nov 2006 18:12:36 +0000, by diego
-
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.Sun, 26 Nov 2006 18:06:11 +0000, by uau
-
Add explicit dependency information for libosd.a, this fixes MEncoder-onlySun, 26 Nov 2006 16:31:47 +0000, by diego
-
Remove config.h, there are multiple files under that name, inviting bugs andSun, 26 Nov 2006 15:42:38 +0000, by diego
-
sync w/ r21255 (improved deadzone desc.)Sun, 26 Nov 2006 15:29:40 +0000, by gpoirier
-
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.cSun, 26 Nov 2006 14:13:39 +0000, by reimar
-
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.Sun, 26 Nov 2006 13:55:55 +0000, by reimar
-
Adjust icon path since windres is now called from osdep subdirSun, 26 Nov 2006 13:54:23 +0000, by reimar
-
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.Sun, 26 Nov 2006 13:26:21 +0000, by reimar
-
le2me_32 is no longer a macro on PPC, and in general does not have toSun, 26 Nov 2006 13:19:32 +0000, by reimar
-
Revert r21251 (moving loader/config.h contents to main config.h).Sun, 26 Nov 2006 13:17:50 +0000, by uau
-
Remove useless fd parameter for mmap_anonSun, 26 Nov 2006 13:09:46 +0000, by reimar
-
Simplify, remove useless indirection.Sun, 26 Nov 2006 13:04:14 +0000, by diego
-
Fix loader code: closed .dll file handles when it should notSun, 26 Nov 2006 13:02:02 +0000, by reimar
-
r21186: Remove "OSD only" tags; those options always exist.Sun, 26 Nov 2006 13:01:09 +0000, by voroshil
-
open /dev/zero left over from mmap_anon patchSun, 26 Nov 2006 12:55:09 +0000, by reimar
-
Useless use of strstr, strchr is good enough.Sun, 26 Nov 2006 12:12:46 +0000, by reimar
-
Check the log level before processing the messageSun, 26 Nov 2006 12:08:40 +0000, by henry
-
match exactly card number N specified, rather than the N-th actually usableSun, 26 Nov 2006 12:03:23 +0000, by nicodvb
-
Set _win32codecsdir fallback also with --enable-win32Sun, 26 Nov 2006 11:56:54 +0000, by reimar
-
typo in deadzone_interSun, 26 Nov 2006 01:25:50 +0000, by lorenm
-
nits and picks by The Wanderer :)Sun, 26 Nov 2006 00:53:16 +0000, by gpoirier
-
Sanity-check number of lines in CC subtitleSat, 25 Nov 2006 22:18:40 +0000, by reimar
-
Cleanup for uselessly complicated closed-caption subtitle handlingSat, 25 Nov 2006 22:06:00 +0000, by reimar
-
Move contents of loader/config.h to configure/config.h, there areSat, 25 Nov 2006 20:53:43 +0000, by diego
-
Add a sanity check to unsafe-looking code.Sat, 25 Nov 2006 20:01:24 +0000, by uau
-
Remove config.h and move its content to af.h. There are multiple files underSat, 25 Nov 2006 19:57:31 +0000, by diego
-
Use the real name of the header file when guarding against double inclusion.Sat, 25 Nov 2006 19:41:52 +0000, by diego
-
Remove nonexistent variable.Sat, 25 Nov 2006 19:19:36 +0000, by diego
-
Remove superfluous comment.Sat, 25 Nov 2006 19:15:23 +0000, by diego
-
Don't compile libvo.a unless MPlayer is enabled.Sat, 25 Nov 2006 18:56:00 +0000, by diego
-
simplifySat, 25 Nov 2006 18:45:03 +0000, by diego
-
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hSat, 25 Nov 2006 18:37:37 +0000, by diego
-
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.Sat, 25 Nov 2006 18:30:44 +0000, by reimar
-
Linking hotfix, loader depends on osdep.Sat, 25 Nov 2006 18:24:58 +0000, by diego
-
Remove useless libvo/sub.h include.Sat, 25 Nov 2006 18:20:09 +0000, by reimar
-
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,Sat, 25 Nov 2006 18:00:59 +0000, by reimar
-
simplifySat, 25 Nov 2006 17:58:43 +0000, by diego
-
Add generic target that allow compiling without any assembler or otherwiseSat, 25 Nov 2006 17:58:33 +0000, by reimar
-
missing include for uint16_tSat, 25 Nov 2006 17:58:14 +0000, by ben
-
keep nav highlight event in dvdnav priv structureSat, 25 Nov 2006 17:44:22 +0000, by ben
-
There are no more .depend files in subdirectories.Sat, 25 Nov 2006 17:31:07 +0000, by diego
-
simplifySat, 25 Nov 2006 17:16:21 +0000, by diego
-
Remove commented-out cruft.Sat, 25 Nov 2006 17:14:31 +0000, by diego
-
Unconditionally include config.mak for consistency.Sat, 25 Nov 2006 17:11:48 +0000, by diego
-
more consistency with the other Makefiles.Sat, 25 Nov 2006 17:09:25 +0000, by diego
-
SRCS should be one per line to make patches more readable.Sat, 25 Nov 2006 17:06:08 +0000, by diego
-
fix typos noticed by DiegoSat, 25 Nov 2006 17:03:12 +0000, by gpoirier
-
Remove pointless indirection.Sat, 25 Nov 2006 17:02:52 +0000, by diego
-
Sync with FFmpeg r7167.Sat, 25 Nov 2006 16:55:02 +0000, by diego
-
FFmpeg-style conditional dependency declarationSat, 25 Nov 2006 16:49:29 +0000, by diego
-
Remove superfluous comment.Sat, 25 Nov 2006 16:14:01 +0000, by diego
-
Remove superfluous comment.Sat, 25 Nov 2006 16:13:26 +0000, by diego
-
Remove superfluous comment.Sat, 25 Nov 2006 16:12:36 +0000, by diego
-
improve description of x264's deadzone* optionsSat, 25 Nov 2006 15:17:21 +0000, by gpoirier
-
support for comma-separated language codes in -slangSat, 25 Nov 2006 15:00:08 +0000, by nicodvb
-
support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yetSat, 25 Nov 2006 14:46:21 +0000, by nicodvb
-
spurious () like in ({code;}) probably is not valid C, icc 9, definitelySat, 25 Nov 2006 13:39:21 +0000, by reimar
-
Avoid void * arithmeticSat, 25 Nov 2006 13:34:55 +0000, by reimar
-
better nav highlight handlingSat, 25 Nov 2006 13:03:51 +0000, by ben
-
removed unused members and variablesSat, 25 Nov 2006 12:37:47 +0000, by nicodvb
-
COSMETICS: consistently reformatted after ben's messSat, 25 Nov 2006 12:19:15 +0000, by nicodvb
-
added code to identify subs language and count; needed for forthcoming support for -slangSat, 25 Nov 2006 12:17:34 +0000, by nicodvb
-
Add distclean target, unconditionally remove all objects on clean.Sat, 25 Nov 2006 11:29:25 +0000, by diego
-
a few more clarifications for codec_specific_data by Ralph Giles and meSat, 25 Nov 2006 11:28:38 +0000, by michael
-
all should be the first target.Sat, 25 Nov 2006 11:26:53 +0000, by diego
-
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)Sat, 25 Nov 2006 11:20:02 +0000, by ben
-
10l copy + paste typoSat, 25 Nov 2006 09:53:28 +0000, by diego
-
Simplify LIBNAME target with $@ and $^.Sat, 25 Nov 2006 09:52:45 +0000, by diego
-
Remove commented-out cruft.Sat, 25 Nov 2006 09:50:18 +0000, by diego
-
Move osdep/mplayer.rc handling to the osdep Makefile.Sat, 25 Nov 2006 09:49:18 +0000, by diego
-
Remove nonexistent variable/file.Sat, 25 Nov 2006 01:28:49 +0000, by diego
-
added mmap_anon to osdep lib. Used in loader for nowSat, 25 Nov 2006 01:22:20 +0000, by nplourde
-
No need to ignore files that are not generated any longer.Sat, 25 Nov 2006 00:50:43 +0000, by diego
-
Make loader Makefile non-recursive.Sat, 25 Nov 2006 00:31:07 +0000, by diego
-
Use $@ and $^ to designate target and prerequisites.Sat, 25 Nov 2006 00:12:08 +0000, by diego
-
cosmetics: Move around targets for consistency.Sat, 25 Nov 2006 00:09:39 +0000, by diego
-
Remove superfluous suffix rule.Sat, 25 Nov 2006 00:08:15 +0000, by diego
-
Handle stubs.s like all other source files.Fri, 24 Nov 2006 23:49:30 +0000, by diego
-
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegFri, 24 Nov 2006 23:32:39 +0000, by diego
-
Remove .depend on distclean.Fri, 24 Nov 2006 20:20:26 +0000, by diego
-
Clean up CFLAGS handling.Fri, 24 Nov 2006 20:19:29 +0000, by diego
-
add two missing descriptions (index.syncpoints and info_packet.count)Fri, 24 Nov 2006 16:43:05 +0000, by ivo
-
specify the bitnumber for frame_flags, instead of a decimal bitmaskFri, 24 Nov 2006 16:35:22 +0000, by ivo
-
specify, where possible, the type of the tags in the tag description sectionFri, 24 Nov 2006 16:31:48 +0000, by ivo
-
r21161: MSGTR for libmpcodecs/vd.cFri, 24 Nov 2006 15:06:18 +0000, by kraymer
-
codec_specific_data clarificationFri, 24 Nov 2006 12:51:33 +0000, by michael
-
sync with r21186Fri, 24 Nov 2006 12:33:34 +0000, by gpoirier
-
fix another typoFri, 24 Nov 2006 11:27:08 +0000, by ivo
-
Remove "OSD only" tags; those options always exist.Fri, 24 Nov 2006 10:20:04 +0000, by uau
-
Remove bug workarounds for ancient gcc and libc versions.Fri, 24 Nov 2006 00:42:44 +0000, by diego
-
fix sync comment, it was left out in last commitThu, 23 Nov 2006 23:00:36 +0000, by kraymer
-
r21078: add a link to Michael's de-interlacing filters, and replace the crappyThu, 23 Nov 2006 22:51:42 +0000, by kraymer
-
Cosmetics: indentation fix.Thu, 23 Nov 2006 17:37:28 +0000, by eugeni
-
fix some typosThu, 23 Nov 2006 15:31:34 +0000, by ivo
-
Get rid of _ld_gtk and _ld_glib.Wed, 22 Nov 2006 19:35:41 +0000, by diego
-
Fix incorrect function pointer definition.Wed, 22 Nov 2006 19:33:30 +0000, by uau
-
Get rid of _ld_vorbis.Wed, 22 Nov 2006 19:26:52 +0000, by diego
-
Make compilation depending on USE_OSD unconditional.Wed, 22 Nov 2006 19:21:16 +0000, by uau
-
Get rid of _xmms_lib.Wed, 22 Nov 2006 19:19:47 +0000, by diego
-
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.Wed, 22 Nov 2006 19:13:13 +0000, by diego
-
Cosmetics to make the next patches more readable.Wed, 22 Nov 2006 19:12:09 +0000, by diego
-
Better translation of "demuxer" word.Wed, 22 Nov 2006 19:11:23 +0000, by voroshil
-
r21151: typoWed, 22 Nov 2006 19:01:54 +0000, by voroshil
-
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.Wed, 22 Nov 2006 18:47:46 +0000, by voroshil
-
Fix incorrect stride used in vf_ass.Wed, 22 Nov 2006 17:00:03 +0000, by eugeni
-
Remove _ld_x11.Wed, 22 Nov 2006 16:42:04 +0000, by diego
-
x264 supports interlaced encoding for some timeWed, 22 Nov 2006 13:12:28 +0000, by gpoirier
-
r21082: MSGTRs for libassWed, 22 Nov 2006 12:44:52 +0000, by kraymer
-
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.atWed, 22 Nov 2006 12:05:27 +0000, by diego
-
Remove _ld_gif and _ld_theora.Wed, 22 Nov 2006 09:51:34 +0000, by diego
-
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.Wed, 22 Nov 2006 09:36:33 +0000, by diego
-
fix broken characterWed, 22 Nov 2006 09:31:14 +0000, by kraymer
-
MSGTRs for mencoder.cWed, 22 Nov 2006 09:27:45 +0000, by kraymer
-
MSGTR for libmpcodecs/vd.cWed, 22 Nov 2006 09:26:58 +0000, by kraymer
-
sync w/ r21154Tue, 21 Nov 2006 22:24:00 +0000, by gpoirier
-
Synced with r21152Tue, 21 Nov 2006 22:14:36 +0000, by torinthiel
-
documented :format=pes[12] in -mpegoptsTue, 21 Nov 2006 22:13:23 +0000, by nicodvb
-
permit muxing to raw pes (VDR uses this)Tue, 21 Nov 2006 22:09:58 +0000, by nicodvb
-
Make compilation depending on USE_SUB unconditional.Tue, 21 Nov 2006 20:48:17 +0000, by uau
-
Remove outdated and superfluous video cards section.Tue, 21 Nov 2006 20:31:35 +0000, by diego
-
Remove outdated and superfluous sound card section.Tue, 21 Nov 2006 20:29:42 +0000, by diego
-
Miscellaneous updates for the introduction and the requirements section.Tue, 21 Nov 2006 20:28:27 +0000, by diego
-
typo: Bitrate is printed in kb/s, not Mb/s on the status line.Tue, 21 Nov 2006 20:09:15 +0000, by diego
-
typoTue, 21 Nov 2006 20:05:38 +0000, by diego
-
r21078: add a link to Michael's de-interlacing filters...Tue, 21 Nov 2006 19:37:58 +0000, by voroshil
-
Fix wrong fps value for TelecineMode in translationTue, 21 Nov 2006 19:30:03 +0000, by voroshil
-
r21082: MSGTRs for libassTue, 21 Nov 2006 19:24:30 +0000, by voroshil
-
LIBS vs LDFLAGS typoTue, 21 Nov 2006 17:58:39 +0000, by diego
-
Split libs that are dependencies and those that are just linker flags.Tue, 21 Nov 2006 17:42:20 +0000, by diego
-
Fix SVN r21075, it completely disabled OpenGL in almost all cases.Tue, 21 Nov 2006 17:36:39 +0000, by reimar
-
Treat fontconfig and FreeType linker flags just like any other linker flag.Tue, 21 Nov 2006 17:20:32 +0000, by diego
-
Remove stray -I from include dirs in live555 check, it was being duplicated.Tue, 21 Nov 2006 16:46:31 +0000, by diego
-
cosmeticsTue, 21 Nov 2006 16:27:05 +0000, by reimar
-
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFATue, 21 Nov 2006 16:26:38 +0000, by reimar
-
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERTue, 21 Nov 2006 16:23:35 +0000, by diego
-
_ld_tmp vs _ld_x264 typoTue, 21 Nov 2006 16:15:39 +0000, by diego
-
Remove --with-x11libdir and --with-livelibdir.Tue, 21 Nov 2006 16:13:11 +0000, by diego
-
Attempt to properly fix linking of encoding libs used by libavcodec.Tue, 21 Nov 2006 16:00:00 +0000, by diego
-
Reuse init_vo_spudec in subtitle switching code.Tue, 21 Nov 2006 15:48:00 +0000, by reimar
-
Move vo_spudec initialization into a separate function, for later reuseTue, 21 Nov 2006 15:43:23 +0000, by reimar
-
Remove libdha from LIBS_MPLAYER.Tue, 21 Nov 2006 15:40:53 +0000, by diego
-
ALSA can be used by both MPlayer and MEncoder.Tue, 21 Nov 2006 15:15:13 +0000, by diego
-
Fix linking when libavcodec uses x264.Tue, 21 Nov 2006 15:12:55 +0000, by diego
-
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.Tue, 21 Nov 2006 13:53:32 +0000, by diego
-
_ld_xv does not exist anymore.Tue, 21 Nov 2006 13:45:11 +0000, by diego
-
Add _libs_mplayer and _libs_mencoder to cc_check.Tue, 21 Nov 2006 13:44:42 +0000, by diego
-
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.Tue, 21 Nov 2006 13:18:56 +0000, by diego
-
Move FFmpeg library dependencies into the Makefile just like everything else.Tue, 21 Nov 2006 12:49:46 +0000, by diego
-
Move some Win32 LDFLAGS into _ld_extra.Tue, 21 Nov 2006 12:16:12 +0000, by diego
-
Merge MPlayer-specific libs into one variable.Tue, 21 Nov 2006 12:12:19 +0000, by diego
-
Remove _ld_win32, this is handled by the Makefile.Tue, 21 Nov 2006 12:04:41 +0000, by diego