]> git.sesse.net Git - vlc/history - modules/stream_out
Partial Win32 compile fix
[vlc] / modules / stream_out /
2007-03-02 Laurent AimarReally fixed 'gather' segfault.
2007-03-01 Laurent AimarFixed a small memleak.
2007-03-01 Laurent AimarFixed a small memleak.
2007-02-28 Jean-Paul SamanPatch by xxcv: Don't change fmt_last.audio.i_rate when...
2007-02-27 Laurent AimarDo not force a default TTL value (the value 1 will...
2007-02-27 Rémi Denis-CourmontIP6 "MUST NOT" have a TTL.
2007-02-27 Laurent AimarRemoved debug left over.
2007-02-27 Laurent AimarFixed H264 rtp packetization.
2007-02-26 Rémi Denis-CourmontRemove net_ReadNonBlock(),
2007-02-25 Laurent AimarFixed rtsp broadcast streaming(sdp=rtsp://) and a poten...
2007-02-25 Laurent AimarFixed input_thread_t leak by description module for...
2007-02-25 Laurent AimarFixed stream ouput gather module and renable it (close...
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2007-02-18 Antoine CellerierAutomatically choose ffmpeg{mux=flv} if dst ends in...
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-15 Rémi Denis-CourmontFix out-of-bound read
2007-02-11 Rémi Denis-CourmontRemove some dead code
2007-02-11 Rémi Denis-CourmontFix for insane naming convention
2007-02-10 Rémi Denis-CourmontFix double free - closes #1032
2007-02-10 Rémi Denis-CourmontEnglish grammar fixes (I think)
2007-02-10 Rémi Denis-CourmontRemove useless debug message
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontFix compiler warning
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2006-12-31 Sigmund Augdal Helbergtranscode.c: reset pointer and size info for extradata...
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-CourmontFix TTL in c= line
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: Removed unused call...
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: New autodel module...
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-23 Jean-Paul SamanPatch by aurelien: properly test for NULL.
2006-10-20 Rémi Denis-CourmontAnother TTL string unduped
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Derk-Jan Hartman* undo [16970]. Stick to 4 byte startcodes and single...
2006-10-07 Derk-Jan Hartman* Improve the h264 rtp muxing even more. Should now...
2006-10-07 Derk-Jan Hartman* Skip nal type 7 and 8 in RTP muxing.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-26 Jean-Paul SamanFix: Quicktime 404 error on RTSP SETUP. Patch by Brian...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-10 Clément StenacFix typo
2006-09-09 Rémi Denis-CourmontReally fix SDP ordering here too (closes #716 again)
2006-09-08 Rémi Denis-CourmontFix SDP line ordering (closes #716)
2006-09-08 Sam Hocevar * modules/stream_out/rtp.c:
2006-09-06 Clément StenacUse the "video filter2" capability for transcode's...
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-08-29 Derk-Jan Hartman* copy [16427] to the switcher module as well. ( is...
2006-08-28 Jean-Paul SamanTry to reopen the audio encoder when channels dimension...
2006-08-23 Jean-Paul SamanFix bugs in loading of audio transcoding filters.exit
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-20 Jean-Paul SamanDon't force s16l as fourcc but let that depend on the...
2006-08-17 Gildas Bazin* modules/stream_out/transcode.c: couple of small fixes.
2006-08-15 Derk-Jan Hartman* provide the SPS and PPS in the SDP when doing h264...
2006-08-06 Jean-Paul Samanenabled check for p_sys->i_channels>2 again for mp3...
2006-08-06 Jean-Paul SamanImplement afilter transcode filters and renamed vfilter...
2006-08-04 Jean-Paul SamanSome cleanup of whitespace
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-07-09 Antoine Cellerier#transcode{vfilter=...} only works with video filter2...
2006-07-08 Clément StenacFix some crashes
2006-07-04 Sam Hocevar * modules/stream_out/transcode.c: improve error messa...
2006-06-10 Rémi Denis-CourmontInclude bitrate in SDP when known.
2006-05-25 Derk-Jan Hartman* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
2006-05-02 Benjamin Pracht* Hopefully fix a long lasting refcount issue in the...
2006-04-29 Rémi Denis-CourmontUse strlcpy
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Clément StenacString stuff
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-31 Clément StenacBe a bit more verbose (Refs:#438)
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-03-23 Derk-Jan Hartman* Fix AMR RTP muxing. patch by Alex Antropoff <alant...
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-03-14 Derk-Jan Hartman* We are not gonna start naming options to RFCs. Let...
2006-03-14 Rémi Denis-CourmontWhoops. Disable by default for now.
2006-03-14 Rémi Denis-CourmontApply RFC3016 RTP packetizer patch from Alex Antropoff
2006-03-08 Rémi Denis-CourmontFix TTL range check
2006-03-01 Derk-Jan Hartman* trackID changes for the VLC rtsp server as suggested...
2006-02-28 Derk-Jan Hartman* Fix the rtp module to not create broken SDPs. muxed...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-22 Jean-Paul SamanUse include <file.h> for include files that can be...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-02-11 Clément Stenaconly round width and scale height accordingly
2006-02-11 Clément StenacRound scaled sizes to 16 (Closes:#524)
2006-02-11 Rémi Denis-CourmontHandle TTL in SDP properly (IPv4 at least) for raw...
2006-02-11 Rémi Denis-Courmont- Fix typo in previous commit
2006-02-11 Rémi Denis-CourmontSimplify [12964]
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-16 Jean-Paul SamanWhitespace cleanup
next