]> git.sesse.net Git - vlc/history - modules/stream_out
Made sure that our output buffer is large enough with TTA.
[vlc] / modules / stream_out /
2009-06-24 Rémi Denis-CourmontRTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis-CourmontRTP/PS: fix crash at exit
2009-06-18 Rémi DuraffortFix printf format string (Use PRI* or zd when applicable)
2009-06-13 Laurent AimarReduced sleep while waiting for a frame in transcode.
2009-06-10 Rémi Denis-CourmontFail properly for unknown G726 bit rates
2009-06-09 Rémi Denis-CourmontCleanup
2009-06-09 Rémi Denis-CourmontUse CLOCK_FREQ
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 Rémi Denis-CourmontRTP output: fix port allocation in all cases
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-18 Laurent AimarUsed picture_IsReferenced in transcode.
2009-05-18 Laurent AimarRemoved picture ring buffer for filter/decoder in trans...
2009-05-18 Laurent AimarUsed picture_* functions when applicable.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarUsed picture_New in mosaic_bridge.c
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarRemoved impossible fourcc in record.c
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Pierre Ynardrtsp: fix RTP-Info header syntax
2009-05-05 Rémi Denis-Courmonttranscode {a,s,v}enc are module parameters
2009-04-30 Laurent AimarRecognize VC1 for ASF muxing in record.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed record DelEs function.
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
next