]> git.sesse.net Git - vlc/history - modules/demux/mp4/mp4.c
demux: mp4: split es setup
[vlc] / modules / demux / mp4 / mp4.c
2014-10-14 Francois Cartegniedemux: mp4: split es setup
2014-10-09 Francois Cartegniedemux: mp4: fix last chunk size computation (fix #12362)
2014-10-08 Francois Cartegniedemux: mp4: fix heap buffer ofw with zero chunk (fix...
2014-10-06 Francois Cartegniedemux: mp4: add WMV3/WMA2 in mov support
2014-09-29 Francois Cartegniedemux: mp4: fix naming of objectProfileIndication
2014-09-27 Francois Cartegniedemux: mp4: add boxdata and missing checks
2014-09-27 Francois Cartegniedemux: mp4: don't trust atom type processing stsd ...
2014-09-26 Francois Cartegniedemux: mp4: use new lang tables
2014-09-24 Francois Cartegniedemux: mp4: improve eof error
2014-09-24 Francois Cartegniedemux: mp4: add support for EIA-608 (fix #6775)
2014-09-24 Francois Cartegniedemux: mp4: factorize block reading/filtering
2014-09-22 Francois Cartegniedemux: mp4: fix heap buffer overflow (fix #12266)
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-08-30 Francois Cartegniedemux: mp4: do chan bitmap reordering (fix #12002)
2014-08-14 Francois Cartegniedemux: mp4: point to atom's position of base offset...
2014-08-09 Francois Cartegniedemux: mp4: add few nondefault box check
2014-07-18 Francois Cartegniedemux: mp4: switch to seekmode if non interleaved ...
2014-06-26 Francois Cartegniedemux: mp4: set block length
2014-06-26 Francois Cartegniedemux: mp4: move mfro size to libmp4
2014-06-11 Francois Cartegniedemux: mp4: ignore SPU when setting PCR
2014-06-11 Francois Cartegniedemux: mp4: fix grouped compressed samples reading...
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
2014-06-05 Francois Cartegniedemux: mp4: go forward on null sample
2014-06-05 Francois Cartegniedemux: mp4: fix stsd v2 reading
2014-06-02 Francois Cartegniedemux: mp4: split declarations
2014-06-02 Francois Cartegniedemux: mp4: don't parse data if trun is missing (cid...
2014-06-02 Francois Cartegniedemux: mp4: update PCR on seek
2014-05-31 Francois Cartegniedemux: mp4: add "Leaf" mode demuxer
2014-05-31 Francois Cartegniedemux: mp4: fix seek return value
2014-05-31 Francois Cartegniedemux: mp4: validate fragmentation after first moof
2014-05-31 Francois Cartegniedemux: mp4: export ContainerChildren instead of Contain...
2014-05-27 Francois Cartegniedemux: mp4: fix TRUN composition time signedness
2014-05-27 Francois Cartegniedemux: mp4: avoid overflow
2014-05-26 Francois Cartegniedemux: mp4: don't trust only timescale for rate
2014-05-26 Francois Cartegniedemux: mp4: fix wrong debug level
2014-05-26 Francois Cartegniedemux: mp4: use timescale as rate
2014-05-26 Francois Cartegniedemux: mp4: add missing sample count
2014-05-26 Francois Cartegniedemux: mp4: add stream_Tell helper
2014-05-26 Francois Cartegniedemux: mp4: add fragments tracking
2014-05-26 Francois Cartegniedemux: mp4: re-enable non fastseekable mp4
2014-05-26 Francois Cartegniedemux: mp4: set smooth as priv property
2014-05-24 Francois Cartegniedemux: mp4: add trex helper and box checks
2014-05-24 Francois Cartegniedemux: mp4: add shortcut for box data union
2014-05-20 Francois Cartegniedemux: mp4: check if fragments exists when seekable
2014-05-20 Francois Cartegniedemux: mp4: timescales are u32
2014-04-29 Francois Cartegniedemux: mp4: fix debug string
2014-04-29 Francois Cartegniedemux: mp4: fix qt1 overflow check
2014-04-24 Rémi Denis-Courmontmp4: dead code
2014-04-23 Francois Cartegniedemux: mp4: rename GetTrack->GetTrackByID
2014-04-17 Francois Cartegniedemux: mp4: trex duration is already scaled
2014-04-14 Francois Cartegniedemux: mp4: fix mdat box reading
2014-04-14 Francois Cartegniedemux: mp4: read fragmented movie duration
2014-04-14 Francois Cartegniedemux: mp4: fix sample size signedness
2014-04-14 Francois Cartegniedemux: mp4: read samples duration from trex
2014-04-14 Francois Cartegniedemux: mp4: really read u32 sizes
2014-04-13 John Stebbinsdemux: mp4: unbreak vobsub playback and read vobsub...
2014-04-09 Francois Cartegniedemux: mp4: rewrite stts/ctts processing
2014-04-08 Francois Cartegniedemux: read chunk if pos + sample size > target (fix...
2014-04-08 Francois Cartegniedemux: mp4 fix memory corruption on CTTS indexes
2014-04-08 Francois Cartegniedemux: mp4: fix memory corruption on STTS indexes ...
2014-04-06 Tim Walkermp4: support 'hev1' sample entry name for HEVC.
2014-04-04 Felix AbecassisRevert "MP4 demux: only set fragmented flag if filecont...
2014-04-04 Francois Cartegniedemux: mp4: use define for block size
2014-04-04 Francois Cartegniedemux: mp4: use CLOCK_FREQ
2014-04-03 Francois Cartegniedemux: mp4: handle in sample text encoding (fix #11137)
2014-04-02 Francois Cartegniedemux: mp4: fix condition
2014-03-26 Francois CartegnieRevert "demux: mp4: fix fallback on PAR"
2014-03-26 Francois Cartegniedemux: mp4: fix fallback on PAR (fix #11075)
2014-03-26 Francois Cartegniedemux: mp4: read covr atoms (fix #8091)
2014-03-26 Francois Cartegniedemux: mp4: rename union data pointer.
2014-03-25 Francois Cartegniedemux: mp4: add support for tx3g (fix #8305)
2014-03-22 Francois Cartegniedemux: mp4: don't seek on current position
2014-03-22 Francois Cartegniedemux: mp4: don't read jumbo chunks at once (fix #7150)
2014-03-16 Francois Cartegniedemux: mp4: don't disable all referenced tracks (fix...
2014-03-12 Francois Cartegniedemux: mp4: fix memleak
2014-03-07 Matthias KeiserMP4 demux: only set fragmented flag if filecontains...
2014-02-15 Jean-Paul SamanRevert "demuxers: adjust es_out_Control( out, ES_OUT_GE...
2014-02-15 Jean-Paul Samandemuxers: adjust es_out_Control( out, ES_OUT_GET_ES_STA...
2014-02-06 Jean-Baptiste KempfMP4: map Director metadata
2013-12-23 Jean-Baptiste KempfMP4: support in32 FourCC as a type
2013-12-15 Rémi Duraffortmp4: fix memory leak
2013-12-13 Maxim BublisVLC_FOURCC replaced with VLC_CODEC_* values
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-10-22 Denis CharmetAdd HEVC support in MP4
2013-08-20 Jean-Baptiste KempfMP4: do not set total tracks to 0
2013-08-09 Jean-Baptiste KempfMP4: fix variable size leading to Out-of-bound access
2013-08-09 Rémi DuraffortFix use of uninitialized variable (cid #1049012)
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049612)
2013-06-17 Jean-Baptiste Kempfmp4: be more restrictive for samplerate
2013-04-16 Rémi Denis-Courmontmp4: correct language code value interpretation
2013-04-03 Jean-Baptiste KempfRevert "Revert "Correctly detect alac in mp4 properties""
2012-12-04 Jean-Baptiste KempfRevert "Correctly detect alac in mp4 properties"
2012-12-04 Jean-Baptiste KempfMP4: check more i_timescale values to avoid Division...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-14 Rafaël Carrémp4 demux: fix crash
next