]> git.sesse.net Git - vlc/history - modules/demux
mmal: Add mmal_picture.h to Makefile
[vlc] / modules / demux /
2014-09-11 Hannes Domanisubtitle-demux: speedup SSA parser
2014-09-10 Hannes Domanisubtitle-demux: fix memory leaks (fixes #11908)
2014-09-10 Rafaël CarréOgg: split opus frame duration in its own file
2014-09-09 Rafaël CarréDVB: strip character emphasis control codes
2014-09-08 Jean-Baptiste KempfSupport parsing IAS* in AVI
2014-09-03 Francois Cartegniedemux: mp4: fix integer overflow (fix #12074)
2014-09-03 Rafaël Carrémp4 demux: use defines for (e)ac-3
2014-09-03 Rafaël Carrémp4 demux: read dec3 box
2014-09-03 Rafaël Carrémp4 demux: fix memory leak when demuxing (e)ac-3
2014-09-02 Felix Abecassish264: kill a warning in nal_decode by making src pointe...
2014-08-30 Francois Cartegniedemux: ts: don't try to decode and warn on scrambled PES
2014-08-30 Francois Cartegniedemux: mp4: do chan bitmap reordering (fix #12002)
2014-08-30 Francois Cartegniedemux: mp4: add chan atom
2014-08-28 Tristan Matthewsdemux: ogg: daala support
2014-08-25 Rémi Denis-Courmontmkv: avoid potential NULL memory comparison
2014-08-25 Rémi Denis-Courmontshoutcast: fix NULL deref on error
2014-08-20 Rémi Denis-Courmontps: fix double free
2014-08-20 Rémi Denis-Courmontps: small cleanup, avoid copying unitialized value
2014-08-18 Francois Cartegniedemux: ts: fix unlikely leak (cid #1231839)
2014-08-17 Jean-Baptiste KempfMKV: remove trailing spaces
2014-08-16 Rémi Denis-Courmontts: use timezone and fix thread-safety
2014-08-16 KO Myung-Hundemux: ts: include time.h
2014-08-15 Rémi Denis-Courmontplaylist demux: do not set empty art URL
2014-08-15 Francois Cartegniedemux: ts: support ARIB TOT and EIT running status
2014-08-15 Francois Cartegniedemux: ts: return instead of abort()
2014-08-15 Naohiro KORIYAMAdemux: ts: add ARIB support
2014-08-14 Francois Cartegniedemux: avi: remove packed attribute from vids (fix...
2014-08-14 Francois Cartegniedemux: mp4: point to atom's position of base offset...
2014-08-13 Rémi Denis-Courmontmpeg: avoid double upconversion
2014-08-13 Rémi Denis-Courmontvc1: stick to single precision
2014-08-13 Rémi Denis-Courmontsubtitle demux: avoid upconversion to double precision
2014-08-12 Jean-Baptiste KempfPS: fix length computation
2014-08-12 Jean-Baptiste KempfPS: fix duration computation on some files
2014-08-10 Jean-Baptiste KempfPS: detect AC-3 from E-AC-3
2014-08-10 Jean-Baptiste KempfPS: pass an extra block_t parameter to ps_track_fill
2014-08-10 Jean-Baptiste KempfPS: reorder by ID
2014-08-10 Jean-Baptiste KempfSupport TrueHD/DD+ in EVOB files
2014-08-09 Jean-Baptiste KempfPS: kill a warning about operator precedence
2014-08-09 Jean-Baptiste KempfAvformat: don't warn about AVCODEC_ID_NONE tracks
2014-08-09 Francois Cartegniedemux: mp4: fix rmda/rmra box restrictions
2014-08-09 Francois Cartegniedemux: mp4: add few nondefault box check
2014-08-08 Jean-Baptiste KempfPS: Support H264 from evob
2014-08-08 Jean-Baptiste KempfPS: Update comments about evobs
2014-08-08 Jean-Baptiste KempfPS: add alternative StreamID for VC-1 in evob
2014-08-04 Francois Cartegniedemux: ts: reorder switch cases
2014-08-04 Francois Cartegniedemux: ts: handle eit tags with case
2014-08-04 Francois Cartegniedemux: ts: add pid type debug info
2014-08-01 Felix Abecassish264: refactor Exp-Golomb reading functions with existi...
2014-07-30 Rémi Denis-Courmontasx: fix use-after-free
2014-07-30 Rémi Denis-Courmontavformat: initialize probe data (fixes #11851)
2014-07-30 Adrien MagloAvformat mux: fix a memory leak
2014-07-25 Francois Cartegniedemux: avi: missing unseekable method fallback
2014-07-24 Tristan Matthewsdemux: vc1: use CLOCK_FREQ
2014-07-23 Francois Cartegniedemux: avi: don't probe end if not seekable
2014-07-23 Francois Cartegniedemux: avi: fix interleaved/seekable confusion
2014-07-23 Francois Cartegniedemux: avi: use VLC_TS0 for offset
2014-07-23 Francois Cartegniedemux: avi: use CLOCK_FREQ
2014-07-23 Francois Cartegniedemux: avi: don't allow SET_TIME on non seekable
2014-07-22 Rafaël CarréTS demux: remove unused defines
2014-07-20 Jean-Baptiste KempfPS: simplify and document type/id for PS parsing
2014-07-20 Jean-Baptiste KempfPS: add rarer type-id
2014-07-20 Jean-Baptiste KempfPS: assign demux callbacks after possible fail
2014-07-20 Jean-Baptiste KempfPS: display the length in seconds
2014-07-18 Francois Cartegniedemux: mp4: switch to seekmode if non interleaved ...
2014-07-16 Francois Cartegniedemux: avi: fix non seekable chunk loop
2014-07-11 Rafaël CarréTS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5...
2014-07-11 Rémi Denis-Courmontsmf: implement SET_POSITION and SET_TIME
2014-07-11 Rémi Denis-Courmontsmf: implement GET_POSITION and GET_LENGTH
2014-07-11 Rémi Denis-Courmontsmf: revector
2014-07-11 Rémi Denis-Courmontsmf: retain track start offset
2014-07-11 Rémi Denis-Courmontsmf: avoid arbitrarily long (PCR wise) Demux calls
2014-07-11 Rémi Denis-Courmontsmf: simplify usage of VLC_TS_0
2014-07-11 Rémi Denis-Courmontsmf: reorder code, no functional changes
2014-07-08 Rafaël CarréTS demux: set PCR for all programs
2014-07-08 Rafaël Carréts demux: fix no-ts-trust-pcr for MPTS
2014-07-07 Rémi Denis-Courmontrawvid: fix error handling
2014-07-04 Julien 'Lta' BALLETplaylist/directory.c: Add a warning message in case...
2014-07-02 Hugo Beauzée-LuyssenFix build when using C++11
2014-06-27 Tristan Matthewsdemux: mpc: use CLOCK_FREQ
2014-06-26 Francois Cartegniedemux: ts: apply pmt registration first (fix #11545)
2014-06-26 Francois Cartegniedemux: mp4: set block length
2014-06-26 Francois Cartegniedemux: mp4: move mfro size to libmp4
2014-06-24 Julien 'Lta' BALLETAdd a new playlist module whose job is to output pf_rea...
2014-06-14 Konstantinos Tsana... Fix libmod_plugin undefined __imp_ symbols building...
2014-06-11 Francois Cartegniedemux: mp4: rescrict atoms auto matching
2014-06-11 Francois Cartegniedemux: mp4: ignore SPU when setting PCR
2014-06-11 Francois Cartegniedemux: mp4: fix grouped compressed samples reading...
2014-06-10 Francois Cartegniedemux: mp4: add support for computer graphics meta...
2014-06-07 Francois Cartegniedemux: ts: BSSD: probe secondary PMT descriptor (fix...
2014-06-07 Francois Cartegniedemux: ts: add private data pmt descriptor info
2014-06-07 Francois Cartegniedemux: ts: add failed iod pid debug info
2014-06-07 Francois Cartegniedemux: ts: add simulcast descriptor info
2014-06-06 Francois Cartegniedemux: ts: fix IOD parsing (fix #11573)
2014-06-06 Francois Cartegniedemux: ts: add DESCRIPTOR_COUNT
2014-06-06 Francois Cartegniedemux: ts: fail early probing mpeg4 descriptor
2014-06-06 Francois Cartegniedemux: ts: fix comments/debug string
2014-06-06 Francois Cartegniedemux: mp4: fully read uncompressed samples (fix #11572)
2014-06-05 Francois Cartegniedemux: mp4: remove debug string
2014-06-05 Francois Cartegniedemux: mp4: unify and simplify samples reading
2014-06-05 Francois Cartegniedemux: mp4: don't duplicate vars
next