summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30702Uoti Urpala2010-03-1010-46/+48
|\
| * 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
* | Ignore svn change r30695Uoti Urpala2010-03-100-0/+0
|\|
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-2214-31/+18
* | Merge svn changes up to r30694Uoti Urpala2010-03-1012-140/+223
|\|
| * 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
* | Ignore svn changes up to r30686Uoti Urpala2010-03-100-0/+0
|\|
| * 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
* | Merge svn changes up to r30683Uoti Urpala2010-03-1086-165/+206
|\|
| * 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
* | Ignore svn change r30676Uoti Urpala2010-03-100-0/+0
|\|
| * Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.diego2010-02-203-29/+29
* | Merge svn changes up to r30675Uoti Urpala2010-03-1024-37/+6
|\|
| * 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
* | Ignore svn change r30673Uoti Urpala2010-03-100-0/+0
|\|
| * Mark m_config_get_option_ptr() as static, it is only used within the file.diego2010-02-201-1/+1
* | Merge svn changes up to r30672Uoti Urpala2010-03-107-744/+801
|\|
| * 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
* | Ignore svn changes up to r30665Uoti Urpala2010-03-100-0/+0
|\|
| * 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
* | Merge svn changes up to r30663Uoti Urpala2010-03-1029-116/+231
|\|
| * 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
* | Ignore svn change r30644Uoti Urpala2010-03-100-0/+0
|\|
| * Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
* | Merge svn changes up to r30643Uoti Urpala2010-03-1057-171/+483
|\|
| * 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
| * Add read_avi_header() to aviheader.h; avoids forward declarations.diego2010-02-172-2/+3
| * Add header file for store_ughvlc(); avoids forward declarations.diego2010-02-173-3/+26
| * Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.diego2010-02-172-1/+2
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-173-6/+0
| * Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.diego2010-02-174-3/+28
| * Add separate header for mp_a52_framesize(); avoids forward declarations.diego2010-02-173-3/+28
| * Add config.h header #include; it is required for the HAVE_BIGENDIAN check.diego2010-02-171-0/+2
| * Add separate header for aac_parse_frame(); avoids forward declarations.diego2010-02-174-9/+29
| * Add separate header for real_fix_timestamp(); avoids forward declarations.diego2010-02-173-2/+30
| * Mark mp_mp3_get_lsf() as static; it is not used outside of the file.diego2010-02-171-1/+1
| * Mark mov_build_index() as static; it is not used outside of the file.diego2010-02-171-1/+1
| * libmpdemux: Mark functions not used outside of their files as static.diego2010-02-179-16/+32
| * Document several new x264 parameters.corey2010-02-171-0/+86
| * Update x264 defaults listed in the man page.corey2010-02-171-7/+7
| * Ignore .ho files in loader/wine/.diego2010-02-170-0/+0
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-176-17/+0
* | Ignore svn changes up to r30607Uoti Urpala2010-03-090-0/+0
|\|
| * Revert marking seemingly unused XAnim-binary-related functions as static.diego2010-02-171-12/+28
| * Revert marking seemingly unused RealAudio/RealVideo-related functions as static.diego2010-02-172-26/+31
* | Merge svn changes up to r30605Uoti Urpala2010-03-095-10/+17
|\|
| * Mark ALS fourcc as internal only.reimar2010-02-171-1/+1
| * Support FFmpeg's ALS decoder.reimar2010-02-162-0/+8
| * Move struct typedef pixbuf into the only .c file where it is used.reimar2010-02-162-7/+6
| * Remove useless malloc casts.reimar2010-02-161-3/+3
* | Ignore svn changes up to r30601Uoti Urpala2010-03-090-0/+0
|\|
| * Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.reimar2010-02-162-48/+0
| * Fix win32 gui compilation.reimar2010-02-165-5/+8
| * stream: Mark functions not used outside of their files as static.diego2010-02-165-11/+18
| * libvo: Mark functions not used outside of their files as static.diego2010-02-168-24/+43
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-167-32/+41
| * #include corresponding .h files in .c files.diego2010-02-168-1/+9
* | Merge svn changes up to r30595Uoti Urpala2010-03-0922-82/+146
|\|
| * Add header for init_global_rawdv_decoder() instead of forward declaring it.diego2010-02-163-3/+28
| * Add header file for mplayer_audio_read() instead of forward declaring it.diego2010-02-163-3/+26
| * Add header file for sis_init_video_bridge() instead of forward declaring it.diego2010-02-163-3/+28
| * VIDIX: #include drivers.h in drivers.c.diego2010-02-161-0/+1
| * VIDIX: Mark some functions not used outside their files as static.diego2010-02-162-3/+5
| * Remove pointless header #includes; #include only required header stdint.h.diego2010-02-161-4/+1
| * Remove unused variable.reimar2010-02-141-1/+0
| * Use memset to initialize huge arrays.reimar2010-02-141-2/+3
| * Remove pointless explicit member initialization to 0 when the structreimar2010-02-141-17/+0
| * Use calloc instead of malloc+memsetreimar2010-02-141-2/+1
| * Add support for decoding 4:2:2 and 4:4:4 Theora files.reimar2010-02-142-9/+20
| * Make len unsigned. More correct anyway and avoids sign extension to 64 bitreimar2010-02-141-1/+1
| * Simplify and slightly speed up avi_stream_id function.reimar2010-02-141-6/+2
| * Declare vf_menu_pause_update in libmenu/menu.h.diego2010-02-142-1/+3
| * Directly mark structs as WINE_PACKED where all members are marked as packed.diego2010-02-142-26/+26
| * Simplify.reimar2010-02-141-2/+3
* | Ignore svn changes up to r30579Uoti Urpala2010-03-090-0/+0
|\|
| * Move movie_aspect extern declaration to libmpcodecs/vd.h.diego2010-02-144-2/+2
| * Move GUI-related extern declarations to a GUI header file.diego2010-02-145-7/+8
| * GUI: Mark functions that are not used outside their files as static.diego2010-02-1413-63/+79
* | Merge svn change r30576Uoti Urpala2010-03-091-4/+9
|\|
| * Avoid using sscanf for basic parsing, it is horribly slow.reimar2010-02-141-4/+9
* | Ignore svn changes up to r30575Uoti Urpala2010-03-090-0/+0
|\|
| * Avoid forward declarations for import_initial_playtree_into_gui() anddiego2010-02-142-3/+7
| * Add xscreensaver_heartbeat() declaration to x11_common.h.diego2010-02-142-6/+1
| * Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].diego2010-02-145-6/+5
| * Declare mp_input_register_options() in input/input.h.diego2010-02-142-2/+4
| * GUI: #include associated .h files in .c files.diego2010-02-143-1/+4
* | Merge svn changes up to r30570Uoti Urpala