log

age author description
2006-12-10 nplourde vo_macosx, fix crash when closing window
2006-12-10 reimar Fix a compiler warning
2006-12-10 reimar Set frequency and correct frequency getting
2006-12-10 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
2006-12-10 reimar Remove a disabled and completely outdated sample rate mismatch warning.
2006-12-09 nplourde vo_macosx.m disable window animation when going to fullscreen
2006-12-09 nicodvb update vbuf_size and suggest 400 for HDTV video
2006-12-09 nicodvb align vbuf_size to the max value allowed by main profile @ high level
2006-12-09 Gabrov synced with r21558
2006-12-09 reimar Fix misplaced http_free
2006-12-09 reimar Fix potential endless loop in http_streaming_start due
2006-12-09 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
2006-12-09 nicodvb use dvdnav's palette if available
2006-12-09 nicodvb export spu palette; part of a patch by Otvos Attila
2006-12-09 reimar Avoid memory and fd leaks in asf streaming open code.
2006-12-09 reimar Forgotten closesocket on error, patch by
2006-12-09 reimar Close fd on error.
2006-12-09 reimar Fix ppc without altivec compilation
2006-12-09 reimar cscd produces BGR15, not BGR16
2006-12-09 reimar Replace another MIN macro by FFMIN
2006-12-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-12-09 reimar Improve OpenAL speaker positions a bit.
2006-12-09 reimar Remove condition that should always be true
2006-12-09 reimar Fix crash in ogg demuxer uninit with -aid
2006-12-09 reimar Half-properly set up OpenAL position stuff
2006-12-09 henry sync to libmpeg2-0.4.1
2006-12-09 voroshil r21537: General reformatting round:
2006-12-09 nplourde do not force arch and isysroot in osx
2006-12-08 voroshil Fix bmovl-test build error
2006-12-08 torinthiel Ignore .depend properly
2006-12-08 torinthiel General reformatting round:
2006-12-08 torinthiel .norecurse should be ignored
2006-12-07 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
2006-12-07 kraymer r21531: Document geq filter.
2006-12-07 voroshil r21529: spelling
2006-12-07 voroshil Typo
2006-12-07 diego Document geq filter.
2006-12-07 kraymer r21529: spelling
2006-12-07 diego spelling
2006-12-07 diego Fix mplayer-rc.o build.
2006-12-07 kraymer r21503: updated documentation of -mpegopts :tele*
2006-12-07 jheryan Synced with 30.11.2006
2006-12-07 reimar vorbis_comment is only used locally, move it out of demuxer struct
2006-12-07 reimar Remove unused ov_struct_t
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-12-06 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
2006-12-06 voroshil Translated section "GENERAL ENCODING OPTIONS"
2006-12-06 reimar Simplify NEXT_LINE macro and put most of it in a separate function.
2006-12-06 reimar remove useless and incorrect const-removing cast
2006-12-06 reimar Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
2006-12-06 reimar Properly free fontconfig patterns
2006-12-06 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
2006-12-06 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
2006-12-06 reimar Fix memleak if vd_ffmpeg init fails
2006-12-06 reimar Also free ass_library_t members in ass_library_done
2006-12-05 voroshil r21503: updated documentation of -mpegopts :tele*
2006-12-05 voroshil r21508: emphasis the fact that leaving black borders really hurts quality
2006-12-05 voroshil Translation of "VIDEO FILTERS" section.
2006-12-05 reimar Make sure invalid protocols are rejected instead of treated
2006-12-05 gpoirier emphasis the fact that leaving black borders really hurts quality
2006-12-05 gpoirier update local diff after r20779
2006-12-05 nicodvb wording fix suggested by Diego
2006-12-05 nplourde fix include clash for mmap_anon on darwin ppc
2006-12-04 nplourde force ppc arch and 10.3.9 sys lib on ppc mac
2006-12-04 nicodvb updated documentation of -mpegopts :tele*
2006-12-04 nicodvb disable telecining when it can't be applied
2006-12-04 nicodvb since display_frames in increased by a possibly negative number it had better be signed
2006-12-04 nicodvb cosmetics
2006-12-04 nicodvb removed dead code
2006-12-04 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
2006-12-04 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
2006-12-04 reimar Move cddb "autodetection" so it also works for libcdio
2006-12-04 reimar Add full support for en-/disabling cddb support
2006-12-04 kraymer r21372: Some punctuation cosmetics and better wording
2006-12-04 kraymer help_mp-de.h:
2006-12-04 kraymer fix sentence, reformat
2006-12-04 voroshil r21484: documented -mpegopts :tele_src and :tele_dest
2006-12-04 voroshil r21476: Open embedded fonts directly from memory....
2006-12-04 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
2006-12-04 diego slight clarification
2006-12-04 gpoirier document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
2006-12-04 voroshil Improoving readability of pullup filter section
2006-12-04 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
2006-12-04 nicodvb documented -mpegopts :tele_src and :tele_dest
2006-12-04 nicodvb added generalized teleciner by Donald Graft
2006-12-03 reimar Remove unused function pointers, they probably had incorrect prototypes
2006-12-03 aurel remove headers included twice
2006-12-03 aurel use strchr() instead of index()
2006-12-03 gpoirier sync w/ r21452
2006-12-03 reimar mmap memory area for generated code to avoid crashes on machines which
2006-12-03 reimar Fix 21381, make sure gcc does not make any ip-relative calls or similar.
2006-12-03 eugeni Open embedded fonts directly from memory.
2006-12-03 voroshil One FIXME (CC subtitles related) resolved.
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-12-03 reimar Compile fix, BE_32 definition has been moved
2006-12-03 voroshil r21462: mention all other image formats
2006-12-03 eugeni Rename: ass_process_font -> ass_add_font.
2006-12-03 reimar Use libavutil LE_* macros instead of pointer casts which can result
2006-12-03 eugeni Avoid calling validate_fname() twice for one string.
2006-12-03 reimar Do not call usec_sleep when we are not supposed to sleep.
2006-12-03 torinthiel Synced with r21466
2006-12-03 torinthiel [cosmetics] Consistent XML source formatting
2006-12-03 torinthiel [cosmetics] Reindent XML source
2006-12-03 nicodvb cosmetics: anti-chaos reindentation
2006-12-03 torinthiel Synced with r21462
2006-12-03 torinthiel mention all other image formats
2006-12-03 reimar Unicode support for demuxer info in ASF demuxer.
2006-12-03 reimar Open vobsub output files in binary mode, otherwise the OS might
2006-12-03 reimar 100l typo in 21380 disabled OSD with at least xvmc.
2006-12-03 voroshil fix two overlooked typos in previous sync cause build error
2006-12-03 voroshil Fix translation error in previous sync
2006-12-03 voroshil muxer FIXME resolved
2006-12-03 voroshil r21423: Consistent capitalization of table entries
2006-12-03 voroshil fixed missing tag update
2006-12-03 voroshil r21430: documented -mpegopts :[va]buf_size
2006-12-03 gpoirier document s3fb video out driver
2006-12-02 diego Use fallback XAnim and Real codecs directories when autodetection is skipped.
2006-12-02 diego Remove warning about missing codecs directory, the condition is always true.
2006-12-02 diego Merge dga/nodga suboption of vo_vesa, no short forms.
2006-12-02 reimar Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
2006-12-02 Gabrov synced with r21446
2006-12-02 diego Remove long-deprecated -vop option.
2006-12-02 diego Replace deprecated vo_plugin_args by vf_settings.
2006-12-02 diego cosmetics: Rename functions and variable names from vop to vf.
2006-12-02 eugeni Set video aspect ratio for libass in vf_vo.
2006-12-02 diego Update comment, video output plugins are deprecated.
2006-12-02 diego Audio track switching works for AVI and libavformat as well.
2006-12-02 nicodvb doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
2006-12-02 Gabrov synced with r21438
2006-12-02 diego Fix includes and include path, bswap.h is in libavutil now.
2006-12-02 diego Remove superfluous bswap.h include.
2006-12-02 diego Remove suffix rules that are just copies of make builtin rules.
2006-12-02 diego Use standard name for C++ flags.
2006-12-02 diego Move system headers before libavutil headers to work around build issues on
2006-12-02 reimar Compile fix since libvo/sub.h include was removed from mplayer.h
2006-12-02 voroshil Translated section "AUDIO FILTERS"
2006-12-02 voroshil Typo
2006-12-02 nicodvb documented -mpegopts :[va]buf_size
2006-12-01 nicodvb permit to specify the sizes of the decoders' buffers
2006-12-01 nplourde fix mencoder include clash on osx
2006-12-01 torinthiel Synced with r21395
2006-12-01 torinthiel Sync r21425
2006-12-01 torinthiel Some fixes for previous commit, 10l for me
2006-12-01 torinthiel Reformat examples:
2006-12-01 torinthiel Consistent capitalization of table entries
2006-12-01 reimar 100l confused FFMIN/FFMAX
2006-12-01 reimar Proper fix for last demux_avi commit, stream switching now really should
2006-12-01 reimar Make sure we do not hang if no streams are available
2006-12-01 reimar Implement stream switching for AVI demuxer.
2006-12-01 henry update for r21415 and r21416
2006-12-01 reimar Cleanup and fix rectangle size calculation, caused crashes with e.g.
2006-12-01 henry fix incorrect 4:4:4 chroma handling (backport from 0.4.1)
2006-12-01 henry ignore invalid values in the sequence display extension (backport from 0.4.1)
2006-12-01 voroshil r21410: document new meaning of dia=1 introduced by lavc r7192
2006-12-01 gpoirier mark lavc's uneven multi-hexagon search as slow, remove stray '.'
2006-12-01 diego Fix a declarations vs statements warning.
2006-12-01 diego Fix declarations vs statements warning.
2006-12-01 gpoirier document new meaning of dia=-1 introduced by lavc r7192
2006-12-01 diego Add libav include paths to CFLAGS without indirection.
2006-12-01 diego Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
2006-12-01 gpoirier remove duplicate entry
2006-12-01 diego Add libav include paths to CFLAGS without indirection.
2006-11-30 ivo move reserved_bytes out of packet_footer. this makes all packets uniform.
2006-11-30 reimar Use av_int2flt/av_int2dbl to read float values. This is simpler and more
2006-11-30 reimar Move initialization of sh_audio/sh_video members to aviheader
2006-11-30 voroshil r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
2006-11-30 voroshil r21372: Some punctuation cosmetics and better wording
2006-11-30 voroshil r21367: If a glyph is not found in the current font, switch to another one.
2006-11-30 gpoirier fix suggested by Diego
2006-11-30 gpoirier improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
2006-11-30 gpoirier fix indentation after last commit
2006-11-30 gpoirier add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
2006-11-29 torinthiel Better wording for previous commit
2006-11-29 torinthiel Typo
2006-11-29 henry add missing r15484
2006-11-29 rathann Add another FourCC found in the wild, for example:
2006-11-29 diego Remove duplicate OPTFLAGS from CFLAGS.
2006-11-29 diego Remove some superfluous include CFLAGS.
2006-11-29 diego Explain reason for -I.. in CFLAGS here.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-11-29 diego Fix macro redefinition warning.
2006-11-29 reimar Remove some of the worst "headers include headers which include
2006-11-29 reimar Avoid compiling code using %ah etc. on AMD64, since that will not work
2006-11-29 reimar Get rid of stubs.S, move code to inline asm.
2006-11-29 reimar Cosmetics: remove unused and commented out add_stub function header
2006-11-29 reimar Some extra checks and safety space for add_stub function.
2006-11-29 reimar Change add_stub code to also work without -fomit-frame-pointer
2006-11-29 reimar EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
2006-11-29 diego Add /usr/local/lib and /usr/local/include to the linker/compiler
2006-11-29 diego support for Westwood SND1 audio
2006-11-29 diego `sdl-config --libs` under mingw32 will give -lmingw32, which leads to
2006-11-29 diego URL fix
2006-11-29 torinthiel Synced with r21374
2006-11-29 torinthiel Fix URL, it has moved.
2006-11-29 torinthiel Synced with r21372
2006-11-29 torinthiel Some punctuation cosmetics and better wording
2006-11-29 aurel Sync with FFmpeg changes for encoder/decoder registration.
2006-11-28 uau Fix 2 header bugs introduced by nplourde's previous commit:
2006-11-28 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
2006-11-28 nplourde adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>
2006-11-28 eugeni If a glyph is not found in the current font, switch to another one.
2006-11-28 eugeni Skip glyphs with char code < 0x20.
2006-11-28 eugeni Add FT_Library to ass_font_t.
2006-11-28 eugeni Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
2006-11-28 reimar Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
2006-11-28 reimar Make me maintainer of demux_nuv since I am the only one
2006-11-28 voroshil r21306: fix compilation for win32 dll codec support for intel osx
2006-11-28 reimar Remove long double reading code, long double was never used AFAICT and
2006-11-28 voroshil r21298: "D" interactive key also works with yadif now
2006-11-28 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
2006-11-28 diego Cycling through video tracks works with libavformat as well.
2006-11-28 diego Remove #ifdef __OpenBSD__, there is no indication this is needed.
2006-11-28 diego support Intel Core 2 and AMD Geode in the processor detection routines
2006-11-28 diego Generate OBJS from SRCS in a more elegant and less redundant way.
2006-11-28 diego cosmetics: Sort SRCS by alphabetical order.
2006-11-28 diego Unrecurse VIDIX installation.
2006-11-28 diego Unrecurse VIDIX drivers uninstall.
2006-11-28 diego Remove one level of indirection on VIDIX install/uninstall.
2006-11-27 nicodvb cosmetical reformatting
2006-11-27 nicodvb feed the content of NAV_PACKET to the demuxer
2006-11-27 diego Shorten LIBAV_INC handling.
2006-11-27 diego Merge _ld_arch into _ld_extra.
2006-11-27 diego cosmetics to ease future patching
2006-11-27 diego Disable cddb on Darwin at Reimar's request.
2006-11-27 diego _ld_sock is already in _ld_extra.
2006-11-27 diego Add a config.mak variable for CDDB.
2006-11-27 reimar Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
2006-11-27 diego Note that ffxandpcm only works with libavformat.
2006-11-27 eugeni Don't include freetype headers in other headers.
2006-11-27 eugeni Fix compilation broken in previous commit.
2006-11-27 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
2006-11-27 eugeni Cosmetics: reindent.
2006-11-27 eugeni Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
2006-11-27 kraymer help messages:
2006-11-27 eugeni Move ass_font_t allocation to ass_font.h.
2006-11-27 kraymer insert line break for overly long line (second line indented)
2006-11-27 diego wrapper.S should be compiled on non-Darwin, non-Windows systems.
2006-11-27 eugeni Initialize font size with 0.
2006-11-27 reimar Remove unused unk_exp1 loader asm code
2006-11-27 ptt localization of parser-m*cmd.c messages
2006-11-27 diego Ignore libmpmux.a.
2006-11-27 diego Split muxers into a separate library that only MEncoder is linked against.
2006-11-27 diego FFmpeg-style dependency declaration
2006-11-27 diego Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
2006-11-27 diego Move common code to mpcommon.mak.
2006-11-27 diego Sync with FFmpeg changes for (de)muxer registration.
2006-11-27 diego test1 --> test
2006-11-27 diego cosmetics: Merge SRCS together, alphabetical order, whitespace.
2006-11-27 nplourde oops someone forgot obj-c source file
2006-11-27 diego cosmetics:indentation
2006-11-27 diego Untangle dependencies that are handled by configure.
2006-11-27 diego Remove unused LIBAV_INC variable.
2006-11-27 diego Remove superfluous dependency declaration on real header files.
2006-11-27 diego simplify test target
2006-11-27 diego Simplify, TARGET_WIN32 is both Cygwin and MinGW.
2006-11-27 diego Simplify test program generation.
2006-11-27 diego Remove superfluous CFLAGS declaration (is in mpcommon.mak).
2006-11-27 diego There are no .s files in mp3lib/, remove the corresponding suffix rule.
2006-11-27 diego libac3 was removed ages ago, remove the related test target.
2006-11-27 diego .s files don't exist anymore.
2006-11-27 torinthiel Synced with r21168
2006-11-27 nplourde fix compilation for win32 dll codec support for intel osx
2006-11-27 diego Remove unnecessary header indirection.
2006-11-27 diego Use standard SRCS2 name for MEncoder sources.
2006-11-27 diego Move common code for generating multiple libraries to mpcommon.mak.
2006-11-27 diego 10l: Muxers were not being compiled even when MEncoder was enabled.
2006-11-27 diego FFmpeg-style conditional dependency declaration
2006-11-27 diego libmpdemux has no subdirectories.
2006-11-26 gpoirier sync w/ 21298
2006-11-26 gpoirier "D" interactive key also works with yadif now
2006-11-26 diego Merge duplicate entries.
2006-11-26 diego Remove unnecessary variable indirection.
2006-11-26 eugeni Remove obsolete "no_more_font_messages" hack.
2006-11-26 ivo rename all *_nom (nominator) to the correct *_num (numerator)
2006-11-26 eugeni Move fonts-related code to a separate file.
2006-11-26 diego cosmetics: alphabetical order
2006-11-26 diego FFmpeg-style conditional dependency declaration
2006-11-26 diego 100l typos
2006-11-26 diego Remove useless variable indirection.
2006-11-26 diego cosmetics: Move around some entries for better readability.
2006-11-26 diego Do not use many different variables for SRCS.
2006-11-26 diego Reorder entries for better readability.
2006-11-26 diego Remove unused include variable.
2006-11-26 reimar Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
2006-11-26 eugeni Make ass_new_font return ass_font_t struct (instead of just FT_Face).
2006-11-26 eugeni Move ass_font_t to header.
2006-11-26 eugeni Rename:
2006-11-26 uau Fix previous broken vd_qtvideo.c commit which failed on MACOSX
2006-11-26 uau Move #include <QuickTime/ImageCodec.h> before internal headers
2006-11-26 reimar Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
2006-11-26 diego Rename config.h --> debug.h and include config.h explicitly.
2006-11-26 uau Shouldn't move "#ifdef MACOSX" before #include config.h of course...
2006-11-26 diego Merge common parts of all Makefiles into one file included by all.
2006-11-26 uau Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
2006-11-26 diego Add explicit dependency information for libosd.a, this fixes MEncoder-only
2006-11-26 diego Remove config.h, there are multiple files under that name, inviting bugs and
2006-11-26 gpoirier sync w/ r21255 (improved deadzone desc.)
2006-11-26 reimar -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
2006-11-26 reimar Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.
2006-11-26 reimar Adjust icon path since windres is now called from osdep subdir
2006-11-26 reimar Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.
2006-11-26 reimar le2me_32 is no longer a macro on PPC, and in general does not have to
2006-11-26 uau Revert r21251 (moving loader/config.h contents to main config.h).
2006-11-26 reimar Remove useless fd parameter for mmap_anon
2006-11-26 diego Simplify, remove useless indirection.
2006-11-26 reimar Fix loader code: closed .dll file handles when it should not
2006-11-26 voroshil r21186: Remove "OSD only" tags; those options always exist.
2006-11-26 reimar open /dev/zero left over from mmap_anon patch
2006-11-26 reimar Useless use of strstr, strchr is good enough.
2006-11-26 henry Check the log level before processing the message
2006-11-26 nicodvb match exactly card number N specified, rather than the N-th actually usable
2006-11-26 reimar Set _win32codecsdir fallback also with --enable-win32
2006-11-26 lorenm typo in deadzone_inter
2006-11-26 gpoirier nits and picks by The Wanderer :)
2006-11-25 reimar Sanity-check number of lines in CC subtitle
2006-11-25 reimar Cleanup for uselessly complicated closed-caption subtitle handling
2006-11-25 diego Move contents of loader/config.h to configure/config.h, there are
2006-11-25 uau Add a sanity check to unsafe-looking code.
2006-11-25 diego Remove config.h and move its content to af.h. There are multiple files under
2006-11-25 diego Use the real name of the header file when guarding against double inclusion.
2006-11-25 diego Remove nonexistent variable.
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Don't compile libvo.a unless MPlayer is enabled.
2006-11-25 diego simplify
2006-11-25 diego Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
2006-11-25 reimar Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.
2006-11-25 diego Linking hotfix, loader depends on osdep.
2006-11-25 reimar Remove useless libvo/sub.h include.
2006-11-25 reimar Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
2006-11-25 diego simplify
2006-11-25 reimar Add generic target that allow compiling without any assembler or otherwise
2006-11-25 ben missing include for uint16_t
2006-11-25 ben keep nav highlight event in dvdnav priv structure
2006-11-25 diego There are no more .depend files in subdirectories.
2006-11-25 diego simplify
2006-11-25 diego Remove commented-out cruft.
2006-11-25 diego Unconditionally include config.mak for consistency.
2006-11-25 diego more consistency with the other Makefiles.
2006-11-25 diego SRCS should be one per line to make patches more readable.
2006-11-25 gpoirier fix typos noticed by Diego
2006-11-25 diego Remove pointless indirection.
2006-11-25 diego Sync with FFmpeg r7167.
2006-11-25 diego FFmpeg-style conditional dependency declaration
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Remove superfluous comment.
2006-11-25 gpoirier improve description of x264's deadzone* options
2006-11-25 nicodvb support for comma-separated language codes in -slang
2006-11-25 nicodvb support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
2006-11-25 reimar spurious () like in ({code;}) probably is not valid C, icc 9, definitely
2006-11-25 reimar Avoid void * arithmetic
2006-11-25 ben better nav highlight handling
2006-11-25 nicodvb removed unused members and variables
2006-11-25 nicodvb COSMETICS: consistently reformatted after ben's mess
2006-11-25 nicodvb added code to identify subs language and count; needed for forthcoming support for -slang
2006-11-25 diego Add distclean target, unconditionally remove all objects on clean.
2006-11-25 michael a few more clarifications for codec_specific_data by Ralph Giles and me
2006-11-25 diego all should be the first target.
2006-11-25 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
2006-11-25 diego 10l copy + paste typo
2006-11-25 diego Simplify LIBNAME target with $@ and $^.
2006-11-25 diego Remove commented-out cruft.
2006-11-25 diego Move osdep/mplayer.rc handling to the osdep Makefile.
2006-11-25 diego Remove nonexistent variable/file.
2006-11-25 nplourde added mmap_anon to osdep lib. Used in loader for now
2006-11-25 diego No need to ignore files that are not generated any longer.
2006-11-25 diego Make loader Makefile non-recursive.
2006-11-25 diego Use $@ and $^ to designate target and prerequisites.
2006-11-25 diego cosmetics: Move around targets for consistency.
2006-11-25 diego Remove superfluous suffix rule.
2006-11-24 diego Handle stubs.s like all other source files.
2006-11-24 diego Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
2006-11-24 diego Remove .depend on distclean.
2006-11-24 diego Clean up CFLAGS handling.
2006-11-24 ivo add two missing descriptions (index.syncpoints and info_packet.count)
2006-11-24 ivo specify the bitnumber for frame_flags, instead of a decimal bitmask
2006-11-24 ivo specify, where possible, the type of the tags in the tag description section
2006-11-24 kraymer r21161: MSGTR for libmpcodecs/vd.c
2006-11-24 michael codec_specific_data clarification
2006-11-24 gpoirier sync with r21186
2006-11-24 ivo fix another typo
2006-11-24 uau Remove "OSD only" tags; those options always exist.
2006-11-24 diego Remove bug workarounds for ancient gcc and libc versions.
2006-11-23 kraymer fix sync comment, it was left out in last commit
2006-11-23 kraymer r21078: add a link to Michael's de-interlacing filters, and replace the crappy
2006-11-23 eugeni Cosmetics: indentation fix.
2006-11-23 ivo fix some typos
2006-11-22 diego Get rid of _ld_gtk and _ld_glib.
2006-11-22 uau Fix incorrect function pointer definition.
2006-11-22 diego Get rid of _ld_vorbis.
2006-11-22 uau Make compilation depending on USE_OSD unconditional.
2006-11-22 diego Get rid of _xmms_lib.
2006-11-22 diego _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.
2006-11-22 diego Cosmetics to make the next patches more readable.
2006-11-22 voroshil Better translation of "demuxer" word.
2006-11-22 voroshil r21151: typo
2006-11-22 voroshil r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.
2006-11-22 eugeni Fix incorrect stride used in vf_ass.
2006-11-22 diego Remove _ld_x11.
2006-11-22 gpoirier x264 supports interlaced encoding for some time
2006-11-22 kraymer r21082: MSGTRs for libass
2006-11-22 diego typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
2006-11-22 diego Remove _ld_gif and _ld_theora.
2006-11-22 diego Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.
2006-11-22 kraymer fix broken character
2006-11-22 kraymer MSGTRs for mencoder.c
2006-11-22 kraymer MSGTR for libmpcodecs/vd.c
2006-11-21 gpoirier sync w/ r21154
2006-11-21 torinthiel Synced with r21152
2006-11-21 nicodvb documented :format=pes[12] in -mpegopts
2006-11-21 nicodvb permit muxing to raw pes (VDR uses this)
2006-11-21 uau Make compilation depending on USE_SUB unconditional.
2006-11-21 diego Remove outdated and superfluous video cards section.
2006-11-21 diego Remove outdated and superfluous sound card section.
2006-11-21 diego Miscellaneous updates for the introduction and the requirements section.
2006-11-21 diego typo: Bitrate is printed in kb/s, not Mb/s on the status line.
2006-11-21 diego typo
2006-11-21 voroshil r21078: add a link to Michael's de-interlacing filters...
2006-11-21 voroshil Fix wrong fps value for TelecineMode in translation
2006-11-21 voroshil r21082: MSGTRs for libass
2006-11-21 diego LIBS vs LDFLAGS typo
2006-11-21 diego Split libs that are dependencies and those that are just linker flags.
2006-11-21 reimar Fix SVN r21075, it completely disabled OpenGL in almost all cases.
2006-11-21 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
2006-11-21 diego Remove stray -I from include dirs in live555 check, it was being duplicated.
2006-11-21 reimar cosmetics
2006-11-21 reimar Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA
2006-11-21 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
2006-11-21 diego _ld_tmp vs _ld_x264 typo
2006-11-21 diego Remove --with-x11libdir and --with-livelibdir.
2006-11-21 diego Attempt to properly fix linking of encoding libs used by libavcodec.
2006-11-21 reimar Reuse init_vo_spudec in subtitle switching code.
2006-11-21 reimar Move vo_spudec initialization into a separate function, for later reuse
2006-11-21 diego Remove libdha from LIBS_MPLAYER.
2006-11-21 diego ALSA can be used by both MPlayer and MEncoder.
2006-11-21 diego Fix linking when libavcodec uses x264.
2006-11-21 diego Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.
2006-11-21 diego _ld_xv does not exist anymore.
2006-11-21 diego Add _libs_mplayer and _libs_mencoder to cc_check.
2006-11-21 diego Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
2006-11-21 diego Move FFmpeg library dependencies into the Makefile just like everything else.
2006-11-21 diego Move some Win32 LDFLAGS into _ld_extra.
2006-11-21 diego Merge MPlayer-specific libs into one variable.
2006-11-21 diego Remove _ld_win32, this is handled by the Makefile.
2006-11-21 diego Split libvo.a into two libs so that libosd.a can be used by MEncoder.
2006-11-21 diego Remove superfluous empty variable declaration.
2006-11-21 diego Remove unused -D from CFLAGS.
2006-11-21 diego Remove superfluous empty variable declaration.
2006-11-21 diego Add VIDIX to LIBS_MPLAYER directly.
2006-11-21 kraymer typo / small fixes
2006-11-20 nicodvb demux_lavf handles video stream switching
2006-11-20 nicodvb check we aren't short of sh_videos before allocating another one
2006-11-20 nicodvb slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too)
2006-11-20 eugeni Cosmetics: remove unneeded curly brackets.
2006-11-20 eugeni Fix collision detection. The old method tried to avoid gaps between subtitles
2006-11-20 diego Remove --with-xmmsplugindir and --with-xmmslibdir.
2006-11-20 diego Remove --with-x264libdir.
2006-11-20 diego Remove --with-xvidlibdir.
2006-11-20 diego Remove --with-toolamelibdir from help output as well.
2006-11-20 diego Remove --with-toolamelibdir.
2006-11-20 diego Add support for disabling MPlayer compilation.
2006-11-20 diego Oops, the loader stuff needs to be in COMMON_LIBS.
2006-11-20 diego Deliver dependency handling from redundancy.
2006-11-20 diego Remove MPlayer-specific dependencies from COMMON_DEPS.
2006-11-20 diego VIDIX is for MPlayer only.
2006-11-20 diego The GUI is only for MPlayer, not MEncoder.
2006-11-20 diego Rename variables for consistency.
2006-11-20 diego Simplify gui and menu libs handling.
2006-11-20 diego cosmetics: Move some stuff around for better readability.
2006-11-20 uau Move pause loop into a separate function.
2006-11-20 diego Clean up PARTS handling.
2006-11-20 diego Unify dep/depend targets.
2006-11-20 diego Uninstall should run all parts unconditionally.
2006-11-20 diego Remove nonsense ifeq around MEncoder target and variable declaration.
2006-11-20 uau Reorganize code to move more things out of main().
2006-11-20 diego another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
2006-11-20 diego Some more cleanups for LDFLAGS handling.
2006-11-20 diego 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
2006-11-20 diego Some cleanups for LDFLAGS handling, next part.
2006-11-19 nicodvb in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)