summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend stream_read_line to support reading lines from UTF-16 encoded filesreimar2010-02-284-51/+153
* 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
* 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
* 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
* Add const to mpvdec declarationreimar2010-02-252-2/+2
* Remove declarations of functions now already declared in stream.hreimar2010-02-251-3/+0
* 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
* 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
* Mark a bunch of video filter structures as const.diego2010-02-224-14/+14
* Remove commented-out cruft line.diego2010-02-221-1/+0
* Remove pointless '#if 1' preprocessor directive.diego2010-02-221-2/+0
* Add declaration for exp_EH_prolog_dummy().diego2010-02-221-0/+1
* Declare all public mp3lib functions in mpg123.h.diego2010-02-223-9/+9
* wording fixesdiego2010-02-222-6/+8
* Declare functions from network.c in network.h.diego2010-02-223-3/+3
* Move struct streaming_control from network.h to stream.h, where it is used.diego2010-02-222-22/+24
* Remove commented-out declaration of non-existing function streaming_start.diego2010-02-221-1/+0
* Declare externally used variables from vd.c as extern in vd.h.diego2010-02-2214-31/+18
* Declare public function print_vprp() in aviprint.h.diego2010-02-211-0/+1
* Add public function VideoForWindowsVersion() to the appropriate header file.diego2010-02-211-0/+3
* Add header for v4l2_write() instead of forward declaring it.diego2010-02-213-2/+30
* Declare stream_fill_buffer() and stream_seek_long() unconditionally.diego2010-02-211-2/+3
* Add header for asf_mmst_streaming_start() instead of forward declaring it.diego2010-02-213-3/+28
* Only #define WIN32_LOADER if it has not been #defined already, fixes warning:diego2010-02-211-0/+2
* Add header for exported DVB-related functions.diego2010-02-212-0/+38
* cosmetics: Move functions around to avoid forward declarations and #ifdefs.diego2010-02-211-134/+119
* Drop weird and unnecessary _s/_st suffixes from demuxer struct names.diego2010-02-214-20/+20
* Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.diego2010-02-211-4/+4
* cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-2191-402/+402
* Fix fps output with -identify when frame rate extension is used for MPEG-2reimar2010-02-211-1/+1
* Initialize frame rate extension fields in mp_header_process_sequence_headerreimar2010-02-211-0/+2
* Parse and use the information from the frame rate extension header for MPEG-2.reimar2010-02-213-4/+11
* Rename open() vf initialization function to vf_open().diego2010-02-2179-158/+157
* FFmpeg supports Bink, let MPlayer play it as wellkostya2010-02-212-0/+27
* Add malloc.h #include for memalign(), fixes the warning:diego2010-02-211-2/+5
* Explain that -mc 0 will need -noskip.reimar2010-02-201-0/+3
* Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.diego2010-02-203-29/+29
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-20159-230/+0
* Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.diego2010-02-202-3/+6
* Mark m_config_get_option_ptr() as static, it is only used within the file.diego2010-02-201-1/+1
* Add standard license header.diego2010-02-201-0/+18
* cosmetics: K&R coding style, indent with 4 spaces, no tabsdiego2010-02-201-733/+776
* Print response headers as debugging output also for HTTP seeks.reimar2010-02-201-0/+3
* 10l, fix a close() that should be a closesocket()reimar2010-02-201-1/+1
* Do not discard stream buffer on eof, instead reuse it to slightly improvereimar2010-02-203-5/+7
* Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.reimar2010-02-201-3/+3
* Print demuxer name in "freeing demuxer" message.reimar2010-02-201-2/+2
* FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.diego2010-02-201-0/+8
* FFmpeg: Add tomi to architecture list.diego2010-02-202-1/+2
* Fix mov reference files: for video/quicktime mime do not force a demuxerreimar2010-02-201-1/+5
* Print all 64 bits of seek position.reimar2010-02-201-1/+1
* Make sure we do not try to use IPv6 with winsock2, we end up connectingreimar2010-02-201-0/+8
* Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.reimar2010-02-191-0/+5
* Move code that makes the filter chain match the desired output format intoreimar2010-02-191-42/+55
* Remove some pointless '#if 1' preprocessor directives.diego2010-02-191-4/+0
* Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.diego2010-02-192-2/+2
* Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.komh2010-02-192-0/+13
* Add missing 'defined' for __bsdi__.komh2010-02-191-1/+1
* Remove pointless '#if 1' preprocessor directives.diego2010-02-198-22/+1
* cosmetics: Remove commented-out #include.diego2010-02-191-1/+0
* TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.diego2010-02-194-8/+0
* sync with en/mplayer.1 rev. 30611jrash2010-02-191-9/+90
* Replace platform preprocessor check by HAVE_DOS_PATHS.komh2010-02-193-6/+6
* Remove useless CONFIG_SETLOCALEkomh2010-02-191-4/+0
* DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addreimar2010-02-181-10/+39
* Merge declaration and initialization.reimar2010-02-182-4/+2
* DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEreimar2010-02-182-2/+2
* Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.reimar2010-02-182-2/+2
* Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
* Reindent and fix brace placement.stefano2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().stefano2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofstefano2010-02-181-4/+4
* Add a InitializeCriticalSectionAndSpinCount function.reimar2010-02-181-0/+6
* Add a GetModuleHandleW implementation.reimar2010-02-181-0/+14
* Use snprintf to ensure we do not write outside the buffer boundsreimar2010-02-181-2/+2
* Use new FFmpeg WMA Voice decoder.cehoyos2010-02-181-0/+7
* Add header #include for print_wave_header() instead of a forward declaration.diego2010-02-181-1/+1
* Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-183-4/+31
* Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.diego2010-02-182-4/+0
* Add required header #include for config.h.diego2010-02-181-0/+1
* Mark some more functions that are not used outside of their files as static.diego2010-02-186-11/+15
* Add header for AVI print functions; avoids many forward declarations.diego2010-02-1813-38/+46
* Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atreimar2010-02-171-1/+13
* Add header for asf_check_header, read_asf_header; avoids forward declarations.diego2010-02-173-6/+30
* #include proper header for skip_audio_frame() instead of forward declaring it.diego2010-02-171-3/+1
* Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.diego2010-02-173-4/+29
* Remove demux_ogg-related declarations that are no longer necessary.diego2010-02-171-6/+0
* Mark demux_ogg_sub_id() as static; it is not used outside of the file.diego2010-02-171-1/+2
* Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.diego2010-02-171-29/+25
*