| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -47/+47 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -2/+5 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -1/+0 |
* | stream: don't include linux/types.h in some files | wm4 | 2013-11-13 | 1 | -2/+0 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -20/+20 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -7/+7 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream_radio: fix some things | wm4 | 2013-08-05 | 1 | -2/+2 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -18/+15 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -2/+3 |
* | stream_radio: fix build | wm4 | 2013-07-08 | 1 | -0/+4 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 1 | -13/+0 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -136/+0 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 1 | -138/+0 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -4/+2 |
* | Remove #warning preprocessor directives | diego | 2010-11-02 | 1 | -1/+0 |
* | stream_radio.c: fix corrupt line from e3061749 | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -14/+13 |
* | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -64/+64 |
* | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -64/+64 |
* | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -17/+17 |
|\ |
|
| * | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 1 | -3/+3 |
| * | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 1 | -3/+3 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -14/+14 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -12/+12 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -12/+12 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 1 | -20/+21 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -20/+21 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -9/+9 |
|/ |
|
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame. | voroshil | 2007-10-25 | 1 | -1/+1 |
* | Add missing call to audio_in_start_capture. | voroshil | 2007-10-25 | 1 | -0/+1 |
* | Fix compilation with enabled radio capture and disabled OSS audio. | voroshil | 2007-09-24 | 1 | -2/+3 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -2/+2 |
* | Fix warning: too many arguments for format | cehoyos | 2007-08-08 | 1 | -1/+1 |
* | Replacing global variables in radio:// with | voroshil | 2007-07-29 | 1 | -64/+50 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -1/+2 |
* | Fix compiler warnings. | voroshil | 2007-06-08 | 1 | -1/+2 |
* | Rework of *BSD BT848 detection for radio:// | voroshil | 2007-04-11 | 1 | -8/+11 |
* | Fix typo in r22772 which causes compilation error under *BSD. | voroshil | 2007-04-08 | 1 | -8/+8 |
* | Radio driver loading rework. | voroshil | 2007-03-21 | 1 | -133/+86 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 1 | -0/+21 |
* | Add *BSD BT848 radio support | voroshil | 2006-11-18 | 1 | -1/+152 |
* | add public wrapper for get_frequency | voroshil | 2006-11-17 | 1 | -0/+15 |
* | Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is" | voroshil | 2006-11-17 | 1 | -1/+1 |
* | Add missed 'break'. | voroshil | 2006-11-09 | 1 | -0/+2 |
* | Move non driver-specific block to non-driver specific procedure, to avoid | voroshil | 2006-11-09 | 1 | -17/+15 |
* | Adding ability to check allowed frequency range. | voroshil | 2006-11-08 | 1 | -2/+17 |
* | Replace enneccesery O_RDWR with O_RDONLY | voroshil | 2006-11-07 | 1 | -1/+1 |
* | Restoring volume level of radio card on exit. | voroshil | 2006-11-07 | 1 | -0/+3 |
* | ability to pass channel name (not only number) to radio_set_channel | voroshil | 2006-09-11 | 1 | -1/+16 |
* | Remove stray and superflous #ifdef checks. | diego | 2006-09-01 | 1 | -5/+0 |
* | Check for requirements at configure-time, not at run-time. | diego | 2006-08-31 | 1 | -5/+1 |
* | Do not cast calloc/malloc results | reimar | 2006-08-31 | 1 | -5/+5 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 1 | -0/+1108 |