]> git.sesse.net Git - vlc/history - modules/mux
macosx/open: added controls to capture Live Audio along with the current screen content
[vlc] / modules / mux /
2012-08-06 Rémi Denis-CourmontUse pi_vlc_chan_order_wg4
2012-07-28 Benjamin DrungFix typo unkown -> unknown.
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-04-12 Rafaël CarréTS mux: csaSetup() returns the CSA context created
2012-04-10 Georgi Chorbadzhiyskimux/ts: Fix setting of even CSA key.
2012-04-08 Rémi Duraffortasf: fix typo in fourcc
2012-03-15 Sébastien Escudierfix ogm header creation : do not copy structure to...
2012-03-03 Rafaël CarréADTS in TS muxing: fix use after free
2012-02-10 Rafaël CarréTS Mux: simplify SDT parsing
2012-02-10 Rafaël CarréTS Mux: cosmetics, deintend
2012-02-10 Rafaël CarréTS Mux: simplify mux pmt parsing
2012-02-10 Rafaël CarréTS Mux: use calloc
2012-02-10 Rafaël CarréTS Mux: factorize
2012-02-10 Rafaël CarréUse unsigned type
2012-02-10 Rafaël Carrédon't case bsearch() to unrelated types
2012-02-10 Rafaël CarréTS Mux: cosmetics / goto
2012-02-10 Rafaël CarréTS Mux: use ascii for AC3/DTS ids
2012-02-10 Rafaël CarréTS Mux: generate lang array directly in the needed...
2012-02-10 Rafaël CarréTS Mux: deindent, cosmetics, use stack rather than...
2012-02-10 Rafaël CarréTS Mux GetPMT(): factor out mpeg4 code
2012-02-10 Rafaël CarréTS Mux GetPMT(): move variables into their context...
2012-02-10 Rafaël CarréTS mux: cosmetics
2012-02-10 Rafaël CarréTS mux: remove write-only variable
2012-02-10 Rafaël CarréTS mux: if/else -> switch/case
2012-02-10 Rafaël CarréTS mux: cosmetics, reduce indentation
2012-02-10 Rafaël CarréTS Mux: split Mux()
2012-02-10 Rafaël CarréTS mux: reduce indentation
2012-02-10 Rafaël CarréTS mux: cosmetics
2012-02-10 Rafaël CarréTS mux: move debug until after the stream is opened
2012-02-10 Rafaël CarréTS mux: simplify language setup
2012-02-10 Rafaël CarréTS mux: simplify unsupported codec path
2012-02-10 Rafaël CarréTS mux: remove write only variables
2012-02-10 Rafaël CarréTS mux: use calloc, don't rename i_extra/p_extra
2012-02-10 Rafaël CarréTS mux: set correct mimetype
2012-02-10 Rafaël CarréTS mux: while -> for
2012-02-10 Rafaël CarréTS mux: cosmetics, align case on switch
2012-02-10 Rafaël CarréTS mux: factor out CSA setup
2012-02-10 Rafaël CarréTS mux: use var_* helpers
2012-02-10 Rafaël Carréts mux: use c99 for
2012-02-10 Rafaël Carréts mux: assume dvbpsi_GenSDTSections is present
2012-02-10 Rafaël Carréts mux: simplify compare functions
2012-02-09 Rafaël Carréts mux ActiveKeyCallback: reduce critical section
2012-02-09 Rafaël CarréTS mux: remove disabled code
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2011-11-19 Rafaël Carrémp4 mux: always write esds descriptor length using...
2011-10-29 Jean-Paul Samanmux/asf.c: Workaround for playback of WMV in WMP12...
2011-10-29 Jean-Paul Samanmux/asf.c: typo
2011-09-05 Rémi Denis-CourmontMPEG mux: do not hide bugs in debug builds!
2011-08-28 Jean-Baptiste KempfASF Muxer: use the GUID definitions from the asf demuxer
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-07-19 Rémi Denis-CourmontFix CSA copyright statements
2011-06-12 Ashok BhatFixed bugs in AVI mux module
2011-06-04 Rémi Denis-CourmontOgg: fix off-by-one overflow
2011-05-13 Jean-Baptiste KempfFix dist after [2b4266d1ea6ddebfa76652687d99ba52186d2bf7]
2011-05-11 Rémi Denis-CourmontAdd HAVE_DVBPSI, and use it, DVBPSI_CFLAGS and DVBPSI_LIBS
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-03 Jean-Baptiste Kempfmux ts: remove outdated defines
2011-01-31 Guillaume PousselMpeg mux: fix a variable signedness
2010-11-03 Jean-Baptiste KempfOgg mux: make sure to reject if ES_type is not one...
2010-10-25 Rémi Denis-CourmontTS mux: fix use of non-existent variables
2010-10-23 Rémi DuraffortTypos.
2010-10-23 Rémi DuraffortDo not use strlen just to check that a string is non...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-08-17 Jean-Baptiste KempfASF mux: reduce variable scope
2010-07-08 Ilkka OllakkaRevert "ts.c: check that pts is valid for H264"
2010-07-08 Ilkka Ollakkats.c: check that pts is valid for H264
2010-07-08 Ilkka Ollakkapes.c: make sure H264 stream has aud
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-26 Jean-Baptiste KempfWAV Mux: kill warnings
2010-06-26 Jai MenonWAV Mux : Extend the muxer to support non-PCM codecs.
2010-06-25 Ilkka Ollakkats-mux: repeat sps/pps on keyframes, should fix h264...
2010-06-18 Laurent AimarAdded 'Extended Stream Properties' in asf muxer for...
2010-06-13 Ilkka Ollakkamp4: calculate stream duration sameway all around
2010-06-13 Ilkka Ollakkamp4: call get_timestamp just once
2010-06-13 Ilkka Ollakkamp4: add avc1/3gp6/qt brands
2010-06-13 Ilkka Ollakkamp4: find nal limits on 0*001 startcode instead 0001
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-28 Jean-Baptiste KempfASF muxer: remove unused variable.
2010-05-01 Laurent AimarFixed ASF muxer header with extended streams and aspect...
2010-05-01 Laurent AimarWrite new ASF header on the fly only in HTTP mode.
2010-05-01 Laurent AimarDo not remove track informations in DelStream for non...
2010-04-24 Keary GriffinAdd support to mpeg-ts muxer to pass keyframe flag...
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-03-05 Rémi Denis-CourmontMux: kill srand() use
2010-03-05 Rémi Denis-CourmontASF: thread-safe pseudo-random numbers
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-12-26 Jean-Baptiste KempfASF: remove unused variables
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-08 Rafaël Carréasf: fix VLC_TS_INVALID comparison spotted by nefrir
2009-12-08 Rafaël Carrémux_ogg: clearly initialize variables
2009-12-08 Rafaël Carrémux_asf: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-16 Rémi Duraffortmux_mpeg_ts: no need to lock inside the destructor.
2009-11-16 Rémi DuraffortUse var_Get* when applicable.
next