| Commit message (Expand) | Author | Age |
* | 10l, fix a close() that should be a closesocket() | reimar | 2010-02-20 |
* | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 |
* | Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. | reimar | 2010-02-20 |
* | Print demuxer name in "freeing demuxer" message. | reimar | 2010-02-20 |
* | FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86. | diego | 2010-02-20 |
* | FFmpeg: Add tomi to architecture list. | diego | 2010-02-20 |
* | Fix mov reference files: for video/quicktime mime do not force a demuxer | reimar | 2010-02-20 |
* | Print all 64 bits of seek position. | reimar | 2010-02-20 |
* | Make sure we do not try to use IPv6 with winsock2, we end up connecting | reimar | 2010-02-20 |
* | Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode. | reimar | 2010-02-19 |
* | Move code that makes the filter chain match the desired output format into | reimar | 2010-02-19 |
* | Remove some pointless '#if 1' preprocessor directives. | diego | 2010-02-19 |
* | Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it. | diego | 2010-02-19 |
* | Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo. | komh | 2010-02-19 |
* | Add missing 'defined' for __bsdi__. | komh | 2010-02-19 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 |
* | cosmetics: Remove commented-out #include. | diego | 2010-02-19 |
* | TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 |
* | sync with en/mplayer.1 rev. 30611 | jrash | 2010-02-19 |
* | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 |
* | Remove useless CONFIG_SETLOCALE | komh | 2010-02-19 |
* | DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add | reimar | 2010-02-18 |
* | Merge declaration and initialization. | reimar | 2010-02-18 |
* | DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE | reimar | 2010-02-18 |
* | Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs. | reimar | 2010-02-18 |
* | Add av_alias define as a hack to fix compilation of intreadwrite.h without | reimar | 2010-02-18 |
* | Reindent and fix brace placement. | stefano | 2010-02-18 |
* | Vertically align a list of comparisons in sws_getCachedContext(). | stefano | 2010-02-18 |
* | Merge two if conditions, allow to decrese the level of indentation of | stefano | 2010-02-18 |
* | Add a InitializeCriticalSectionAndSpinCount function. | reimar | 2010-02-18 |
* | Add a GetModuleHandleW implementation. | reimar | 2010-02-18 |
* | Use snprintf to ensure we do not write outside the buffer bounds | reimar | 2010-02-18 |
* | Use new FFmpeg WMA Voice decoder. | cehoyos | 2010-02-18 |
* | Add header #include for print_wave_header() instead of a forward declaration. | diego | 2010-02-18 |
* | Add header for functions exported from vo_zr.c and use it appropriately. | diego | 2010-02-18 |
* | Remove forward declarations for non-existing functions readPPOpt, revertPPOpt. | diego | 2010-02-18 |
* | Add required header #include for config.h. | diego | 2010-02-18 |
* | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 |
* | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 |
* | Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at | reimar | 2010-02-17 |
* | Add header for asf_check_header, read_asf_header; avoids forward declarations. | diego | 2010-02-17 |
* | #include proper header for skip_audio_frame() instead of forward declaring it. | diego | 2010-02-17 |
* | Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations. | diego | 2010-02-17 |
* | Remove demux_ogg-related declarations that are no longer necessary. | diego | 2010-02-17 |
* | Mark demux_ogg_sub_id() as static; it is not used outside of the file. | diego | 2010-02-17 |
* | Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations. | diego | 2010-02-17 |
* | Add read_avi_header() to aviheader.h; avoids forward declarations. | diego | 2010-02-17 |
* | Add header file for store_ughvlc(); avoids forward declarations. | diego | 2010-02-17 |
* | Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration. | diego | 2010-02-17 |
* | libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 |