Mercurial > mplayer.hg
graph
-
Remove disabled and pointless code.2010-07-10, by reimar
-
Remove some pointless uses of be2me/le2me.2010-07-10, by reimar
-
Use AV_WB* where possible and be2me -> be2ne compilation fix.2010-07-10, by reimar
-
100l compialtion fix and use AV_RB32.2010-07-10, by reimar
-
Remove completely nonsensical le2me usages, the only effect2010-07-10, by reimar
-
Remove obfuscating use of le2me_32.2010-07-10, by reimar
-
Use AV_RL* macros instead of typecasts where appropriate.2010-07-10, by reimar
-
Add av_ prefix to bswap macros2010-07-10, by mru
-
Change global subtitle numbering scheme so that demuxers can "asynchronously"2010-07-10, by reimar
-
Fix compilation of tv support.2010-07-10, by reimar
-
Revert and accidentally committed hunk from last commit.2010-07-10, by reimar
-
Make the stream language an argument to the stream creation function2010-07-10, by reimar
-
Automatically allocate a vo_spudec if there is none.2010-07-10, by reimar
-
Get rid of useless INITIALIZED_SPUDEC flag.2010-07-10, by reimar
-
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.2010-07-10, by reimar
-
Add packet->len checks to avoid out-of-bounds reads and negative2010-07-10, by reimar
-
Add back LIBXVID to $libavencoders once more.2010-07-10, by diego
-
Check packet size before memmove to avoid crashes e.g. if we recognized the2010-07-10, by reimar
-
Remove unused extern variable declarations.2010-07-10, by reimar
-
Move EBX availability #define within config.h; it is not FFmpeg-specific.2010-07-10, by diego
-
Mention PGS support.2010-07-10, by reimar
-
Add support for PGS subtitle decoding via libavcodec.2010-07-10, by reimar
-
We no longer have a libgsm copy in SVN.2010-07-10, by reimar
-
Make subdelay handling work the same way for all subtitle types and also allow2010-07-10, by reimar
-
Remove useless LIBXVID entry from libavencoders list.2010-07-10, by diego
-
Reuse spudec_visible to avoid code duplication.2010-07-10, by reimar
-
Handle and print a warning about invalid values in the function2010-07-10, by reimar
-
Extract spudec image allocation code to a separate function.2010-07-10, by reimar
-
Fix compilation broken due to GET_UTF8 being undefined.2010-07-10, by reimar
-
Remove copy of old and ugly libgsm code and wrapper.2010-07-10, by reimar
-
Add/fix GSM audio decoding through FFmpeg.2010-07-10, by reimar
-
Make it possible to set all options for lavc audio encoder.2010-07-10, by reimar
-
1 memcpy less in lavf demuxing.2010-07-10, by michael
-
Synced with help_mp-en.h rev. 316312010-07-09, by jrash
-
sync with en/mplayer.1 rev. 316482010-07-09, by jrash
-
Fix compilation with --disable-mencoder.2010-07-09, by cehoyos
-
Fix 'Xvid in libavcodec', broken in r31649.2010-07-09, by cehoyos
-
Fix compilation after FFmpeg r24137.2010-07-09, by cehoyos
-
Quadbuffered stereo does work on selected hardware.2010-07-08, by cehoyos
-
Independent tests indicate that GLX_STEREO is working fine on supported hardware.2010-07-08, by cehoyos
-
Implement edl-backward-delay to avoid jumping right over an2010-07-08, by reynaldo
-
cosmetics: Drop leading underscore from FFmpeg component variables.2010-07-07, by diego
-
Remove duplicated FFmpeg external codec library variables from config.mak.2010-07-07, by diego
-
Enable libvorbis encoder in FFmpeg if libvorbis is available.2010-07-07, by diego
-
stricter check for convergence_duration validity, avoid using meaningless values2010-07-06, by aurel
-
Move libgsm #define to the FFmpeg section of config.h.2010-07-05, by diego
-
Implement slave mode compatible stream controls for Blu-ray.2010-07-05, by ben
-
Some small whitespace and {} cosmetics.2010-07-05, by reimar
-
Try to get a quadbuffered visual if the corresponding 3D mode was selected.2010-07-05, by reimar
-
Use a more sensible variable name.2010-07-05, by reimar
-
Move declaration to where it is actually used.2010-07-05, by reimar
-
Mention stereo support in Changelog.2010-07-05, by reimar
-
Fix outdated -vo gl usage example.2010-07-05, by reimar
-
Add initial stereo support to -vo gl.2010-07-05, by reimar
-
Fix Bulgarian vs. Hungarian typo in Czech manual page.2010-07-05, by diego
-
Support for unencrypted Blu-ray playback through libbluray.2010-07-05, by ben
-
Add a manifest file to disable file and registry2010-07-04, by reimar
-
Support decoding and encoding via libgsm via libavcodec.2010-07-03, by reimar
-
Fix 'assignment from incompatible pointer type' warning.2010-07-03, by cehoyos
-
Synced with help_mp-en.h rev. 315792010-07-03, by jrash
-
Avoid out-of-bounds read if mp_msg prints an empty string.2010-07-02, by reimar
-
Factor out a large conditional, hopefully making it easier to2010-07-02, by reimar
-
Move the subtitle pts handling code to demuxer.c2010-07-02, by reimar
-
Get window dimensions also for -wid 0.2010-07-02, by reimar
-
Re-enable keyboard input for GUI video window.2010-07-02, by reimar
-
Remove useless ()2010-07-02, by reimar
-
Remove some commented-out code that has no purpose and is only confusing.2010-07-02, by reimar
-
Hopefully fix librtmp detection.2010-07-02, by cehoyos
-
Use cflag_check utility function in cross-compilation check.2010-07-02, by diego
-
Add return statement to function_check test program.2010-07-02, by diego
-
Replace some more manual compiler flag checks with cflag_check function.2010-07-01, by diego
-
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.2010-07-01, by diego
-
Separate automatic dependency generation flags from general CFLAGS.2010-07-01, by diego
-
Add convenience function to check for compiler flags directly and use it.2010-07-01, by diego
-
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.2010-07-01, by diego
-
Give functions proper prototypes.2010-07-01, by reimar
-
Use AV_RL32 also in x86, it is well enough optimized nowadays.2010-07-01, by reimar
-
Fix function prototypes to match the required type.2010-07-01, by reimar
-
Avoid void *-arithmentic warnings.2010-07-01, by reimar
-
Fix ffmpeg logging: mp_msg_test must be called after the proper target2010-07-01, by reimar
-
Add some const, the ad_functions structs are in rodata.2010-07-01, by reimar
-
Always request expose events, we have to handle them, the application2010-07-01, by reimar
-
Fix resizing with -wid after previous commit.2010-07-01, by reimar
-
* fix compilation using external libfaad2010-07-01, by attila
-
Some indentation fixes.2010-07-01, by reimar
-
Do not try to grab input from -wid windows, it will most likely break2010-07-01, by reimar
-
Fix -geometry with -wid behaviour (y position was flipped).2010-07-01, by reimar
-
skinName is already declared in interface.h, so remove2010-07-01, by reimar
-
Fix win32 gui compilation.2010-07-01, by reimar
-
Avoid some deprecated functions.2010-07-01, by reimar
-
config.log belongs into mplayer's root directory, not into the tmp directory2010-07-01, by attila
-
Add disabling input to hints.2010-07-01, by reimar
-
Fix variable name for tmpdir selection iterator.2010-07-01, by diego
-
Add convenience function to check for the availability of system functions.2010-07-01, by diego
-
Place temporary files in a subdirectory of their own.2010-07-01, by diego
-
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.2010-06-30, by diego
-
MP3 decoding through libmpg1232010-06-30, by diego
-
configure: Fix detection of SDL backend for vo_gl on OS X2010-06-30, by astrange
-
Add config.h include needed for other included files2010-06-29, by reimar
-
Avoid a crash if stream->url is not set, but print a warning since this2010-06-29, by reimar
-
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.2010-06-29, by diego
-
Update ffvp8 comment.2010-06-29, by cehoyos
-
Place swap_palette declaration under the same #ifdef as its usage; fixes:2010-06-28, by diego
-
Remove help target that prints available targets.2010-06-28, by diego
-
Remove some commented-out cruft.2010-06-28, by diego
-
Clean up #include handling in mplayer.c and mencoder.c.2010-06-28, by diego
-
cosmetics: Move volstep global var to the top where all other global vars live.2010-06-28, by diego
-
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.2010-06-28, by diego
-
Revert the previous two commits to configure and clarify the res_comment.2010-06-28, by siretart
-
Factorize MPlayer/MEncoder version string handling.2010-06-28, by diego
-
ffvp8 decodes all reference vectors fine.2010-06-27, by cehoyos
-
fflibvpx is significantly faster than ffvp8 for nearly all users.2010-06-27, by cehoyos
-
reindent after last commit2010-06-27, by siretart
-
libvpx does not require static libavcodec2010-06-27, by siretart
-
Fix indentation.2010-06-27, by reimar
-
Simplify clang version extraction.2010-06-27, by reimar
-
clang also does not support -march=native.2010-06-27, by reimar
-
Experimental support for clang compiler.2010-06-27, by reimar
-
Include internal.h last to avoid a conflict between its dprintf()2010-06-27, by reimar
-
100l, actually enable libvpx encoder if libvpx is detected.2010-06-27, by reimar
-
Use MSG_NOSIGNAL flag if available for send().2010-06-27, by reimar
-
Remove (or for now actually only disable) support for external libfaad.2010-06-27, by reimar
-
Update VP8 support information.2010-06-27, by reimar
-
Fix arpa/inet.h configure check.2010-06-27, by reimar
-
Add missing include for usec_sleep.2010-06-27, by reimar
-
Fix missing iopl declaration on x86_64 systems.2010-06-27, by reimar
-
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not2010-06-26, by reimar
-
Ensure that e.g. -af-pre will not cause the filter list to be2010-06-25, by reimar
-
ladspa: ensure that activate is called on each filter instance, even2010-06-25, by reimar
-
Synced with help_mp-en.h rev. 315122010-06-25, by jrash
-
sync with en/mplayer.1 rev. 315522010-06-25, by jrash
-
Clean up sub-related extern declarations.2010-06-24, by diego
-
Add libvo/sub.h #include instead of declaring sub_visibility extern.2010-06-24, by diego
-
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.2010-06-24, by diego
-
make clear that -frames 0 surpresses all _video_ output and not the2010-06-24, by attila
-
Add prototypes for exported FilterGraph_ functions.2010-06-24, by diego
-
Remove redundant mp_msg_levels[] extern declaration.2010-06-24, by diego
-
Move rtsp_port extern declaration to demuxer.h.2010-06-24, by diego
-
Fix catch() callback function declaration in two compile tests.2010-06-24, by diego
-
whitespace cosmetics2010-06-24, by diego
-
Remove unnecessary #includes from libnut test.2010-06-24, by diego
-
Replace manual header checks by header_check function.2010-06-24, by diego
-
Improve extrastereo audio filter description.2010-06-23, by diego
-
Improve LATM recognition.2010-06-23, by cehoyos
-
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires2010-06-23, by reimar
-
Change libvpx configure check to match FFmpeg's and also enable the encoder.2010-06-23, by reimar
-
Replace ever-growing-to-uglyness IS_* macros to by functions2010-06-23, by reimar
-
Move rtsp_destination extern declaration to stream.h.2010-06-23, by diego
-
Get rid of xsltproc wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Move xsltproc target file hack to the Makefile.2010-06-23, by diego
-
Drop support for the Saxon XSLT processor.2010-06-23, by diego
-
Drop configure support for Jade/OpenJade XSLT processors.2010-06-23, by diego
-
Get rid of xmllint wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Fix iopl() function declaration, fixes the warning:2010-06-23, by diego
-
Remove pointless __linux__ preprocessor checks.2010-06-23, by diego
-
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.2010-06-23, by diego
-
Change timer_name type from char* to char[]; patch taken from Uoti's tree.2010-06-23, by diego
-
Add CONFIG_SHARED to config.h for FFmpeg.2010-06-23, by diego
-
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.2010-06-22, by diego
-
Remove disabled and unused timer-linux test main routine.2010-06-22, by diego
-
Remove some unnecessary #includes from configure tests.2010-06-22, by diego
-
Improves EDL to avoid jumping into a skipped out scene. It also2010-06-21, by reynaldo
-
typo fixes; mention lowering of hardware MPEG decoder priority2010-06-21, by diego
-
Move video decoder option array extern declarations to vd.h.2010-06-21, by diego
-
Add header file for video encoder extern variable declarations.2010-06-21, by diego
-
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.2010-06-21, by reimar
-
Make demux_ts detect LATM AAC as a separate type.2010-06-21, by reimar
-
Surround conditionally used orig_lines variable declaration by #ifdefs.2010-06-21, by diego
-
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.2010-06-21, by diego
-
Move dvbin_opts_conf extern variable declaration to stream.h.2010-06-21, by diego
-
Use angular brackets for system #includes.2010-06-21, by diego
-
Fix type of dvbin_opts_conf extern declaration.2010-06-21, by diego
-
Move cddb_data_t and cd_toc_t structs to the only place they are used.2010-06-21, by diego
-
Shut up strict prototype warnings from the gui subdirectory.2010-06-21, by diego
-
Adjust printf length modifier, fixes the warning:2010-06-21, by diego
-
cosmetics: Reorder functions to avoid forward declarations.2010-06-21, by diego
-
Remove unused static function cddb_freedb_sites_parse().2010-06-21, by diego
-
Move declarations for functions defined in stream_cddb.c to cdd.h.2010-06-21, by diego
-
Remove unused static function cddb_get_freedb_sites(), fixes the warning:2010-06-21, by diego
-
Reorder #includes and drop an unnecessary set of #ifdefs.2010-06-21, by diego
-
Move cdda_priv structure to the only place it is used.2010-06-21, by diego
-
Move demuxer-specific option array declarations to demuxer.h.2010-06-21, by diego
-
Move faac/lame/toolame/twolame option array declarations to appropriate headers.2010-06-21, by diego
-
Move mpae_twolame_ctx structure to ae_twolame.c.2010-06-21, by diego
-
Move mpae_toolame_ctx structure to ae_toolame.c.2010-06-21, by diego
-
Remove redundant dvd_device extern variable declaration.2010-06-21, by diego
-
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.2010-06-21, by diego
-
Remove redundant cdrom_device extern variable declarations.2010-06-21, by diego
-
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.2010-06-20, by attila
-
Fix compilation after r31490.2010-06-20, by cehoyos
-
Move noconfig_opts extern variable declaration to mpcommon.h.2010-06-20, by diego
-
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.2010-06-20, by diego
-
Mark data parameter of my_write function as const.2010-06-20, by diego
-
Remove duplicate network_bandwidth extern declarations.2010-06-20, by diego
-
Add declarations for open.c externally used variables to stream.h.2010-06-20, by diego
-
Move af_cfg extern variable declaration to dec_audio.h.2010-06-20, by diego
-
Move extern declarations for vf.c variables to vf.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating mf_ extern var declarations.2010-06-20, by diego
-
Move rtsp_transport_ extern variable declarations to demuxer.h.2010-06-20, by diego
-
Move audio_stream_cache extern variable declaration to demuxer.h.2010-06-20, by diego
-
Move more sws_ extern variable declarations to vf_scale.h.2010-06-20, by diego
-
Move pvr_ extern variable declarations to stream/pvr.h.2010-06-20, by diego
-
Move hr_mp3_seek extern variable declaration to demux_audio.h.2010-06-20, by diego
-
Move cdda_opts extern declaration to stream/cdd.h.2010-06-20, by diego
-
Move sws_flags extern variable declaration to vf_scale.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating pp_help extern declaration.2010-06-20, by diego
-
Add header file for externally used variable ps_probe.2010-06-20, by diego
-
Add header file for VIVO extern variable declarations.2010-06-20, by diego
-
Remove duplicate dvd_device extern variable declaration.2010-06-20, by diego
-
Move demuxer-related extern variable declarations to demuxer.h.2010-06-20, by diego
-
Add correct #include instead of duplicating dvd_speed extern declaration.2010-06-20, by diego
-
Remove unused parsehtml parameters.2010-06-19, by reimar
-
Add static to functions used only locally.2010-06-19, by reimar
-
Remove incorrect additional printf arguments.2010-06-19, by reimar
-
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.2010-06-19, by reimar
-
Move audio_substream_id extern variable declaration to demux_ts.h.2010-06-18, by diego
-
Remove examples of no longer supported gui commands.2010-06-18, by reimar
-
Move ts_* extern variable declarations to demux_ts.h.2010-06-18, by diego
-
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.2010-06-18, by diego
-
Move field_dominance extern variable declaration to dec_video.h.2010-06-18, by diego
-
Move codecs_file extern variable declaration to codec-cfg.h.2010-06-18, by diego
-
100l, never just ignore a backwards skip, even if the stream is not2010-06-18, by reimar
-
Error messages should not be hidden at -v level.2010-06-18, by reimar
-
Remove includes that break building if X11 is not available.2010-06-18, by reimar
-
Fix type: struct mp_image_s no longer exists, it is now2010-06-18, by reimar
-
sync with en/mplayer.1 rev. 313722010-06-18, by jrash
-
Synced with help_mp-en.h rev. 314302010-06-18, by jrash
-
Move extern variable declarations for network.c to network.h.2010-06-18, by diego
-
Move mp_msg-related extern variable declarations to mp_msg.h.2010-06-18, by diego
-
Simplify fribidi check - console output is not necessary.2010-06-17, by diego
-
Rename loader/qt_comp.h --> loader/qt_comp_template.c.2010-06-17, by diego
-
Add header file for externally used dxr2_opts array.2010-06-17, by diego
-
Add appropriate header files for GUI variables.2010-06-17, by diego
-
Add extern declaration for guiWinID variable.2010-06-17, by diego
-
Add #include for unrar_exec.h instead of declaring unrar_executable extern.2010-06-17, by diego
-
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.2010-06-17, by diego
-
Add #include for geometry.h instead of declaring vo_geometry variable extern.2010-06-17, by diego
-
Move vo_panscanrange extern declaration to aspect.h, where it belongs.2010-06-17, by diego
-
Move LIRC-related extern variable declarations to lirc.h.2010-06-17, by diego
-
Move extern variable declarations for mp_fifo.c to mp_fifo.h.2010-06-17, by diego
-
Move menu-related extern variable declarations to menu.h.2010-06-17, by diego
-
Add header file for externally used variables from vo_fbdev.c.2010-06-17, by diego
-
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.2010-06-17, by diego
-
Add header file for the extern declarations from muxer_avi.c.2010-06-17, by diego
-
Lower priority of hardware MPEG decoder cards below software decoders.2010-06-17, by diego
-
Factorize monitor_aspect extern declaration into aspect.h.2010-06-17, by diego
-
Add vd.h #include instead of declaring movie_aspect extern.2010-06-17, by diego
-
Place vo_osd_list extern declaration in sub.h instead of all over the code.2010-06-17, by diego
-
Remove unused 'extern int vo_osd_changed_flag' declaration.2010-06-17, by diego
-
Disable only G200 support when compiling against dynamic libswscale instead2010-06-16, by reimar
-
Add header_check convenience function to check for header availability.2010-06-16, by diego
-
Remove unused extern fs_layer declaration.2010-06-16, by diego
-
Replace common options template by a common options array.2010-06-16, by diego
-
Use a struct timezone as second parameter for gettimeofday in the function test.2010-06-16, by diego
-
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.2010-06-16, by reimar
-
Remove some unnecessary #includes from compilation tests.2010-06-16, by diego
-
Rename libvo/mga_common.c --> libvo/mga_template.c.2010-06-16, by diego
-
Remove commented-out forward declaration for removed function.2010-06-16, by diego
-
More sensible behaviour for -geometry with -wid and -vo gl.2010-06-15, by reimar
-
Add symver defines for FFmpeg. Since we don't care about2010-06-15, by reimar
-
Make sure we always have exactly one CONFIG_LIBRTMP define.2010-06-15, by reimar
-
Remove an unused extern declaration.2010-06-15, by diego
-
Remove some unused extern declarations.2010-06-15, by diego
-
Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).2010-06-14, by reimar
-
Consistently use "None" instead of "NULL" for X resources.2010-06-14, by reimar
-
Rename cfg-common-opts.h --> cfg-common_template.c.2010-06-14, by diego
-
Fix embarassing OCNFIG vs. CONFIG typo.2010-06-14, by diego
-
Add header for ivtv_write() instead of forward declaring it.2010-06-14, by diego
-
Mark first parameter of ivtv_write as const; it is never changed.2010-06-14, by diego
-
cosmetics: Reindent after last commit.2010-06-14, by diego
-
Drop linux-devfs configure option.2010-06-14, by diego
-
Rename configure.log file to the more standard name config.log.2010-06-14, by diego
-
Replace forward declarations by proper loader/wine/winbase.h #include.2010-06-14, by diego
-
Ignore generated .d files below loader/qtx/.2010-06-14, by diego
-
Adjust comment after the removal of the pt_iter_add_gui_file macro.2010-06-14, by diego
-
Remove unnecessary and unused #defines.2010-06-14, by diego
-
Replace forward declarations by loader/wine/winbase.h #include.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Add path.o to the dependency list of the loader test programs.2010-06-14, by diego
-
Remove unused function ComponentDummy().2010-06-14, by diego
-
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.2010-06-14, by diego
-
Revert marking mplayer_audio_read() as static; it is used from linked .o files.2010-06-14, by diego
-
Mark exit_sig() function as static; it is only used within the file.2010-06-14, by diego
-
Add a command to the binary build rule.2010-06-14, by diego
-
typo: Add missing '$' to EXESUF variable in binary build rule.2010-06-14, by diego
-
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.2010-06-14, by diego
-
Ignore .d files with dependency information.2010-06-14, by diego
-
get_path.c was renamed to path.c.2010-06-14, by diego
-
Remove redundant monitor_aspect extern declaration, fixes the warning:2010-06-14, by diego
-
Mark mplayer_audio_read() function as static; it is not used outside the file.2010-06-14, by diego
-
Reinstate libmpeg2 hook to export quantization2010-06-14, by lu_zero
-
Remove more gui-related code from libvo.2010-06-13, by reimar
-
Remove some unused win32 GUI code.2010-06-13, by reimar
-
Fix sub_window default.2010-06-13, by reimar
-
Move wsSearch function and make it static.2010-06-13, by reimar
-
Drop inline attribute, it does not really make sense and without2010-06-13, by reimar
-
Install error handler as early as possible to avoid crashing.2010-06-13, by reimar
-
Fix function pointer types in tvi_functions struct2010-06-13, by reimar
-
Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.2010-06-13, by diego
-
Remove unused function pt_add_gui_file().2010-06-13, by diego
-
Remove unused mp_input_init parameter.2010-06-13, by reimar
-
100l, add missing 0-termination of keymap file.2010-06-13, by reimar
-
Add missing font_load.h include (previously hidden by gui include).2010-06-13, by reimar
-
Remove unused includes.2010-06-13, by reimar
-
For vos that support the new libvo API (provide UPDATE_SCREENINFO),2010-06-13, by reimar
-
Gui: Do not just exit on X error, just ignoring problems is already2010-06-13, by reimar
-
Indentation fix.2010-06-13, by reimar
-
Remove Gui-specific slave commands and associated key-bindings and other code.2010-06-13, by reimar
-
Remove mp_msg related GUI hacks.2010-06-13, by reimar
-
Allow LGPL for csputils as well, they were previously part of gl_common2010-06-13, by reimar
-
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as2010-06-13, by reimar
-
Extend libvpx configure check to reject too old versions.2010-06-13, by reimar
-
Add QuantizeBuffer function call to gif test to actually test linking.2010-06-13, by reimar
-
Add quotes around tune names, otherwise "(psy tuning)" does not get2010-06-12, by tack
-
Respect -cache-seek-min also for on-disk files to reduce issues with mov.2010-06-12, by reimar
-
mga_vid depends on static libswscale.2010-06-11, by diego
-
sync with en/mplayer.1 rev. 313642010-06-11, by jrash
-
Synced with help_mp-en.h rev. 313532010-06-11, by jrash
-
Drop hunk that was forgotten in the quantizer_scale removal.2010-06-11, by diego
-
move the mga video check below the libswscale check2010-06-11, by siretart
-
Cosmetics: properly indent block after introducing if statement in r31363.2010-06-10, by tack
-
-x264encopts: document preset, tune, and profile options; remove2010-06-10, by tack
-
ve_x264: rewrite option parsing and add support for x264's presets,2010-06-10, by tack
-
yuv422 is not supported by current VDPAU hardware.2010-06-10, by cehoyos
-
Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.2010-06-10, by diego
-
Add support for compiling against external libmpeg2.2010-06-10, by diego
-
libmpeg2: Remove local quantizer scale changes related to postprocessing.2010-06-10, by diego
-
ao_jack: increase maximum allowed channels from 6 to 8.2010-06-09, by tack
-
We use unmodified r231 of libdvdcss, no point in mentioning older revisions.2010-06-09, by reimar
-
libmpeg2: Move pending_buffer stuff to local decoder context.2010-06-09, by diego
-
cosmetics: Remove commented-out cruft.2010-06-09, by diego
-
Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.2010-06-09, by diego
-
Reduce verbosity about suboption parsing in vo drivers.2010-06-09, by diego
-
Split internal and external libmpeg2 support in the build system.2010-06-09, by diego
-
cosmetics: Drop leading underscore from configuration variable.2010-06-09, by diego
-
remove libmpcodecs/vf_rgb2bgr.c2010-06-09, by siretart
-
Make -mc 1 the default.2010-06-08, by cehoyos
-
Fix compilation with nemesi and live555.2010-06-08, by cehoyos
-
Support RTSP/RTP over HTTP via LIVE555.2010-06-08, by cehoyos
-
Extract duplicated code into a separate function.2010-06-07, by reimar
-
Ensure the SAMI subtitle reader does not read more lines than we support.2010-06-07, by reimar
-
Print media start time with -identify.2010-06-07, by reimar
-
Move code printing -identify output for a file to a separate function.2010-06-07, by reimar
-
M701: Matrox MPEG-2 intra-only.2010-06-07, by cehoyos
-
Fix typo in comment2010-06-06, by hyc
-
Remove nonsense commented-out function header.2010-06-06, by reimar
-
Update common.mak and subdir.mak to latest FFmpeg versions.2010-06-06, by reimar
-
Fix ds_get_next_pts to also work for the first packet of a stream.2010-06-06, by reimar
-
Fix the ds->first documentation to actually match reality.2010-06-06, by reimar
-
Minor code simplification.2010-06-06, by reimar
-
Disable index reading in real demuxer if stream is not seekable.2010-06-06, by reimar
-
Some more Changelog updates.2010-06-06, by reimar
-
yuv4mpeg interlaced changes.2010-06-06, by reimar
-
Update codecs.conf version again, we had quite a few additions to it.2010-06-05, by reimar
-
Extend -vf format to allow substituting the format for a compatible one2010-06-05, by reimar
-
Fix -vf format and -vf noformat to work with slices.2010-06-05, by reimar
-
Add webm/VP8 support to native matroska demuxer.2010-06-05, by reimar
-
If we have no FPS value, try enabling -correct-pts mode, it does2010-06-05, by reimar
-
Add partial support for dirac to TS demuxer.2010-06-05, by reimar
-
Also print current stream position in mp_read debug output.2010-06-05, by reimar
-
Remove explicit eof check for mp_read code, stream code handles this case2010-06-05, by reimar
-
Di not do a stream_reset on seeking backwards, the seek itself should2010-06-05, by reimar
-
Do not make seek fail explicitly simply because eof was hit somewhen,2010-06-05, by reimar
-
Fix compilation after FFmpeg r23485.2010-06-05, by cehoyos
-
sync with en/mplayer.1 rev. 312922010-06-05, by jrash
-
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should2010-06-05, by reimar
-
Sync libdvdcss with their latest SVN.2010-06-05, by reimar
-
Add support for -geometry x syntax since the documentation claims2010-06-05, by reimar
-
Do not use libass functions if it is disabled.2010-06-04, by reimar
-
Default to -correct-pts off if -fps was given, since -fps has no effect2010-06-04, by reimar
-
Force window placement also if -xineramascreen was set >= 0,2010-06-04, by reimar
-
Try always enabling correct pts again for lavf demuxer, since the know2010-06-03, by reimar
-
Limit buffered PTS only when we actually got a frame from the decoder.2010-06-03, by reimar
-
If an invalid pts value is detected, try to to make up some if it seems2010-06-03, by reimar
-
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale2010-06-03, by siretart
-
Simplify libass version check.2010-06-03, by cehoyos
-
Raise LIBASS_VERSION, forgotten in r31293.2010-06-03, by cehoyos
-
Add the -march fallback for amdfam10 also to the x86_64 case.2010-06-02, by reimar
-
libavcodec/libx264.c requires x264 0.98 since r23430.2010-06-02, by cehoyos
-
Fix compilation with external libass.2010-06-02, by cehoyos
-
ass_set_aspect_ratio() takes three arguments since 0x00907010.2010-06-02, by cehoyos
-
avoid using swscale internals by copying in palette8torbg16 and its bgr variant2010-06-01, by siretart
-
Extend geometry parsing to reject all invalid strings.2010-06-01, by reimar
-
Move internal scale context fields initialization from2010-06-01, by stefano
-
Fix compilation after FFmpeg r23402.2010-06-01, by cehoyos
-
remove palette8torgb15 and palette8tobgr152010-06-01, by siretart
-
Factor out some common code and ensure we will not try to draw OSD2010-05-31, by reimar
-
Reindent.2010-05-31, by reimar
-
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv2010-05-31, by reimar
-
Switch mkv demuxing to lavf by default.2010-05-31, by aurel
-
backport ass_flush_events() from upstream libass and make use of it2010-05-31, by aurel
-
Extend the range of the -a52drc range up to two, as a experimental feature2010-05-31, by reimar
-
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.2010-05-30, by diego
-
synced with r312892010-05-30, by Gabrov
-
Change code to let Window Manager chose window location by default.2010-05-30, by reimar
-
Add a referrer option to set the HTTP Referer field.2010-05-30, by reimar
-
Forgotten part of previous commit (extern declaration of drc_level).2010-05-30, by reimar
-
Use the -a52drc option also for the libavcodec decoder.2010-05-30, by reimar
-
Fix compilation without librtmp.2010-05-30, by cehoyos
-
Treat a NULL renderer string as indication for software renderer.2010-05-30, by reimar
-
Prefer -vo sdl over "probably software" OpenGL.2010-05-30, by reimar
-
Change compiler argument order for compile_check to avoid incorrect linking2010-05-30, by reimar
-
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).2010-05-30, by reimar
-
Add codec-cfg.h to the dependency list of codec-cfg.2010-05-30, by diego
-
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.2010-05-30, by diego
-
Remove GPL-licensed YUV to RGB MMX routines.2010-05-30, by diego
-
Add librtmp support2010-05-30, by hyc
-
Cast void* pointer to appropriate type before using it in an addition; fixes2010-05-29, by diego
-
Update 1.0rc3 release name and date.2010-05-29, by diego
-
minor spelling fixes2010-05-29, by siretart
-
add myself to the AUTHORS file2010-05-29, by siretart
-
Use edi instead of ebx to avoid issues with PIC.2010-05-29, by reimar
-
Remove obsolete may_alias-related defines, lavu handles this now2010-05-29, by reimar
-
Actually run a detection whether external libass exists, instead2010-05-29, by reimar
-
Fix compilation if the compiler does not support -march=amdfam102010-05-29, by reimar
-
cosmetics: Drop leading '_' from noinputmodules variable.2010-05-29, by diego
-
misc cosmetics: K&R style nits, #include placement, indentation2010-05-29, by diego
-
Mark key_type structure as const.2010-05-29, by diego
-
getch2-os2.c: Add #include for the header that declares the public functions.2010-05-29, by diego
-
cosmetics: Remove some commented-out #includes, fix a comment grammar error.2010-05-29, by diego
-
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.2010-05-29, by diego
-
add "lpcJ" fourcc for the RealAudio 1.0 codec.2010-05-28, by compn
-
Fix typo in message.2010-05-28, by reimar
-
stream_check_interrupt should sleep even if no callback is set.2010-05-28, by reimar
-
100l, stream_check_for_interrupt argument is not in usec,2010-05-28, by reimar
-
Document time scale for stream_check_interrupt argument.2010-05-28, by reimar
-
Document thatg time argument is in milliseconds.2010-05-28, by reimar
-
Improve handling of cache process/thread hanging/being killed.2010-05-28, by reimar
-
Fix cache process accidentally being killed by SIGUSR1.2010-05-28, by reimar
-
Use MSGT_DECVIDEO in a video decoder.2010-05-28, by cehoyos
-
Remove commented-out declaration of nonexisting function uGetTimer().2010-05-28, by diego
-
Drop pointless _t suffix from 'struct lavf_priv'.2010-05-28, by diego
-
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.2010-05-27, by diego
-
cosmetics: vertical alignment in msg module help output.2010-05-27, by diego
-
vf_yuy2 was removed after the 1.0rc3 branch was cut.2010-05-27, by diego
-
small cosmetics for the 1.0rc3 changelog2010-05-27, by diego
-
Fix a bunch of typos in the stream cache code.2010-05-27, by diego
-
Drop pointless _s suffix from 'struct af_stream'.2010-05-27, by diego
-
Drop pointless _st suffix from 'struct stream'.2010-05-27, by diego
-
Drop pointless _s suffix from struct ao_data.2010-05-27, by diego
-
cosmetics: Reformat in K&R coding style.2010-05-27, by diego
-
Remove two pointless void* casts.2010-05-27, by diego
-
Remove unnecessary demux_mkv_seek() forward declaration.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct mp_image'.2010-05-27, by diego