summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30848Uoti Urpala2010-03-1023-553/+457
|\
| * Make GetModuleHandle(NULL) return a valid pointer.sesse2010-03-051-5/+19
| * try to avoid returning odd slices.michael2010-03-051-1/+4
| * Reuse fb_tty_fd for setting up the text area.reimar2010-03-051-11/+5
| * sync with en/mplayer.1 rev. 30822jrash2010-03-051-8/+13
| * Partial revert of r30843.sesse2010-03-051-17/+5
| * Support thread handles in WaitForSingleObject.sesse2010-03-051-5/+29
| * Cosmetics: fix vertical alignment.benoit2010-03-051-2/+2
| * libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialbenoit2010-03-053-1/+59
| * Support BGR555, BGR565, RGB555 and RGB565 foreign endian output incehoyos2010-03-043-10/+28
| * Remove NUT specification stubs.diego2010-03-042-12/+0
| * Run script with /bin/sh instead of bash.diego2010-03-041-1/+1
| * Make emulated Win32 critical sections thread safe.sesse2010-03-041-17/+30
| * cosmetics: Use consistent if expression syntax.diego2010-03-041-2/+1
| * Use $() syntax instead of backticks, it is easier to nest.diego2010-03-041-2/+2
| * Clarify that ssh is not required for committing to MPlayer.diego2010-03-041-0/+4
| * Update URL for Subversion homepage.diego2010-03-041-1/+1
| * Fix crashes in CreatePalette by fixing the LOGPALETTE struct.sesse2010-03-041-2/+1
| * Fix manual reset behavior of Win32 events.sesse2010-03-041-1/+1
| * Fix return values of WaitForSingleObject when checking an event.sesse2010-03-041-2/+2
| * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-042-5/+16
| * 1. Move the macros for priority classes for OS/2 from priority.c to osdep.hkomh2010-03-042-23/+21
| * Revert r30825, it was not supposed to be committed.stefano2010-03-042-35/+18
| * Fill the r, g, b values used for computing the c->pal_yuv table in thestefano2010-03-041-0/+2
| * Make swscale-test take in input the name of the input and the outputstefano2010-03-042-18/+35
| * Partially revert r30645, the final output format is determined byreimar2010-03-032-2/+6
| * Save the new width and height earlier so that e.g. -geometry 30x30-50-50reimar2010-03-031-4/+6
| * Add support for specifying window position relative to right and bottomreimar2010-03-032-7/+15
| * Simplify sscanf format strings and get rid of useless percent variable.reimar2010-03-031-4/+3
| * Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryreimar2010-03-031-39/+34
| * Add a VCD support for OS/2komh2010-03-033-1/+255
| * Drop support for old-style DVB code.diego2010-03-027-411/+15
* | Ignore svn changes up to r30817Uoti Urpala2010-03-100-0/+0
|\|
| * Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkrectalogic2010-03-021-1/+1
| * Add CONFIG_LSP to config.h for libavcodec compilation.diego2010-03-021-0/+1
* | Merge svn changes up to r30815Uoti Urpala2010-03-105-147/+268
|\|
| * Remove unused and useless define.reimar2010-03-011-1/+0
| * Fix memleak due to strdup'd filename not being freed.reimar2010-03-011-0/+2
| * Move functions into proper order to avoid extra declarations.reimar2010-03-011-15/+12
| * Deduplicate code to set stream start_pos/end_pos.reimar2010-03-011-12/+15
| * Set stream->pos correctly after seeking to a VCD title.reimar2010-03-011-0/+1
| * Ensure that cue_current_pos.track is not set to an invalid value afterreimar2010-03-011-8/+5
| * Fix off-by-one error in chapter<->VCD track conversion.reimar2010-03-011-2/+2
| * Fix cue_read_toc_entry to also reject negative track numbersreimar2010-03-011-1/+1
| * Implement cue:// track switching via chapter forward/backward like for audio ...reimar2010-03-011-0/+28
| * Fix cue_vcd_get_track_end to not change the current position.reimar2010-03-011-4/+3
| * Avoid fd_bin and fd_cue global variables.reimar2010-03-011-9/+9
| * Avoid a global variable and a strcpy.reimar2010-03-011-6/+2
| * Reindent.reimar2010-03-011-19/+19
| * Avoid code duplication and excessively deep nesting in cue_find_binreimar2010-03-011-37/+32
| * Use sizeof instead of hardcoded size.reimar2010-03-011-2/+2
| * Documentation: Add linebreak and try to be less ambiguous.cehoyos2010-02-281-2/+2
| * Extend stream_read_line to support reading lines from UTF-16 encoded filesreimar2010-02-284-51/+153
* | Merge svn changes up to r30798Uoti Urpala2010-03-1032-292/+345
|\|
| * sub_utf8 is handled as a value, not flags everywhere else, so changereimar2010-02-281-1/+1
| * Make array describing the subtitle reader modules const.reimar2010-02-281-2/+2
| * Move stream_read_line implementation from stream.h to stream.c,reimar2010-02-282-26/+27
| * Simplify handling of 0-termination in stream_read_linereimar2010-02-281-3/+5
| * Remove useless cast.reimar2010-02-281-1/+1
| * Use negative return values for errors in pls_read_entry to make it matchreimar2010-02-281-3/+3
| * A playlist entry number of 0 is invalid for pls playlists.reimar2010-02-281-1/+1
| * Improve integer overflow and realloc error handling in playlist parser.reimar2010-02-281-3/+18
| * Reuse the keyframe flag from x264 instead of trying to derive it on our own.reimar2010-02-281-4/+1
| * Use the KEYFRAME define instead of some magic number.reimar2010-02-282-4/+4
| * Add cddb:// support for OS/2komh2010-02-282-0/+107
| * Make sws_dcVec static: It is only used inside libswscale/utils.c.cehoyos2010-02-281-1/+1
| * Get rid of many ugly casts.cehoyos2010-02-281-39/+38
| * Make close_toolame() static, only used in ae_toolame.c.cehoyos2010-02-281-1/+1
| * Add support for reading key events from MinGW xterm.reimar2010-02-281-1/+10
| * Make close_twolame() static, only used in ae_twolame.c.cehoyos2010-02-281-1/+1
| * Fix warning "missing braces around initializer".cehoyos2010-02-271-0/+2
| * Remove unused functions.cehoyos2010-02-271-60/+0
| * Make -slave also work with the normal console on Windows.reimar2010-02-271-3/+8
| * Support all line ending types in mp_input_read_cmd.reimar2010-02-271-0/+2
| * Actually use existing uninit() function in remove_logo filter.cehoyos2010-02-271-18/+20
| * Do not misuse the stdin name.reimar2010-02-271-10/+8
| * Include getch2.h to get rid of some warnings.reimar2010-02-271-0/+1
| * Fix cd_info_new() prototype.cehoyos2010-02-271-1/+1
| * Remove unused static function mp_mp3_get_lsf().cehoyos2010-02-271-12/+0
| * Threaded cache fixes: do not free the stream_t struct twice on windowsreimar2010-02-271-8/+6
| * Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.cehoyos2010-02-271-1/+1
| * Remove unused static function play_tree_set_flag().cehoyos2010-02-271-14/+0
| * Remove unused static function m_config_get_option_ptr().cehoyos2010-02-271-13/+0
| * Remove unused static functions asx_list_add() and asx_list_remove().cehoyos2010-02-271-47/+0
| * Remove unused static function vdlPlaybackCopyFrame().cehoyos2010-02-271-5/+0
| * Include lirc.h in lirc.c to add missing prototypes.cehoyos2010-02-271-0/+1
| * Remove unused static function send_lpcm_packet().cehoyos2010-02-271-7/+0
| * Remove unused static function streaming_stop().cehoyos2010-02-271-6/+0
| * Fix windows Gui compilation and remove some related typecasts.reimar2010-02-271-8/+8
| * Update -vo gl info structs, it isn't X11-only since ages and there's basicallyreimar2010-02-271-4/+4
| * 100l, remove forgotten debugging code.reimar2010-02-271-1/+0
| * Only prefer -vo gl over -vo x11 if hardware acceleration is available.reimar2010-02-272-4/+40
| * Enable StructureNotifyMask before waiting for a DestroyNotify event.reimar2010-02-271-0/+1
| * Remove pointless #ifdef checks for DEMUXER_H, which is never set.diego2010-02-272-5/+0
| * Remove unnecessary stream.h #includes.diego2010-02-272-6/+0
| * 10l correct type for =a and =d constraints under x86-32zuxy2010-02-271-2/+2
| * Replace =A with =a and =d; make frequency calculation correct under x86-64zuxy2010-02-271-3/+3
| * Fix compilation of C++ source files (partly reverts r30744).cehoyos2010-02-271-4/+4
| * Restructure #ifs to be clearer, also ensures that we return from the threadreimar2010-02-271-3/+3
| * Port yuv=... auto-detection from gl to gl2.reimar2010-02-261-2/+19
* | Ignore svn changes up to r30752Uoti Urpala2010-03-100-0/+0
|\|
| * cosmetics: Rename "codecs_st" struct to just plain "codecs".diego2010-02-262-2/+2
| * Mark character arrays as const.diego2010-02-261-2/+2
| * Mark all fmt_list arrays as const.diego2010-02-264-4/+4
| * Mark vf_opts/vf_opts_fields structures as const.diego2010-02-264-8/+8
* | Merge svn changes up to r30748Uoti Urpala2010-03-1064-267/+297
|\|
| * dots at end of sentences (kai driver section)ptt2010-02-261-2/+2
| * synced to r30610ptt2010-02-261-32/+57
| * new sentences on new lines, cropdetect filterptt2010-02-261-5/+5
| * it's synced up to r30515ptt2010-02-261-1/+1
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-2650-142/+139
| * mention that on windows, you've to use the netstream.exe to build theattila2010-02-261-4/+5
| * sync with en/mplayer.1 rev. 30677jrash2010-02-261-1/+4
| * Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...reimar2010-02-251-4/+6
| * Add const to ass_read_stream fname argument, the string is not modified.reimar2010-02-252-2/+2
| * Mark stream open filename parameter as const, the filename string is notreimar2010-02-253-7/+7
| * Add cast to proper type.reimar2010-02-251-1/+1
| * Make more option-parsing related function arguments const.reimar2010-02-255-46/+46
| * Remove unused function declaration.reimar2010-02-251-2/+0
| * Make local-only cddb functions static.reimar2010-02-251-19/+19
* | Ignore svn changes up to r30734Uoti Urpala2010-03-100-0/+0
|\|
| * Add const to mpvdec declarationreimar2010-02-252-2/+2
| * Remove declarations of functions now already declared in stream.hreimar2010-02-251-3/+0
* | Merge svn changes up to r30732Uoti Urpala2010-03-1026-81/+180
|\|
| * Fix check for wrong variable: len can be unitialized but not normally < 0,reimar2010-02-251-1/+1
| * Fix silly type of guiGetEvent argument to use void * instead of char * andreimar2010-02-252-10/+10
| * Remove pointless empty line.stefano2010-02-251-1/+0
| * Apply consistency nit.stefano2010-02-251-1/+1
| * Unconditionally declare fast_memcpy() and mem2agpcpy().diego2010-02-251-3/+1
| * Define O_BINARY if it is undefined.komh2010-02-251-5/+5
| * Include libmpcodecs/vd.h for declaration of "fullscreen".zuxy2010-02-251-0/+1
| * Disable old-style implicit rules to fix MinGW/Cygwin compilationreimar2010-02-231-0/+10
| * Fix compilation: the dct64_MMX_func variable should be declared only once,reimar2010-02-232-1/+3
| * Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:diego2010-02-231-2/+2
| * Reorder buffer debug. Also print out if slice was buffered.ramiro2010-02-231-10/+12
| * add older lhacm codec for formats 0x70-0x73 to codecs.confcompn2010-02-231-0/+10
| * FFmpeg Bink video now supports alpha channelkostya2010-02-231-0/+1
| * Add -Wmissing-prototypes to CFLAGS if available.diego2010-02-231-0/+1
| * Mark theRenderProc() as static, it is only used within the file.diego2010-02-231-1/+5
| * Add header for macosx_finder_args() instead of forward declaring it.diego2010-02-233-3/+28
| * Reset output color after each line.zuxy2010-02-231-0/+2
| * Mark sleep_accurate() as static, it is only used within the file.diego2010-02-221-1/+1
| * Clarify that AC3/DTS passthrough is also possible with HDMI.tack2010-02-221-1/+2
| * Update my (Jason Tackaberry) email address and contributions in AUTHORStack2010-02-221-1/+4
| * Mark vcd_get_track_end () and vcd_read_toc() as static.diego2010-02-224-8/+8
| * Conditionally declare mp_input_slave_cmd_func().diego2010-02-221-2/+1
| * Properly declare get_term_charset() instead of forward declaring it.diego2010-02-222-8/+14
| * Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in atack2010-02-223-0/+19
| * Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheadertack2010-02-221-44/+68
* | Ignore svn changes up to r30707Uoti Urpala2010-03-100-0/+0
|\|
| * Add required mplayer.h and access_mpcontext.h #includes.diego2010-02-221-1/+2
| * Mark data argument of my_ao_write() function as const.diego2010-02-221-1/+1
| * Mark member info of struct ad_functions_s as const.diego2010-02-221-1/+1