| Commit message (Expand) | Author | Age |
* | Update my (Jason Tackaberry) email address and contributions in AUTHORS | tack | 2010-02-22 |
* | Mark vcd_get_track_end () and vcd_read_toc() as static. | diego | 2010-02-22 |
* | Conditionally declare mp_input_slave_cmd_func(). | diego | 2010-02-22 |
* | Properly declare get_term_charset() instead of forward declaring it. | diego | 2010-02-22 |
* | Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a | tack | 2010-02-22 |
* | Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader | tack | 2010-02-22 |
* | Add required mplayer.h and access_mpcontext.h #includes. | diego | 2010-02-22 |
* | Mark data argument of my_ao_write() function as const. | diego | 2010-02-22 |
* | Mark member info of struct ad_functions_s as const. | diego | 2010-02-22 |
* | Mark a bunch of video filter structures as const. | diego | 2010-02-22 |
* | Remove commented-out cruft line. | diego | 2010-02-22 |
* | Remove pointless '#if 1' preprocessor directive. | diego | 2010-02-22 |
* | Add declaration for exp_EH_prolog_dummy(). | diego | 2010-02-22 |
* | Declare all public mp3lib functions in mpg123.h. | diego | 2010-02-22 |
* | wording fixes | diego | 2010-02-22 |
* | Declare functions from network.c in network.h. | diego | 2010-02-22 |
* | Move struct streaming_control from network.h to stream.h, where it is used. | diego | 2010-02-22 |
* | Remove commented-out declaration of non-existing function streaming_start. | diego | 2010-02-22 |
* | Declare externally used variables from vd.c as extern in vd.h. | diego | 2010-02-22 |
* | Declare public function print_vprp() in aviprint.h. | diego | 2010-02-21 |
* | Add public function VideoForWindowsVersion() to the appropriate header file. | diego | 2010-02-21 |
* | Add header for v4l2_write() instead of forward declaring it. | diego | 2010-02-21 |
* | Declare stream_fill_buffer() and stream_seek_long() unconditionally. | diego | 2010-02-21 |
* | Add header for asf_mmst_streaming_start() instead of forward declaring it. | diego | 2010-02-21 |
* | Only #define WIN32_LOADER if it has not been #defined already, fixes warning: | diego | 2010-02-21 |
* | Add header for exported DVB-related functions. | diego | 2010-02-21 |
* | cosmetics: Move functions around to avoid forward declarations and #ifdefs. | diego | 2010-02-21 |
* | Drop weird and unnecessary _s/_st suffixes from demuxer struct names. | diego | 2010-02-21 |
* | Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub. | diego | 2010-02-21 |
* | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 |
* | Fix fps output with -identify when frame rate extension is used for MPEG-2 | reimar | 2010-02-21 |
* | Initialize frame rate extension fields in mp_header_process_sequence_header | reimar | 2010-02-21 |
* | Parse and use the information from the frame rate extension header for MPEG-2. | reimar | 2010-02-21 |
* | Rename open() vf initialization function to vf_open(). | diego | 2010-02-21 |
* | FFmpeg supports Bink, let MPlayer play it as well | kostya | 2010-02-21 |
* | Add malloc.h #include for memalign(), fixes the warning: | diego | 2010-02-21 |
* | Explain that -mc 0 will need -noskip. | reimar | 2010-02-20 |
* | Mark ad_functions_t structures and mpcodecs_ad_drivers array as const. | diego | 2010-02-20 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 |
* | Add asx_parser_build_tree() to asxparser.h instead of forward declaring it. | diego | 2010-02-20 |
* | Mark m_config_get_option_ptr() as static, it is only used within the file. | diego | 2010-02-20 |
* | Add standard license header. | diego | 2010-02-20 |
* | cosmetics: K&R coding style, indent with 4 spaces, no tabs | diego | 2010-02-20 |
* | Print response headers as debugging output also for HTTP seeks. | reimar | 2010-02-20 |
* | 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 |