]> git.sesse.net Git - vlc/history - modules/mux
dash: RateBasedAdaptationLogic: cosmetics.
[vlc] / modules / mux /
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.
2009-11-13 Rémi DuraffortUse var_CreateGet* when applicable.
2009-10-06 Ilkka Ollakkaasf.c: fix variable usage
2009-10-06 Ilkka OllakkaRevert "asf.c: allow adding tracks on-fly when doing...
2009-10-06 Ilkka Ollakkaasf.c: allow adding tracks on-fly when doing normal...
2009-10-06 Ilkka Ollakkaasf.c: write new header when track is removed/added
2009-10-06 Ilkka Ollakkaasf.c: use vlc_array_t for track-storage instead of...
2009-09-21 Jean-Baptiste KempfTS: put EAC3 in TS muxer
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-31 Pierre YnardWinCE: remove useless work-around
2009-08-25 Rémi Denis-CourmontTS mux: seemingly useless sleep (pf_mux is synchronous)
2009-08-20 Pierre d'Herbemontmpeg: Flag unused arguments.
2009-07-31 ogg.k.ogg.kfactor the ogg paging code
2009-07-30 ogg.k.ogg.kadd video streams' BOS packets first
2009-07-29 ogg.k.ogg.knon BOS headers for (Vorbis, Theora, Speex, Kate) do...
2009-07-28 ogg.k.ogg.kreconstruct Theora granpos
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-03 Fabian KeilRemove write-only variable i_maxbytespersec in avi_Head...
2009-06-21 Rémi DuraffortDead initialization.
2009-06-10 Derk-Jan Hartmanmux ts: fix short description of --sout-ts-pcr
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
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-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
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 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-04 Rémi Duraffortmux_asf: fix memleak.
2009-04-30 Laurent AimarFixed VC1 muxing in ASF.
next