]> git.sesse.net Git - vlc/history - modules/mux
hds: fix memory leak (cid #1224537)
[vlc] / modules / mux /
2014-07-17 Rafaël CarréTS mux: use memset for stuffing
2014-07-16 Tristan Matthewsmux: ogg: fix pointer arithmetic (cid #1048982)
2014-06-26 Francois Cartegniemux: mp4: add box_free
2014-06-26 Francois Cartegniemux: ts: warn with reject reason
2014-06-26 Francois Cartegniemux: mp4: limit number of sync entries
2014-06-26 Francois Cartegniemux: mp4: don't create stss for subs
2014-06-26 Francois Cartegniemux: mp4: store timescale
2014-06-26 Francois Cartegniemux: mp4: fix signedness
2014-06-11 Francois Cartegniemux: mp4: try not to set artitrary length on boundaries
2014-06-11 Francois Cartegniemux: mp4: compute duration incrementally (fix #11558)
2014-06-10 Francois Cartegniemux: mp4: set timestamps on empty sub block
2014-06-10 Francois Cartegniemux: mp4: check alloc result before use
2014-06-02 Francois Cartegniemux: mp4: add composition time (fix #711)
2014-06-02 Francois Cartegniemux: mp4: compress stsz entries
2014-06-02 Francois Cartegniemux: mp4: fix stss samples grouping
2014-05-14 Francois Cartegniemux: mp4: uninitialized variables
2014-05-09 Rafaël CarréTS mux: AAC is not packetized using MP4
2014-05-09 Rafaël CarréTS mux: start timestamps from 0
2014-04-17 Rafaël CarréMux HEVC in transport streams
2014-04-17 Rafaël CarréTS mux: repeat headers on h265 keyframes
2014-04-02 Rafaël Carrémp4 mux: encode video orientation
2014-04-01 Rémi Denis-Courmontmpeg: fix warning
2014-03-30 Rafaël Carrédvbpsi: handle all message types
2014-03-12 Francois Cartegniemux: ogg: kill out of bound access warning for contentt...
2014-02-24 Denis CharmetAllow hevc muxing in mp4
2014-02-18 Ilkka Ollakkamux: add case for MP3 in muxers as it's not different...
2014-02-15 Ilkka Ollakkaadd mp2v/mp1v to muxers
2014-02-08 Francois Cartegniemux: ogg: flag blocks as HEADERS for backup. (fix ...
2014-01-16 Francois Cartegniemux: ogg: compute correct dt/pt/delay/distance for...
2014-01-16 Francois Cartegniemux: ogg: uninitialized value
2014-01-05 Francois Cartegniemux: ogg: add support for VP8 in OGG
2013-12-17 Rafaël Carrémux hevc into mp4
2013-12-13 Tristan Matthewsogg: use CLOCK_FREQ in muxer
2013-12-11 Tristan Matthewsogg: fix format strings for debug messages
2013-12-04 Tristan Matthewsogg: fix order of frees
2013-12-03 Rafaël Carrédvbpsi: do not spam the debug log at each PMT update
2013-12-03 Rafaël Carrédvbpsi: do not print a message if message type is DVBPS...
2013-11-27 Francois Cartegniemux: asf: leaky bucket needs buffer size parameter
2013-11-25 Rémi Duraffortogg: fix type conversion (cid #1125392 and #1125393)
2013-11-25 Rémi DuraffortFix read of unitialized variable (cid #1125395)
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-11-16 Ilkka Ollakkats: define pf_calls at the end of Open
2013-11-11 Tristan Matthewsogg: initialize skeleton values that will be used in...
2013-11-05 Francois Cartegniedemux: xiph: support old ffmpeg vorbis headers (fix...
2013-11-04 Francois Cartegniemux: ogg: add skeleton index
2013-11-04 Francois Cartegniemux: ogg: rewrite steam creation and ordering (fix...
2013-11-04 Francois Cartegniemux: ogg: add skeleton metadata (fix #1412)
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-22 Francois Cartegniedemux: ogg: add skeleton index seeking
2013-09-30 Tristan Matthewsopus: add encoder
2013-09-28 Francois Cartegniemuxers: ogg: set invalid granulepos value (fix #8725)
2013-09-16 Rémi Denis-Courmontmodules: fix Windows build
2013-09-16 Rémi Denis-Courmontmodules: remove VLC-specific AM_LIBADD, simplify
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
next