summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hardcode feature checks in talloc.cUoti Urpala2008-04-231-1/+27
* Add the talloc memory allocatorUoti Urpala2008-04-232-0/+1907
* Move vo_ontop to options structUoti Urpala2008-04-2313-24/+60
* vo_gl[2]: Rename conflicting vo_ontop macroUoti Urpala2008-04-233-4/+4
* Add option pointer to vo structUoti Urpala2008-04-233-5/+8
* vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* Move correct_pts to options structUoti Urpala2008-04-2313-25/+38
* Add option pointer to vf structUoti Urpala2008-04-236-29/+37
* Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-239-34/+58
* Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-233-7/+7
* Move options "vo" and "ao" to common structUoti Urpala2008-04-234-16/+19
* Start of new option systemUoti Urpala2008-04-2312-36/+85
* vo_xv: Free resources in error casesUoti Urpala2008-04-231-9/+19
* vo_xv.c: Make reconfig logic more robustUoti Urpala2008-04-231-7/+6
* vo_xv.c: remove unnecessary #ifdefs and static varsUoti Urpala2008-04-231-11/+4
* vo_xv.c: Cosmetic changesUoti Urpala2008-04-231-15/+10
* Change vo_xv to use new VO APIUoti Urpala2008-04-231-238/+283
* Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-234-6/+17
* input/input.c: Minor simplificationUoti Urpala2008-04-231-15/+17
* vo_xv.c: Remove #if 0 codeUoti Urpala2008-04-231-25/+1
* Add context variable to vo_draw_text callbackUoti Urpala2008-04-2310-18/+35
* Add new video driver APIUoti Urpala2008-04-2326-178/+387
* video_out.c: Cosmetic changesUoti Urpala2008-04-231-62/+65
* Remove variable arguments from vo control() functionsUoti Urpala2008-04-2349-51/+50
* Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-2320-378/+130
* revert commits 26437-26439attila2008-04-191-11/+14
* Add dependency information to recursive rules. While more eager than strictlydiego2008-04-191-22/+22
* Add missing recursive rule for libmpcodecs/libmpencoders.a.diego2008-04-191-0/+3
* cosmetics: Sort recursive rules alphabetically.diego2008-04-191-27/+27
* per-file dependencies (for the non-recursive parts)diego2008-04-182-5/+14
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Always generate dependency information. This also allows dropping thediego2008-04-182-52/+4
* synced with r26460ptt2008-04-181-2/+40
* restore options alphabetical orderptt2008-04-181-8/+8
* Mark phony targets as such.diego2008-04-181-0/+2
* Simplify phony target declaration.diego2008-04-181-1/+1
* 10l: Rename remaining instances of $i to $lang.diego2008-04-181-2/+2
* cosmetics: __asm__ __volatile__ --> asm volatilediego2008-04-171-12/+12
* Prefer libavformat musepack demuxer over internal one (which does not even su...reimar2008-04-161-0/+2
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-152-2/+4
* typo: crahes --> crashescorey2008-04-151-1/+1
* Refer to where encoding quality is described.corey2008-04-151-1/+3
* As of r19025, the "above link" refers to an article, not a guide.corey2008-04-151-1/+1
* Fix the indentation after the noconfig patch.albeu2008-04-141-7/+7
* 10L, forgot to commit the documentation for the -noconfig options.albeu2008-04-141-0/+22
* Add options to disable some or all config files.albeu2008-04-147-4/+42
* Add support for system wide config file in mencoder.albeu2008-04-141-0/+3
* demux_asf: Fix operator precedence in packet length checkuau2008-04-131-1/+1
* Add libpostproc to list of pseudo-dependencies.diego2008-04-131-0/+1
* Declare all clean targets phony in mpcommon.mak.diego2008-04-132-2/+2
* The TAGS and tags targets are not phony.diego2008-04-131-1/+1
* Add gui subdirectories to DIRS instead of manually cleaning them.diego2008-04-131-4/+7
* Replace shell for loop by proper make foreach construct.diego2008-04-131-1/+1
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-137-13/+67
* cosmetics: fix indentationattila2008-04-131-8/+8
* move the #ifdef HAVE_XINERAMA to enclose the whole functionattila2008-04-131-1/+1
* Always calculate the xinerama screen mplayer is on.attila2008-04-131-6/+3
* Fix DEPEND_CMD, there was one level of variable indirection too much.diego2008-04-131-1/+1
* Sync with latest FFmpeg changes.diego2008-04-132-11/+25
* Add Makefile variable for DVB OSD menu, saves one ifeq.diego2008-04-132-3/+4
* in preparation for multi-frontend patch replaced file-static device names wit...nicodvb2008-04-131-17/+28
* Replace "all rights reserved" statement with standard GPL license header.diego2008-04-131-5/+16
* Restore compilation of osdep/mplayer-rc.o.diego2008-04-132-0/+4
* Set dll_type and rv_handle for drvc.dllzuxy2008-04-131-1/+4
* Relicense test/example files as LGPL with Michael's permission.diego2008-04-132-16/+16
* Add Chinese commentzuxy2008-04-131-0/+1
* Restore grayscale decoding support with FFmpeg.diego2008-04-134-2/+15
* Fix MPDEPEND_CMD to work with more than one subdirectory level.diego2008-04-121-1/+1
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-125-4/+530
* wording improvements suggested by the Wandererdiego2008-04-121-2/+3
* removed useless parameter :type from -dvbin (the frontend type is reported by...nicodvb2008-04-121-6/+3
* removed defunct options :vid and :aid from -dvbin (they were useless from the...nicodvb2008-04-121-10/+5
* Oops...should be "drv43260.dll" instead of "drv34260.dll"zuxy2008-04-121-1/+1
* Cosmetic fix for r26419zuxy2008-04-121-2/+3
* Dlls can be relocated when loading so rely on filename instead of absolutezuxy2008-04-121-3/+2
* Indentation fix for r26417zuxy2008-04-121-2/+2
* Don't print "Could not patch" messages when we haven't actually tried to patch.zuxy2008-04-121-2/+2
* Check for drvc.dll entries for mingw32zuxy2008-04-121-0/+11
* Ignore dependency files.diego2008-04-120-0/+0
* Make include paths consistent; do not use ../ in them.diego2008-04-1223-88/+89
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsuau2008-04-121-1/+1
* demux_mkv.c: Mark some static tables constuau2008-04-121-7/+8
* Reformat demuxer.cuau2008-04-121-812/+963
* Remove global demuxer_typeuau2008-04-123-3/+1
* subreader.c: remove unused codeuau2008-04-121-25/+0
* Remove another two useless special-case from flac metadata reading functionreimar2008-04-121-20/+2
* Simplify: use AV_RB24reimar2008-04-121-1/+1
* Remove useless checksreimar2008-04-121-8/+1
* Simplify (currently disabled) get_flac_metadatareimar2008-04-121-11/+2
* Update include paths to account for build system changes.diego2008-04-127-7/+7
* typo fixesdiego2008-04-121-6/+6
* Enable runtime control for colorful and/or module name outputzuxy2008-04-125-96/+104
* Remove unused function demux_read_data_packuau2008-04-112-18/+0
* Makefile: Fix compilation on systems with dvb supportuau2008-04-111-0/+2
* Remove unused make variable.diego2008-04-111-1/+0
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.diego2008-04-112-60/+40
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-1122-54/+53
* Add GUI_GTK make variable.diego2008-04-111-0/+2
* typo in filenamediego2008-04-111-1/+1
* Remove duplicate #include.diego2008-04-111-1/+0
* Update comment to account for renamed header file.diego2008-04-111-1/+1
* Split cfg-common.h into two separate header files. It was being included twicediego2008-04-114-350/+348
* Ahem, libmenu objects should only be compiled when OSD menu is enabled.diego2008-04-111-10/+11
* vf_pp7 does not depend on libavcodec.diego2008-04-111-1/+1
* vf_screenshot depends on libavcodec.diego2008-04-111-1/+1
* Remove unused TARGET_WIN32 setting.diego2008-04-111-4/+0
* Remove Win32 linker option for netstream. Other winsock using code does notdiego2008-04-111-4/+0
* Add a config.mak variable to control compilation of the Win32 GUI.diego2008-04-112-1/+3
* Remove unused definition.diego2008-04-111-5/+0
* Support for vorbis.acm decoder (used for some implementations of vorbis rtogni2008-04-101-3/+13
* if it's 'for lang in...' it's better off to use $$lang as a variable next ;)ptt2008-04-101-5/+5
* Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.diego2008-04-105-73/+92
* 1000l fix linking after r26378rtogni2008-04-091-1/+1
* document ignore optioncompn2008-04-091-0/+3
* 10l: libass compilation should be conditional.diego2008-04-091-9/+10
* Rename ASS make variable to LIBASS.diego2008-04-091-1/+1
* Remove useless #include.diego2008-04-091-1/+0
* Merge libaf/Makefile into Makefile, one less instance of recursive make.diego2008-04-092-43/+31
* Remove some useless quotes from #error preprocessor directives.diego2008-04-092-2/+2
* Use quotes instead of angular brackets for local includes.diego2008-04-094-5/+5
* Handle af_ladspa conditional compilation in the usual way.diego2008-04-092-9/+3
* Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.diego2008-04-091-2/+0
* Do not build subrip with debugging symbols.diego2008-04-091-1/+1
* cosmetics: Group dependency declarations together.diego2008-04-091-4/+4
* Remove redundant compilation commands that shadow builtin rules.diego2008-04-091-4/+0
* List libraries to link to in dependency list.diego2008-04-091-10/+9
* cosmetics: Add CFLAGS to compilation commands everywhere.diego2008-04-091-2/+2
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.diego2008-04-091-1/+1
* Update for latest changes to linking dependencies.diego2008-04-091-3/+3
* Add missing #includes to pass 'make checkheaders' to codecs.conf.h.diego2008-04-091-0/+2
* Restore osdep/mmap-os2.c compilation, which was accidentally removed.diego2008-04-091-0/+1
* cosmetics: Align columns.diego2008-04-091-1/+1
* Fix nonsensical license header, mpeg2dec is not GNU Make.diego2008-04-091-1/+1
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-095-62/+115
* Split the aac header parsing out of aac demuxer to allow using libmpmuxalbeu2008-04-093-20/+51
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-095-4/+20
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-093-82/+105
* Merge libass/Makefile into Makefile, one less recursive make directory.diego2008-04-082-22/+10
* cosmetics: Rename some shell variables to give them more descriptive names.diego2008-04-081-9/+9
* cosmetics: Merge shell commands into one line.diego2008-04-081-4/+2
* Do not suppress command output.diego2008-04-081-5/+5
* Merge osdep/Makefile into the top-level Makefile, thus getting riddiego2008-04-082-37/+16
* Move decision about which getch2 and timer file to compile to configure.diego2008-04-082-17/+12
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.diego2008-04-082-3/+3
* Merge simplifications from FFmpeg r12764.diego2008-04-082-3/+4
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.diego2008-04-072-3/+5
* Sync with FFmpeg's shiny new non-recursive build system.diego2008-04-072-86/+116
* non-recursive makefilesmru2008-04-071-7/+6
* reset() should not senselessly close and reopenreimar2008-04-071-23/+1
* AUDIO_DRAIN makes no sense directly after openingreimar2008-04-071-2/+2
* Build all parts in the libmenu subdirectory nonrecursively.diego2008-04-072-24/+12
* There is no more need to ignore .depend and libinput.a.diego2008-04-070-0/+0
* According to the Icon Theme Specification icon names should have no extension.diego2008-04-071-1/+1
* Get rid of recursive make for the input/ subdirectory.diego2008-04-062-16/+8
* Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.diego2008-04-061-1/+1
* Use DEPEND_CMD as set by configure to generate dependency information insteaddiego2008-04-061-2/+2
* 100l: Revert previous accidental commit.diego2008-04-061-11/+8
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-065-11/+14
* add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc compn2008-04-061-0/+4
* synced with r26333Gabrov2008-04-053-8/+11
* Add multiple inclusion guards to help_mp.h.diego2008-04-051-0/+3
* Use the more natural ">" instead of "1>" for stdout redirection.diego2008-04-051-1/+1
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-059-0/+9
* Remove another useless castreimar2008-04-051-1/+1
* Remove useless castreimar2008-04-051-1/+1
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderreimar2008-04-051-0/+6
* Set demuxer->audio->id to avoid breakage due to r26301reimar2008-04-051-0/+1
* Set correct codec tag for raw rgb in mov, fixesreimar2008-04-051-0/+6
* Export some more information for FFmpeg's buid system.diego2008-04-041-0/+1
* add switch_aspect cycle wishcompn2008-04-041-0/+2
* Change I_TYPE -> FF_I_TYPE to fix compilation.iive2008-04-041-1/+1
* Change I_TYPE -> FF_I_TYPE to fix compilation.reimar2008-04-031-1/+1
* Better mark variables that are changed by the signal handler as volatilereimar2008-04-031-2/+2
* Add some const qualifiers to reduce warningsuau2008-04-022-5/+6
* Remove now useless PARTS-yes line.diego2008-04-011-1/+0
* Darwin and Win32 DVD support libs are handled separately, take them backdiego2008-04-011-3/+4
* Initialize _dvdread variable to "no" in the dvdread check.diego2008-04-011-0/+1
* Remove pointless comments from local diff.diego2008-04-012-6/+2
* cosmetics: Fix some typos and trailing whitespace in local changes.diego2008-04-013-10/+10
* Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disablediego