log

age author description
2008-04-28 diego Merge loader/Makefile into top-level Makefile.
2008-04-28 diego Restore line mistakenly commented out in the last commit.
2008-04-28 diego Make sure all autogenerated .h and .c files exist in the vidix subdirectory
2008-04-28 diego Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
2008-04-28 diego Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
2008-04-28 diego Merge TEST_OBJS and TEST_LDFLAGS.
2008-04-28 diego Add -g to CFLAGS, not to LDFLAGS.
2008-04-28 diego Merge test program compilation rules using patterns.
2008-04-28 diego Add CFLAGS to test program compilation commands.
2008-04-28 diego Add missing ../osdep/mmap_anon.o to TEST_OBJS.
2008-04-28 diego Remove unnecessary linker flags.
2008-04-28 diego Add missing #include, fixes the warning:
2008-04-28 diego Adjust printf length modifier, fixes the warning:
2008-04-28 diego Comment out variables only used in commented-out code, fixes the warnings:
2008-04-28 diego Link against individual objects, the osdep library is not generated anymore.
2008-04-28 diego Remove obsolete and non-working test program.
2008-04-28 diego Make OBJS depend on the recurse target instead of just the all target.
2008-04-28 diego Remove .S files from list of files to generate dependencies for.
2008-04-27 diego Merge mp3lib/Makefile into top-level Makefile.
2008-04-27 diego Merge liba52/Makefile into top-level Makefile.
2008-04-27 diego Remove unnecessary compilation command that shadows GNU Make builtin command.
2008-04-27 diego Remove unnecessary -lm linker flag from test program compilation command.
2008-04-26 diego Merge libmpeg2/Makefile into top-level Makefile.
2008-04-26 diego clean and distclean rules do the same thing.
2008-04-26 diego clean and distclean rules do the same thing.
2008-04-26 diego Merge vidix/Makefile into top-level Makefile.
2008-04-26 diego Merge clean and distclean rules.
2008-04-26 diego Mark alltools target as phony.
2008-04-26 diego Only compile libmpcodecs/ve_qtvideo.c on Windows.
2008-04-26 diego Add alltools target and variable to build non-linking tools.
2008-04-26 diego Only add vidix to parts when VIDIX is enabled.
2008-04-26 diego Take Objective C files into account when generating dependencies.
2008-04-26 diego Add rule for generating dependency files from Objective C files.
2008-04-25 diego Revert accidentally committed changes.
2008-04-25 diego Only add loader to parts if WIN32DLL is enabled.
2008-04-25 diego Ignore test program.
2008-04-25 diego Only compile decode_i586.c on x86_32.
2008-04-25 diego Remove useless comments with compilation commands.
2008-04-25 diego Fix test program linking.
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove redundant declaration, fixes the warning:
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove unused variable.
2008-04-25 diego Add missing #include, fixes the warning:
2008-04-25 diego Take name of getch file to link against from config.mak.
2008-04-25 diego Merge dvdread/Makefile into top-level Makefile.
2008-04-25 diego DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libfaad2/Makefile into top-level Makefile.
2008-04-24 diego Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libdvdcss/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpdemux/Makefile into top-level Makefile.
2008-04-24 diego Explicitly include dependency information in top-level Makefile.
2008-04-24 diego dependency generation infrastructure for C++ files
2008-04-24 diego Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.
2008-04-24 diego Make sure necessary header files are created before recursing.
2008-04-24 diego #include base64.h with full path.
2008-04-24 diego Move libfaad2 fixed-point CFLAGS setting to configure.
2008-04-24 diego Expand conditional addition of elements to variables with a form that permits
2008-04-24 diego Merge stream/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpcodecs/Makefile into top-level Makefile.
2008-04-24 diego cosmetics: alphabetical order
2008-04-23 corey consistently print fps with three digits of precision
2008-04-23 corey use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
2008-04-23 diego There is no need to remove .a files from subdirectories, they are only
2008-04-23 diego Merge libvo/Makefile into top-level Makefile.
2008-04-23 diego EXTRAXX_INC flags should now be added to .depend compilation,
2008-04-23 diego Merge libao2/Makefile into top-level Makefile.
2008-04-23 diego Remove useless 0 flag from s printf conversion specifier, fixes the warning:
2008-04-23 reimar Take audio delay into account when seeking in avisynth demuxer.
2008-04-23 reimar Calculate fps as double-precision to make switching to double-precision fps values easier.
2008-04-22 diego Merge tremor/Makefile into top-level Makefile.
2008-04-22 diego Move Tremor low accuracy CFLAGS handling to configure.
2008-04-22 diego Only add loader to PARTS on x86.
2008-04-22 diego .depend has to get all the CFLAGS that the files it contains dependency
2008-04-22 diego Create standard recursive rules from a template.
2008-04-22 diego Use directory name as library name template.
2008-04-22 nicodvb added support for dvdread-config (from our svn), called as fallback when dvdread isn't detected
2008-04-22 diego Simplify phony target declaration.
2008-04-22 diego Add an unconditional phony recurse rule and make the binaries depend on it.
2008-04-22 attila revert commits 26437-26439 the right way[tm]
2008-04-22 diego Only add available CPU extensions to config.mak.
2008-04-22 diego Move phony target declaration to the bottom of the file; add distclean target.
2008-04-22 diego Add BFI video support through FFmpeg.
2008-04-22 diego Add standard GPL header to individual files.
2008-04-22 diego Use standard GPL header.
2008-04-22 diego Remove redundant definitions that are already present on the command line.
2008-04-22 diego Merge TOOLS/Makefile into the top-level Makefile.
2008-04-21 rtogni Fix potential segfault in debug printf in expSetFilePointer
2008-04-21 Gabrov synced with r26484
2008-04-21 gpoirier sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
2008-04-21 gpoirier sync w/r26067, patch by mehmet köse % voltrem A gmail P com %
2008-04-21 gpoirier sync w/r26460
2008-04-21 diego Remove pointless '0' flag from fprintf call, fixes the warning:
2008-04-20 diego Add $(EXESUF) to netstream rule.
2008-04-20 diego Only build modify_reg on x86.
2008-04-20 diego Simplify list of files to remove on make clean.
2008-04-20 diego fastmemcpybench is a phony target. Do not try to remove a file by that name.
2008-04-20 rtogni Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
2008-04-20 rtogni Add status to mimic and kmvc codecs
2008-04-20 corey add better information about inverse-telecining with vf_filmdint
2008-04-20 rtogni Add support for msn siren audio coced via binary dll sirenacm.dll
2008-04-20 rtogni Canopus HQ tries to load the auxiliary dlls with lowercase filename
2008-04-19 compn add canopus codecs, patch by Gianluigi Tiesi
2008-04-19 rtogni Revert r26412: policy violation
2008-04-19 rtogni Revert r26411: policy violation
2008-04-19 attila revert commits 26437-26439
2008-04-19 diego Add dependency information to recursive rules. While more eager than strictly
2008-04-19 diego Add missing recursive rule for libmpcodecs/libmpencoders.a.
2008-04-19 diego cosmetics: Sort recursive rules alphabetically.
2008-04-18 diego per-file dependencies (for the non-recursive parts)
2008-04-18 diego Adjust dependency generation prerequisites to new structure.
2008-04-18 diego Always generate dependency information. This also allows dropping the
2008-04-18 ptt synced with r26460
2008-04-18 ptt restore options alphabetical order
2008-04-18 diego Mark phony targets as such.
2008-04-18 diego Simplify phony target declaration.
2008-04-18 diego 10l: Rename remaining instances of $i to $lang.
2008-04-17 diego cosmetics: __asm__ __volatile__ --> asm volatile
2008-04-16 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
2008-04-15 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
2008-04-15 corey typo: crahes --> crashes
2008-04-15 corey Refer to where encoding quality is described.
2008-04-15 corey As of r19025, the "above link" refers to an article, not a guide.
2008-04-14 albeu Fix the indentation after the noconfig patch.
2008-04-14 albeu 10L, forgot to commit the documentation for the -noconfig options.
2008-04-14 albeu Add options to disable some or all config files.
2008-04-14 albeu Add support for system wide config file in mencoder.
2008-04-13 uau demux_asf: Fix operator precedence in packet length check
2008-04-13 diego Add libpostproc to list of pseudo-dependencies.
2008-04-13 diego Declare all clean targets phony in mpcommon.mak.
2008-04-13 diego The TAGS and tags targets are not phony.
2008-04-13 diego Add gui subdirectories to DIRS instead of manually cleaning them.
2008-04-13 diego Replace shell for loop by proper make foreach construct.
2008-04-13 albeu Replace the trivial command line preparser with a more robust version
2008-04-13 attila cosmetics: fix indentation
2008-04-13 attila move the #ifdef HAVE_XINERAMA to enclose the whole function
2008-04-13 attila Always calculate the xinerama screen mplayer is on.
2008-04-13 diego Fix DEPEND_CMD, there was one level of variable indirection too much.
2008-04-13 diego Sync with latest FFmpeg changes.
2008-04-13 diego Add Makefile variable for DVB OSD menu, saves one ifeq.
2008-04-13 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
2008-04-13 diego Replace "all rights reserved" statement with standard GPL license header.
2008-04-13 diego Restore compilation of osdep/mplayer-rc.o.
2008-04-13 zuxy Set dll_type and rv_handle for drvc.dll
2008-04-13 diego Relicense test/example files as LGPL with Michael's permission.
2008-04-13 zuxy Add Chinese comment
2008-04-13 diego Restore grayscale decoding support with FFmpeg.
2008-04-12 diego Fix MPDEPEND_CMD to work with more than one subdirectory level.
2008-04-12 diego Backport SSE2-optimized IDCT routines from upstream libmpeg2.
2008-04-12 diego wording improvements suggested by the Wanderer
2008-04-12 nicodvb removed useless parameter :type from -dvbin (the frontend type is reported by the card)
2008-04-12 nicodvb removed defunct options :vid and :aid from -dvbin (they were useless from the start)
2008-04-12 zuxy Oops...should be "drv43260.dll" instead of "drv34260.dll"
2008-04-12 zuxy Cosmetic fix for r26419
2008-04-12 zuxy Dlls can be relocated when loading so rely on filename instead of absolute
2008-04-12 zuxy Indentation fix for r26417
2008-04-12 zuxy Don't print "Could not patch" messages when we haven't actually tried to patch.
2008-04-12 zuxy Check for drvc.dll entries for mingw32
2008-04-12 diego Ignore dependency files.
2008-04-12 diego Make include paths consistent; do not use ../ in them.
2008-04-12 uau demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
2008-04-12 uau demux_mkv.c: Mark some static tables const
2008-04-12 uau Reformat demuxer.c
2008-04-12 uau Remove global demuxer_type
2008-04-12 uau subreader.c: remove unused code
2008-04-12 reimar Remove another two useless special-case from flac metadata reading function
2008-04-12 reimar Simplify: use AV_RB24
2008-04-12 reimar Remove useless checks
2008-04-12 reimar Simplify (currently disabled) get_flac_metadata
2008-04-12 diego Update include paths to account for build system changes.
2008-04-12 diego typo fixes
2008-04-12 zuxy Enable runtime control for colorful and/or module name output
2008-04-11 uau Remove unused function demux_read_data_pack
2008-04-11 uau Makefile: Fix compilation on systems with dvb support
2008-04-11 diego Remove unused make variable.
2008-04-11 diego Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
2008-04-11 diego Add gui/ prefix to some #include paths so that compilation from the
2008-04-11 diego Add GUI_GTK make variable.
2008-04-11 diego typo in filename
2008-04-11 diego Remove duplicate #include.
2008-04-11 diego Update comment to account for renamed header file.
2008-04-11 diego Split cfg-common.h into two separate header files. It was being included twice
2008-04-11 diego Ahem, libmenu objects should only be compiled when OSD menu is enabled.
2008-04-11 diego vf_pp7 does not depend on libavcodec.
2008-04-11 diego vf_screenshot depends on libavcodec.
2008-04-11 diego Remove unused TARGET_WIN32 setting.
2008-04-11 diego Remove Win32 linker option for netstream. Other winsock using code does not
2008-04-11 diego Add a config.mak variable to control compilation of the Win32 GUI.
2008-04-11 diego Remove unused definition.
2008-04-10 rtogni Support for vorbis.acm decoder (used for some implementations of vorbis
2008-04-10 ptt if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
2008-04-10 diego Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
2008-04-09 rtogni 1000l fix linking after r26378
2008-04-09 compn document ignore option
2008-04-09 diego 10l: libass compilation should be conditional.
2008-04-09 diego Rename ASS make variable to LIBASS.
2008-04-09 diego Remove useless #include.
2008-04-09 diego Merge libaf/Makefile into Makefile, one less instance of recursive make.
2008-04-09 diego Remove some useless quotes from #error preprocessor directives.
2008-04-09 diego Use quotes instead of angular brackets for local includes.
2008-04-09 diego Handle af_ladspa conditional compilation in the usual way.
2008-04-09 diego Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
2008-04-09 diego Do not build subrip with debugging symbols.
2008-04-09 diego cosmetics: Group dependency declarations together.
2008-04-09 diego Remove redundant compilation commands that shadow builtin rules.
2008-04-09 diego List libraries to link to in dependency list.
2008-04-09 diego cosmetics: Add CFLAGS to compilation commands everywhere.
2008-04-09 diego Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
2008-04-09 diego Update for latest changes to linking dependencies.
2008-04-09 diego Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
2008-04-09 diego Restore osdep/mmap-os2.c compilation, which was accidentally removed.
2008-04-09 diego cosmetics: Align columns.
2008-04-09 diego Fix nonsensical license header, mpeg2dec is not GNU Make.
2008-04-09 albeu Split the lavf taglists out of the lavf muxer to allow using libmpmux
2008-04-09 albeu Split the aac header parsing out of aac demuxer to allow using libmpmux
2008-04-09 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
2008-04-09 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
2008-04-08 diego Merge libass/Makefile into Makefile, one less recursive make directory.
2008-04-08 diego cosmetics: Rename some shell variables to give them more descriptive names.
2008-04-08 diego cosmetics: Merge shell commands into one line.
2008-04-08 diego Do not suppress command output.
2008-04-08 diego Merge osdep/Makefile into the top-level Makefile, thus getting rid
2008-04-08 diego Move decision about which getch2 and timer file to compile to configure.
2008-04-08 diego Move decision about whether or not to compile osdep/mmap_os2.c to configure.
2008-04-08 diego Merge simplifications from FFmpeg r12764.
2008-04-07 diego Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
2008-04-07 diego Sync with FFmpeg's shiny new non-recursive build system.
2008-04-07 mru non-recursive makefiles
2008-04-07 reimar reset() should not senselessly close and reopen
2008-04-07 reimar AUDIO_DRAIN makes no sense directly after opening
2008-04-07 diego Build all parts in the libmenu subdirectory nonrecursively.
2008-04-07 diego There is no more need to ignore .depend and libinput.a.
2008-04-07 diego According to the Icon Theme Specification icon names should have no extension.
2008-04-06 diego Get rid of recursive make for the input/ subdirectory.
2008-04-06 diego Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.
2008-04-06 diego Use DEPEND_CMD as set by configure to generate dependency information instead
2008-04-06 diego 100l: Revert previous accidental commit.
2008-04-06 diego Rename RTJPEG files so that filenames consist of lowercase name only.
2008-04-06 compn add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
2008-04-05 Gabrov synced with r26333
2008-04-05 diego Add multiple inclusion guards to help_mp.h.
2008-04-05 diego Use the more natural ">" instead of "1>" for stdout redirection.
2008-04-05 reimar Fix lots and lots of other demuxers broken by r26301
2008-04-05 reimar Remove another useless cast
2008-04-05 reimar Remove useless cast
2008-04-05 reimar Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder
2008-04-05 reimar Set demuxer->audio->id to avoid breakage due to r26301
2008-04-05 reimar Set correct codec tag for raw rgb in mov, fixes
2008-04-04 diego Export some more information for FFmpeg's buid system.
2008-04-04 compn add switch_aspect cycle wish
2008-04-04 iive Change I_TYPE -> FF_I_TYPE to fix compilation.
2008-04-03 reimar Change I_TYPE -> FF_I_TYPE to fix compilation.
2008-04-03 reimar Better mark variables that are changed by the signal handler as volatile
2008-04-02 uau Add some const qualifiers to reduce warnings
2008-04-01 diego Remove now useless PARTS-yes line.
2008-04-01 diego Darwin and Win32 DVD support libs are handled separately, take them back
2008-04-01 diego Initialize _dvdread variable to "no" in the dvdread check.
2008-04-01 diego Remove pointless comments from local diff.
2008-04-01 diego cosmetics: Fix some typos and trailing whitespace in local changes.
2008-04-01 diego Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable
2008-04-01 uau Remove unnecessary includes
2008-04-01 diego Do not #include libavutil/common.h. It is not used directly and mpbswap.h
2008-03-31 diego Ahem, fix quoting of $ in DEPEND_CMD.
2008-03-31 diego Add DEPEND_CMD to config.mak (sync with FFmpeg).
2008-03-31 diego Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.
2008-03-31 diego cosmetics: Group all FFmpeg settings together in config.mak.
2008-03-31 diego HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.
2008-03-31 diego We currently use %U as argument to the Exec entry to indicate that gmplayer
2008-03-31 uau command.h: Remove unnecessary includes
2008-03-31 uau mp_core.h: Fix use of 'mp_image_t' without definition
2008-03-30 eugeni Case insensitive parsing of SSA/ASS section headers.
2008-03-30 eugeni Skip BOM at the beginning of text in ASS parser.
2008-03-30 eugeni Support 'default' attribute for audio and subtitle tracks.
2008-03-29 diego Fix wrong #endif comment.
2008-03-29 reimar Fix possible integer overflow in malloc by using calloc instead.
2008-03-28 ptt synced with r26297
2008-03-28 ptt compacted new libavformat's 'ipod' description
2008-03-28 reimar Handle property commands in idle mode.
2008-03-28 uau Include some .h files in corresponding .c files
2008-03-27 ptt synced with r26073
2008-03-27 ptt it's synced with r23520
2008-03-27 ptt it's synced with r26258
2008-03-27 ptt it's synced with r24035
2008-03-27 ptt it's synced with r25566
2008-03-27 ptt it's synced with 26146
2008-03-27 ptt synced with 23516 (it was already ok)
2008-03-27 ptt remove excessive space character
2008-03-27 ptt grammar fix
2008-03-27 ptt 38% synced with r22753
2008-03-27 diego cosmetics: prettyprinting
2008-03-27 diego some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
2008-03-27 ptt better explanation and grammar fix
2008-03-27 ptt grammar fix
2008-03-27 diego support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
2008-03-27 diego Remove bsd() system check. Lumping different *BSD systems together like
2008-03-26 diego sync with FFmpeg r12599
2008-03-26 diego cosmetics: Reindent X11 header search section after last commit.
2008-03-26 diego Do not look for X11 headers on the host when cross-compiling.
2008-03-25 diego Classify mlib as a configurable option, not as a hardware feature.
2008-03-25 ptt synced with r26271
2008-03-25 gpoirier add "ipod" to the list of formats handled by lavf
2008-03-25 diego Add FFmpeg Mimic decoder.
2008-03-24 diego Mention that '-frames 0' is useful with -identify, closes bug #1046.
2008-03-22 diego Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
2008-03-22 diego cosmetics: comment typo fixes
2008-03-21 ptt better wording
2008-03-21 compn add complete fifo instructions, user didnt know to use mkfifo first.
2008-03-21 reimar Ignore if we fail to get disc key, fixes playback of one of my DVDs which
2008-03-19 ptt synced with r26260
2008-03-18 diego Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
2008-03-18 diego Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
2008-03-18 eugeni Compilation fix.
2008-03-17 nicodvb another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com
2008-03-17 reimar Experimental support for -framedrop with -correct-pts.
2008-03-17 reimar Make FFmpeg mpeg1/2 decoder the default over libmpeg2
2008-03-17 diego fix typo: lavcoptc --> lavcopts
2008-03-17 zuxy Fix a typo that causes an assertion to always fail.
2008-03-16 voroshil Fix missed part of previous sync.
2008-03-16 voroshil r26072: removed nonsense in the dvbin section
2008-03-16 voroshil Sync tag update
2008-03-16 voroshil r25994: typo fix: inited --> initialized
2008-03-16 Gabrov synced with r26251
2008-03-15 diego typo
2008-03-15 diego Remove unused MACOSX definition.
2008-03-15 diego Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.
2008-03-15 diego Introduce HAVE_QUICKTIME definition and use it where appropriate.
2008-03-15 diego Remove the unused function roundToInt16. It is a duplicate of the same function
2008-03-15 diego Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
2008-03-15 diego Add a separate definition for quartz.
2008-03-15 diego 10l: Really disable coreaudio where intended.
2008-03-15 diego Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
2008-03-15 diego Do not disable all Mac OS X support when pthreads are unavailable.
2008-03-15 diego MACOSX_COREVIDEO --> corevideo
2008-03-15 diego Introduce a separate definition for Mac OS X coreaudio support.
2008-03-15 diego Fix wrong res_comment.
2008-03-15 diego Simplify preprocessor condition for QT codecs, configure already does the
2008-03-14 diego Remove duplicate #include of mpbswap.h.
2008-03-14 reimar Add FFmpeg DNxHD codec support
2008-03-14 diego #include config.h before all other headers.
2008-03-14 ptt synced with r26232
2008-03-13 ptt synced with r26014
2008-03-13 ptt added missing escapes
2008-03-13 ptt better syntax for A key
2008-03-13 ptt sync'ed to r26067
2008-03-13 ptt removed an english line left in
2008-03-12 diego typos
2008-03-12 reimar Fix and simplify lscale=2 (bicub_x) scaler, produced funny
2008-03-11 vayne removed redundant wincfg.h.
2008-03-11 vayne more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
2008-03-11 ptt 34% synced with r22753
2008-03-11 vayne mingw uses windows sockets.
2008-03-11 reimar Fix handling of comments in input.c, current code had useless ifs and in addition
2008-03-11 reimar Try to fix the description of what mbcmp influences, please fix if I misunderstood the code.
2008-03-11 diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
2008-03-10 diego Add missing header #include.
2008-03-10 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-10 diego sync with FFmpeg r12398
2008-03-10 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-10 diego Remove useless #include.
2008-03-10 diego Add missing header #include to fix 'make checkheaders'.
2008-03-10 diego af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
2008-03-10 diego typo
2008-03-10 diego CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
2008-03-10 benoit Make av_class a pointer to const.
2008-03-10 benoit define VOF as double of VOFW.
2008-03-10 zuxy Disable QTX emulation on win32; fix builds on cygwin and mingw32.
2008-03-10 diego Remove redundant swScaler: output from places where av_log()
2008-03-09 iive Fix wrong check for vidix usage.
2008-03-09 iive Don't use void * arithmetic.
2008-03-09 iive Handle vga_init() error and output error message.
2008-03-08 diego CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
2008-03-08 diego Move HP-UX SCSI header check from the internal libdvdread check to the
2008-03-08 diego cosmetics: Remove useless empty line.
2008-03-08 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
2008-03-08 ben remove duplicated pci ids in nvidia vidix driver
2008-03-07 diego Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 diego This header uses parts of stdint.h, so #include it.
2008-03-07 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-07 mru simplify library version handling
2008-03-07 diego Remove unnecessary #ifdef nesting.
2008-03-07 diego cosmetics: Decrapify the indentation of the last few blocks of main().
2008-03-07 diego Add parentheses where necessary to fix || conditions to work as intended.
2008-03-07 diego Remove duplicate conditions in dvdread check.
2008-03-07 diego Set ASFLAGS in configure and initialize it as necessary for OS/2.
2008-03-07 diego sync with FFmpeg r12354
2008-03-06 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 gpoirier sync w/r26067, patch by JRaSH jrash06 A 163 P com
2008-03-06 gpoirier sync w/r26057, patch by JRaSH jrash06 A 163 P com
2008-03-06 bcoudurier change sws_format_name to return const char*, supress many warnings
2008-03-06 bcoudurier remove redundant SwScaler text since av_log uses AVClass context
2008-03-06 diego Add some more paths to find tools on Slackware 12.
2008-03-06 diego Fix printf format string mismatch, eliminates the warning:
2008-03-06 diego Add necessary header #includes to fix 'make checkheaders'.
2008-03-06 uau ve_vfw.c: #include aviheader.h instead of wine avifmt.h
2008-03-06 diego Disable S3 VIDIX driver on non-x86 platforms.
2008-03-06 diego 10l: ENABLE_GRAY needs to be present for libavcodec to compile.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Do not enable grayscale decoding in FFmpeg, it slows down the
2008-03-05 diego Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
2008-03-05 reimar Yet another hdv fourcc
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-03-05 diego consistency cosmetics: Use #ifdef everywhere instead of #if defined().
2008-03-05 michael One more (forgotten) fix for fixing sws_flags.
2008-03-05 michael Turn ancient V offset numerical constants into named ones.
2008-03-05 ulion Fix ffvorbis decoder's output channel order with channel reordering function.
2008-03-04 diego Add necessary #includes to pass 'make checkheaders'.
2008-03-04 diego Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
2008-03-04 diego Remove pointless extern keyword from function declaration.
2008-03-04 diego #include parser-cfg.h instead of declaring m_config_parse_config_file extern.
2008-03-04 diego Remove pointless extern keyword from function declaration.
2008-03-04 diego Add comments to #endif preprocessor directives.
2008-03-04 diego Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling
2008-03-04 diego Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
2008-03-03 nicodvb search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com
2008-03-03 diego Remove ugly workaround for conflicting dca.h headers, it is no longer
2008-03-03 diego Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
2008-03-03 diego Add directory names to libavcodec #includes.
2008-03-03 diego Remove unnecessary addition of -Ilibavformat to CFLAGS.
2008-03-03 diego cosmetics: prettyprinting and alphabetical order
2008-03-03 diego Move decision about whether or not to compile Windows emulation
2008-03-03 diego Move decision about whether or not to compile wrapper.S to configure.
2008-03-03 diego Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care
2008-03-03 gpoirier replace all occurences of "M$" by "Microsoft" because it's what we really meant, and "M$" nickname is quite childish
2008-03-03 diego Add checkheaders target, ported from FFmpeg.
2008-03-03 diego Add ID_SEEKABLE information to -identify output.
2008-03-03 diego #include osdep/mman.h if sys/mman.h is not available.
2008-03-03 uau configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
2008-03-02 diego Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately
2008-03-01 reimar Fix comment, qclp fourcc is Qclp not QCLP
2008-03-01 Gabrov synced with r26138
2008-03-01 diego Fix illegal identifiers starting with _ and capital letters.
2008-03-01 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
2008-03-01 diego Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
2008-03-01 diego Remove va_start/vsnprintf workaround for OS/2.
2008-03-01 diego Merge two #ifdefs.
2008-03-01 diego cosmetics: reindent, detabify
2008-03-01 diego Remove duplicate extern declaration.
2008-02-29 ben fix bad function prototype
2008-02-29 ben Remove now deprecated Savage VIDIX driver sources
2008-02-29 ben Use MPlayer consistent define naming convention for newly introduce
2008-02-29 ben New S3 VIDIX driver.
2008-02-29 eugeni Add missing #include.
2008-02-29 eugeni Support switching to/from nosound in demux_lavf.
2008-02-29 eugeni Remove unused function.
2008-02-29 eugeni Reindent.
2008-02-29 eugeni Don't select audio stream in lavf and mkv demuxers.
2008-02-29 eugeni Select audio stream in mplayer and mencoder, overriding demuxer decision.
2008-02-29 eugeni Set audio->sh correctly when switching audio tracks. The same for video tracks.
2008-02-29 eugeni Don't select subtitle track in lavf and mkv demuxers.
2008-02-29 eugeni Demuxer-independent subtitle track selection.
2008-02-29 eugeni Demuxer-independent functions for selecting tracks based on language.
2008-02-29 eugeni Remove stupid checks of free() argument.
2008-02-29 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
2008-02-29 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
2008-02-29 eugeni Add language info to sh_sub_t and sh_audio_t.
2008-02-28 reimar Attempt to fix -chapter broken for mkv in r25987
2008-02-28 diego joystick.c is only ever compiled on Linux, remove pointless #ifdef
2008-02-28 diego TARGET_OS2 is never set, use __OS2__ instead.
2008-02-28 diego Use _res_comment in joystick check.
2008-02-28 diego cache support for OS/2
2008-02-27 diego mmap() support for OS/2
2008-02-26 reimar Mention nvidia fix for vo gl and especially changed screensaver support
2008-02-26 diego Default to disabling VIDIX on platforms where it is not known to work.
2008-02-26 mru less preprocessor magic in version number macros
2008-02-26 uau configure: define ENABLE_ENCODERS for FFmpeg
2008-02-25 nicodvb in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
2008-02-25 compn sun rasterfile decoder
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-25 diego 10l: Revert nonsense commit.
2008-02-25 diego Fix outdated comment.
2008-02-25 diego Remove old EMU_OLD cruft.
2008-02-25 mru #include "libavutil/avutil.h" in swscale.h
2008-02-24 diego Replace silly check for config.h inclusion, just include it.
2008-02-24 diego Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
2008-02-24 diego Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is
2008-02-24 diego Enable SSE detection on OS/2.
2008-02-24 diego cosmetics: Break one unreadable long line.
2008-02-24 reimar __asm __volatile -> asm volatile part 3
2008-02-24 reimar Compile codec-cfg binary with -O, avoids problems due to compilers
2008-02-24 diego Add MPLAYER_ prefix to multiple inclusion guard of generated file.
2008-02-24 diego On OS/2, fall back on the directory where MPlayer is installed if both
2008-02-24 diego On Win32 and OS/2, 'x:filename' path style without '\' path separator
2008-02-24 diego Add missing #includes for Mac OS X, fixes the warning
2008-02-24 diego Add #include <sys/sysctl.h> for Mac OS X, fixes the warning
2008-02-24 reimar Do not use a global temps variable, this is ugly and does not compile with ICC.
2008-02-24 reimar Avoid a pointless special-case for opening a file
2008-02-24 reimar Get rid of pointless and confusing comments
2008-02-24 cehoyos Only icc 10.1 will be supported.
2008-02-24 cehoyos Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
2008-02-23 diego Remove mistakenly committed hunk.
2008-02-23 diego Properly detect ARM mc acceleration.
2008-02-23 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-23 diego Merge two #ifdefs into one.
2008-02-23 diego #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
2008-02-23 diego Move libdca definition to a better place in config.h.
2008-02-23 nicodvb warn to always include PMT and PCR pids in channels.conf (dvb)
2008-02-23 nicodvb removed nonsense in the dvbin section
2008-02-23 nicodvb reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
2008-02-23 nicodvb read the PCR of the currently playing program (if available) in demuxer->reference_clock
2008-02-23 nicodvb New member in demuxer_t: reference_clock.
2008-02-22 eugeni Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
2008-02-22 eugeni Check glyph bounding box before rasterizing and complain if it is too large.
2008-02-22 eugeni Some debugging routines.
2008-02-22 eugeni Better handling of behind-the-camera objects.
2008-02-22 eugeni Print FreeType version in libass init. Makes error logs slightly more helpful.
2008-02-22 diego Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-22 cehoyos Discard two symbols from libswscale.
2008-02-22 diego Fix continuous scrolling on OS/2 due to status line updates unless -quiet
2008-02-21 diego Create standard multiple inclusion guards.
2008-02-21 reimar Fix copy&paste typo in rgbtest documentation
2008-02-21 diego Remove misplaced #endif comment.
2008-02-21 gpoirier sync w/r26052
2008-02-21 gpoirier sync w/ r26019
2008-02-21 gpoirier improve DTD dection of MacPort-install docbook package
2008-02-21 reimar Document rgbtest arguments
2008-02-21 diego Replace Alpha MVI compiler workarounds by a proper configure check.
2008-02-21 diego Use standard multiple inclusion guard.
2008-02-21 diego Remove unused #define from config.h.
2008-02-21 diego OS/2 getch2() support
2008-02-21 diego Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
2008-02-21 eugeni Fix r26032: wrong sub stream id assigned to dvdsub_id.
2008-02-21 diego Add multiple inclusion guard.
2008-02-21 diego Add missing multiple inclusion guards.
2008-02-21 diego Consistently use filename as multiple inclusion guard.
2008-02-20 gpoirier sync w/r25566, patch by mesecam %mesecam A gmail P com%
2008-02-20 gpoirier sync w/r25308, patch by mesecam %mesecam A gmail P com %
2008-02-20 reimar Fix compilation with ASS disabled
2008-02-20 diego Remove pointless #ifdefs around extern declarations.
2008-02-20 diego vf_sab mirrors coefficients past the edge of the picture instead of cropping:
2008-02-20 diego Add support for DOS-style file:///x:/path paths.
2008-02-19 diego cosmetics: Move definitions to a more standard place.
2008-02-19 diego Add standard license header and make copyright notices consistent.
2008-02-19 mru Clean up lib* version definitions
2008-02-19 gpoirier sync w/r24342, patch by jfallah mesecam at gmail dot com
2008-02-19 eugeni Support -slang in lavf demuxer.
2008-02-19 albeu Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
2008-02-19 diego typo fixes, port of my patch for upstream libmpeg2
2008-02-19 diego Fix illegal identifiers, port of my patch to upstream libmpeg2.
2008-02-18 diego Refactor AltiVec macros as done for FFmpeg.
2008-02-18 diego Refactor AltiVec macros as done for FFmpeg.
2008-02-18 diego This header should not have multiple inclusion guards, it is meant
2008-02-18 diego cosmetics: indent, remove trailing whitespace
2008-02-18 diego Merge the two conditional definitions of get_current_dir_name.
2008-02-18 gpoirier sync w/r26017
2008-02-18 diego basic support for OS/2 in configure
2008-02-18 diego Set SYS_BEOS for libdvdcss compilation on BeOS.
2008-02-17 reimar Allow specifying a size for -vf rgbtest
2008-02-17 reimar Document af-*, copied from vf-*
2008-02-17 reimar Make -af-pre, -af-add, -af-del and -af-clr available.
2008-02-17 compn removed wrong example
2008-02-17 Gabrov synced with r26015
2008-02-17 reimar Document that framedrop needs -no-correct-pts
2008-02-17 compn -dumpstream will not dump chapters anymore
2008-02-17 mru remove duplicate AV_STRINGIFY() definition
2008-02-16 diego Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.
2008-02-16 diego Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
2008-02-16 diego FLAT objects cannot have multiple sections, so using the L1 attributes breaks
2008-02-16 reimar Avoid reinit of vo with the exactly same parameters over and over.
2008-02-16 nicodvb when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
2008-02-16 nicodvb cosmetics
2008-02-16 nicodvb in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
2008-02-15 uau libvo: change asm syntax to use ASMALIGN and " # nop"
2008-02-15 reimar Support icyx://.
2008-02-15 reimar Always display Icy-Metadata if available, whether we recognize an ICY-Server
2008-02-15 reimar Move printing of Icy-Metadata into an extra function
2008-02-15 reimar Remove useless code
2008-02-15 reimar Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
2008-02-15 benoit More explicit unsupported pixel format error messages.
2008-02-14 reimar Try to make fps float -> AVRational conversion work better.
2008-02-14 reimar Change force_fps and force_ofps to double
2008-02-14 reimar Change mf_fps to double
2008-02-14 cehoyos Revert accidentally committed line of r25994.
2008-02-14 diego typo fix: inited --> initialized
2008-02-13 compn add ffpcx decoder, works on my samples.
2008-02-13 cehoyos Fix typo.
2008-02-13 diego typo
2008-02-13 diego Translate stray Italian term.
2008-02-12 iive Implement test for system byteswap.h header file.
2008-02-12 reimar Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
2008-02-11 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
2008-02-11 gpoirier sync w/ r25984
2008-02-11 reimar Try harder to find OpenGL functions on Windows.
2008-02-11 reimar Slightly document alpha for OSD color
2008-02-11 reimar Support alpha for vo gl osdcolor
2008-02-11 reimar Remove an extern for a variable that no longer exists
2008-02-11 reimar Remove left-over extern definitions that should not be there
2008-02-11 diego #include just libavutil/common.h, not all of libavutil/intreadwrite.h.
2008-02-10 gpoirier sync w/r25973
2008-02-10 reimar Make some variables static.
2008-02-10 reimar Avoid a useless extra pointer variable.
2008-02-10 reimar Do not uselessly erase background, OpenGL will take care of drawing everything.
2008-02-10 diego Disable v4l2 if pthreads are not available, fixes bug #1015.
2008-02-10 reimar Avoid -wid message processing blocking MPlayer.
2008-02-10 reimar Hint about possible libmpeg2 problems with -hardframedrop
2008-02-10 reimar Forward mouse messages to -wid Window.
2008-02-10 voroshil r25770: URL updates for contributed win32 stuff.
2008-02-10 voroshil Sync tag update: changes in original text are
2008-02-10 voroshil Sync tag update
2008-02-10 voroshil r25605: properties to get and set angle; patch by oattila chello hu
2008-02-09 cehoyos Make dither4 & dither8 const.
2008-02-09 reimar Make sure the -wid window does not get notified when we destroy our attached child window.
2008-02-09 reimar Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
2008-02-09 compn cosmetic typo fix, geneate > generate
2008-02-09 reimar Use AV_RB*, reduces x86_64 code size by almost 1kB.
2008-02-08 nicodvb in some still unknown system format 0x82 identifies AUDIO_DTS
2008-02-08 reimar example for setting WMP user-agent string, helps when playlists
2008-02-08 reimar Disable http->mmshttp rewriting hack introduced in r25168,
2008-02-07 reimar Add aspect_fit declaration missing for w32_common.
2008-02-06 reimar Add speex tag
2008-02-05 rtogni Check buffer index while reading to avoid sig11
2008-02-05 gpoirier sync w/r25955
2008-02-05 gpoirier typo fix, noticed by JRaSH
2008-02-05 reimar It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
2008-02-04 diego Add dv50 fourcc to libdv and ffdv, fixing the following sample:
2008-02-03 reimar Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
2008-02-03 reimar Allow demuxers to choose a default value for correct_pts
2008-02-02 reimar Implement keepaspect for Windows OpenGL vos.
2008-02-02 reimar Make aspect adjustment calculation simpler and more flexible.
2008-02-02 Gabrov synced with r25947
2008-02-01 reimar Add windows cp1256 encoding for arabic, fixes bug #1007
2008-02-01 iive Update the test for ivtv output driver.
2008-02-01 reimar ao_functions_t should be const, part 1
2008-02-01 reimar Redraw display on toggling border
2008-01-31 reimar Always redraw video on resize.
2008-01-30 reimar Remove unused variable.
2008-01-30 reimar Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
2008-01-30 reimar Change code to also work with different outburst sizes
2008-01-30 reimar Reduce number of UnqueueBuffer calls
2008-01-30 reimar alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
2008-01-30 reimar Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
2008-01-30 rtogni Update for security fixes
2008-01-30 reimar Avoid a MANGLE, there is no register pressure and the generated code
2008-01-30 reimar mark constants as such
2008-01-30 reimar Simplify: use DECLARE_ASM_CONST
2008-01-30 eugeni Add support for attachments in lavf demuxer.
2008-01-30 ulion Split osd related stuff from mp_core.h into new header file mp_osd.h.
2008-01-29 rtogni Stream IDs must be written as hex numbers. Fixes
2008-01-29 diego Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
2008-01-29 reimar Add a comment to the #if 0
2008-01-29 nicodvb Ben co-maintains stream_dvdnav.c
2008-01-29 nicodvb clarification about dvd still menus
2008-01-29 reimar Check that index is still within bounds of samples array.
2008-01-29 reimar Make sure chunkmap values are within bounds when using them.
2008-01-29 reimar Do not pointlessly read data, just skip it.
2008-01-29 reimar Disable reading of flac metadata, mere metadata is not worth such a mess.
2008-01-29 reimar Properly check length of flac metadata.
2008-01-29 nicodvb dvd still menus and latm aac
2008-01-29 nicodvb show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com
2008-01-29 reimar Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
2008-01-29 reimar Allow for larger fragment programs.
2008-01-29 reimar More places that should use SEEK_ABSOLUTE / SEEK_FACTOR
2008-01-29 reimar Use defines to give names to the different seek flags.
2008-01-29 reimar Make some assembler constants global instead of declaring them multiple times.
2008-01-29 reimar Make mov subtitles work with -ass
2008-01-28 ivo clarify comments/docs about lav* being the preferred place to implement new
2008-01-28 reimar Support CODEC_ID_MOV_TEXT
2008-01-28 reimar Simplify a condition that probably is not necessary at all
2008-01-28 kraymer sync with r25663 and misc. fixes, patch by JRaSH
2008-01-28 ivo copy note on new demuxers and codecs to the top of the array as well to be
2008-01-28 reimar Use DECLARE_ASM_CONST where possible in libswscale code
2008-01-28 gpoirier sync w/ r25821
2008-01-28 reimar vcd_read must read exactly VCD_SECTOR_DATA bytes.
2008-01-28 ivo note on new demuxers and codecs, add them to lav* instead of libmp*
2008-01-28 ivo port libmpdemux demuxers to libavformat or rewrite from scratch
2008-01-28 diego Get rid of redundant dbg_printf redefinition. Fixes some warnings:
2008-01-28 diego Consistently use uppercase filename as multiple inclusion guard.
2008-01-28 diego Fix compilation failure because bitfile was undefined:
2008-01-27 diego Add multiple inclusion guards.
2008-01-27 diego Replace with the output of the updated alaw-gen generator program.
2008-01-27 diego Add multiple inclusion guards to generated header file.
2008-01-27 diego Change format string so that the table is nicely aligned.
2008-01-27 diego The alaw tables should be const.
2008-01-27 diego Rename some identifiers to not use leading underscores.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Change #warning to FIXME comments.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Remove setting of ldconfig, it is unused.
2008-01-27 reimar Reindent
2008-01-27 reimar Simplify subtitle handling with -ass
2008-01-27 reimar Support mov subtitle format directly instead of converting to text in the demuxer
2008-01-27 ben reindent after r25881
2008-01-27 ben sub_scale command can now handle both ass and non-ass subs at a time
2008-01-27 reimar Make sure sub_font is freed.
2008-01-27 reimar Allow independent scaling of vo_font and sub_font.
2008-01-27 kraymer sync with r25821, patch by JRaSH (jrash06 163 com)
2008-01-27 reimar Remove $Id$ tags, they make diffs between different versions
2008-01-27 reimar Always use inline instead of _inline, the former is supported by all
2008-01-27 reimar Use the standard "static inline" instead of some broken ifdef mess
2008-01-27 reimar Prefer lavf mov demuxer over our own, it should work better most of the time now.
2008-01-26 reimar Simplify init_vobsub: pass palette via extradata.
2008-01-26 reimar Support vobsub palette in extradata, as exported by libavformat
2008-01-26 reimar 100l, inverted condition for AVSEEK_FLAG_BACKWARD
2008-01-26 reimar Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
2008-01-26 reimar Cosmetics: remove some trailing whitespace
2008-01-26 reimar Add QDM2 codec identifier
2008-01-26 reimar Partially support vobsub subtitles from lavf demuxers (palette support missing)
2008-01-26 nicodvb in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we have at least a couple of SEQ/GOP startcodes
2008-01-26 nicodvb in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
2008-01-26 nicodvb added code to check and handle the presence of LATM streams in the init() and decode() functions
2008-01-26 nicodvb added AudioSpecificConfigFromBitfile() -that reads from an initizialized
2008-01-26 nicodvb generic functions and structures to parse and statekeep LATM streams
2008-01-26 nicodvb in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment was misplaced, too
2008-01-26 ben factorize 2 tests
2008-01-26 ben Check for stream change in dvdnav.
2008-01-26 ben add a new state flag to dvdnav in order to notify if
2008-01-26 ben remove useless casts
2008-01-26 ben simplify by a one-liner
2008-01-26 ben remove the spu_set field, replaced by a flag
2008-01-26 ben this end brace was not correctly indented
2008-01-26 ben automatically set spu button highlight when nav cell has changed
2008-01-26 ben Add support for dvdnav still frames playback.
2008-01-25 ben set -vc=ffmpeg12 as dvdnav prefered decoder
2008-01-25 diego spelling cosmetics
2008-01-24 ben add documentation about switch_angle and switch_title slave commands
2008-01-24 ben array was defined for 6 elements while 7 were declared
2008-01-24 ben type expected by dvdnav_get_title_string() is const
2008-01-24 ben remove some redundant declarations
2008-01-24 ben Add new command to switch between dvdnav titles
2008-01-23 ben cosmetic: reindent code after r25843
2008-01-23 ben sub_scale command now works with ass subtitles renderer
2008-01-23 eugeni Add ass_use_margins command and property to shift subtitles to margins and back
2008-01-23 eugeni Add global ass_force_reload flag.
2008-01-23 diego Ignore compare.
2008-01-23 rtogni Zero codec_inited in the init() function, so that it's cleared everytime
2008-01-23 reimar Add a few const attributes
2008-01-23 iive Use the proper option name for constant quantizer
2008-01-23 iive Move Zoran video controller check after the libavcodec one.
2008-01-23 diego Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:
2008-01-23 diego Disable unused function test_heap, fixes the warning:
2008-01-23 diego Remove unused function exp_ftol_wrong, fixes the warning:
2008-01-23 diego Remove unused function fixup_address, fixes the warning:
2008-01-23 diego Remove unused DPRINTF__ macro.
2008-01-23 diego Move compare.c to TOOLS, add it to the Makefile and document it.
2008-01-21 reimar Fix typo in comment
2008-01-21 reimar Remove useless casts
2008-01-21 Gabrov synced with r25826
2008-01-21 diego Surround variable declarations by preprocessor conditionals to avoid warnings:
2008-01-21 diego Comment out unused variables, fixes the warnings:
2008-01-20 rtogni Prevent possible buffer overflow on album_title[]
2008-01-20 rtogni Clear tmp between ip6 check and string escape to prevent reuse of the
2008-01-20 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
2008-01-20 cehoyos Added missing single quotation mark.
2008-01-20 ulion Fix compilation failue:
2008-01-20 ulion Fix vobsub_seek use same reseek method as vobsub_get_packet did.
2008-01-20 ulion Fix auto-sub code to support filenames with any extension length.
2008-01-20 rtogni Allow overriding the codec_tag for audio codecs, and always override
2008-01-20 reimar Fragment programs must use unix eol.
2008-01-20 reimar Avoid some pointer conversion warnings (the code is messy but not wrong)
2008-01-20 reimar Add missing vo_w32_border prototype
2008-01-20 reimar Fix some function types from unspecified to empty argument list
2008-01-20 reimar Remove redundant declarations (already in video_out.h)
2008-01-19 iive Extend the precision of rationale conversion so
2008-01-19 reimar -panscan should also work for right and left borders
2008-01-19 reimar Some reindentation
2008-01-19 reimar Reindent
2008-01-19 reimar Simplify and keep terminating end-of-line
2008-01-19 reimar Remove a broken and useless hack to avoid a memcpy
2008-01-19 reimar Cached file must be 0-terminated since we use string processing functions on it
2008-01-19 reimar Make sure we do not write the terminating 0 out of bounds
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 diego Use ld conversion specifier for long int argument, fixes the warning:
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 reimar Fix endless loop if nAvgBytesPerSec is 0.
2008-01-19 reimar Avoid a division by 0 if i_bps is 0.
2008-01-19 reimar Fix usage example comment
2008-01-19 reimar Fix a coefficient for lscale=5 OpenGL mode
2008-01-19 diego Add name to email address.
2008-01-19 reimar Avoid warning:
2008-01-19 reimar Fix some types to const
2008-01-19 reimar audio_out / video_out structs should be treated as const
2008-01-19 reimar Fix warning:
2008-01-19 reimar Avoid void* arithmetic
2008-01-19 reimar Simplify and silence lots of warnings
2008-01-19 reimar Add the edge-enhancement filter based on edgedetect I had lying around.
2008-01-19 reimar Fix using both lscale and cscale 4
2008-01-18 gpoirier sync w/r25786
2008-01-18 reimar Add a fragment program for 5x5 unsharp masking
2008-01-18 reimar Remove leftover backslash
2008-01-18 reimar Simplify
2008-01-18 reimar Use the same unsharp filter template for 2D and RECT textures
2008-01-18 reimar Small typo in message
2008-01-18 diego Remove broken test program that likely never worked.
2008-01-17 benoit Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
2008-01-17 benoit Remove some useless parentheses.
2008-01-17 benoit Cosmetics: whitespaces
2008-01-17 benoit Remove non cosmetic spaces inside parentheses.
2008-01-17 benoit Description: remove superfluous parentheses.
2008-01-17 benoit Check param in sws_getCachedContext().
2008-01-17 ulion Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
2008-01-16 reimar Fix OpenGL unsharp filter
2008-01-16 diego typo fix
2008-01-16 diego VIDIX is no longer a shared library.
2008-01-16 diego URL updates for contributed win32 stuff.
2008-01-16 diego better ao/vo profile examples
2008-01-16 diego misc markup fixes
2008-01-16 diego misc spelling fixes
2008-01-15 ptt removed a english part, left in here, sigh
2008-01-15 ptt little grammar fix
2008-01-15 ptt synced with r25757
2008-01-15 ptt added missing "&"
2008-01-15 ptt added missing escapes
2008-01-15 ptt syncet to r25663
2008-01-15 ptt updated my mail address
2008-01-15 compn add default deinterlace key
2008-01-15 reimar Create/allocate conversion textures before scaler textures.
2008-01-15 reimar Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
2008-01-15 reimar Document vo gl lscale=3
2008-01-15 reimar Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
2008-01-15 reimar Remove a useless cast
2008-01-14 diego The GUI requires font support.
2008-01-14 reimar Seems that all - should be escaped in the man page
2008-01-14 reimar Extend heartbeat-cmd man page entry
2008-01-13 rtogni Simplify/cleanup of real_calc_response_and_checksum()
2008-01-13 rtogni Don't oversize realchallenge buffers
2008-01-13 reimar Put bff_mask into muxer context instead of a global variable.
2008-01-13 reimar Fix the bug where the window would become smaller each time vo_ontop is toggled.
2008-01-13 reimar Make some radeon vidix driver tables static and const
2008-01-13 reimar Make mp_properties const
2008-01-13 reimar All the m_property stuff works fine with constant m_option_t
2008-01-13 reimar Make xpm arrays really const (I missed that they are not strings but
2008-01-13 reimar Make all gui xpm bitmaps const
2008-01-13 reimar gui_opts should be const for win32 gui as well (why, oh why, was all
2008-01-13 reimar Win32 gui has the same m_option_print error handling bug
2008-01-13 reimar Fix 100l: error check for m_option_print was unreachable
2008-01-13 reimar Make big gui_opts array const
2008-01-13 reimar Make several mapping tables related to input processing const.
2008-01-13 reimar Mark qt default palette tables as const
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2008-01-13 reimar First step towards making all demuxer_desc_t const
2008-01-13 reimar Remove a useless assignment (there is an if just a few lines above
2008-01-13 reimar Simplify cue-parsing
2008-01-13 reimar Get rid of quite useless inum variable
2008-01-13 reimar Add a forgotten #ifdef USE_ASS around ass_free_track
2008-01-13 reimar Use AV_WB*
2008-01-13 reimar Remove some useless () and {}
2008-01-13 reimar Simplify
2008-01-13 reimar Use AV_WB16 instead of ugly memcpy hacks
2008-01-13 reimar Use AV_RB* instead of custom variants.
2008-01-13 reimar Use sizeof instead of size variables/defines
2008-01-13 reimar Make some pnm data const
2008-01-13 reimar dvb_demuxdev etc. are only used in dvb_tune.c so make them static
2008-01-13 reimar Make several arrays const
2008-01-13 reimar Remove some unused extern variables
2008-01-13 reimar stream_opts should be const
2008-01-13 reimar stream_info_t opts and protocols point to constant data as well.
2008-01-13 reimar Make all tvi_info_t const
2008-01-13 reimar Make some tvi_functions_t pointers const that I forgot to change before
2008-01-13 reimar Remove useless ifdefs
2008-01-13 reimar Add type to extern declaration
2008-01-13 reimar Make dvd_audio_stream_types and dvd_audio_stream_channels const
2008-01-13 reimar tvi_functions_t should be const
2008-01-13 reimar Add forgotten const for pal_ireland.
2008-01-13 reimar Remove another 2 useless casts
2008-01-13 reimar Get rid of another useless cast
2008-01-13 reimar Remove a cast useless since r24425.
2008-01-13 reimar Move variable declaration into block where it is used.
2008-01-13 reimar Remove result from warning string, it has no useful meaning here.
2008-01-13 reimar Remove a useless cast
2008-01-13 nicodvb moved pes_header from file-static to send_mpeg_pes_packet_ll()
2008-01-13 rik fix bug in error message (found by Diego through a compiler warning)
2008-01-12 reimar Use a transform_color function to reduce code duplication
2008-01-12 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
2008-01-12 reimar ps1_header and ps2_header should be const
2008-01-12 reimar Add a few "const" attributes.
2008-01-12 reimar Remove unused variable
2008-01-12 reimar Move uselessly global variables
2008-01-12 reimar Adjust list of colourspaces supported by vd_ijpg
2008-01-12 reimar Colourspace conversions do _not_ belong into a decoder!
2008-01-12 reimar Cosmetics: get rid of huge amounts of trailing whitespace
2008-01-12 reimar Remove an unused global variable
2008-01-12 reimar Avoid uselessly global variables
2008-01-12 reimar 100l, free strdup'd strings
2008-01-12 reimar Builtin codecs array can now be const
2008-01-12 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
2008-01-12 eugeni Do not try to guess font metrics based on its bounding box.
2008-01-12 eugeni Add libass support to demux_lavf.
2008-01-12 eugeni Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
2008-01-12 eugeni Add demuxer interface for attachments.
2008-01-11 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
2008-01-11 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
2008-01-11 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
2008-01-11 eugeni Set extradata for subtitle tracks in mkv demuxer.
2008-01-11 eugeni Add extradata to sh_sub_t.
2008-01-11 eugeni Factorize private data decoding for subtitle tracks in mkv demuxer.
2008-01-11 reimar Make code slightly less confusing to me
2008-01-11 reimar Slightly deobfuscate
2008-01-11 reimar Another small simplification. Slightly worse performance in the case
2008-01-11 reimar Slightly simplify read_buffer code
2008-01-11 reimar Simplify: use memset
2008-01-11 reimar Fix indentation
2008-01-11 reimar Remove useless cast
2008-01-11 ben document vo.* and ao.* playback profiles
2008-01-11 ulion Fix buffer overflow bug by calculate the buffer size accurately.
2008-01-10 ben allow profile loading per audio/video output
2008-01-10 reimar Add an extra check to avoid a case that cause black lines in scaled
2008-01-10 eugeni Clear demuxed data when subtitle track is changed.
2008-01-10 eugeni Use malloc for codecdata. Fixes segfault in free_sh_sub.
2008-01-10 ben updated english manpage with protocol/extension profile loading feature
2008-01-10 ben factorizes variable check
2008-01-10 ben add support for per protocol and per extension playback profile loading
2008-01-10 ben export m_config_set_profile()
2008-01-10 ben allow generation of ctags and etags
2008-01-10 ulion Deny the code using realpath().
2008-01-09 gpoirier sync w/r25657
2008-01-09 reimar Codecdata must always be malloc'd, fixes free being called with an
2008-01-09 compn dumpstream is NOT a better way to copy a dvd title
2008-01-09 compn dvd-device can specify iso files too
2008-01-09 uau Set CONFIG_SWSCALER in order to avoid imgresample
2008-01-09 uau Remove unnecessary <signal.h> includes
2008-01-08 reimar Use getppid instead of getpid and move a snprintf to where it is actually needed.
2008-01-08 reimar Simplify a needlessly complex use of snprintf
2008-01-08 reimar Do not use exit_player in the signal handler, this code just can not
2008-01-08 eugeni Clear fonts when the file is closed.
2008-01-08 eugeni Fix ass_clear_fonts not deallocating fontdata.
2008-01-08 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-07 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
2008-01-07 diego Fix illegal identifier, names starting with _ and uppercase are reserved.
2008-01-07 diego Fix #endif comment, sync with libdvdcss r208.
2008-01-07 eugeni No need to reinvent strdup...
2008-01-07 kraymer sync with r25158, patch by JRaSH
2008-01-07 eugeni Deallocate audio track codecdata.
2008-01-07 eugeni Copy font data to ass_library instead of referencing demuxer-owned memory.
2008-01-07 ulion Set freetype flag in the font_desc_t when using a freetype font.
2008-01-07 reimar Add heartbeat-cmd option
2008-01-07 reimar Remove some now unused screensaver stuff code.
2008-01-07 reimar Remove most of the messy screensaver code in favour of only XResetScreenSaver
2008-01-07 reimar Use a screensaver_off variable to save current state and avoid
2008-01-06 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
2008-01-06 reimar Make some functions in mplayer.c static
2008-01-06 diego Relicense to GPL v2 or later with Reimar's permission.
2008-01-06 reimar Whitespace-only cosmetics: get rid of tabs
2008-01-06 diego Rename common.[ch], there are too many files by that name.
2008-01-06 diego cosmetics: alphabetical order
2008-01-06 diego Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
2008-01-06 rtogni Don't overread audio data
2008-01-06 rtogni Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
2008-01-06 rtogni Do not pass timestamp to realvideo binary decoder
2008-01-06 diego Remove unused definition.
2008-01-06 diego Remove changelog from file header, we have revision control for this.
2008-01-06 diego cosmetics: Whitespace changes, add comments to some #endif directives.
2008-01-06 diego Remove all test programs with 'make clean'.
2008-01-06 diego /usr/lib/win32 --> /usr/local/lib/codecs
2008-01-06 diego Remove compilation command comments.
2008-01-06 diego Ignore test programs.
2008-01-06 diego Comment out non-existing mp_msg_set_level function to fix linking.
2008-01-06 diego Fix compilation by replacing a broken macro with in-place code.
2008-01-06 diego Fix compilation due to conflicting type declaration:
2008-01-06 diego Add missing #include so that the header works standalone.
2008-01-06 diego Add proper compilation rules for qtx/list and qtx/qtxload and remove silly
2008-01-06 diego Get the dshow test program closer to linking.
2008-01-06 diego Fix warnings:
2008-01-06 diego Add missing #includes to fix compilation:
2008-01-05 eugeni Allow overriding [Script Info] parameters with -ass-force-style option.