log

age author description
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.
2008-01-05 ben Give a sense to this sentence
2008-01-05 nicodvb angle switching in dvd
2008-01-05 nicodvb documented angle commands
2008-01-05 diego Fix typo, LIBNAME should be LIBNAME_COMMON.
2008-01-05 nicodvb properties to get and set angle; patch by oattila chello hu
2008-01-05 nicodvb properties to change angle; patch by oattila chello hu
2008-01-05 nicodvb wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
2008-01-05 nicodvb in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
2008-01-05 lorenm remove code for colorspaces x264 doesn't support
2008-01-05 nicodvb fixed bug when playing multi-angle titles: the address field in the agli data
2008-01-05 lorenm fix artifacts in -vf fspp. regression in r23476.
2008-01-05 ulion Fix property audio_delay bug when step up/down with arg value NULL.
2008-01-04 gpoirier sync w/r25587
2008-01-03 Gabrov synced with r25592
2008-01-03 uau Add HAVE_SOCKLEN_T to config.h for FFmpeg
2008-01-02 diego Relicense file to GPL v2 or later with the permission of Rudolf Marek,
2008-01-02 diego Add proper license header.
2008-01-02 diego Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.
2008-01-02 diego Properly express dependencies for generated .c and .h files.
2008-01-02 nicodvb when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card
2008-01-02 nicodvb when :card isn't specified by the user search the first available card
2008-01-02 cehoyos Add an example for dvdnav:// usage with path.
2008-01-02 diego Use _ISOC99_SOURCE instead of _GNU_SOURCE.
2008-01-02 zuxy Happy New Year!
2008-01-02 diego 10l: Replace #define with #endif where I really meant to write #endif.
2008-01-01 diego Add multiple inclusion guards to all header files that lack them.
2008-01-01 diego Add a comment that explains why this header has no multiple inclusion guards.
2008-01-01 diego Replace multiple inclusion guards with leading underscores by default names.
2008-01-01 diego Consistently use _H in multiple inclusion guard.
2008-01-01 diego consistency cosmetics: Do not #define multiple inclusion guards to 1.
2008-01-01 diego Consistently use just the name of the #ifdef directive in preprocessor comments.
2008-01-01 diego consistency cosmetics
2008-01-01 diego Consistently use just the name of the #ifdef directive in #endif comments.
2008-01-01 diego Fix wrong #endif comment that does not match the #ifdef directive.
2008-01-01 diego Port typo fixes from FFmpeg.
2008-01-01 diego Remove compilation command from source file, it is already in the Makefile.
2008-01-01 diego Fix license header to read Lesser General Public License 2.1,
2008-01-01 diego unrarlib.o no longer exists, link against unrar_exec.o.
2008-01-01 diego Add explanatory comments to #endif preprocessor directives.
2008-01-01 nicodvb include dvdnav.h from its installation directory rather than appending
2008-01-01 gpoirier update copyright year to 2008
2008-01-01 nicodvb removed inclusion of unneeded header (forgotten in previous commit)
2008-01-01 nicodvb private structures belong to the C file using them, not to header files included somewhere else
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-12-31 diego Add comments to some #endif directives.
2007-12-31 diego Remove superfluous README file, its content is in the Copyright file.
2007-12-31 diego Comment out the correct #endif directive.
2007-12-31 diego Relicense files marked as GPL v2 to GPL v2 or later.
2007-12-31 diego Fix typo in multiple inclusion guard comment.
2007-12-31 diego Relicense GPL v2 files as GPL v2+ and add proper license headers.
2007-12-31 ulion Default use the dir where the current playing file located if path not set.
2007-12-30 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
2007-12-30 diego Add proper license header.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego Remove unused variable, fixes the warning:
2007-12-30 diego Remove redundant extern declarations, fixes the warnings:
2007-12-30 gpoirier sync w/r25529, patch by JRaSH: jrash06 A 163 P com
2007-12-30 diego Remove unused static variables, fixes the warnings:
2007-12-30 diego Remove unused variables, fixes the warnings:
2007-12-30 diego Disable unused code, fixes the warning:
2007-12-30 diego Add missing #include for vo_draw_text.
2007-12-30 diego Do not duplicate MJpegContext struct, #include the proper header instead.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego typo
2007-12-30 eugeni Improve comments for ass_process_* functions.
2007-12-30 eugeni Return from ass_start_frame immediately if the track is empty.
2007-12-29 Gabrov synced with r25539
2007-12-28 diego Use proper length specifiers in mp_msg calls, fixes the warnings:
2007-12-28 diego Fix warnings when compiling test application.
2007-12-28 eugeni Fix update_subtitles() checking subtitle type for the wrong track.
2007-12-28 ptt synced with r25455
2007-12-28 eugeni Add detection of *lrint* and round* functions to configure.
2007-12-28 diego Make windres binary name configurable, useful for cross-compiling.
2007-12-28 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
2007-12-27 diego typo in preprocessor condition
2007-12-27 diego Remove unused static variable pass, fixes the warning:
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-26 ulion Support ?(!NAME:TEXT) format for expanding string by property.
2007-12-25 reimar Add a missing free of the avctx
2007-12-25 ulion Use '-' instead of '_' in option name.
2007-12-25 ulion Remove useless scope.
2007-12-25 ulion Change the default osd menu command for AR_MENU in comment of input.conf.
2007-12-25 ulion Simplify the condition code.
2007-12-24 reimar Add some const/static qualifiers as appropriate
2007-12-24 reimar Use realloc_struct in more places for consistency
2007-12-24 reimar Get rid of some of the more excessive () and casts.
2007-12-24 diego pci_db2c.awk creates more than just two .c files, add the rest to the rule.
2007-12-24 diego Skip unnecessary (debug) output; obey the rule of silence.
2007-12-24 lu_zero Make sure we have an rtsp session
2007-12-23 diego typo: begining --> beginning
2007-12-23 reimar Replace LOAD_LE32 etc. by AV_RL32 etc.
2007-12-23 reimar Add a read_varlen function to reduce some code duplication
2007-12-23 iive Fix compilation of liba52/test.c testing and benchmarking application.
2007-12-22 reimar Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
2007-12-22 diego cosmetics: Remove trailing whitespace, reformat one comment.
2007-12-22 diego Add proper copyright/license headers.
2007-12-22 reimar Add missing X11/extensions/scrnsaver.h include
2007-12-22 diego Remove wrong and misleading comments.
2007-12-22 diego typos
2007-12-22 diego cosmetics: grammar/spelling
2007-12-22 reimar 100l, fix compilation.
2007-12-22 ulion Grammar fix.
2007-12-22 ulion Add copyright info for s/pdif code from VideoLAN.
2007-12-22 diego Add missing #include, fixes
2007-12-22 diego cosmetics: Remove trailing whitespace.
2007-12-22 diego cosmetics: spelling fixes
2007-12-22 reimar Set is_streamed correctly, should make network playback work more reliably.
2007-12-22 reimar Get rid of URLProtocol mess (especially problematic since it made use
2007-12-22 reimar Typo fix in message
2007-12-22 reimar Simplify int_fastXY_t test in configure.
2007-12-22 ulion Do not send mouse movements events in root win mode.
2007-12-22 reimar Remove useless #ifdefs
2007-12-22 reimar Add support for XScreenSaverSuspend
2007-12-22 ulion Check availability before check argument for getting gamma properties.
2007-12-22 ulion Revert to r25490, since the r25491 is not correct.
2007-12-22 ulion Combine code for check availability of property audio(id).
2007-12-22 ulion Combine common code for check whether chapter is available.
2007-12-22 ulion OSD menu support mouse selection.
2007-12-22 ulion Move two variable to the scope where they are indeed used.
2007-12-21 reimar Simplify a little bit
2007-12-21 reimar Remove a check that is never in any way useful
2007-12-21 diego comment typo fixes
2007-12-21 reimar Avoid some le2me_ASF_* stuff operating directly on buffer, should
2007-12-21 diego The lagarith DLL requires an MMX2 CPU.
2007-12-21 reimar Remove another useless cast
2007-12-21 reimar 100l, buffer bound checks work better when done _before_ access.
2007-12-21 reimar Reduce some extreme parsing ugliness (mostly cosmetic)
2007-12-21 reimar Remove useless alloc casts
2007-12-21 reimar Reduce code duplication: add a asf_read_wrapper function that never does partial reads
2007-12-20 ptt 30% synced with r22753
2007-12-20 reimar Move more variables into the block where they are used
2007-12-20 reimar Move a variable to where it is used
2007-12-20 ulion Support send mouse movements commands to mplayer.
2007-12-20 ulion Fix stream_cache to use sector_size set in stream_t.
2007-12-20 reimar Move ds->current=NULL; further up to the free_demux_packet.
2007-12-20 ulion Fix comment from unrarlib to unrar_exec
2007-12-20 ulion Remove redundant code since unrarlib was removed.
2007-12-20 reimar Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
2007-12-20 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
2007-12-20 benoit Make sure strides have positive values before converting.
2007-12-20 ulion Add variable bx, dx to simplify code of function menu_draw_list.
2007-12-20 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
2007-12-19 ulion Ignore mouse pos command when pausing.
2007-12-19 ulion Currently menu title did not align center together with menu items when x>=0.
2007-12-19 ulion Calculate and draw osd accurately.
2007-12-19 ulion Make libmenu init and uninit in proper place.
2007-12-19 ulion Vobsub support tridx setting in .idx file.
2007-12-19 ulion Use calloc instead of malloc when allocate vobsub_t.
2007-12-19 gpoirier sync w/r25455
2007-12-19 ulion Protocol name should be case insensitive.
2007-12-19 ulion Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
2007-12-18 diego typo noticed by Paul TT
2007-12-18 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
2007-12-18 gpoirier sync w/25440
2007-12-18 ulion Use NSMakeRect and NSRect in correct way:
2007-12-18 ulion Fix wrong code in last commit.
2007-12-18 ulion Fix mouse button mapping:
2007-12-18 ulion Here should add the minb to x when x>=0 because in later code
2007-12-18 ulion Fix the menu uninit function name.
2007-12-18 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
2007-12-18 diego Stop MPlayer from complaining about bogus AviSynth DLL load failures.
2007-12-18 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
2007-12-18 ulion Do not operate on vobsub when no video (Bug #312).
2007-12-17 ben r25345 patched the wrong line.
2007-12-17 ulion Record screen size and display size in vo_ variables.
2007-12-17 ulion screen_frame is only used for fullscreen mode.
2007-12-17 ulion Fix the expand text's format by the source.
2007-12-17 ulion Caching toc header in vcd private structure for later use.
2007-12-17 ulion Add cdda stream control for chapter commmands.
2007-12-17 ulion Fix indent for last commit.
2007-12-17 ulion Ignore elements of keybindings other than 'binding'.
2007-12-17 ulion Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
2007-12-17 ulion Display parsed keycode in verbose output.
2007-12-17 gpoirier mention that the sync is partial
2007-12-17 gpoirier partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
2007-12-17 diego cosmetics: Remove trailing whitespace.
2007-12-17 ulion Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
2007-12-17 ulion Fix memory leak.
2007-12-17 ulion The function parameter 'preferred_language' should be const char *.
2007-12-17 diego Use correct #include for waitpid, fixes the warning:
2007-12-16 diego Remove useless stray #include.
2007-12-16 diego Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
2007-12-16 ulion Should not change stream->pos in fill_buffer function.
2007-12-16 diego cosmetics: reformatting
2007-12-16 diego There are no special rules for commits to the build system.
2007-12-16 ulion Support cddb on darwin.
2007-12-16 ben make libass use sub_font_name whenever it's possible
2007-12-16 gpoirier sync w/ r25389 (up-to-date!!)
2007-12-16 gpoirier sync w/r25315
2007-12-15 nicodvb 10l, in dvb_free_config() channels' names must be free individually
2007-12-15 ben cosmetic: indent after r25415
2007-12-15 ben do not override *file_format if already set by asf_streaming_start()
2007-12-15 reimar pa_stream_write reportedly needs locking of the main loop
2007-12-15 reimar Fix indentation
2007-12-15 reimar Remove pointless pa_stream_trigger call
2007-12-15 reimar Documentation for waitop function
2007-12-15 ulion Make the end_sector accessable (it should be).
2007-12-15 ulion Add auto-update property for property menu item.
2007-12-15 nicodvb removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
2007-12-15 nicodvb get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
2007-12-15 ulion Only read disc info once and save it for later using.
2007-12-15 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
2007-12-15 ulion The buffer used for pread need be aligned, but currently it got an offset 23
2007-12-15 ulion Get end position of last track by adding its starting address with track size.
2007-12-15 ulion Replace printf with mp_msg.
2007-12-14 gpoirier partial sync with some of the latest commits
2007-12-14 uau Always enable largefile support by default
2007-12-14 ben implemented frame selection for savage driver
2007-12-14 ben fix frame size calculation
2007-12-14 ben remove useless code parts
2007-12-14 ben bgr24 and bgr32 support
2007-12-14 ben rgb -> bgr
2007-12-14 ben register values were already set: simplify
2007-12-14 ulion Only print one track info when exactly seeking to the beginning of a track.
2007-12-14 ulion Support chapter in OSD menu.
2007-12-14 ulion Support chapter as a property.
2007-12-14 ulion Fix stream cdda seeks to CD's end and hangs forever bug.
2007-12-14 ulion Support using unrar executable to access rar-compressed vobsub files.
2007-12-14 cehoyos Cosmetics: Fix indentation.
2007-12-14 cehoyos Set correct image format for 24bit "raw " in mov files.
2007-12-13 ulion Add demuxer functions for chapter feature.
2007-12-13 ulion Add new audio filter for encoding multi-channel audio into ac3 at runtime.
2007-12-12 nicodvb cosmetics: partially reformatted this monstruosity
2007-12-12 nicodvb fix memleaks; patch by andrew calkin from gmail com
2007-12-12 ben reverted r25323: deprecated by ulion's recent patches
2007-12-12 ptt synced with r25379
2007-12-12 compn add lagarith codec, someone finally found it in the wild.
2007-12-12 ulion Fix libass to support -nofontconfig.
2007-12-12 diego cosmetics: Remove ugly and inconsistent uppercasing from filenames.
2007-12-12 diego cosmetics: Move public function declarations together.
2007-12-12 diego Add missing declaration for dct64_altivec, fixes the warning:
2007-12-12 ulion Fix memory leak. I thought asx_get_attrib() return a const char *,
2007-12-12 ulion Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.
2007-12-12 ulion Remove headers not used.
2007-12-12 ulion Add OSD menu keybindings for Apple Remote.
2007-12-12 ulion Update comment that navigating keys is defined in menu.conf.
2007-12-11 diego Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
2007-12-11 diego Add missing #include <stdio.h>, fixes the warning:
2007-12-11 diego support for xtensa CPU architecture
2007-12-11 diego Slightly simplify preprocessor conditionals.
2007-12-11 diego Ahem, fix breakage of last commit: The AltiVec detection code has three
2007-12-11 ben allow osd menu being controlled by joystick
2007-12-11 diego Do not set SYS_AMIGAOS4, it is unused.
2007-12-11 diego SYS_AMIGAOS4 --> __AMIGAOS4__
2007-12-11 diego slight consistency change for default DVD device selection
2007-12-11 diego Remove redundant condition from list of CD/DVD-ROM devices.
2007-12-11 diego Do not set -DSYS_DARWIN, it is unused.
2007-12-11 diego Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
2007-12-11 diego Remove redundant and obfuscating preprocessor conditional.
2007-12-11 diego Replace SYS_DARWIN conditional by the more correct __APPLE__.
2007-12-11 diego There is a check for altivec.h in configure so use the preprocessor directive
2007-12-11 diego Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.
2007-12-11 reimar Make init_video function in dec_video static, it is not used outside that file.
2007-12-11 diego Identifiers starting with __ are reserved for the system.
2007-12-11 diego Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
2007-12-11 diego Relicense as GPL v2 or later like the rest of liba52.
2007-12-11 ulion Fix spudec to display current vobsub immediately after a seek.
2007-12-11 ulion Make up missing changelog for dts wav support.
2007-12-11 ulion Support to run multiple mplayer commands set in menu.conf
2007-12-11 ulion Add new function for parsing and queueing multi-commands separated by \n or \r.
2007-12-10 compn some changes
2007-12-10 ben Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
2007-12-10 ben Dump the ati radeon DISP_MERGE_CNTL register to ease the
2007-12-10 ulion Fix all current known multi-channel wrong order problems by adding
2007-12-10 ulion Fix memory leak that tmp allocated but maybe not used.
2007-12-10 diego Fix printf format string length modifiers, removes about a trillion warnings.
2007-12-10 diego Comment out unused variable.
2007-12-10 ulion Fix mylstat() call to parent dir where the subdir has no exec permission.
2007-12-10 diego Remove unused parameters from main(), fixes the warnings:
2007-12-10 diego Fix printf format string length modifiers, removes the warnings:
2007-12-10 diego Fix printf format string length modifiers, removes the warnings:
2007-12-10 diego spelling/grammar/wording/formatting
2007-12-10 ulion Fix my wrong code in r25530.
2007-12-10 ulion Make up missing header update in r25326.
2007-12-10 ulion Move temp variable declaration into inner loop scope.
2007-12-10 ulion Ignore heading spaces when parsing command.
2007-12-10 ulion Fix missing command line bug by making the input parameter constant.
2007-12-09 nicodvb associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
2007-12-09 ulion Combine common code for dealing with file action and dir action.
2007-12-09 ulion Use recorded last path only when stat it ok.
2007-12-09 ulion Convert vobsub custom colors from rgb to yuv using a common function.
2007-12-08 ben identifiers starting with an underscore are reserved by the C standard
2007-12-08 nicodvb removed stupid checks
2007-12-08 ben rework of libmenu open_dir()
2007-12-08 ulion Remove useless include added in last commit by mistake.
2007-12-08 cehoyos Allow usage of icc 10.1
2007-12-08 ulion Move vobsub palette->yuv convert code into a common function.
2007-12-08 diego Add missing declarations for AltiVec functions, fixes the warnings:
2007-12-08 ulion Remove useless variable aoIsCreated since we took good care of init failure.
2007-12-08 ulion Restore y of palette into the same value range as it was in the .ifo file.
2007-12-07 diego Fix 'make checkheaders' on AltiVec-enabled systems.
2007-12-06 diego minor spelling/grammar fixes
2007-12-06 ptt cleanup and conformation of values description for -ass-hinting
2007-12-06 zuxy Do not PostQuitMessage when destroying a child window.
2007-12-05 ivo suppress silly messages when checktree is not called from the root of the tree
2007-12-05 ivo only check source code for gnuisms
2007-12-05 ivo simpler and more easily expandable test whether we need a shortlist that
2007-12-05 ivo test for presence of .svn directory if we are supposed to traverse the tree
2007-12-05 ptt three little corrections...
2007-12-05 ptt initial submit for revision... 24% synced with r22753
2007-12-05 ulion Prevent from outputing mass of 'skip' log messages in verbose level.
2007-12-05 ivo when gathering the list of files to check via svn info, also include
2007-12-04 ben sync ivtv driver with vidix.sf.net (multiple revisions)
2007-12-04 ben sync with vidix.sf.net r319: remove useless vars
2007-12-04 ben sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver
2007-12-04 ben Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
2007-12-04 ben sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
2007-12-04 ben add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
2007-12-04 lu_zero Rename demuxer tags to clarify
2007-12-04 lu_zero live555 and libnemesi support coexists
2007-12-04 lu_zero 10l ... the header was used there too
2007-12-04 lu_zero Remove non necessary header
2007-12-04 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
2007-12-04 ulion Add cleanup codes for init() failure to prevent leak.
2007-12-04 ulion When auto loading subs, log warning instead of error for load failure.
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-12-03 diego Use correct printf length modifiers, fixes the following warnings:
2007-12-03 ivo cosmetics/indentation
2007-12-03 ivo when gathering the list of files to check via svn info, also include
2007-12-03 ivo add functions that are not specifically marked as being deprecated or obsolete,
2007-12-03 ben synchronized with vidix.sf.net r315: remove now useless defines
2007-12-03 ben synchronized with vidix.sf.net r315: update savage driver pci ids list
2007-12-03 ptt syncd with r25278
2007-12-03 Gabrov synced with r25282
2007-12-03 rfelker 10l, len may change after initialization time
2007-12-03 rfelker fix declaration after statement, take 2
2007-12-03 rfelker fix declaration after statement
2007-12-03 ulion Skip empty vobsub streams when selecting subtitles.
2007-12-03 corey fix typo
2007-12-03 ulion Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.
2007-12-02 diego Remove unused variables, fixes the warnings:
2007-12-02 reimar Get rid of some useless extra ()
2007-12-02 reimar mime_type_table is const as well
2007-12-02 reimar Add a few forgotten static/const attributes in tvi_vbi.c
2007-12-02 reimar Make wsKeyNames array const
2007-12-02 reimar evNames / evBoxs should be "static const"
2007-12-02 reimar stream_opts arrays should be const
2007-12-02 reimar Make m_option_t arrays referenced by cfg-common.h const
2007-12-02 reimar Table of ID3 genres should be const as well
2007-12-02 reimar Format mapping table should be const
2007-12-02 reimar Preserve unsv:// protocol specifier over http redirects.
2007-12-02 cehoyos Fix playback of streams with more than one video track (only one supported).
2007-12-02 reimar Get rid of fsPressed variable and related code. It does not really
2007-12-02 reimar Parameter of Filter function can be const, removes the warning
2007-12-02 reimar Fix return type of getGtkEntryText, it must be const
2007-12-02 reimar Make the main m_option_t arrays const
2007-12-02 reimar Add appropriate const specifiers to some custom parse functions.
2007-12-02 reimar Move fakemono extern to cfg-common.h where it is actually used.
2007-12-02 reimar Remove pointless ifdefs around extern declarations
2007-12-02 reimar Option print functions may not and do not modify value
2007-12-02 ulion Do not queue empty cmd.
2007-12-02 reimar Mark more m_option_t uses as const
2007-12-02 reimar Get rid of some "discards qualifiers" warnings
2007-12-02 reimar First try to mark some things in m_config correctly as const
2007-12-02 reimar get/set video colors string is constant
2007-12-02 reimar vf_equalizer_t string is constant
2007-12-02 reimar Make osd font const
2007-12-02 reimar Make all vf_info_t structs const
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Mark several uses of vo_functions_t as const to stop some of the current
2007-12-02 reimar Remove completely outdated commented-out code
2007-12-02 diego Fix some spelling typos
2007-12-02 reimar Make vo info structs const
2007-12-02 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
2007-12-02 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
2007-12-02 reimar Remove casts that are (no longer) necessary
2007-12-02 reimar Use proper type for vidix_preinit parameter instead of void *
2007-12-02 reimar Mark all stream_info_t as const
2007-12-02 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
2007-12-02 reimar Make auto_open_streams array itself const
2007-12-02 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
2007-12-01 reimar auto_open_streams should have const type, fix also the places where it is used
2007-12-01 reimar Finally replace get_uint?? by AV_RL??
2007-12-01 reimar Get rid of annoying, space-wasting sizeof(uint32_t)
2007-12-01 reimar Bigendian fix for ogg in AVI
2007-12-01 reimar Use a loop instead of doing the same thing three times
2007-12-01 reimar Use a pointer variable for extradata to simplify init_avi_with_ogg
2007-12-01 reimar Set sh_video->format when parsing aviheader, otherwise it might never
2007-12-01 reimar Remove some pointless casts
2007-12-01 reimar Create correct extradata for vorbis audio when used as avi sub-demuxer
2007-12-01 reimar Fix some typos in comments, grammar is still bad.
2007-12-01 reimar Fix typos in comments to stop them hurting my eyes
2007-12-01 nicodvb at startup show audio and subtitle streams available in the chosen title with all their properties
2007-12-01 uau Fix ao_null with float samples