summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 disablediego2008-04-015-117/+27
* Remove unnecessary includesuau2008-04-013-8/+0
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-017-7/+0
* Ahem, fix quoting of $ in DEPEND_CMD.diego2008-03-311-1/+1
* Add DEPEND_CMD to config.mak (sync with FFmpeg).diego2008-03-311-0/+2
* Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.diego2008-03-311-2/+1
* cosmetics: Group all FFmpeg settings together in config.mak.diego2008-03-311-43/+46
* HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.diego2008-03-311-1/+1
* We currently use %U as argument to the Exec entry to indicate that gmplayerdiego2008-03-311-1/+1
* command.h: Remove unnecessary includesuau2008-03-311-3/+3
* mp_core.h: Fix use of 'mp_image_t' without definitionuau2008-03-311-1/+1
* Case insensitive parsing of SSA/ASS section headers.eugeni2008-03-301-5/+5
* Skip BOM at the beginning of text in ASS parser.eugeni2008-03-301-2/+6
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-308-0/+49
* Fix wrong #endif comment.diego2008-03-291-1/+1
* Fix possible integer overflow in malloc by using calloc instead.reimar2008-03-291-1/+2
* synced with r26297ptt2008-03-281-1/+3
* compacted new libavformat's 'ipod' descriptionptt2008-03-281-2/+1
* Handle property commands in idle mode.reimar2008-03-281-0/+5
* Include some .h files in corresponding .c filesuau2008-03-283-0/+3
* synced with r26073ptt2008-03-271-5/+6
* it's synced with r23520ptt2008-03-271-1/+1
* it's synced with r26258ptt2008-03-271-1/+1
* it's synced with r24035ptt2008-03-271-1/+1
* it's synced with r25566ptt2008-03-271-1/+1
* it's synced with 26146ptt2008-03-271-1/+1
* synced with 23516 (it was already ok)ptt2008-03-271-1/+1
* remove excessive space characterptt2008-03-271-1/+1
* grammar fixptt2008-03-271-1/+1
* 38% synced with r22753ptt2008-03-271-81/+82
* cosmetics: prettyprintingdiego2008-03-271-19/+19
* some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak eediego2008-03-271-5/+5
* better explanation and grammar fixptt2008-03-271-1/+1
* grammar fixptt2008-03-271-2/+2
* support for DragonFly BSD, patch by Hasso Tepper, hasso estpak eediego2008-03-271-7/+17
* Remove bsd() system check. Lumping different *BSD systems together likediego2008-03-271-7/+7
* sync with FFmpeg r12599diego2008-03-261-14/+13
* cosmetics: Reindent X11 header search section after last commit.diego2008-03-261-8/+8
* Do not look for X11 headers on the host when cross-compiling.diego2008-03-261-0/+2
* Classify mlib as a configurable option, not as a hardware feature.diego2008-03-251-2/+2
* synced with r26271ptt2008-03-251-1/+2
* add "ipod" to the list of formats handled by lavfgpoirier2008-03-251-0/+3
* Add FFmpeg Mimic decoder.diego2008-03-251-0/+6
* Mention that '-frames 0' is useful with -identify, closes bug #1046.diego2008-03-241-0/+1
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.diego2008-03-221-8/+8
* cosmetics: comment typo fixesdiego2008-03-221-1/+2
* better wordingptt2008-03-211-1/+1
* add complete fifo instructions, user didnt know to use mkfifo first.compn2008-03-211-1/+2
* Ignore if we fail to get disc key, fixes playback of one of my DVDs whichreimar2008-03-211-4/+2
* synced with r26260ptt2008-03-191-3/+3
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.diego2008-03-181-2/+0
* Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.diego2008-03-181-1/+1
* Compilation fix.eugeni2008-03-181-0/+13
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...nicodvb2008-03-171-0/+1
* Experimental support for -framedrop with -correct-pts.reimar2008-03-172-23/+31
* Make FFmpeg mpeg1/2 decoder the default over libmpeg2reimar2008-03-171-22/+22
* fix typo: lavcoptc --> lavcoptsdiego2008-03-175-5/+5
* Fix a typo that causes an assertion to always fail.zuxy2008-03-171-1/+1
* Fix missed part of previous sync.voroshil2008-03-161-3/+1
* r26072: removed nonsense in the dvbin sectionvoroshil2008-03-161-3/+5
* Sync tag updatevoroshil2008-03-161-1/+1
* r25994: typo fix: inited --> initializedvoroshil2008-03-161-1/+2
* synced with r26251Gabrov2008-03-162-15/+11
* typodiego2008-03-151-1/+1
* Remove unused MACOSX definition.diego2008-03-151-5/+0
* Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.diego2008-03-151-1/+1
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-153-12/+15
* Remove the unused function roundToInt16. It is a duplicate of the same functiondiego2008-03-151-7/+0
* Use __AMIGAOS4__ instead of AMIGA, like everywhere else.diego2008-03-151-1/+1
* Add a separate definition for quartz.diego2008-03-152-1/+5
* 10l: Really disable coreaudio where intended.diego2008-03-151-1/+1
* Consistently use __APPLE__ instead of MACOSX as preprocessor condition.diego2008-03-151-1/+1
* Do not disable all Mac OS X support when pthreads are unavailable.diego2008-03-151-2/+2
* MACOSX_COREVIDEO --> corevideodiego2008-03-152-7/+7
* Introduce a separate definition for Mac OS X coreaudio support.diego2008-03-152-1/+7
* Fix wrong res_comment.diego2008-03-151-1/+1
* Simplify preprocessor condition for QT codecs, configure already does thediego2008-03-152-2/+2
* Remove duplicate #include of mpbswap.h.diego2008-03-141-2/+0
* Add FFmpeg DNxHD codec supportreimar2008-03-141-0/+8
* #include config.h before all other headers.diego2008-03-1430-37/+30
* synced with r26232ptt2008-03-141-13/+38
* synced with r26014ptt2008-03-131-28/+33
* added missing escapesptt2008-03-131-2/+2
* better syntax for A keyptt2008-03-131-1/+1
* sync'ed to r26067ptt2008-03-131-1/+3
* removed an english line left inptt2008-03-131-1/+0
* typosdiego2008-03-122-2/+2
* Fix and simplify lscale=2 (bicub_x) scaler, produced funnyreimar2008-03-121-7/+7
* removed redundant wincfg.h.vayne2008-03-111-40/+0
* more header / declaration cleanups; fixes a lot of warnings as well as a pree...vayne2008-03-117-13/+8
* 34% synced with r22753ptt2008-03-111-176/+177
* mingw uses windows sockets.vayne2008-03-111-0/+2
* Fix handling of comments in input.c, current code had useless ifs and in addi...reimar2008-03-111-4/+2
* Try to fix the description of what mbcmp influences, please fix if I misunder...reimar2008-03-111-1/+4
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.diego2008-03-111-2/+1
* Add missing header #include.diego2008-03-101-0/+2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-101-0/+3
* sync with FFmpeg r12398diego2008-03-101-1/+5
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-1014-0/+39
* Remove useless #include.diego2008-03-101-1/+0
* Add missing header #include to fix 'make checkheaders'.diego2008-03-101-0/+2
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatdiego2008-03-101-2/+0
* typodiego2008-03-101-1/+1
*