2008-10-22 |
Rémi Denis-Courmont | Cosmetic fixes |
blob | commitdiff | raw |
2008-10-22 |
Sebastien Escudier | Use live555 timeout option and reduce waiting time |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Sebastien Escudier | live555 timeout prevention thread fixes |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Laurent Aimar | Fixed invalid/useless usage of ES_OUT_RESET_PCR. |
blob | commitdiff | raw | diff to current |
2008-09-09 |
Derk-Jan Hartman | live555: fix a potential crash introduced by [169ecd7a1... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Rémi Denis-Courmont | Fix crash when thread creation fails, fix msleep usage. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Rémi Denis-Courmont | live555: remove useless vlc_thread_ready from timeout... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Derk-Jan Hartman | live555: check for support of GET_PARAMETER |
blob | commitdiff | raw | diff to current |
2008-09-01 |
Rafaël Carré | live555: use floats for i_npt as well, remove useless... |
blob | commitdiff | raw | diff to current |
2008-09-01 |
Rafaël Carré | live555: keep the npt clock unit: floats representing... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Rémi Denis-Courmont | Plugins: push cancellation down |
blob | commitdiff | raw | diff to current |
2008-08-25 |
Rafaël Carré | live555: really toggle tcp flag - fix [ef4da62761] |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Derk-Jan Hartman | live555: fix "unpause" and remove startseq, which is... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Derk-Jan Hartman | live555: retrieve NPT from live555. implement DEMUX_SET... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Derk-Jan Hartman | live555: some whitespace cleaning |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Felix Paul Kühne | live555: compilation fix |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Pierre d'Herbemont | Fix prototypes of threaded functions. |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Derk-Jan Hartman | live555: remove the liveversion checks, now that we... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Derk-Jan Hartman | live555: Fix TCP rollover |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Derk-Jan Hartman | live555: Fix fallback case for unsupported transport. |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Rémi Denis-Courmont | Remove non-sensical NPT computation code from c9569b35. |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Rémi Denis-Courmont | modules: use vlc_object_alive() |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Sebastien Escudier | Live555 demux: fix EOF detection |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Rémi Denis-Courmont | live555: remove tautology |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Rémi Denis-Courmont | live: add --rtsp-mcast to force multicast |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Rémi Denis-Courmont | boolean cosmetics |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Rémi Denis-Courmont | Plugins: include vlc_common.h directly instead of vlc... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Pierre d'Herbemont | Make sure INT64_C is defined correctly, and that we... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Pierre d'Herbemont | Revert "Revert "live555: Don't put any INT64_C related... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Jean-Paul Saman | Revert "live555: Don't put any INT64_C related hack... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Pierre d'Herbemont | live555: Don't put any INT64_C related hack here. We... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Pierre d'Herbemont | live555: Work around buggy Mac OS X headers for INT64_C. |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Pierre d'Herbemont | live555: Include <stdint.h> to get UINT64_C() on darwin. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Rémi Denis-Courmont | Use gettext_noop() consistently |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Rémi Denis-Courmont | Remove E_() |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Rémi Denis-Courmont | Include vlc_plugin.h as needed |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Rafaël Carré | Fix es format leaking in live555 |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Rafaël Carré | Use the verbose variable, over the private i_verbose... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rémi Denis-Courmont | Remove I64C as well |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rémi Denis-Courmont | Remove UI64_C |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rémi Denis-Courmont | C++ <inttypes.h> inclusion fixes |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Jean-Paul Saman | Rework to use asprintf() in live555 demux |
blob | commitdiff | raw | diff to current |
2008-04-17 |
Jean-Paul Saman | Fix RTSP client receiving on standard RTSP port 554. |
blob | commitdiff | raw | diff to current |
2008-04-15 |
Jérôme Decoodt | Avoid segfaulting if live555 error is neither a HTTP... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Pierre d'Herbemont | demux: Rename demux2 to demux as demux is no longer... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Rémi Denis-Courmont | Use native C/C++ boolean type |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Rémi Duraffort | Remove useless test before a delete. |
blob | commitdiff | raw | diff to current |
2008-03-11 |
Rémi Duraffort | Remove useless test before a free (again). |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Pierre d'Herbemont | misc/objects.c: Don't rely on vlc_object_destroy()... |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Jean-Baptiste Kempf | live555 - include fix. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Jean-Paul Saman | Also newer live55 exhibit the problem. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Jean-Paul Saman | Don't leak memory in error paths |
blob | commitdiff | raw | diff to current |
2008-02-08 |
Jean-Paul Saman | check malloc return value |
blob | commitdiff | raw | diff to current |
2008-01-23 |
Rémi Denis-Courmont | Don't include config.h from the headers - refs #297. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Ilkka Ollakka | - narrow r10012 to remove dts only stuff that goes... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Jean-Paul Saman | Replaced LIVEMEDIA_LIBRARY_VERSION_INT version 99999999... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Pierre d'Herbemont | input/input.c: Define DEMUX_CAN_SEEK and correctly... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Jean-Paul Saman | Fix signed int, unsigned int comparison. |
blob | commitdiff | raw | diff to current |
2007-12-27 |
Jean-Paul Saman | Fix segfault when Connect() returned failure and fix... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Rémi Denis-Courmont | SET_PARAMETER is simply *wrong*. Servers are not suppos... |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Laurent Aimar | Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE impleme... |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Jean-Paul Saman | Lower severity of message |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Jean-Paul Saman | Fix hang in live555 when sending RTSP OPTIONS by lettin... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Jean-Paul Saman | Cleanup. |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Jean-Paul Saman | Be more carefull on when rtpInfo timestamps should... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Jean-Paul Saman | Patch by Glen Gray: Enable keepalive for Kasenna server... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Jean-Paul Saman | Patch by Glen Gray: RTSP keep alive fix. If the server... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Jean-Paul Saman | Fix return value after the interaction dialog has been... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Jean-Paul Saman | Fix double free in live555. |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Jean-Paul Saman | Trigger intf_UserLoginPassword() when authorization... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Jean-Paul Saman | Enable RTSP rtpInfo track synchronization in live555... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Jean-Paul Saman | live555 improvements: Make rtsp://user:pwd@server/path... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Ilkka Ollakka | GET_PARAMETERS doesn't seem to work so well agains... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Jean-Paul Saman | Reset PCR when gap has been detected. |
blob | commitdiff | raw | diff to current |
2007-09-22 |
Rémi Denis-Courmont | Use a different FOURCC for Speex from RTP (refs #1291), |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Rafaël Carré | Removes trailing spaces. Removes tabs. |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Rémi Denis-Courmont | Default RTSP timeout value is 60 seconds, rather than... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Rémi Denis-Courmont | Remove _GNU_SOURCE and string.h too |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Rémi Denis-Courmont | Remove stdlib.h |
blob | commitdiff | raw | diff to current |
2007-08-02 |
Pierre d'Herbemont | modules/demux/live555: Don't let live555 be verbose... |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Rémi Denis-Courmont | - Fix a bunch of warnings |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Laurent Aimar | Added speex check in RTSP (untested, close #1091) |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Laurent Aimar | Fixed audio RTP stream only (Not sure it is the right... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Rémi Denis-Courmont | Use vlc_object_kill(). Needs triple checking. |
blob | commitdiff | raw | diff to current |
2007-04-29 |
Damien Fouilleul | - live555: toggle TCP use when we receive a '461 Unsupp... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Jean-Paul Saman | Bumped up version number of live555 to a ridiculous... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Antoine Cellerier | Fix compilation on debian sid. Please check that we... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Jean-Paul Saman | Compile fixes |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Jean-Paul Saman | Fix typo |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Jean-Paul Saman | Treat all live555 versions before LIVEMEDIA_LIBRARY_VER... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Jean-Paul Saman | Rewrite of live555 demux (TODO: RTPInfo support) |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Damien Fouilleul | live555: hmmm, that BITMAPINFOHEADER is only useful... |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Damien Fouilleul | demux/live555.cpp: added support for avc1 in X-QT over... |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Sigmund Augdal Helberg | live555.cpp: Add support for quicktime specific audio |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Rémi Denis-Courmont | Fix implicit declaration problem |
blob | commitdiff | raw | diff to current |
2006-11-26 |
Clément Stenac | A bit of headers cleanup |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Sam Hocevar | * Spelling fixes here and there. |
blob | commitdiff | raw | diff to current |
next |