aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_radio.c
Commit message (Expand)AuthorAge
* stream_radio: suppress error with -Werror=format-security compilation flagGravatar Miro HronĨok2013-12-22
* stream: mp_msg conversionsGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* Remove the _ macroGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* stream: don't include linux/types.h in some filesGravatar wm42013-11-13
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream_radio: fix some thingsGravatar wm42013-08-05
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream_radio: fix buildGravatar wm42013-07-08
* cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: remove V4L TV input and V4L radio supportGravatar wm42012-08-02
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* stream_radio.c: fix corrupt line from e3061749Gravatar Uoti Urpala2010-06-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
| * Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* typo fix: inited --> initializedGravatar diego2008-02-14
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.Gravatar voroshil2007-10-25
* Add missing call to audio_in_start_capture.Gravatar voroshil2007-10-25
* Fix compilation with enabled radio capture and disabled OSS audio.Gravatar voroshil2007-09-24
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix warning: too many arguments for formatGravatar cehoyos2007-08-08
* Replacing global variables in radio:// withGravatar voroshil2007-07-29
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Fix compiler warnings.Gravatar voroshil2007-06-08