]> git.sesse.net Git - vlc/history - modules/stream_out
Meaningful Typo
[vlc] / modules / stream_out /
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
2008-04-22 Pierre d'Herbemontstream_out/description.c: Add some debug msg to better...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jean-Paul SamanPut filter count to zero after releasing all audio...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMake comment a bit more descriptive.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-10 Rafaël CarréFix RTSP server
2008-03-31 Rémi Denis-CourmontFix RTCP SR SDES length field - close #1541
2008-03-30 Ilkka Ollakkasmall adjustment on decoder/encoder fmt_in/out for...
2008-03-29 Pierre d'Herbemontdescription: Fix compilation.
2008-03-29 Pierre d'Herbemontdescription: A buggy case needs an assert.
2008-03-29 Rémi Denis-CourmontRevert "prevent #1312 from occuring (refs #1312)"
2008-03-29 Christophe MutricyAvoid memleak and use of uninitiliazed pointer
2008-03-28 Rémi Denis-Courmontprevent #1312 from occuring (refs #1312)
2008-03-28 Rémi Denis-Courmontcleanup
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-17 Ilkka OllakkaTell that dst-parameter overrides new bind/path parameters.
2008-03-17 Ilkka OllakkaAdd bind and path aliases for standard streamoutput...
2008-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-12 Jean-Paul SamanRemove trailing whitespace.
2008-03-12 Jean-Paul SamanRefactor video_filters in modules/stream_out/transcode...
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-03-12 Jean-Baptiste KempfKill a warning in mingww32
2008-03-11 Rafaël CarréDon't print an error if we are using ffmpeg's ts muxer
2008-03-08 Jean-Baptiste KempfKill a warning.
2008-03-04 Rémi Denis-CourmontFix port release logic in case there are multiple channels.
2008-03-04 Rémi Denis-CourmontAdd const qualifier
2008-03-04 Rémi Denis-Courmontrtpfmt.c: fix file description
2008-03-04 Rémi Denis-CourmontUse ephemeral default ports for RTP, instead of clashin...
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-03-02 Rémi Denis-CourmontSet the DCCP service code(s) from RTP stream output
2008-03-02 Rémi Denis-CourmontAttach the RTP access output grabber object.
2008-03-02 Rémi Denis-CourmontUse a single --sout-rtp-proto string rather than multip...
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Jean-Paul Samancheck for malloc return value
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-02-28 Rémi Denis-CourmontAccept MP3 as an alternative to MPGA for RTP and TS.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-11 Jean-Paul SamanCheck malloc return value
2008-02-02 Jean-Paul SamanRestore resizing functionality with ffmpeg swscale...
2008-01-29 Rafaël Carréstream_out: fix warnings
2008-01-28 Rafaël Carrésout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PRE...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-02 Jean-Paul SamanRevert [19071] because it is broken. It doesn't allow...
2008-01-02 Jean-Paul SamanSpecial case for fourcc samr and sawb in transcode_audi...
2008-01-02 Jean-Paul SamanUse id->p_decoder->fmt_out as input for id->p_encoder...
2008-01-02 Jean-Paul SamanRevert [23694] because the fix was bad.
2007-12-18 Jean-Paul SamanFix compiler warning about comparison of signed and...
2007-12-17 Jean-Paul SamanFix breakage in transcode_audio_new().
2007-12-16 Rémi Denis-Courmontuse add_module_list
2007-12-15 Rémi Denis-Courmontextraneous semicolon
2007-12-13 Rémi Denis-CourmontDon't substract twelve twice
2007-12-13 Rémi Denis-CourmontSplit RTP sout further
2007-12-13 Rémi Denis-CourmontForward declare vlc_url_t
2007-11-26 Rémi Denis-CourmontCompile fix
2007-11-23 Jean-Baptiste KempfTypos spotted by Philipp Weissenbacher.
2007-10-30 Pavlov KonstantinSix hundred kiloby... i mean, 32 bytes should be enough...
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Felix Paul Kühne* disabled stats updater as internal libvlc headers...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-15 Jean-Paul SamanRemove excess whiteline.
2007-10-04 Rémi Denis-Courmonttranscode: Don't force a default audio bit rate.
2007-10-04 Rémi Denis-CourmontAlso try to obey recommended ptime (20ms) for L16
2007-10-04 Rémi Denis-CourmontTry to make 20ms packets for L8 and G.711
2007-10-04 Rémi Denis-CourmontFactorize rtpmap formatting
2007-10-04 Rémi Denis-CourmontRTP audio stream clock rate is always the sample rate...
2007-10-04 Rémi Denis-CourmontUntested support for streaming G.711 over RTP
2007-09-29 Jean-Paul SamanCheck malloc return value)
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-27 Rémi Denis-CourmontAlso try to send twice without splice().
2007-09-27 Rémi Denis-CourmontCheck sending error (fixes #134; closes #514)
2007-09-24 Rémi Denis-CourmontRemove never used RTP timestamp_start
2007-09-24 Rémi Denis-CourmontBasic support for RTP-Info
2007-09-24 Rémi Denis-CourmontComplain if the protocol is not RTSP
2007-09-24 Rémi Denis-CourmontWe only support RTSP one point ZERO. Do not claim other...
2007-09-24 Rémi Denis-CourmontFactor out RTSP control URL writing so it can be re...
2007-09-23 Rémi Denis-CourmontOnly reference the input when we have at least one...
2007-09-22 Rémi Denis-CourmontSpeex RTP payload format output - refs #1291
2007-09-21 Rémi Denis-CourmontComment out the dccp-service-code stuff since we do...
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-20 Rémi Denis-CourmontAnother Win32 problem
2007-09-20 Rémi Denis-CourmontFix typo
2007-09-19 Rémi Denis-CourmontRTCP: support for RTP/RTCP multiplexed on the same...
2007-09-19 Rémi Denis-CourmontRemove unused variables
2007-09-19 Rémi Denis-CourmontPartial support for RTP over connection-oriented media
2007-09-18 Jean-Paul SamanLast bit of cleanup in transcode_osd_new()
2007-09-18 Jean-Paul SamanSimplify handling of osdmenu streaming
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-18 Jean-Paul SamanCheck malloc returns value
2007-09-17 Rémi Denis-CourmontHandle RTSP URLs that ends with a single slash properly
2007-09-17 Rémi Denis-CourmontDo not compute values that are never used (anymore)
2007-09-16 Rémi Denis-CourmontForce the sending threads to wakeup at exit - closes...
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
next