Mercurial > mplayer.hg
graph
-
Make loader Makefile non-recursive.2006-11-25, by diego
-
Use $@ and $^ to designate target and prerequisites.2006-11-25, by diego
-
cosmetics: Move around targets for consistency.2006-11-25, by diego
-
Remove superfluous suffix rule.2006-11-25, by diego
-
Handle stubs.s like all other source files.2006-11-24, by diego
-
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg2006-11-24, by diego
-
Remove .depend on distclean.2006-11-24, by diego
-
Clean up CFLAGS handling.2006-11-24, by diego
-
add two missing descriptions (index.syncpoints and info_packet.count)2006-11-24, by ivo
-
specify the bitnumber for frame_flags, instead of a decimal bitmask2006-11-24, by ivo
-
specify, where possible, the type of the tags in the tag description section2006-11-24, by ivo
-
r21161: MSGTR for libmpcodecs/vd.c2006-11-24, by kraymer
-
codec_specific_data clarification2006-11-24, by michael
-
sync with r211862006-11-24, by gpoirier
-
fix another typo2006-11-24, by ivo
-
Remove "OSD only" tags; those options always exist.2006-11-24, by uau
-
Remove bug workarounds for ancient gcc and libc versions.2006-11-24, by diego
-
fix sync comment, it was left out in last commit2006-11-23, by kraymer
-
r21078: add a link to Michael's de-interlacing filters, and replace the crappy2006-11-23, by kraymer
-
Cosmetics: indentation fix.2006-11-23, by eugeni
-
fix some typos2006-11-23, by ivo
-
Get rid of _ld_gtk and _ld_glib.2006-11-22, by diego
-
Fix incorrect function pointer definition.2006-11-22, by uau
-
Get rid of _ld_vorbis.2006-11-22, by diego
-
Make compilation depending on USE_OSD unconditional.2006-11-22, by uau
-
Get rid of _xmms_lib.2006-11-22, by diego
-
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.2006-11-22, by diego
-
Cosmetics to make the next patches more readable.2006-11-22, by diego
-
Better translation of "demuxer" word.2006-11-22, by voroshil
-
r21151: typo2006-11-22, by voroshil
-
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-22, by voroshil
-
Fix incorrect stride used in vf_ass.2006-11-22, by eugeni
-
Remove _ld_x11.2006-11-22, by diego
-
x264 supports interlaced encoding for some time2006-11-22, by gpoirier
-
r21082: MSGTRs for libass2006-11-22, by kraymer
-
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at2006-11-22, by diego
-
Remove _ld_gif and _ld_theora.2006-11-22, by diego
-
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.2006-11-22, by diego
-
fix broken character2006-11-22, by kraymer
-
MSGTRs for mencoder.c2006-11-22, by kraymer
-
MSGTR for libmpcodecs/vd.c2006-11-22, by kraymer
-
sync w/ r211542006-11-21, by gpoirier
-
Synced with r211522006-11-21, by torinthiel
-
documented :format=pes[12] in -mpegopts2006-11-21, by nicodvb
-
permit muxing to raw pes (VDR uses this)2006-11-21, by nicodvb
-
Make compilation depending on USE_SUB unconditional.2006-11-21, by uau
-
Remove outdated and superfluous video cards section.2006-11-21, by diego
-
Remove outdated and superfluous sound card section.2006-11-21, by diego
-
Miscellaneous updates for the introduction and the requirements section.2006-11-21, by diego
-
typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-21, by diego
-
typo2006-11-21, by diego
-
r21078: add a link to Michael's de-interlacing filters...2006-11-21, by voroshil
-
Fix wrong fps value for TelecineMode in translation2006-11-21, by voroshil
-
r21082: MSGTRs for libass2006-11-21, by voroshil
-
LIBS vs LDFLAGS typo2006-11-21, by diego
-
Split libs that are dependencies and those that are just linker flags.2006-11-21, by diego
-
Fix SVN r21075, it completely disabled OpenGL in almost all cases.2006-11-21, by reimar
-
Treat fontconfig and FreeType linker flags just like any other linker flag.2006-11-21, by diego
-
Remove stray -I from include dirs in live555 check, it was being duplicated.2006-11-21, by diego
-
cosmetics2006-11-21, by reimar
-
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA2006-11-21, by reimar
-
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER2006-11-21, by diego
-
_ld_tmp vs _ld_x264 typo2006-11-21, by diego
-
Remove --with-x11libdir and --with-livelibdir.2006-11-21, by diego
-
Attempt to properly fix linking of encoding libs used by libavcodec.2006-11-21, by diego
-
Reuse init_vo_spudec in subtitle switching code.2006-11-21, by reimar
-
Move vo_spudec initialization into a separate function, for later reuse2006-11-21, by reimar
-
Remove libdha from LIBS_MPLAYER.2006-11-21, by diego
-
ALSA can be used by both MPlayer and MEncoder.2006-11-21, by diego
-
Fix linking when libavcodec uses x264.2006-11-21, by diego
-
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.2006-11-21, by diego
-
_ld_xv does not exist anymore.2006-11-21, by diego
-
Add _libs_mplayer and _libs_mencoder to cc_check.2006-11-21, by diego
-
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.2006-11-21, by diego
-
Move FFmpeg library dependencies into the Makefile just like everything else.2006-11-21, by diego
-
Move some Win32 LDFLAGS into _ld_extra.2006-11-21, by diego
-
Merge MPlayer-specific libs into one variable.2006-11-21, by diego
-
Remove _ld_win32, this is handled by the Makefile.2006-11-21, by diego
-
Split libvo.a into two libs so that libosd.a can be used by MEncoder.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Remove unused -D from CFLAGS.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Add VIDIX to LIBS_MPLAYER directly.2006-11-21, by diego
-
typo / small fixes2006-11-21, by kraymer
-
demux_lavf handles video stream switching2006-11-20, by nicodvb
-
check we aren't short of sh_videos before allocating another one2006-11-20, by nicodvb
-
Cosmetics: remove unneeded curly brackets.2006-11-20, by eugeni
-
Fix collision detection. The old method tried to avoid gaps between subtitles2006-11-20, by eugeni
-
Remove --with-xmmsplugindir and --with-xmmslibdir.2006-11-20, by diego
-
Remove --with-x264libdir.2006-11-20, by diego
-
Remove --with-xvidlibdir.2006-11-20, by diego
-
Remove --with-toolamelibdir from help output as well.2006-11-20, by diego
-
Remove --with-toolamelibdir.2006-11-20, by diego
-
Add support for disabling MPlayer compilation.2006-11-20, by diego
-
Oops, the loader stuff needs to be in COMMON_LIBS.2006-11-20, by diego
-
Deliver dependency handling from redundancy.2006-11-20, by diego
-
Remove MPlayer-specific dependencies from COMMON_DEPS.2006-11-20, by diego
-
VIDIX is for MPlayer only.2006-11-20, by diego
-
The GUI is only for MPlayer, not MEncoder.2006-11-20, by diego
-
Rename variables for consistency.2006-11-20, by diego
-
Simplify gui and menu libs handling.2006-11-20, by diego
-
cosmetics: Move some stuff around for better readability.2006-11-20, by diego
-
Move pause loop into a separate function.2006-11-20, by uau
-
Clean up PARTS handling.2006-11-20, by diego
-
Unify dep/depend targets.2006-11-20, by diego
-
Uninstall should run all parts unconditionally.2006-11-20, by diego
-
Remove nonsense ifeq around MEncoder target and variable declaration.2006-11-20, by diego
-
Reorganize code to move more things out of main().2006-11-20, by uau
-
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some more cleanups for LDFLAGS handling.2006-11-20, by diego
-
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some cleanups for LDFLAGS handling, next part.2006-11-20, by diego
-
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)2006-11-19, by nicodvb
-
misc updates2006-11-19, by diego
-
Put libdvdcss under a separate ifeq.2006-11-19, by diego
-
misc small fixes2006-11-19, by diego
-
in mp_property_{video,audio} permit uniniting of the corresponding chain2006-11-19, by nicodvb
-
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'2006-11-19, by nicodvb
-
MSGTRs for libass2006-11-19, by kraymer
-
Remove settled FIXME.2006-11-19, by diego
-
Sync w/ help_mp-en.h r210012006-11-19, by kraymer
-
Add a new MPEG encoding example using lavf2006-11-19, by gpoirier
-
add a link to Michael's de-interlacing filters, and replace the crappy2006-11-19, by gpoirier
-
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,2006-11-19, by reimar
-
allows to de- and reactivate yadif on the fly2006-11-19, by gpoirier
-
disable x11 gl support on osx2006-11-19, by nplourde
-
Reinitialize some variables on af_resample reinit, fixes crash2006-11-19, by uau
-
Fix printf format/argument count mismatch in mp_property_video2006-11-19, by uau
-
sync w/ r210262006-11-19, by gpoirier
-
Move subtitle updating to a separate function, fix inverted condition2006-11-19, by uau
-
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.2006-11-19, by reimar
-
sync w/r210042006-11-19, by gpoirier
-
sync w/ r20933, patch by Jerome Ferrari2006-11-19, by gpoirier
-
sync tag update2006-11-19, by voroshil
-
Translated section "DECODING/FILTERING OPTIONS"2006-11-19, by voroshil
-
Remove (now hopefully unnecessary) workarounds added in r210562006-11-19, by reimar
-
synced with r210012006-11-19, by Gabrov
-
directly insert ffreep %%st(0) opcode for compatibility with old2006-11-19, by reimar
-
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN2006-11-19, by reimar
-
sync with r20876, patch by Jerome Ferrari2006-11-19, by gpoirier
-
Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as2006-11-19, by reimar
-
synced with r210582006-11-19, by Gabrov
-
new slave command: radio_step_freq2006-11-19, by voroshil
-
Fix compilation error due to unescaped "s.2006-11-19, by reimar
-
fix mp3lib compilation on OSX2006-11-19, by nplourde
-
10l, compilation error in r210542006-11-19, by reimar
-
Generalize subtitle switching, demux_ogg does not need a special case2006-11-19, by reimar
-
translation/spelling fix.2006-11-19, by voroshil
-
Make -slang work again, sub->id is -2 by default, so -slang would be ignored2006-11-19, by reimar
-
Create a sh_sub_t for ogg subtitles.2006-11-19, by reimar
-
riformatted after previous commit2006-11-19, by nicodvb
-
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters2006-11-19, by nicodvb
-
Support multiple subs in mov2006-11-19, by reimar
-
Make sure sh_video == NULL when reinit_video_chain fails.2006-11-19, by reimar
-
Do not just skip a file when vo init fails, instead try to play it2006-11-19, by reimar
-
Clarify that some of the non-SIMD code is now LGPLed.2006-11-19, by lucabe
-
Update section "AUDIO FILTERS"; Some sync w/ r21026;2006-11-19, by kraymer
-
Fix clobber list, half of the modified registers were missing.2006-11-19, by reimar
-
Collect all includes of mplayer headers in libass in a single file (mputils.h).2006-11-19, by eugeni
-
sync w/ r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
sync with r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
fix demux_nut to give proper (estimate) of percent position after a seek2006-11-18, by ods15
-
Add disabled EAGAIN testing code for libnut2006-11-18, by ods15
-
help_mp-ru.h sync with r210012006-11-18, by voroshil
-
switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-12006-11-18, by nicodvb
-
Improve Id CIN description.2006-11-18, by diego
-
fix wrong 60000/10001 fraction2006-11-18, by kraymer
-
Fix double free in af_resample when reinited with suitable parameters2006-11-18, by uau
-
r20969: document new key binding for switching video streams in MPEG-TS2006-11-18, by kraymer
-
r21012: group together "quality" control options2006-11-18, by kraymer
-
r20876: rename: XviD -> Xvid (man page part)2006-11-18, by kraymer
-
r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by kraymer
-
When changing playback speed write the current speed to OSD only after2006-11-18, by uau
-
move demux_nut priv calloc to init() instead of check_file()2006-11-18, by ods15
-
TAB switches between programs2006-11-18, by nicodvb
-
mention switch_video and switch_program2006-11-18, by nicodvb
-
bind TAB to 'step_property switch_program'2006-11-18, by nicodvb
-
switch_program property to switch to/set a new program2006-11-18, by nicodvb
-
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM2006-11-18, by nicodvb
-
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)2006-11-18, by nicodvb
-
group together B-frames options with I,P frames options2006-11-18, by gpoirier
-
group together xvid's rate control options2006-11-18, by gpoirier
-
more mp_property_deinterlace simplification, patch by2006-11-18, by reimar
-
group together "quant_type" and quant_*_matrix since they are related2006-11-18, by gpoirier
-
implemented M_PROPERTY_SET in mp_property_{audio,video}2006-11-18, by nicodvb
-
group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release2006-11-18, by gpoirier
-
reinit_video_chain might set sh_video = NULL, so check against that.2006-11-18, by reimar
-
Move xvid 'grayscale' option close to 'interlacing'2006-11-18, by gpoirier
-
group together "quality" control options2006-11-18, by gpoirier
-
group together xvid's 'closed_gop' and 'packed' options2006-11-18, by gpoirier
-
remove xvid3's divx5bvop and replace it by xvid4's closed_gop2006-11-18, by gpoirier
-
r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by kraymer
-
remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by gpoirier
-
r21001: Add *BSD BT848 radio support2006-11-18, by kraymer
-
support for XAN DPCM audio2006-11-18, by diego
-
document new "D" keybinding for deinterlacing, introduced in2006-11-18, by kraymer
-
remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by gpoirier
-
Xvid3 support is no more: Remove Xvid3-specific options2006-11-18, by gpoirier
-
Mark some functions static2006-11-18, by uau
-
Add *BSD BT848 radio support2006-11-18, by voroshil
-
Remove obsolete Xvid 3 support.2006-11-18, by diego
-
Drop some unnecessary local changes.2006-11-18, by diego
-
Make sure to pick up internal dvdcss.h before a globally installed one.2006-11-18, by diego
-
Rename libdvdread to dvdread. We really only include only the dvdread2006-11-18, by diego
-
support for some more fringe formats, still buggy ..2006-11-17, by diego
-
Try reading palette for vobsub2006-11-17, by reimar
-
Support palette for general vobsub2006-11-17, by reimar
-
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound2006-11-17, by reimar
-
Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp2006-11-17, by reimar
-
consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.2006-11-17, by reimar
-
Minor mp_property_deinterlace simplification2006-11-17, by reimar
-
Add deinterlace property, patch by Carl Eugen Hoyos2006-11-17, by reimar
-
Adapt code to annoying ShowCursor semantics (increases/decreases and returns2006-11-17, by reimar
-
missed piece in update to libnut API - non negative errors2006-11-17, by ods15
-
r20972: defined MSGTR_OSDVideo2006-11-17, by voroshil
-
sync w/r209692006-11-17, by gpoirier
-
add public wrapper for get_frequency2006-11-17, by voroshil
-
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"2006-11-17, by voroshil
-
clarify syncpoint placement recommanditions2006-11-17, by michael
-
seeking2006-11-17, by michael
-
dts & synchronous decoder2006-11-17, by michael
-
support flic video through lavf2006-11-17, by diego
-
Put files fully owned by my under GPL v2 "or later"2006-11-17, by reimar
-
Fix AMD64 support, patch by Reimar Doffinger2006-11-17, by gpoirier
-
some more updates2006-11-17, by ods15
-
some updates2006-11-17, by diego
-
fix some mixed up usage messages and unify with master copy2006-11-17, by kraymer
-
r20972: defined MSGTR_OSDVideo2006-11-17, by kraymer
-
defined MSGTR_OSDVideo2006-11-17, by nicodvb
-
COSMETICS: reformatted2006-11-16, by nicodvb
-
restored circular looping when changing audio and video stream (previously broken)2006-11-16, by nicodvb
-
document new key binding for switching video streams in MPEG-TS2006-11-16, by kraymer
-
reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO2006-11-16, by nicodvb
-
implemented DEMUXER_CTRL_SWITCH_VIDEO2006-11-16, by nicodvb
-
associated _ to 'step_property switch_video'2006-11-16, by nicodvb
-
handle video stream switch using 'switch_video' property'2006-11-16, by nicodvb
-
added code to switch video stream2006-11-16, by nicodvb
-
moved video codec/filters/outdevice initialization code to specific function2006-11-16, by nicodvb
-
cosmetics: Restore alphabetical order, align both tables.2006-11-16, by diego
-
Remove stray newline.2006-11-16, by diego
-
support for RoQ video and audio through libavformat2006-11-16, by diego
-
support for Electronic Arts ADPCM audio2006-11-16, by diego
-
support for Delphine CIN audio and video2006-11-16, by diego
-
Mark internal lavf FourCCs as such.2006-11-16, by diego
-
update to libnut API, non-negative errors2006-11-16, by ods15
-
Removing redundant entry, kraymer is doing all this work while maintaining translations2006-11-16, by reynaldo
-
support for Interplay DPCM audio2006-11-16, by diego
-
cosmetics: alphabetical order and prettyprinting for the CodecTag table2006-11-16, by diego
-
support for Sierra VMD video2006-11-16, by diego
-
Add support for Tiertex SEQ video.2006-11-16, by diego
-
synced with r208792006-11-16, by torinthiel
-
Add support for Westwood IMA ADPCM audio.2006-11-15, by diego