| Commit message (Expand) | Author | Age |
* | Add #include <limits.h>, fixes build on Solaris 8. | diego | 2006-09-07 |
* | Remove stray and superflous #ifdef checks. | diego | 2006-09-01 |
* | fix build on some old 2.6 kernels, patch by Gernot Hillier | ben | 2006-09-01 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | Check for requirements at configure-time, not at run-time. | diego | 2006-08-31 |
* | Do not cast calloc/malloc results | reimar | 2006-08-31 |
* | Avoid a potential strdup(NULL) | rtogni | 2006-08-30 |
* | complete range of frequencies for Ireland; patch by gmccullagh gmail com | nicodvb | 2006-08-29 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 |
* | Remove XMMS_CFLAGS from CFLAGS, the variable is never set. | diego | 2006-08-27 |
* | Fix mingw compilation | reimar | 2006-08-26 |
* | Cosmetics: recommit patch changing return values to defines | reimar | 2006-08-26 |
* | Recreate tcp.c as partial copy from network.c | reimar | 2006-08-26 |
* | remove to allow readding as copy from network.c | reimar | 2006-08-26 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 |
* | added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s... | nicodvb | 2006-08-21 |
* | missing header for struct timeval | rfelker | 2006-08-20 |
* | Avoid crash if initialization failed. | reimar | 2006-08-20 |
* | Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge... | reimar | 2006-08-20 |
* | corrected _very_ misleading comment | nicodvb | 2006-08-19 |
* | implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing) | nicodvb | 2006-08-19 |
* | removed #if-0 code that dereferenced dvdnav_t's internal members, violating ... | nicodvb | 2006-08-19 |
* | 10l: misplaced brace in a switch | nicodvb | 2006-08-19 |
* | Print DVD audio channel and subtitle track information in non-verbose mode, | diego | 2006-08-19 |
* | implemented seeking to chapter | nicodvb | 2006-08-19 |
* | sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1 | nicodvb | 2006-08-19 |
* | support for seeking to chapter and getting current playing chapter | nicodvb | 2006-08-18 |
* | new stream_ctrl to get currently playing chapter (needed for stream-driven re... | nicodvb | 2006-08-18 |
* | new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd | nicodvb | 2006-08-18 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | isolated tcp socket code from network.c to a dedicated file | ben | 2006-08-05 |
* | missing ifndef/define/endif couple in udp header | ben | 2006-08-05 |
* | kill a warning in getsockopt() | ben | 2006-08-05 |
* | kill a warning in getsockopt() | ben | 2006-08-05 |
* | removed some useless includes | ben | 2006-08-04 |
* | moved some definitions from rtp.h to rtp.c as they're not exported or used an... | ben | 2006-08-04 |
* | removed udp socket creation code from rtp stack to a new dedicated udp helper... | ben | 2006-08-04 |
* | fix compilation of librtsp | ben | 2006-08-04 |
* | few cosmectic changes to remove duplication | ben | 2006-08-04 |
* | split rtp stack, udp input layer and rtp input layer from rtp.c | ben | 2006-08-04 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 |
* | moved pnm.h to stream/ (where it belongs) | ben | 2006-08-04 |
* | renamed dvdnav_stream to stream_dvdnav for consistency | ben | 2006-08-03 |
* | added dedicated file for mf:// input | ben | 2006-08-03 |
* | mf.[hc] belong to libmpdemux | ben | 2006-08-03 |
* | renamed cue_read.c to stream_cue.c for consistency | ben | 2006-08-03 |
* | removed useless cue_read.h file | ben | 2006-08-03 |
* | renamed dvbin.c to stream_dvb.c for consistency | ben | 2006-08-03 |