| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=24827
|
|
|
|
|
|
|
|
|
|
| |
player, so that we get declartions of rtp_player_init() and
add_rtp_packet().
Constify the first argument to add_rtp_packet(), as it's passed a
pointer to a const value.
svn path=/trunk/; revision=19272
|
|
|
|
| |
svn path=/trunk/; revision=19135
|
|
|
|
|
|
|
|
|
| |
work reliably (at least it didn't work on my system).
Change it to just wrap the rtp_player.[hc] files into a
#if defined(...) #endif.
svn path=/trunk/; revision=19134
|
|
|
|
|
|
|
|
|
|
|
|
| |
declarations.
Define functions with no arguments as such.
Clean up white space.
Declare tables in the codec .h files.
svn path=/trunk/; revision=19118
|
|
- Change the "listen_rtp" to "rtp_player"
- Change from a plugin to be part of the core
- By default it will not compile with the rtp_player. In order to
compile it is necessary to:
+ For windows: uncomment the line
"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
+ For linux: using the "--with-portaudio=yes"
svn path=/trunk/; revision=19093
|