Mercurial > mplayer.hg
graph
-
Sync some minor changes from upstream libdvdcss, up to r237.2010-09-25, by diego
-
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.2010-09-25, by diego
-
Minor simplification of af_init.2010-09-25, by reimar
-
Fix af_append and af_prepend prototypes, the name should be const.2010-09-25, by reimar
-
vf_ass: avoid divisions in alpha blending.2010-09-23, by cigaes
-
Do not compile libfaad2 with -D_GNU_SOURCE.2010-09-22, by diego
-
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:2010-09-22, by diego
-
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.2010-09-22, by diego
-
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.2010-09-21, by diego
-
Move network requirement check for FTP into the FTP test.2010-09-21, by diego
-
Add HAVE_ALIGNED_STACK definition for FFmpeg.2010-09-21, by diego
-
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.2010-09-21, by diego
-
Move ASMALIGN check into x86 section of configure.2010-09-21, by diego
-
Move lrintf definition to the FFmpeg section of config.h.2010-09-21, by diego
-
Remove local HAVE_LRINTF hack; it should no longer be necessary.2010-09-21, by diego
-
Restore trailing whitespace in local diff file.2010-09-21, by diego
-
Drop separate compilation rules for dhahelperwin files.2010-09-20, by diego
-
Use generated dependency information files for dhahelper.2010-09-20, by diego
-
Merge dhahelperwinclean and dhahelperclean targets.2010-09-20, by diego
-
Use generated dependency information files for tools and tests.2010-09-20, by diego
-
Generate dependency information for netstream and vivodump as well.2010-09-20, by diego
-
Work around linking failure due to unresolved reference to mplayer_version.2010-09-20, by diego
-
Remove remnants of explicit dependency file generation.2010-09-20, by diego
-
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.2010-09-20, by diego
-
Use dependency files to track the compile-time dependencies of kernel modules.2010-09-20, by diego
-
Generate dependency files also when compiling binaries straight from .c files.2010-09-20, by diego
-
Add an actual .c file for the rage128_vid kernel module.2010-09-20, by diego
-
Simplify generation of dependency file list.2010-09-20, by diego
-
Also read dependency files generated while compiling Assembler files.2010-09-20, by diego
-
cosmetics: Rename DEPS variable to DEP_FILES.2010-09-20, by diego
-
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.2010-09-20, by diego
-
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.2010-09-20, by diego
-
Add dependency flags to CC invocation for .S files.2010-09-20, by diego
-
Simplify libbluray test with function_check().2010-09-20, by diego
-
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Remove unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Do not falsely declare some vo_functions_t declarations as const.2010-09-20, by diego
-
Remove unnecessary #include from libbluray test.2010-09-20, by diego
-
1000l: Fix shift amount in function_check_broken().2010-09-19, by diego
-
vf_ass: skip alpha blending for pixels where alpha is zero.2010-09-18, by cigaes
-
Check for realloc failure. Ignore the memleak this causes since2010-09-18, by reimar
-
Matroska allows data to be compressed multiple times, thus ensure2010-09-18, by reimar
-
Fix format string to match type.2010-09-18, by reimar
-
Fix label indentation.2010-09-18, by reimar
-
Fix decoded length calculation of LZO decompression in demux_mkv.2010-09-18, by reimar
-
Add many integer overflow checks to mkv demuxer.2010-09-18, by reimar
-
Make sure that HAVE_MKSTEMP is always #defined to a value.2010-09-18, by diego
-
Simplify librtmp check using function_check().2010-09-18, by diego
-
Make sure that CONFIG_LIBMP3LAME is always #defined.2010-09-18, by diego
-
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.2010-09-18, by diego
-
Simplify libdca check using function_check_broken().2010-09-18, by diego
-
Add function_check_broken convenience function.2010-09-18, by diego
-
cosmetics: Slightly reformat a comment.2010-09-18, by diego
-
cosmetics: Slightly shorten swab() check.2010-09-18, by diego
-
Fix compilation on Windows: MinGW unistd.h does not define NULL.2010-09-18, by reimar
-
Adapt license header from libass to MPlayer boilerplate.2010-09-17, by diego
-
Move libass/ass_mp.[ch] ---> ass_mp.[ch].2010-09-17, by diego
-
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG2010-09-17, by diego
-
Add an #ifdef to avoid unused variable warnings when iconv is disabled.2010-09-17, by diego
-
Ignore possible errors from dvdread-config invocation.2010-09-17, by diego
-
Check for vbeInit() instead of vbeVersion() in VESA test.2010-09-17, by diego
-
Mark functs not used outside of the file as static, remove from header; fixes:2010-09-17, by diego
-
cosmetics: Move vlvo_preinit() below the functions that it uses.2010-09-17, by diego
-
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:2010-09-17, by diego
-
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.2010-09-17, by diego
-
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:2010-09-17, by diego
-
Remove outdated warning about obsolete gcc 2.96.2010-09-17, by diego
-
Replace local min/max macros by FFMIN/FFMAX.2010-09-17, by diego
-
Remove old obsolete warning about dfbopts.2010-09-17, by diego
-
mga: use libswscale interface for g200 (untested)2010-09-16, by ramiro
-
Unconditionally #include subreader.h.2010-09-16, by diego
-
misc whitespace cosmetics2010-09-16, by diego
-
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.2010-09-16, by diego
-
Remove pointless fontconfig version #ifdef.2010-09-16, by diego
-
Add necessary #include for text_font_scale_factor and subtitle_autoscale.2010-09-16, by diego
-
100l: Set _XOPEN_SOURCE to a proper integer value.2010-09-16, by diego
-
Simplify check for external dvdread.2010-09-16, by diego
-
Slightly restructure OSS audio check; fixes the warning:2010-09-16, by diego
-
Remove pointless sys/ioctl.h #includes from OSS audio checks.2010-09-16, by diego
-
Add missing stdio.h #include to the test program in the PNG check.2010-09-16, by diego
-
Simplify glob() check.2010-09-16, by diego
-
Simplify termcap check.2010-09-16, by diego
-
Simplify mkstemp() check.2010-09-16, by diego
-
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.2010-09-16, by diego
-
swscale-test: cosmetic alignment2010-09-16, by ramiro
-
Simplify libggiwmh check using function_check().2010-09-16, by diego
-
Simplify OS/2 header checks using header_check_broken().2010-09-16, by diego
-
Simplify libmpeg2 check using header_check_broken().2010-09-16, by diego
-
Simplify esd checks using function_check().2010-09-16, by diego
-
Update URL to patch for new API support.2010-09-16, by diego
-
Update mp3lame_lavc check to match recent FFmpeg changes.2010-09-16, by diego
-
swscale: remove useless temporary variable2010-09-16, by ramiro
-
swscale: factorize plane copying code out of 2 functions2010-09-16, by ramiro
-
swscale-test: always use bilinear scaler to get output for SSD2010-09-16, by ramiro
-
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.2010-09-15, by diego
-
Add libmpdemux/stheader #include for struct sh_video.2010-09-15, by diego
-
Require DirectFB version 0.9.22.2010-09-15, by diego
-
Simplify DirectFB check.2010-09-15, by diego
-
Require DirectFB version 0.9.15 instead of 0.9.13.2010-09-15, by diego
-
Cast return value to long instead of int in byte order check.2010-09-15, by diego
-
Simplify libggiwmh check.2010-09-14, by diego
-
Simplify kstat check.2010-09-14, by diego
-
cosmetics: Replace some double quotes by single quotes for consistency.2010-09-14, by diego
-
Simplify a bunch of configure checks through the use of function_check().2010-09-14, by diego
-
Remove pointless casts from configure checks.2010-09-14, by diego
-
Use inline_asm_check to simplify a bunch of configure checks.2010-09-14, by diego
-
Add inline_asm_check function to simplify configure checks.2010-09-14, by diego
-
Initialize variable in giflib check; fixes the warning:2010-09-14, by diego
-
rgb2rgb: don't misuse HAVE_* defines2010-09-14, by ramiro
-
Simplify libdv test.2010-09-14, by diego
-
Simplify mman.h/mmap check.2010-09-14, by diego
-
Simplify math function checks.2010-09-14, by diego
-
Initialize variable in libspeex configure check; fixes the warning:2010-09-14, by diego
-
Simplify FreeType check.2010-09-14, by diego
-
Simplify DirectFB check using function_check().2010-09-14, by diego
-
Initialize variable in vsscanf configure check; fixes the warning:2010-09-14, by diego
-
Remove bogus cast from configure check; fixes the warning:2010-09-14, by diego
-
Simplify dynamic loader check.2010-09-14, by diego
-
Remove unnecessary extern declarations from aalib check; fixes the warnings:2010-09-14, by diego
-
Fix parameter types in swab() check; fixes the warnings:2010-09-14, by diego
-
Add some missing headers to configure checks; fixes the warnings:2010-09-14, by diego
-
Mark local functions in configure tests as static; fixes the warnings:2010-09-14, by diego
-
Use complete set of warning flags during compilation checks.2010-09-14, by diego
-
build system: Merge all FFmpeg library checks into a single FFmpeg check.2010-09-13, by diego
-
Move TV input new_handle static function to tv.c and make it non-static.2010-09-13, by diego
-
Replace sizeof(type) by sizeof(variable) in malloc invocation.2010-09-13, by diego
-
Remove vim/emacs coding style hints.2010-09-13, by diego
-
swscale: indentation and emtpy line cosmetics2010-09-13, by ramiro
-
swscale: avoid reading prior to the source buffer in planar2x() MMX22010-09-13, by ramiro
-
Mark srcArray as const pointer to const data, fixes the warnings:2010-09-13, by diego
-
const-correctness for the menu_info_t OSD menu info declarations2010-09-13, by diego
-
const-correctness for af_info_t audio filter declarations2010-09-13, by diego
-
Mark some vo_functions_t declarations that were not yet const as const.2010-09-13, by diego
-
cosmetics: Place mga_vid tests along with the other video output tests.2010-09-13, by diego
-
swscale-test: allow specifying src/dst pixel formats2010-09-12, by ramiro
-
indent2010-09-12, by ramiro
-
swscale-test: take input from reference file2010-09-12, by ramiro
-
swscale-test: always use SWS_BILINEAR to convert from ref to src2010-09-12, by ramiro
-
swscale-test: move conversion from ref to source back to doTest()2010-09-12, by ramiro
-
Add standard multiple inclusion guards.2010-09-12, by diego
-
Reindent.2010-09-12, by reimar
-
Remove a pointless if.2010-09-12, by reimar
-
Replace sizeof(BITMAPINFOHEADER)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace sizeof(WAVEFORMATEX) occurrences.2010-09-12, by reimar
-
Skip #ifdefs around harmless ae_*.h header #includes.2010-09-12, by diego
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Merge one malloc() + memset() invocation into calloc().2010-09-12, by diego
-
Remove libavcodec ifdeffery from the GUI code.2010-09-12, by diego
-
Avoid some pointless uses of sizeof() and one related cast.2010-09-12, by reimar
-
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.2010-09-12, by diego
-
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c2010-09-12, by reimar
-
Replace several sizeof(WAVEFORMATEX)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type) by sizeof(*ptrvar)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()2010-09-12, by ramiro
-
Replace sizoef(type) by sizeof(*ptrvar).2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Fix a condition that would never be false (and thus cause2010-09-12, by reimar
-
Replace some sizeof(type) by sizeof(*pointer)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
cosmetics: Reformat in K&R style, prettyprinting.2010-09-12, by diego
-
Remove stheader.h include from mpcommon.h since it2010-09-12, by reimar
-
Remove a duplicate mconfig declaration2010-09-12, by reimar
-
Fix win32 gui compilation2010-09-12, by reimar
-
Add missing #include for vd_ffmpeg.h; fixes the warning:2010-09-12, by diego
-
Enable Apple remote code when compiling is possible; do not require running it.2010-09-12, by diego
-
Move TV input free_handle static function to tv.c and make it non-static.2010-09-11, by diego
-
Separate compiler warning flags from other compiler flags.2010-09-11, by diego
-
cosmetics: Place some FFmpeg-related variables in a more sensible order.2010-09-11, by diego
-
Add explanatory comment for video_out.h #inclusion in libao2/.2010-09-11, by diego
-
Remove pointless typedef keyword from struct RTPState declaration; fixes:2010-09-11, by diego
-
Add required #includes to fix 'make checkheaders'.2010-09-11, by diego
-
Add required config.h #includes.2010-09-11, by diego
-
Use identical signature for eosd_ass_init in both the .c and .h file.2010-09-11, by diego
-
Add required header m_config.h; fixes 'make checkheaders'.2010-09-11, by diego
-
cosmetics: Add #endif comment.2010-09-11, by diego
-
cosmetics: Break some long lines.2010-09-11, by diego
-
Add #include for required header mp_core.h; fixes 'make checkheaders'.2010-09-11, by diego
-
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.2010-09-11, by diego
-
Move local_wm extern variable declaration to loader.h, which is better suited.2010-09-11, by diego
-
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.2010-09-11, by diego
-
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.2010-09-11, by diego
-
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.2010-09-11, by diego
-
indent2010-09-11, by ramiro
-
swscale: remove unused code2010-09-11, by ramiro
-
rgb2rgb: remove unused yvu9toyv12 function2010-09-11, by ramiro
-
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.2010-09-11, by diego
-
Mark is_mplayer_front() as static, it is only used within the file; fixes:2010-09-11, by diego
-
Replace proc_priority extern declaration by osdep/priority.h #include.2010-09-11, by diego
-
Move codecname extern variable declaration to gui.h, which is better suited.2010-09-11, by diego
-
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.2010-09-11, by diego
-
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.2010-09-11, by diego
-
Move all MEncoder-related extern variable declarations to mencoder.h.2010-09-11, by diego
-
Move mconfig extern variable declaration to mpcommon.h.2010-09-11, by diego
-
Move stream_cache_* extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.2010-09-11, by diego
-
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Replace force_fps extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace dvdsub_id extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace a bunch of extern declarations by proper mpcommon.h #include.2010-09-10, by diego
-
Add necessary config.h #include.2010-09-10, by diego
-
Replace audio_delay extern declaration by proper mplayer.h #include.2010-09-10, by diego
-
Move slave_mode extern declaration to mplayer.h, where it belongs.2010-09-10, by diego
-
Replace audio_id / video_id extern declarations by mpcommon.h #include.2010-09-10, by diego
-
Remove unnecessary stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate vobsub_id extern declaration.2010-09-10, by diego
-
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.2010-09-10, by diego
-
fix XML structure to make xmllint happy :-)2010-09-10, by gpoirier
-
Remove unnecessary cache_fill_status #define.2010-09-10, by diego
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
cosmetics: reorder declarations, prettyprinting2010-09-09, by diego
-
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.2010-09-09, by diego
-
Remove unused video_driver/audio_driver extern variable declarations.2010-09-09, by diego
-
Move mplPBFade extern declaration to gmplayer.h, which is better suited.2010-09-09, by diego
-
Move stream_dump_type extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Add appropriate #include instead of declaring seek-related variables extern.2010-09-09, by diego
-
Add appropriate #include instead of declaring vo_gamma_* extern.2010-09-09, by diego
-
Remove unused cache_stats function.2010-09-09, by diego
-
Move cache_fill_status extern declaration to cache2.h, where it belongs.2010-09-09, by diego
-
Mark encoder_list declaration as const pointers to const data, fixes:2010-09-09, by diego
-
Mark vf_info_t declaration for the fixpts filter as const.2010-09-09, by diego
-
Mark video encoder vf_info_t structs as const.2010-09-09, by diego
-
Move **sub_name extern declaration to mpcommon.h.2010-09-09, by diego
-
Move use_menu extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Move **sub_name extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
cosmetics: Group all extern variable declarations together.2010-09-09, by diego
-
gui: remove direct usage of rgb2rgb interface, use swscale instead2010-09-09, by ramiro
-
mga: disable g200 support2010-09-09, by ramiro
-
Mark libmenu_vfs declaration as const, fixes the warning:2010-09-09, by diego
-
Mark vf_info_menu declaration as const.2010-09-09, by diego
-
Move mime_type_table extern declaration to network.h, where it belongs.2010-09-09, by diego
-
Fix make checkheaders for udp_sync.h2010-09-09, by reimar
-
av_fill_image_linesizes -> av_image_fill_linesizes2010-09-08, by ramiro
-
Remove some unnecessary extern variable declarations.2010-09-08, by diego
-
Replace m_config_parse_config_file() forward declaration by proper #include.2010-09-08, by diego
-
Add proper #include instead of declaring sub_unicode extern.2010-09-08, by diego
-
Add proper #include instead of declaring index_mode extern.2010-09-08, by diego
-
Move lavc_param_* extern declarations to ve.h.2010-09-08, by diego
-
Replace mp_wav_taglists extern declaration by proper #include.2010-09-08, by diego
-
Refactor all font_fontconfig extern declarations to libvo/font_load.h.2010-09-08, by diego
-
Move sub_cp extern declaration to subreader.h, where it belongs.2010-09-08, by diego
-
cosmetics: Group all sub_* extern variable declarations together.2010-09-08, by diego
-
Move sub_justify extern declaration to libvo/sub.h, where it belongs.2010-09-08, by diego
-
Simply parse all received packets even if we might overwrite the2010-09-08, by reimar
-
Use NULL for recvfrom return arguments we don't care about (source address).2010-09-08, by reimar
-
Make get_udp static, it is not used outside the file.2010-09-08, by reimar
-
Use sockfd value to detect if we initialized already instead of a2010-09-08, by reimar
-
Handle failures to create a socket.2010-09-08, by reimar
-
Actually set the destination address in the sockaddr_in struct for Windows as well...2010-09-08, by reimar
-
Move vf_info_menu extern declaration to menu.h, where it belongs.2010-09-08, by diego
-
Add proper #includes instead of filename/file_filter extern declarations.2010-09-08, by diego
-
Mark a constant as such and move it into the block where it is used.2010-09-08, by reimar
-
Use initializer to avoid leaving struct timeval half-uninitialized.2010-09-08, by reimar
-
Avoid duplicating the #if HAVE_WINSOCK2_H mess.2010-09-08, by reimar
-
Move menu_mouse_* extern declarations to menu.h, where they belong.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Avoid duplicating the recvfrom/"bye"-handling code.2010-09-08, by reimar
-
Add proper include instead of declaring the vo_pts variable extern.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Remove a useless "else".2010-09-08, by reimar
-
Do not check a condition that can never be false and move its comment2010-09-08, by reimar
-
Refactor *demuxer_name extern declarations to demuxer.h.2010-09-08, by diego
-
Fix indentation.2010-09-08, by reimar
-
Cosmetics: remove some useless {}2010-09-08, by reimar
-
Use initializer instead of memset, the memset in addition never2010-09-08, by reimar
-
cosmetics: Repair some of the damage that 'indent' caused.2010-09-08, by diego
-
Remove useless include.2010-09-08, by reimar
-
Remove useless ifdef.2010-09-08, by reimar
-
Remove duplicated audio_output_channels extern variable declaration.2010-09-08, by diego
-
whitespace cosmetics2010-09-08, by diego
-
rgb2rgb: build SSE2 codepath2010-09-08, by ramiro
-
Fix compilation on ia32 after r32064.2010-09-08, by cehoyos
-
Add synchronization of multiple MPlayer instances over UDP.2010-09-08, by reimar
-
Add the proper include instead of declaring the fakemono variable extern.2010-09-07, by diego
-
Remove duplicated divx_quality extern declaration.2010-09-07, by diego
-
Add the proper include instead of declaring the divx_quality variable extern.2010-09-07, by diego
-
Add the proper include instead of declaring the correct_pts variable extern.2010-09-07, by diego
-
Rename decode_audio() to mp_decode_audio().2010-09-07, by diego
-
Add myself as vdpau (co-)maintainer.2010-09-07, by cehoyos
-
Factorize some initialisation code.2010-09-07, by cehoyos
-
Remove commented-out mpcodecs_ad_null leftovers.2010-09-07, by diego
-
Revert r31349 "Make -mc 1 the default".2010-09-07, by cehoyos
-
Improve A/V sync when not using -correct-pts.2010-09-07, by cehoyos
-
Time-based PTS recalculation.2010-09-07, by cehoyos
-
Cosmetics pointed out by Diego Biurrun2010-09-07, by reynaldo
-
Remove useless casts.2010-09-06, by reimar
-
swscale: also update flags on sws_getCachedContext()2010-09-06, by ramiro
-
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path2010-09-06, by ramiro
-
Fix mlib compilation: add mising include for SwsContext.2010-09-05, by reimar
-
Fix nit pointed out by Diego Biurrun2010-09-04, by reynaldo
-
Grammar fixes2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Add a hack to work with BeOS/Haiku libsdl.2010-09-04, by reimar
-
Refactor more instances of avcodec_initialized handling into init_avcodec().2010-09-04, by diego
-
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.2010-09-04, by diego
-
cosmetics: Move header compilation rules to the bottom of the rules list.2010-09-04, by diego
-
Add -edl-start-pts option to Adjust positions in EDL records according2010-09-03, by reynaldo
-
Add new slave mode command for loading EDL file on demand.2010-09-03, by reynaldo
-
Attempt to fix compilation with FreeBSD's dvdio.h2010-09-02, by reimar
-
Set coded_width/coded_height instead of width/height since that's2010-08-31, by reimar
-
Improve correct-pts with PAFF streams.2010-08-30, by cehoyos
-
add binary codec for fourcc AMV22010-08-30, by compn
-
fix crash with un-commonly formated ASS files2010-08-29, by aurel
-
Always use convergence_duration for subtitles otherwise2010-08-29, by reimar
-
Also reset subtitle EOF on seeking.2010-08-29, by reimar
-
Fix indentation.2010-08-29, by reimar
-
Replace ass_mp.h include by eosd.h include.2010-08-29, by reimar
-
Fix compilation with --disable-networking.2010-08-27, by cehoyos
-
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory2010-08-27, by reimar
-
Disable loading codecs from the current directory.2010-08-27, by reimar
-
Fix arts check to actually check linking so it doesn't2010-08-27, by reimar
-
Add Doxygen comments and formal parameters names in eosd.h.2010-08-27, by cigaes
-
add matchware screen codec fourcc MWSC2010-08-27, by compn
-
Fix compilation with gcc 2.95.3 with some help by Reimar.2010-08-26, by cehoyos
-
Fix --disable-ass-internal to actually have an effect.2010-08-26, by reimar
-
Print a warning, but allow to encode to a non-supported frame rate with2010-08-26, by cehoyos
-
Add new Simple Profile Levels to the Xvid encoder.2010-08-26, by cehoyos
-
Cosmetic: reformat a if...return.2010-08-26, by cigaes
-
Cosmetic: reindent a line.2010-08-26, by cigaes
-
Add #ifdefs to fix build with ASS disabled.2010-08-26, by cigaes
-
Clarify the meaning of the -nosub option.2010-08-25, by reimar
-
swscale: simplify selection of optimizations to compile.2010-08-25, by ramiro
-
swscale: Always define COMPILE_xxx to either 0 or 1.2010-08-25, by ramiro
-
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion2010-08-23, by mru
-
swscale: remove unused macro parameter in BGR2UV template2010-08-23, by mru
-
Forgot to svn add those two files.2010-08-23, by cigaes
-
EOSD/ASS code factorization2010-08-23, by cigaes
-
Remove pointless casts of avcodec_find_decoder_by_name() return value.2010-08-22, by diego
-
Print subtitle type also for internally-supported types with a libavcodec decoder.2010-08-21, by reimar
-
Pass the video dimensions specified in the subtitle to spudec.2010-08-21, by reimar
-
Remove pointless casts.2010-08-21, by reimar
-
Use vf_open_filter, just like in the previous change for mencoder.2010-08-21, by reimar
-
Use vf_open_filter instead of vf_open_plugin+hacks.2010-08-21, by reimar
-
Add consts to avoid a warning about pointer type mismatch in function2010-08-21, by reimar
-
Deobfuscate mencoder decode_video call.2010-08-21, by reimar
-
Make sure we return an "empty" line on eof, to make sure we get2010-08-21, by reimar
-
Check stream_read_line result instead of checking stream_eof,2010-08-21, by reimar
-
Fix reading of VUK: actually fail if the key is incomplete instead2010-08-21, by reimar
-
Avoid another unnecessary intermediate variable.2010-08-21, by reimar
-
Avoid a pointless extra variable.2010-08-21, by reimar
-
Format NULL-pointer check consistently.2010-08-21, by reimar
-
Simplify searching for discid by comparing the string representations.2010-08-21, by reimar
-
Switch to uppercase hex.2010-08-21, by reimar
-
Simplify/fix printing of disc id/VUK2010-08-21, by reimar
-
Add const to pointer argument.2010-08-21, by reimar
-
Remove a unused assignment.2010-08-21, by reimar
-
Fix a memleak.2010-08-21, by reimar
-
Extract reading KEDB.cfg into a separate function.2010-08-21, by reimar
-
Update to include latest x86 binary codec packs.2010-08-20, by rathann
-
100l, re-add vobsub_get_id_by_index call accidentally removed in2010-08-20, by reimar
-
fix anonymous memory mapping for NetBSD2010-08-19, by ramiro
-
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA12010-08-19, by compn
-
swscale-test: add CRC output2010-08-19, by ramiro
-
Fix documentation language variables in summary output after configure run.2010-08-18, by diego
-
Merge radio chapter into the usage chapter.2010-08-18, by diego
-
Restore mistakenly removed TV input chapter introduction.2010-08-18, by diego
-
Merge TV input and TV teletext chapter into the usage chapter.2010-08-18, by diego
-
Remove empty paragraph from TV input chapter.2010-08-18, by diego
-
validate input data and linesizes2010-08-18, by ramiro
-
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only2010-08-18, by siretart
-
synced to r319382010-08-18, by ptt
-
Add #includes for headers necessary to pass 'make checkheaders'.2010-08-18, by diego
-
Fix a bunch of grammar and spelling errors in mp_msg calls.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter for all translations.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter.2010-08-17, by diego
-
Remove hack that skips including dependency files on distclean.2010-08-17, by diego
-
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.2010-08-17, by diego
-
Sync with current FFmpeg HEAD.2010-08-17, by diego
-
Add copy of English usage.xml file to Chinese translation.2010-08-17, by diego
-
Remove usage.xml symlink in the Chinese documentation translation.2010-08-17, by diego
-
Simplify and document MinGW stdin hack.2010-08-16, by reimar
-
Do not call *_aid_from_lang when audio_lang is NULL.2010-08-16, by reimar
-
Synced with help_mp-en.h rev. 319382010-08-15, by jrash
-
Avoid trying to parse playlists without any recognized entries.2010-08-13, by siretart
-
sanity check to avoid a segmentation fault in playtree.c on empty playlists.2010-08-13, by siretart
-
Mark constant sws_spu_image() parameter as const, fixes the warning:2010-08-13, by diego
-
Add incomplete clipinf reading support to display audio2010-08-11, by reimar
-
Add const qualifiers to function string arguments as appropriate.2010-08-11, by reimar
-
Import libass 0.9.112010-08-11, by greg
-
Make it possible to use relative, http:// etc. paths with bd://2010-08-10, by reimar
-
Avoid pointless additional string pointers.2010-08-10, by reimar
-
Use the stream functions instead of the fopen/fread/fclose interface2010-08-10, by reimar
-
Simplify code: allow file_format argument to open_stream to be NULL.2010-08-10, by reimar
-
Sync with current FFmpeg HEAD.2010-08-10, by diego
-
Fix compilation after FFmpeg r24741.2010-08-08, by cehoyos
-
indent2010-08-08, by ramiro
-
swscale-test: get strides using av_fill_image_linesizes() from libavcore2010-08-08, by ramiro
-
Remove pointless compilation sections from radio and TV input chapters.2010-08-07, by diego
-
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:2010-08-07, by diego
-
Add missing header for mp_a52_framesize, fixes the warning:2010-08-07, by diego
-
restore functionality to be able to pass custom configure flags or override the used compiler2010-08-07, by siretart
-
ignore common files during building the tarball and .diff.gz in debian packaging2010-08-07, by siretart
-
Integrate advanced audio usage sections into the general usage chapter.2010-08-07, by diego
-
Restore hunk previously removed in r31354.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Remove bogus teletext hotkeys section; it is both wrong and misplaced.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Copyright: add libass2010-08-06, by greg
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Import libass 0.9.102010-08-06, by greg
-
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.2010-08-06, by diego
-
add yasm to build depends for some asm parts in libavcodec2010-08-05, by siretart
-
Move mp_a52_framesize from demux_ts.c to parse_es.c.2010-08-05, by diego
-
Add sys/types.h #include before socket.h #include in sockaddr_storage test.2010-08-05, by diego
-
Return an error when seeking beyond EOF.2010-08-04, by reimar
-
Move one AES initialization out of inner loop.2010-08-04, by reimar
-
Minor optimization/simplification and document the alignment requirements2010-08-04, by reimar
-
Use the "key" type also for the IV constant.2010-08-04, by reimar
-
Simplify ts_sync. Might also make it easier to optimize a bit.2010-08-04, by reimar
-
Remove an unused variable.2010-08-04, by reimar
-
Remove some useless casts.2010-08-04, by reimar
-
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec2010-08-04, by siretart
-
whitespace cosmetics: prettyprinting, move statements to the next line.2010-08-04, by diego
-
100l, do not free vo_spudec if e.g. just the audio is reinitialized.2010-08-03, by reimar
-
Move initialization of vo_spudec further behind to avoid issues with2010-08-03, by reimar
-
Remove useless cast.2010-08-03, by reimar
-
Add support for bd:// streams as a test for a part of the AACS algorithm.2010-08-03, by reimar
-
Add sanity-check for sector size to avoid strange crashes if it is2010-08-03, by reimar
-
various spelling fixes, found by the Debian QA tool 'lintian'2010-08-03, by siretart
-
Add new debian packaging based on official distro packages2010-08-03, by siretart
-
remove old debian packaging2010-08-03, by siretart
-
Suppress unsupported compiler options when building with clang on Darwin/PPC.2010-08-03, by diego
-
Add -Wno-parentheses to CFLAGS.2010-08-03, by diego
-
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.2010-08-03, by diego
-
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream2010-08-03, by reimar
-
Add msvcr100 support to the win32 loader.2010-08-02, by alexc
-
Reuse do_cpuid from cpudetect.c in loader/win32.c.2010-08-02, by reimar
-
Remove outdated cpuid code.2010-08-02, by reimar
-
Add const to avoid warnings.2010-08-02, by reimar
-
Avoid arithmetic on void * pointers.2010-08-02, by reimar
-
Fix type in conditional.2010-08-02, by reimar
-
Make function declarations proper prototypes.2010-08-02, by reimar
-
Avoid mixing code and declarations.2010-08-02, by reimar
-
Make library/export function tables static const.2010-08-02, by reimar
-
Add missing libavcore bits: enabling options and help output2010-08-02, by diego
-
dvd: Improve seeking by position.2010-08-01, by diego
-
dvd: Improve seeking by chapters.2010-08-01, by diego
-
Fix the incorrect assumption that the number of chapters of a DVD title2010-08-01, by diego
-
Remove unnecessary #undef (f)printf.2010-08-01, by diego
-
Remove unnecessary libavutil/internal.h #includes.2010-08-01, by diego
-
Update for libavformat matroska demuxer name change.2010-08-01, by reimar
-
Reindent.2010-08-01, by reimar
-
Use early return instead of large if block.2010-08-01, by reimar
-
More readable OSD rendering code.2010-08-01, by reimar
-
Also allow setting msglevel for MSGT_FIXME.2010-08-01, by reimar
-
Fix typo in documentation.2010-08-01, by reimar
-
Handle failing ioctls more gracefully for dvdcss.2010-08-01, by reimar
-
Fix subtitle selection: make selecting -sid 0 work again by replacing the2010-08-01, by reimar
-
Fix DVD playback with region-free drives.2010-08-01, by reimar
-
Default to -O2 optimization level for the clang compiler.2010-07-31, by diego
-
swscale-test: merge declaration and initialization2010-07-31, by ramiro
-
Fix compilation with --enable-crash-debug2010-07-31, by reimar
-
Initialize conf_file variable to kill the warning:2010-07-31, by diego
-
Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.2010-07-31, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-07-31, by diego
-
Initialize frame_length variable to zero to avoid the warning:2010-07-31, by diego
-
10l: Add the Subversion revision to the version string, not "VERSION".2010-07-31, by diego
-
add binary expression codec for fourcc MTS22010-07-31, by compn
-
Properly close file on error or uninit.2010-07-30, by reimar
-
Avoid code duplication, use the generate file name instead of generating it twice.2010-07-30, by reimar
-
Rename libass types to match upstream libass >= 0.9.72010-07-30, by greg
-
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc2010-07-30, by compn
-
sync with en/mplayer.1 rev. 318142010-07-30, by jrash
-
Newly added subtitle support also includes DVB and XSUB in addition to PGS.2010-07-29, by reimar
-
Move function to avoid a forward declaration.2010-07-29, by reimar
-
Update global_sub_pos if we auto-selected a subtitle.2010-07-29, by reimar
-
Start rc5 development in trunk's Changelog as rc4 has been branched now.2010-07-29, by siretart
-
remove libavutil/avconfig.h on distclean2010-07-29, by siretart
-
Use header_check_broken to simplify cdio.h check.2010-07-29, by reimar
-
Add a special header_check_broken to be used for broken2010-07-29, by reimar
-
Make the sys/cdio.h header test work by explictly including2010-07-29, by reimar
-
Revert commit:2010-07-28, by stefano
-
Skip searching for an xmllint command.2010-07-28, by diego
-
whitespace cosmetics: fix indentation2010-07-28, by diego
-
Add an XML catalog search path that works for current macports systems.2010-07-28, by diego
-
Simplify adding --catalogs option to xsltproc/xmllint command line.2010-07-28, by diego
-
Remove instructions for installing XML/XSL packages from source.2010-07-28, by diego
-
The package list for Debian systems is not specific to the Sarge release.2010-07-28, by diego
-
cosmetics: Use more compact "if .. then" shell syntax.2010-07-28, by diego
-
Adding XML entities for the English XML files to main.xml is enough.2010-07-28, by diego
-
Remove unused variable fake_docbook_xsl.2010-07-28, by diego
-
cosmetics: Drop leading underscores from variable names.2010-07-28, by diego
-
Simplify xmllint test.2010-07-28, by diego
-
MPlayer is licensed as GPL version 2, not any later version.2010-07-28, by diego
-
synced with r318332010-07-27, by Gabrov
-
Improve documentation for overlay colour.2010-07-27, by cehoyos
-
Reduce probability that a window on top of VDPAU uses the overlay colour.2010-07-27, by cehoyos
-
Don't allow black windows on top of VDPAU to shine through.2010-07-27, by cehoyos
-
Support FFmpeg's native AMR Narrowband decoder.2010-07-27, by cehoyos
-
Make the VDPAU background black instead of the default green.2010-07-27, by cehoyos
-
Support for image highlights for dvdnav menus.2010-07-26, by reimar
-
Remove useless end_col/end_row variables.2010-07-26, by reimar
-
Move variable into the only function where it is used.2010-07-25, by reimar
-
Move mouse hiding code to check_events, this allows mouse hiding2010-07-25, by reimar
-
Make the Quit menu entry work.2010-07-25, by reimar
-
Simplify check_events: avoid seemingly pointless untilDate argument.2010-07-25, by reimar
-
Change window-closing handling so it works properly if the2010-07-25, by reimar
-
Remove graphics cards subsections from Xv section in video output chapter.2010-07-25, by diego
-
Remove MTRR section from video output chapter.2010-07-25, by diego
-
Split TV chapter in two.2010-07-25, by diego
-
Drop one level of pointless subsectioning.2010-07-25, by diego
-
Remove pointless and non-informative SDL section from video output chapter.2010-07-25, by diego
-
Remove subsection that describes how to tweak CD/DVD drives.2010-07-25, by diego
-
Drop one pointless subsectioning level from radio input chapter.2010-07-25, by diego
-
Teletext keys are always available, not only if TV support is compiled-in.2010-07-25, by diego
-
Fix wrong option name in example.2010-07-25, by reimar
-
Remove unused kQuitCmd from vo_quartz.2010-07-25, by reimar
-
Remove kQuitCmd, it has no purpose or effect at all.2010-07-25, by reimar
-
Fix indentation.2010-07-25, by reimar
-
Avoid some code duplication.2010-07-25, by reimar
-
Cosmetics: indentation fixes.2010-07-25, by reimar
-
Avoid some code duplication in update_screen_info.2010-07-25, by reimar
-
Simplify update_screen_info.2010-07-25, by reimar
-
Declare variables with proper types to avoid dangerous pointer casts.2010-07-25, by reimar
-
Remove pointless casts.2010-07-25, by reimar
-
Remove yet more useless ()2010-07-25, by reimar
-
Remove useless ().2010-07-25, by reimar
-
Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested2010-07-25, by reimar
-
Remove unused variables.2010-07-25, by reimar
-
Slightly simplify rle decoding.2010-07-25, by reimar
-
Remove a useless condition that is already handled a few lines2010-07-25, by reimar
-
Avoid useless malloc/frees2010-07-25, by reimar
-
Switch to non-deprecated avcodec_decode_video2 API.2010-07-25, by reimar
-
Change cast to avoid a warning.2010-07-25, by reimar
-
Add stream_time_pos property.2010-07-25, by reimar
-
Refuse to compile without yasm unless it was explicitly requested.2010-07-25, by reimar
-
Remove useless NULL checks before freeing and NULL pointers2010-07-24, by reimar
-
Allocate memory for paletted image data separately to avoid2010-07-24, by reimar
-
Slightly simplify dvd subtitle RLE decoding.2010-07-24, by reimar
-
Share paletted -> gray/alpha conversion code, and keep a copy2010-07-24, by reimar
-
Simplify creation of color/alpha map.2010-07-24, by reimar
-
Only try to merge packets if we have a previous packet stored.2010-07-24, by reimar
-
Add least some binary Quicktime codecs now work with -demuxer lavf.2010-07-24, by reimar
-
Some indentation fixes.2010-07-24, by reimar
-
Generate a ImageDescription if none is passed neither via ImageDesc nor2010-07-24, by reimar
-
Fix dependency generation for libav*2010-07-24, by reimar
-
Fix compilation, forgot to add const also to the2010-07-24, by reimar
-
More const-correctness fixes to avoid warnings.2010-07-24, by reimar
-
Add some "const" to avoid incompatible pointer type warnings2010-07-24, by reimar
-
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.2010-07-24, by stefano
-
Add some comments to the rgb2yuv_table, clarifying the standard where2010-07-24, by stefano
-
swscale-test: scale from reference to source only once for each algorithm2010-07-23, by ramiro
-
indent2010-07-23, by ramiro
-
swscale-test: change order tests are run, maintaining the same algorithm for2010-07-23, by ramiro
-
sync with en/mplayer.1 rev. 317692010-07-23, by jrash
-
Synced with help_mp-en.h rev. 317522010-07-23, by jrash
-
Prefer impersonal form over third person, for consistency with the2010-07-22, by stefano
-
swscale-test: use only 3 characters to print width/height since they're always2010-07-22, by ramiro
-
swscale-test: print test name before running test, so that it's available in2010-07-22, by ramiro
-
Mention -af stats as an alternative to -af volume to find the max volume etc.2010-07-22, by reimar
-
swscale-test: allocate more memory to prevent scalers from writing out of bounds2010-07-22, by ramiro
-
ffvp8 is now significantly faster for x86-64 than fflibvpx.2010-07-22, by cehoyos
-
libass: remove yet another version check2010-07-21, by greg
-
Do not compile subassconvert.c if libass is disabled, the functionality2010-07-21, by reimar
-
Add support for libavcore.2010-07-21, by reimar
-
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.2010-07-21, by reimar
-
Printing maximum volume only works when prefering float format.2010-07-21, by reimar
-
subtitles: fix build without libass2010-07-21, by greg
-
darwin: allow 64-bit darwin to allocate executable memory2010-07-21, by ramiro
-
swscale-test: use av_pix_fmt_descriptors[].name directly2010-07-20, by ramiro
-
Restore vertical alignment in some defines2010-07-20, by ramiro
-
Cosmetics: reindent and unify whitespace2010-07-19, by mstorsjo
-
Do planar copy with a single memcpy only if the stride is equal to the length2010-07-19, by mstorsjo
-
Pass libass messages to mp_msg2010-07-19, by greg
-
Require libass version with ass_flush_events2010-07-19, by greg
-
Prefer external libass2010-07-18, by greg
-
subtitles: convert SRT/MicroDVD markup into ASS markup2010-07-18, by greg
-
Another try at fixing swscale on win64, as per r31153.2010-07-18, by darkshikari
-
Use identical code to -vo gl for -wid mode in gl2.2010-07-18, by reimar
-
Rename network build system variable and command line option to networking.2010-07-17, by diego
-
Fix LADSPA test variable initialization so it actually works (without stddef.h).2010-07-17, by diego
-
cosmetics: Use 'elif' instead of 'else .. if'.2010-07-17, by diego
-
In planarCopyWrapper, Only copy length, not stride of the last line in the plane2010-07-16, by mstorsjo
-
sync with en/mplayer.1 rev. 317152010-07-16, by jrash
-
Fix a few web page links in the documentation.2010-07-16, by diego
-
Make it possible to select GL_NEAREST scaling.2010-07-15, by reimar
-
Helper macros to build the yuv conversion type number.2010-07-15, by reimar
-
Add () around macro arguments.2010-07-15, by reimar
-
Cosmetics: create luma texture first, then the other textures.2010-07-15, by reimar
-
Reindent.2010-07-15, by reimar
-
Use sigaction() instead of signal(), the latter has a unavoidable2010-07-15, by reimar
-
Add support for parameter changes (e.g. channel count) during playback.2010-07-15, by reimar
-
Allow fullscreen switching during -idle. Useful in combination2010-07-14, by reimar
-
Give signal handler function in test programs correct argument list.2010-07-14, by diego
-
Move memalign_hack definition out of the FFmpeg section of config.h.2010-07-14, by diego
-
Fix gettimeofday type to match the real one.2010-07-13, by reimar
-
Enable robust resync for mpg123 decoder.2010-07-13, by diego
-
Port GNU assembler check from FFmpeg.2010-07-13, by diego
-
Add CONFIG_PIC #define for FFmpeg to config.h.2010-07-13, by diego
-
Move PIC test out of the x86 section; it is not only required on x86.2010-07-13, by diego
-
Add IBM ASM check for FFmpeg on PowerPC.2010-07-13, by diego
-
Remove unused static function menu_text_get_next_line, fixes the warning:2010-07-12, by diego
-
Reindent and align after r31725.2010-07-12, by adrian
-
Improve handling of the "help" suboption in coreaudio:2010-07-12, by adrian
-
Improve MPEG-TS subtitle support: make it use the infrastructure for2010-07-12, by reimar
-
Remove some unused variables along with the corresponding warnings.2010-07-12, by diego
-
Change the type of Y table to pointer to void in fill_table().2010-07-12, by benoit
-
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.2010-07-11, by reimar
-
15 bpp tga format is little endian.2010-07-11, by reimar
-
Use the proper imgfmt names.2010-07-11, by reimar
-
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),2010-07-11, by reimar
-
Fix cosmetics after r31715.2010-07-11, by adrian
-
Consistently use types as they are used by the API in ao_coreaudio.2010-07-11, by adrian
-
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.2010-07-11, by adrian
-
Fix printf specifiers used in ao_coreaudio. Fixes warnings:2010-07-11, by adrian
-
Fix calculation of global_sub_size.2010-07-11, by reimar
-
Remove pointless assignments that would assing the value it already2010-07-11, by reimar
-
Avoid incorrectly duplicating initialization code in new_demux_packet,2010-07-11, by reimar
-
Set size correctly for decoded text subs.2010-07-11, by reimar
-
Faster paletted to OSD conversion.2010-07-11, by reimar
-
Document code inefficiency.2010-07-11, by reimar
-
Fix conversion from paletted to MPlayer's OSD format.2010-07-11, by reimar
-
Simplify alpha conversion code.2010-07-11, by reimar
-
Call spudec_draw for the unscaled case instead of duplicating code.2010-07-11, by reimar
-
Remove useless casts2010-07-11, by reimar
-
Fix calc_bbox to always return sensible values.2010-07-11, by reimar
-
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).2010-07-11, by cehoyos
-
Reindent.2010-07-11, by reimar
-
Avoid calling av_resample_init again when the values are the same as before.2010-07-11, by reimar
-
Try to get subtitle scaling somewhat right with libavcodec decoded2010-07-11, by reimar
-
10l, also assign the original width in spudec_new_scaled.2010-07-11, by reimar
-
Fix indentation.2010-07-11, by reimar
-
Add support for DVB and XSUB subtitles, not yet working properly.2010-07-11, by reimar
-
Fix compilation with liblive555 after r31675.2010-07-11, by cehoyos
-
Remove dvdsub_id checks that should not be necessary.2010-07-11, by reimar
-
Avoid status line being mangled together with error messages and other2010-07-11, by reimar
-
Fix memory leak for subtitles decoded by libavcodec.2010-07-11, by reimar
-
Fix some remaining bswap-related compilation issues.2010-07-10, by reimar
-
Add AV_HAVE_FAST_UNALIGNED define.2010-07-10, by reimar
-
bswap compatibility defines.2010-07-10, by reimar
-
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