]> git.sesse.net Git - vlc/history - modules/stream_out
lua_sd: fix memleak and factorize.
[vlc] / modules / stream_out /
2010-02-07 Rémi Denis-CourmontCompile fix
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontRTP out: use clz
2010-01-28 Pierre Ynardrtp sout: fix DCCP socket leak
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-28 Pierre Ynardrtp sout: fix another race condition in RTSP
2010-01-27 Pierre Ynardrtp sout: fix race condition in RTSP
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-27 Pierre Ynardrtp sout: fix socket leak
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-23 Pierre Ynardrtp sout: support IPv6 in SDP for RTSP
2010-01-23 Pierre Ynardrtp sout: factor out some SDP code
2010-01-22 Pierre Ynardrtp sout: use the URL helper everywhere
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
2010-01-22 Pierre Ynardrtp sout: fix duplicate slashes in RTSP URLs
2010-01-21 Laurent AimarFixed transcode audio filters insertion (close #3199).
2010-01-21 Pierre Ynardrtp sout: fix comment about TTL
2010-01-21 Pierre Ynardrtp sout: config_GetInt -> var_InheritInteger
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2010-01-15 Jean-Baptiste KempfBetter Shortname for smem
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-29 Pierre Ynardrtp sout: adjust scope of variable
2009-12-26 Ilkka Ollakkatranscode: change default scaling factor to 0 -> no...
2009-12-26 Ilkka Ollakkatranscode/video: fit sar-calculation
2009-12-20 Pierre Ynardrtp sout: safer numbering of RTSP tracks
2009-12-19 Pierre Ynardrtp sout: implement rtptime parameter
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-12 Pierre Ynardrtp sout: ensure seq value in rtsp is accurate
2009-12-11 Pierre Ynardrtp sout: add missing caching option
2009-12-07 Pierre YnardRevert "rtp sout: implement rtptime parameter"
2009-12-07 Rémi Denis-CourmontRTP out: hint the IP stack we won't be receiving anythi...
2009-12-07 Rafaël Carrésout_rtp: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrébridge: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_display: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréautodel: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_switcher: remove useless initialization
2009-12-07 Rafaël Carrétranscode osd: use VLC_TS_INVALID (refs #3135)
2009-12-06 Pierre Ynardrtp sout: implement rtptime parameter
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-05 Rémi Duraffortsmem: no need to create the variables as config_ChainPa...
2009-12-04 Rémi Duraffortsmem: use config_ChainParse for configuration.
2009-12-01 Rémi Denis-CourmontRevert accidental chunk
2009-12-01 Rémi Denis-CourmontQt4: implement SAP in the streaming wizard
2009-11-30 Rémi Denis-CourmontRTP out: convert s16l to s16b on the fly
2009-11-29 Rémi Denis-Courmontsmem should only start when explicitly requested
2009-11-25 Rafaël Carrétranscode: cosmetics
2009-11-24 Rafaël Carrétranscode: add/remove needed/unneeded headers
2009-11-24 Rafaël CarréSplit stream_out_transcode in specific files
2009-11-24 Rafaël Carrétranscode: "audio filter2 doesn't exist anymore
2009-11-19 Hugo Beauzee-LuyssenCorrecting type and value of the audio sample
2009-11-05 Rémi Denis-CourmontRename audio filter2 capability back to audio filter
2009-11-03 Rafaël Carréstream_out_bridge: Fix [7c790ca]
2009-11-02 Mathew KingAdded alang option to transcode (update)
2009-10-15 Rémi Duraffortsout_bridge: use var_(Get|Set)Address.
2009-10-15 Rémi Duraffortmosaic_bridge: add missing var_DelCallback (fix a race...
2009-10-15 Rémi Duraffortsout_es: constify.
2009-10-15 Rémi Duraffortsout_es: use var_GetString.
2009-10-12 Rémi Denis-CourmontTypo
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi Duraffortsout_std: imporve logic (and save a malloc/free)
2009-10-10 Rémi Duraffortsout_std: fix potential memleaks.
2009-10-10 Rémi Duraffortsout_raop: factorize.
2009-10-10 Rémi Duraffortsmem: try not to re-create the variables too many times.
2009-10-10 Rémi Duraffortsout std: factorize.
2009-10-07 Pierre YnardWinCE: fix build of the RTP stream output
2009-10-06 Rémi Denis-CourmontRTP out: support build without libvlc_srtp
2009-10-06 Rémi Denis-CourmontGet rid of ligcrypt M4 macros
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-05 Rémi Denis-CourmontRTP output: accept COMEDIA connections in a separate...
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Christophe CourtautRemove useless data pointer in smem module
2009-09-22 Christophe CourtautMove Data Context from sys to stream id struct
2009-09-21 Jean-Baptiste KempfCosmetics and copyright
2009-09-20 Christophe CourtautFix huge memory leak in sout smem module
2009-09-20 Christophe CourtautAdding audio support for smem module
2009-09-14 Christophe CourtautSmem sout module to memory buffer video only
2009-09-07 Rémi Denis-CourmontRemove never used function
2009-09-05 Rémi Denis-CourmontTypo
2009-09-05 Rémi Denis-Courmontduplicate: cleaning up
2009-09-05 Andy cheneeduplicate: fix bug of NumInRange(), i_stop always < 0
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-02 Rémi Duraffortadd_string wants a string.
2009-08-29 Erwan Tulourecord: forgotten initializations
2009-08-29 Erwan Tulourecord: implement record-file
2009-08-26 Ilkka Ollakkastd-output, add aliases for access
2009-08-25 Rémi Denis-Courmonttranscode: flag a bug
next