Mercurial > mplayer.hg
graph
-
wording improvements suggested by the Wanderer2008-04-12, by diego
-
removed useless parameter :type from -dvbin (the frontend type is reported by the card)2008-04-12, by nicodvb
-
removed defunct options :vid and :aid from -dvbin (they were useless from the start)2008-04-12, by nicodvb
-
Oops...should be "drv43260.dll" instead of "drv34260.dll"2008-04-12, by zuxy
-
Cosmetic fix for r264192008-04-12, by zuxy
-
Dlls can be relocated when loading so rely on filename instead of absolute2008-04-12, by zuxy
-
Indentation fix for r264172008-04-12, by zuxy
-
Don't print "Could not patch" messages when we haven't actually tried to patch.2008-04-12, by zuxy
-
Check for drvc.dll entries for mingw322008-04-12, by zuxy
-
Ignore dependency files.2008-04-12, by diego
-
Make include paths consistent; do not use ../ in them.2008-04-12, by diego
-
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts2008-04-12, by uau
-
demux_mkv.c: Mark some static tables const2008-04-12, by uau
-
Reformat demuxer.c2008-04-12, by uau
-
Remove global demuxer_type2008-04-12, by uau
-
subreader.c: remove unused code2008-04-12, by uau
-
Remove another two useless special-case from flac metadata reading function2008-04-12, by reimar
-
Simplify: use AV_RB242008-04-12, by reimar
-
Remove useless checks2008-04-12, by reimar
-
Simplify (currently disabled) get_flac_metadata2008-04-12, by reimar
-
Update include paths to account for build system changes.2008-04-12, by diego
-
typo fixes2008-04-12, by diego
-
Enable runtime control for colorful and/or module name output2008-04-12, by zuxy
-
Remove unused function demux_read_data_pack2008-04-11, by uau
-
Makefile: Fix compilation on systems with dvb support2008-04-11, by uau
-
Remove unused make variable.2008-04-11, by diego
-
Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.2008-04-11, by diego
-
Add gui/ prefix to some #include paths so that compilation from the2008-04-11, by diego
-
Add GUI_GTK make variable.2008-04-11, by diego
-
typo in filename2008-04-11, by diego
-
Remove duplicate #include.2008-04-11, by diego
-
Update comment to account for renamed header file.2008-04-11, by diego
-
Split cfg-common.h into two separate header files. It was being included twice2008-04-11, by diego
-
Ahem, libmenu objects should only be compiled when OSD menu is enabled.2008-04-11, by diego
-
vf_pp7 does not depend on libavcodec.2008-04-11, by diego
-
vf_screenshot depends on libavcodec.2008-04-11, by diego
-
Remove unused TARGET_WIN32 setting.2008-04-11, by diego
-
Remove Win32 linker option for netstream. Other winsock using code does not2008-04-11, by diego
-
Add a config.mak variable to control compilation of the Win32 GUI.2008-04-11, by diego
-
Remove unused definition.2008-04-11, by diego
-
Support for vorbis.acm decoder (used for some implementations of vorbis2008-04-10, by rtogni
-
if it's 'for lang in...' it's better off to use $$lang as a variable next ;)2008-04-10, by ptt
-
Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.2008-04-10, by diego
-
1000l fix linking after r263782008-04-09, by rtogni
-
document ignore option2008-04-09, by compn
-
10l: libass compilation should be conditional.2008-04-09, by diego
-
Rename ASS make variable to LIBASS.2008-04-09, by diego
-
Remove useless #include.2008-04-09, by diego
-
Merge libaf/Makefile into Makefile, one less instance of recursive make.2008-04-09, by diego
-
Remove some useless quotes from #error preprocessor directives.2008-04-09, by diego
-
Use quotes instead of angular brackets for local includes.2008-04-09, by diego
-
Handle af_ladspa conditional compilation in the usual way.2008-04-09, by diego
-
Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.2008-04-09, by diego
-
Do not build subrip with debugging symbols.2008-04-09, by diego
-
cosmetics: Group dependency declarations together.2008-04-09, by diego
-
Remove redundant compilation commands that shadow builtin rules.2008-04-09, by diego
-
List libraries to link to in dependency list.2008-04-09, by diego
-
cosmetics: Add CFLAGS to compilation commands everywhere.2008-04-09, by diego
-
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.2008-04-09, by diego
-
Update for latest changes to linking dependencies.2008-04-09, by diego
-
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.2008-04-09, by diego
-
Restore osdep/mmap-os2.c compilation, which was accidentally removed.2008-04-09, by diego
-
cosmetics: Align columns.2008-04-09, by diego
-
Fix nonsensical license header, mpeg2dec is not GNU Make.2008-04-09, by diego
-
Split the lavf taglists out of the lavf muxer to allow using libmpmux2008-04-09, by albeu
-
Split the aac header parsing out of aac demuxer to allow using libmpmux2008-04-09, by albeu
-
Remove the need for code using stream to export an mp_input_check_interrupt()2008-04-09, by albeu
-
Make stream independent of libmpdemux, the asf demuxer and streaming2008-04-09, by albeu
-
Merge libass/Makefile into Makefile, one less recursive make directory.2008-04-08, by diego
-
cosmetics: Rename some shell variables to give them more descriptive names.2008-04-08, by diego
-
cosmetics: Merge shell commands into one line.2008-04-08, by diego
-
Do not suppress command output.2008-04-08, by diego
-
Merge osdep/Makefile into the top-level Makefile, thus getting rid2008-04-08, by diego
-
Move decision about which getch2 and timer file to compile to configure.2008-04-08, by diego
-
Move decision about whether or not to compile osdep/mmap_os2.c to configure.2008-04-08, by diego
-
Merge simplifications from FFmpeg r12764.2008-04-08, by diego
-
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.2008-04-07, by diego
-
Sync with FFmpeg's shiny new non-recursive build system.2008-04-07, by diego
-
non-recursive makefiles2008-04-07, by mru
-
reset() should not senselessly close and reopen2008-04-07, by reimar
-
AUDIO_DRAIN makes no sense directly after opening2008-04-07, by reimar
-
Build all parts in the libmenu subdirectory nonrecursively.2008-04-07, by diego
-
There is no more need to ignore .depend and libinput.a.2008-04-07, by diego
-
According to the Icon Theme Specification icon names should have no extension.2008-04-07, by diego
-
Get rid of recursive make for the input/ subdirectory.2008-04-06, by diego
-
Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.2008-04-06, by diego
-
Use DEPEND_CMD as set by configure to generate dependency information instead2008-04-06, by diego
-
100l: Revert previous accidental commit.2008-04-06, by diego
-
Rename RTJPEG files so that filenames consist of lowercase name only.2008-04-06, by diego
-
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc2008-04-06, by compn
-
synced with r263332008-04-05, by Gabrov
-
Add multiple inclusion guards to help_mp.h.2008-04-05, by diego
-
Use the more natural ">" instead of "1>" for stdout redirection.2008-04-05, by diego
-
Fix lots and lots of other demuxers broken by r263012008-04-05, by reimar
-
Remove another useless cast2008-04-05, by reimar
-
Remove useless cast2008-04-05, by reimar
-
Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder2008-04-05, by reimar
-
Set demuxer->audio->id to avoid breakage due to r263012008-04-05, by reimar
-
Set correct codec tag for raw rgb in mov, fixes2008-04-05, by reimar
-
Export some more information for FFmpeg's buid system.2008-04-04, by diego
-
add switch_aspect cycle wish2008-04-04, by compn
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-04, by iive
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-03, by reimar
-
Better mark variables that are changed by the signal handler as volatile2008-04-03, by reimar
-
Add some const qualifiers to reduce warnings2008-04-02, by uau
-
Remove now useless PARTS-yes line.2008-04-01, by diego
-
Darwin and Win32 DVD support libs are handled separately, take them back2008-04-01, by diego
-
Initialize _dvdread variable to "no" in the dvdread check.2008-04-01, by diego
-
Remove pointless comments from local diff.2008-04-01, by diego
-
cosmetics: Fix some typos and trailing whitespace in local changes.2008-04-01, by diego
-
Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable2008-04-01, by diego
-
Remove unnecessary includes2008-04-01, by uau
-
Do not #include libavutil/common.h. It is not used directly and mpbswap.h2008-04-01, by diego
-
Ahem, fix quoting of $ in DEPEND_CMD.2008-03-31, by diego
-
Add DEPEND_CMD to config.mak (sync with FFmpeg).2008-03-31, by diego
-
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.2008-03-31, by diego
-
cosmetics: Group all FFmpeg settings together in config.mak.2008-03-31, by diego
-
HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.2008-03-31, by diego
-
We currently use %U as argument to the Exec entry to indicate that gmplayer2008-03-31, by diego
-
command.h: Remove unnecessary includes2008-03-31, by uau
-
mp_core.h: Fix use of 'mp_image_t' without definition2008-03-31, by uau
-
Case insensitive parsing of SSA/ASS section headers.2008-03-30, by eugeni
-
Skip BOM at the beginning of text in ASS parser.2008-03-30, by eugeni
-
Support 'default' attribute for audio and subtitle tracks.2008-03-30, by eugeni
-
Fix wrong #endif comment.2008-03-29, by diego
-
Fix possible integer overflow in malloc by using calloc instead.2008-03-29, by reimar
-
synced with r262972008-03-28, by ptt
-
compacted new libavformat's 'ipod' description2008-03-28, by ptt