| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 86 | -165/+206 |
|\ |
|
| * | Fix fps output with -identify when frame rate extension is used for MPEG-2 | reimar | 2010-02-21 | 1 | -1/+1 |
| * | Initialize frame rate extension fields in mp_header_process_sequence_header | reimar | 2010-02-21 | 1 | -0/+2 |
| * | Parse and use the information from the frame rate extension header for MPEG-2. | reimar | 2010-02-21 | 3 | -4/+11 |
| * | Rename open() vf initialization function to vf_open(). | diego | 2010-02-21 | 79 | -158/+157 |
| * | FFmpeg supports Bink, let MPlayer play it as well | kostya | 2010-02-21 | 2 | -0/+27 |
| * | Add malloc.h #include for memalign(), fixes the warning: | diego | 2010-02-21 | 1 | -2/+5 |
| * | Explain that -mc 0 will need -noskip. | reimar | 2010-02-20 | 1 | -0/+3 |
* | | Ignore svn change r30676 | Uoti Urpala | 2010-03-10 | 0 | -0/+0 |
|\| |
|
| * | Mark ad_functions_t structures and mpcodecs_ad_drivers array as const. | diego | 2010-02-20 | 3 | -29/+29 |
* | | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 24 | -37/+6 |
|\| |
|
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 159 | -230/+0 |
| * | Add asx_parser_build_tree() to asxparser.h instead of forward declaring it. | diego | 2010-02-20 | 2 | -3/+6 |
* | | Ignore svn change r30673 | Uoti Urpala | 2010-03-10 | 0 | -0/+0 |
|\| |
|
| * | Mark m_config_get_option_ptr() as static, it is only used within the file. | diego | 2010-02-20 | 1 | -1/+1 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 7 | -744/+801 |
|\| |
|
| * | Add standard license header. | diego | 2010-02-20 | 1 | -0/+18 |
| * | cosmetics: K&R coding style, indent with 4 spaces, no tabs | diego | 2010-02-20 | 1 | -733/+776 |
| * | Print response headers as debugging output also for HTTP seeks. | reimar | 2010-02-20 | 1 | -0/+3 |
| * | 10l, fix a close() that should be a closesocket() | reimar | 2010-02-20 | 1 | -1/+1 |
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 3 | -5/+7 |
| * | Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. | reimar | 2010-02-20 | 1 | -3/+3 |
| * | Print demuxer name in "freeing demuxer" message. | reimar | 2010-02-20 | 1 | -2/+2 |
* | | Ignore svn changes up to r30665 | Uoti Urpala | 2010-03-10 | 0 | -0/+0 |
|\| |
|
| * | FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86. | diego | 2010-02-20 | 1 | -0/+8 |
| * | FFmpeg: Add tomi to architecture list. | diego | 2010-02-20 | 2 | -1/+2 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 29 | -116/+231 |
|\| |
|
| * | Fix mov reference files: for video/quicktime mime do not force a demuxer | reimar | 2010-02-20 | 1 | -1/+5 |
| * | Print all 64 bits of seek position. | reimar | 2010-02-20 | 1 | -1/+1 |
| * | Make sure we do not try to use IPv6 with winsock2, we end up connecting | reimar | 2010-02-20 | 1 | -0/+8 |
| * | Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode. | reimar | 2010-02-19 | 1 | -0/+5 |
| * | Move code that makes the filter chain match the desired output format into | reimar | 2010-02-19 | 1 | -42/+55 |
| * | Remove some pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -4/+0 |
| * | Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it. | diego | 2010-02-19 | 2 | -2/+2 |
| * | Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo. | komh | 2010-02-19 | 2 | -0/+13 |
| * | Add missing 'defined' for __bsdi__. | komh | 2010-02-19 | 1 | -1/+1 |
| * | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 8 | -22/+1 |
| * | cosmetics: Remove commented-out #include. | diego | 2010-02-19 | 1 | -1/+0 |
| * | TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 4 | -8/+0 |
| * | sync with en/mplayer.1 rev. 30611 | jrash | 2010-02-19 | 1 | -9/+90 |
| * | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 | 3 | -6/+6 |
| * | Remove useless CONFIG_SETLOCALE | komh | 2010-02-19 | 1 | -4/+0 |
| * | DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add | reimar | 2010-02-18 | 1 | -10/+39 |
| * | Merge declaration and initialization. | reimar | 2010-02-18 | 2 | -4/+2 |
| * | DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE | reimar | 2010-02-18 | 2 | -2/+2 |
| * | Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs. | reimar | 2010-02-18 | 2 | -2/+2 |
* | | Ignore svn change r30644 | Uoti Urpala | 2010-03-10 | 0 | -0/+0 |
|\| |
|
| * | Add av_alias define as a hack to fix compilation of intreadwrite.h without | reimar | 2010-02-18 | 1 | -0/+1 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 57 | -171/+483 |
|\| |
|
| * | Reindent and fix brace placement. | stefano | 2010-02-18 | 1 | -5/+4 |
| * | Vertically align a list of comparisons in sws_getCachedContext(). | stefano | 2010-02-18 | 1 | -5/+9 |
| * | Merge two if conditions, allow to decrese the level of indentation of | stefano | 2010-02-18 | 1 | -4/+4 |
| * | Add a InitializeCriticalSectionAndSpinCount function. | reimar | 2010-02-18 | 1 | -0/+6 |
| * | Add a GetModuleHandleW implementation. | reimar | 2010-02-18 | 1 | -0/+14 |
| * | Use snprintf to ensure we do not write outside the buffer bounds | reimar | 2010-02-18 | 1 | -2/+2 |
| * | Use new FFmpeg WMA Voice decoder. | cehoyos | 2010-02-18 | 1 | -0/+7 |
| * | Add header #include for print_wave_header() instead of a forward declaration. | diego | 2010-02-18 | 1 | -1/+1 |
| * | Add header for functions exported from vo_zr.c and use it appropriately. | diego | 2010-02-18 | 3 | -4/+31 |
| * | Remove forward declarations for non-existing functions readPPOpt, revertPPOpt. | diego | 2010-02-18 | 2 | -4/+0 |
| * | Add required header #include for config.h. | diego | 2010-02-18 | 1 | -0/+1 |
| * | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 | 6 | -11/+15 |
| * | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 | 13 | -38/+46 |
| * | Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at | reimar | 2010-02-17 | 1 | -1/+13 |
| * | Add header for asf_check_header, read_asf_header; avoids forward declarations. | diego | 2010-02-17 | 3 | -6/+30 |
| * | #include proper header for skip_audio_frame() instead of forward declaring it. | diego | 2010-02-17 | 1 | -3/+1 |
| * | Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations. | diego | 2010-02-17 | 3 | -4/+29 |
| * | Remove demux_ogg-related declarations that are no longer necessary. | diego | 2010-02-17 | 1 | -6/+0 |
| * | Mark demux_ogg_sub_id() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+2 |
| * | Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations. | diego | 2010-02-17 | 1 | -29/+25 |
| * | Add read_avi_header() to aviheader.h; avoids forward declarations. | diego | 2010-02-17 | 2 | -2/+3 |
| * | Add header file for store_ughvlc(); avoids forward declarations. | diego | 2010-02-17 | 3 | -3/+26 |
| * | Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration. | diego | 2010-02-17 | 2 | -1/+2 |
| * | libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 | 3 | -6/+0 |
| * | Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations. | diego | 2010-02-17 | 4 | -3/+28 |
| * | Add separate header for mp_a52_framesize(); avoids forward declarations. | diego | 2010-02-17 | 3 | -3/+28 |
| * | Add config.h header #include; it is required for the HAVE_BIGENDIAN check. | diego | 2010-02-17 | 1 | -0/+2 |
| * | Add separate header for aac_parse_frame(); avoids forward declarations. | diego | 2010-02-17 | 4 | -9/+29 |
| * | Add separate header for real_fix_timestamp(); avoids forward declarations. | diego | 2010-02-17 | 3 | -2/+30 |
| * | Mark mp_mp3_get_lsf() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+1 |
| * | Mark mov_build_index() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+1 |
| * | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 9 | -16/+32 |
| * | Document several new x264 parameters. | corey | 2010-02-17 | 1 | -0/+86 |
| * | Update x264 defaults listed in the man page. | corey | 2010-02-17 | 1 | -7/+7 |
| * | Ignore .ho files in loader/wine/. | diego | 2010-02-17 | 0 | -0/+0 |
| * | libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 | 6 | -17/+0 |
* | | Ignore svn changes up to r30607 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Revert marking seemingly unused XAnim-binary-related functions as static. | diego | 2010-02-17 | 1 | -12/+28 |
| * | Revert marking seemingly unused RealAudio/RealVideo-related functions as static. | diego | 2010-02-17 | 2 | -26/+31 |
* | | Merge svn changes up to r30605 | Uoti Urpala | 2010-03-09 | 5 | -10/+17 |
|\| |
|
| * | Mark ALS fourcc as internal only. | reimar | 2010-02-17 | 1 | -1/+1 |
| * | Support FFmpeg's ALS decoder. | reimar | 2010-02-16 | 2 | -0/+8 |
| * | Move struct typedef pixbuf into the only .c file where it is used. | reimar | 2010-02-16 | 2 | -7/+6 |
| * | Remove useless malloc casts. | reimar | 2010-02-16 | 1 | -3/+3 |
* | | Ignore svn changes up to r30601 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c. | reimar | 2010-02-16 | 2 | -48/+0 |
| * | Fix win32 gui compilation. | reimar | 2010-02-16 | 5 | -5/+8 |
| * | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 5 | -11/+18 |
| * | libvo: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 8 | -24/+43 |
| * | libmpcodecs: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 7 | -32/+41 |
| * | #include corresponding .h files in .c files. | diego | 2010-02-16 | 8 | -1/+9 |
* | | Merge svn changes up to r30595 | Uoti Urpala | 2010-03-09 | 22 | -82/+146 |
|\| |
|
| * | Add header for init_global_rawdv_decoder() instead of forward declaring it. | diego | 2010-02-16 | 3 | -3/+28 |
| * | Add header file for mplayer_audio_read() instead of forward declaring it. | diego | 2010-02-16 | 3 | -3/+26 |
| * | Add header file for sis_init_video_bridge() instead of forward declaring it. | diego | 2010-02-16 | 3 | -3/+28 |
| * | VIDIX: #include drivers.h in drivers.c. | diego | 2010-02-16 | 1 | -0/+1 |
| * | VIDIX: Mark some functions not used outside their files as static. | diego | 2010-02-16 | 2 | -3/+5 |
| * | Remove pointless header #includes; #include only required header stdint.h. | diego | 2010-02-16 | 1 | -4/+1 |
| * | Remove unused variable. | reimar | 2010-02-14 | 1 | -1/+0 |
| * | Use memset to initialize huge arrays. | reimar | 2010-02-14 | 1 | -2/+3 |
| * | Remove pointless explicit member initialization to 0 when the struct | reimar | 2010-02-14 | 1 | -17/+0 |
| * | Use calloc instead of malloc+memset | reimar | 2010-02-14 | 1 | -2/+1 |
| * | Add support for decoding 4:2:2 and 4:4:4 Theora files. | reimar | 2010-02-14 | 2 | -9/+20 |
| * | Make len unsigned. More correct anyway and avoids sign extension to 64 bit | reimar | 2010-02-14 | 1 | -1/+1 |
| * | Simplify and slightly speed up avi_stream_id function. | reimar | 2010-02-14 | 1 | -6/+2 |
| * | Declare vf_menu_pause_update in libmenu/menu.h. | diego | 2010-02-14 | 2 | -1/+3 |
| * | Directly mark structs as WINE_PACKED where all members are marked as packed. | diego | 2010-02-14 | 2 | -26/+26 |
| * | Simplify. | reimar | 2010-02-14 | 1 | -2/+3 |
* | | Ignore svn changes up to r30579 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Move movie_aspect extern declaration to libmpcodecs/vd.h. | diego | 2010-02-14 | 4 | -2/+2 |
| * | Move GUI-related extern declarations to a GUI header file. | diego | 2010-02-14 | 5 | -7/+8 |
| * | GUI: Mark functions that are not used outside their files as static. | diego | 2010-02-14 | 13 | -63/+79 |
* | | Merge svn change r30576 | Uoti Urpala | 2010-03-09 | 1 | -4/+9 |
|\| |
|
| * | Avoid using sscanf for basic parsing, it is horribly slow. | reimar | 2010-02-14 | 1 | -4/+9 |
* | | Ignore svn changes up to r30575 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Avoid forward declarations for import_initial_playtree_into_gui() and | diego | 2010-02-14 | 2 | -3/+7 |
| * | Add xscreensaver_heartbeat() declaration to x11_common.h. | diego | 2010-02-14 | 2 | -6/+1 |
| * | Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch]. | diego | 2010-02-14 | 5 | -6/+5 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 2 | -2/+4 |
| * | GUI: #include associated .h files in .c files. | diego | 2010-02-14 | 3 | -1/+4 |
* | | Merge svn changes up to r30570 | Uoti Urpala | 2010-03-09 | 3 | -57/+37 |
|\| |
|
| * | Check that fontconfig version is at least 2.4.2, which is required for the | reimar | 2010-02-14 | 1 | -0/+3 |
| * | Reindent | reimar | 2010-02-14 | 1 | -26/+25 |
| * | Just use goto instead of reimplementing it badly with a do { } while (0) and | reimar | 2010-02-14 | 1 | -21/+8 |
| * | Change aspect calculation code to switch to floating point earlier so integer | reimar | 2010-02-14 | 1 | -2/+2 |
| * | QuickTime X supports SAR in H.264. | diego | 2010-02-14 | 1 | -1/+2 |
| * | Return NULL instead of 0 for function returning a pointer. | reimar | 2010-02-14 | 1 | -1/+1 |
| * | Mark uninit() as static; it is only used within the file. | diego | 2010-02-14 | 1 | -1/+1 |
| * | Remove useless casts. | reimar | 2010-02-14 | 1 | -2/+2 |
| * | Remove useless code, QUERY_FORMAT already ensures the requested format is sup... | reimar | 2010-02-14 | 1 | -10/+0 |
* | | Ignore svn change r30561 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Make vd_functions_t describing codecs const. | reimar | 2010-02-14 | 2 | -23/+23 |
* | | Merge svn change r30560 | Uoti Urpala | 2010-03-09 | 2 | -5/+5 |
|\| |
|
| * | Rename exit_reason_t enum to exit_reason and do not typedef it. | diego | 2010-02-14 | 2 | -6/+8 |
* | | Ignore svn changes up to r30559 | Uoti Urpala | 2010-03-09 | 0 | -0/+0 |
|\| |
|
| * | Make vd_info_t const for pointer in vd_functions, avoids some warnings about | reimar | 2010-02-14 | 1 | -1/+1 |
| * | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 | 11 | -31/+32 |
* | | Merge svn changes up to r30557 | Uoti Urpala | 2010-03-09 | 4 | -4/+18 |
|\| |
|