]> git.sesse.net Git - vlc/history - modules/stream_out
Be more explicit on faad error.
[vlc] / modules / stream_out /
2009-04-16 Laurent AimarUsed mpg extension for PS in record.
2009-04-16 Rémi Denis-CourmontFix use after free
2009-04-14 Phil Roffe and Dav... Fixed by decrementing the i_refcount variable in the...
2009-04-02 Jean-Baptiste KempfFix typo
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-03-10 Rémi Denis-CourmontWin32 compile fix
2009-03-10 Rémi Denis-CourmontRTP out: improve soft-error handling
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-28 Rémi Denis-CourmontUse our endianism macros
2009-02-25 Rémi Denis-CourmontUse IPPROTO_IP if SOL_IP is missing
2009-02-23 Rémi Denis-CourmontCopy IPv4 multicast TTL from RTP to RTCP.
2009-02-17 Aurélien NephtaliFix crash when transcoding from mpeg2
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-12 Laurent AimarFixed audio transcoding when channel mixing or resampli...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortstream_out_rtp: fix potential memleak (#2447)
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfAnd the final shortnames needed to look correctly in...
2009-01-19 Rémi DuraffortTest pointers against NULL instead of 0.
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-07 Rémi Denis-CourmontRTP: when sending to RTP an odd port we need to specify...
2009-01-07 Rémi Denis-CourmontRTP: fix the conflicting audio and video port error...
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-19 Michael HanselmannAdd Remote Audio Output Protocol stream output plugin
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-13 Rémi Duraffortsout/switcher: fix potential memleaks.
2008-12-13 Rémi Duraffortsout/switcher: fix compilation.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Vicente Jimenez... Corrected comparison in RTP port selection. While loop...
2008-12-09 Rémi Denis-CourmontFactorize a condition
2008-12-09 Rémi Denis-CourmontFix type
2008-12-09 Rémi Denis-CourmontUse config_ChainDestroy
2008-12-09 Rémi Denis-CourmontUse sout_StreamId* wrappers
2008-12-03 Rémi Denis-CourmontRTP sout: pick truly random ISN and SSRC
2008-12-03 Rémi Denis-CourmontRevert debug crap
2008-12-03 Rémi Denis-CourmontRTP sout: use same port as RTP input by default
2008-11-24 Rémi Denis-CourmontRemove useless variable
2008-11-24 Rémi Denis-CourmontDo not use input while not referenced
2008-11-13 Vicente Jimenez... Misspelling DCCP code
2008-11-05 David FlynnFix allocation of picture_t without full initialization
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-09 Laurent AimarAdded an assert in record module (invalid CID 169).
2008-10-05 Rémi Denis-CourmontFix crash on RTSP error with TS muxing (CID#179)
2008-10-05 Rémi Denis-Courmontifdef out dead "future" code (CID#148)
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-27 Sebastien EscudierRTP: fix TTL
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Antoine CellerierSort options.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Rémi Denis-CourmontRTP out: use a bitmap for dynamic payload book keeping
2008-09-20 Rémi Denis-CourmontRTP: need one more bit for TTL -1 (default) value
2008-09-19 Sebastien Escudierfix rtp default ttl value
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Rafaël CarréFix g726 packetizing : forgot to compute the padding...
2008-09-04 Rafaël Carrértp: g726 packetization
2008-09-04 Antoine CellerierFix placeholder mode. UDP streaming now works.
2008-09-04 Antoine CellerierAdd --sout-bridge-in-placeholder-switch-on-iframe
2008-09-04 Antoine CellerierPrint an error when trying to add more than one ES...
2008-09-03 Antoine CellerierAdd placeholder feature to bridge module ("No Signal...
2008-09-03 Antoine CellerierMake it possible to have more than one bridge in a...
2008-09-03 Laurent AimarFixed config.h include order.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Christophe Mutricyi18n: tell gettext to not be silly
2008-09-02 Antoine CellerierEncoders are allowed to change the input format. Hence...
2008-09-02 Ilkka OllakkaRevert "transcode: try to fix audio resampling (fix...
2008-08-30 Ilkka OllakkaSet i_aspect after vfilter in transcode
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontDisable instance pace control from stream rather than...
2008-08-27 Rémi Denis-CourmontRTP sout: get rid of block_FifoWake and don't get stuck...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarCosmetic (record.c)
2008-08-26 Laurent AimarRemoved tabs and unwanted spaces in record.c
2008-08-26 Laurent AimarAdded new stream_out record module.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-25 Antoine CellerierAdd description for transrate options.
2008-08-25 Antoine CellerierCompile the transrate module (untested ... but now...
2008-08-25 Laurent AimarAdded drop shortcut for dummy stream_out module.
2008-08-25 Antoine CellerierFix "Crash when removing filters after a video encoder...
2008-08-23 Antoine CellerierFix forced audio filter2 usage in transcode (when using...
2008-08-23 Antoine CellerierAdd debug message and quit if channel or rate conversio...
2008-08-17 Rémi DuraffortCheck malloc return value.
2008-08-16 Rémi Denis-Courmonttranscode: try to fix audio resampling (fix #1862)
2008-08-13 Jean-Baptiste KempfFix windows compilation
2008-08-13 Rémi DuraffortFix memleak.
2008-08-13 Rémi DuraffortFix potential memleak and check malloc return value.
2008-08-13 Rémi DuraffortAvoid to leak to many things on es stream output (and...
2008-08-12 Rémi DuraffortFix memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-09 Rémi Denis-CourmontCleanup _WIN32_WINNT usage
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-05 Laurent AimarDo not segfault on non video stream (close #1821)
next