]> git.sesse.net Git - vlc/history - modules/mux
mediacodec: Fix freeze when seeking on pause
[vlc] / modules / mux /
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-09-14 Rémi Denis-Courmontmodules: factor Makefile statement
2013-09-07 Francois Cartegniemux: avi: use reallocable block instead of fixed size...
2013-09-07 Francois Cartegniemux: avi: add metadata.
2013-09-07 Francois Cartegniemux: avi: improve RIFF header builder.
2013-09-05 Rémi Denis-CourmontAdd subdir-objects automake option where appropriate
2013-08-24 Rafaël Carrémp4 mux: use CLOCK_FREQ
2013-08-24 Rafaël Carrémp4 mux: c99
2013-08-24 Rafaël Carrémp4 mux: simplify stts box creation
2013-08-24 Rafaël Carrémp4 mux: use a variable to make the code shorter
2013-08-24 Rafaël Carrémp4 mux: avoid unnecessary conversion
2013-08-24 Rafaël Carrémp4 mux: generate constant frame rate files
2013-08-24 Rafaël Carrémp4 mux: merge box_fix call into box_gather
2013-08-24 Rafaël Carrémp4 mux: simplify
2013-08-24 Rafaël Carrémp4 mux: cosmetics
2013-08-24 Rafaël Carrémp4 mux: simplify box*new
2013-08-24 Rafaël Carrémp4 mux: use block_t
2013-08-24 Rafaël Carrémp4 mux: remove fixed parameters
2013-08-09 Rémi Duraffortmpeg_ts: fix potential array off by one
2013-08-01 Rafaël CarréVersion all plugins when building for Windows
2013-07-13 Rémi DuraffortFix potential NULL pointer deref (cid #1049834)
2013-07-06 Rémi Denis-Courmontogg mux: fix format warning
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-06-04 Rafaël CarréTS mux: use DTS if PTS is not available
2013-05-21 Jean-Paul Samanmux/mpeg/ts.c: correct typo
2013-05-17 Jean-Paul Samanmux/mpeg/ts.c: support for libdvbpsi >= 1.0.0
2013-04-16 Jean-Baptiste KempfAVI: free p_sys resources on Close (WTF?)
2013-03-08 Rémi Denis-CourmontDrop aborted SNOW codec
2013-01-22 Ilkka OllakkaTS: insert/flag PAT/PMT before keyframes if use-keyfram...
2012-12-20 Rémi Denis-Courmontaout: pass FOURCC instead of bits to aout_ChannelsReorder()
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-11 Rémi Denis-CourmontShrink channel reordering tables to 9-10 bytes (from...
2012-11-11 Rémi Denis-Courmontaout_CheckChannelReorder: remove redundant parameter
2012-10-06 Rémi Denis-Courmontmpeg mux: remove useless references to p_sout
2012-10-06 Rémi Denis-Courmontmp4 mux: remove unused p_sout parameter
2012-10-06 Rémi Denis-Courmontstream output: remove nul/unused object members
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/mux/mpeg/
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
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...
next