]> git.sesse.net Git - vlc/history - modules/demux/mp4/mp4.c
Fix corrupted rendering of EIA-608 captions
[vlc] / modules / demux / mp4 / mp4.c
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
2012-10-12 Frédéric Yhueldemux/mp4: fix some memory leaks
2012-10-07 Frédéric Yhuelmp4: use vlc_fourcc_GetCodec()
2012-09-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-26 Frédéric YhuelSmooth Streaming: play streams with no video (or audio...
2012-09-24 Frédéric Yhueldemux/mp4: fix PTS computation
2012-09-21 Frédéric Yhueldemux/mp4: Add fragmented MP4 support
2012-08-31 Ludovic Fauvetmp4: fix flawed logic (close #7058)
2012-08-03 Jean-Baptiste KempfMP4: be more tolerant with broken files from Fuji cameras
2012-06-13 Frédéric Yhueldemux/mp4: fix typo
2012-06-13 Jean-Baptiste KempfMP4: support more Metadata tags
2012-06-13 Jean-Baptiste KempfMP4: fix trkn parsing and support totaltrack
2012-05-24 Frédéric Yhueldemux/mp4: do not demux f4v files for now
2012-04-13 Frédéric Yhueldemux/mp4: move some stuff in the header file
2012-04-10 Jean-Baptiste KempfMP4: code cosmetics
2012-04-10 Jean-Baptiste KempfMP4: fill the orientation flag in video_format_t
2012-04-09 Jean-Baptiste Kempfmp4: reindent and regroup
2012-04-06 Jean-Baptiste KempfMP4: better debug message when FOURCC not recognized
2012-04-06 Jean-Baptiste KempfSupport VC-1 in mp4, as muxed by L-Smash
2012-04-05 Jean-Baptiste KempfCorrectly detect alac in mp4 properties
2012-04-05 Jean-Baptiste KempfMP4: more fourcc replacements
2012-04-05 Jean-Baptiste Kempfmp4: replace some fourcc by VLC_CODEC_
2012-04-05 Jean-Baptiste KempfFix vorbis in mp4 sample
2012-03-27 Jean-Baptiste KempfMP4: support for more codecs in mp4
2012-03-27 Jean-Baptiste KempfMP4: support DTS in ObjectTypeIndication
2012-03-26 Frédéric Yhueldemux/mp4: drop DRMS support
2012-03-19 Frédéric Yhueldemux/mp4: remove a memset following a calloc
2012-02-28 Rémi Denis-Courmontmp4: avoid shadowing variables
2011-12-30 Jean-Baptiste Kempfmp4: fix typo
2011-12-14 Edward WangAdd title time in playback menus for MP4
2011-11-29 Frédéric Yhueldemux/mp4: add parsing of some atoms
2011-10-30 Jean-Baptiste Kempfmp4: kill warning about sign
2011-10-26 Laurent AimarAdded 'pasp' atom support to mp4/mov demuxer.
2011-10-26 Laurent AimarFixed support of mov/mp4 with fixed video samples size.
2011-08-28 Jean-Baptiste KempfMP4: support udta.name for track description
2011-08-28 Jean-Baptiste KempfMP4: FOURCC_* => ATOM_*
2011-08-28 Jean-Baptiste KempfMP4: code factorization and cleaning
2011-07-22 Luc Saillardadd support for parsing moof box in libmp4
2011-07-12 Jean-Baptiste KempfMore debug info about filetype
2011-07-11 Jean-Baptiste KempfMP4: recognize 3gp4 brand in debug
2011-07-11 Jean-Baptiste KempfMP4: do not warn about unsupported control query
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-25 Laurent AimarAdded support for 'lpcm' in mov files.
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-10-31 Laurent AimarUsed char [size] instead of char * in mp4.c for the...
2010-08-04 Ilkka Ollakkamp4: require can_fastseek for mp4-demuxer
2010-07-19 Rémi Denis-CourmontMP4: do not depend on id3tag plugin
2010-07-18 Hugo Beauzée-Luyssenmp4: Cosmetic.
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-14 Ilkka Ollakkamp4: set amr-nb samplerate to 8000, as it's only valid one
2010-06-05 Rémi Denis-CourmontTypos
2010-05-25 Jean-Baptiste KempfMP4: update Copyright
2010-05-25 Jean-Baptiste KempfMP4: support other annotation atoms (wrn, mak, mod...
2010-05-25 Jean-Baptiste KempfMP4: support numerous unusual metadata as extra_metadata
2010-05-25 Jean-Baptiste KempfMP4: Recognize \xa9wrt
2010-05-25 Jean-Baptiste KempfMP4: support for the \xa9too atom
2010-05-23 Jean-Baptiste KempfMP4: fix off-by-one genre metadata reading
2010-05-20 Jai MenonMP4/MOV Demuxer : set audio track samplesize correctly...
2010-05-18 Jean-Baptiste KempfMP4: small cosmetics fixes
2010-05-18 Jean-Baptiste KempfMP4: support for trkn atom
2010-05-18 Jean-Baptiste KempfMP4: support for gnre atom
2010-04-11 Laurent AimarFixed some mp4/mov with ac3 audio tracks.
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-02-19 Laurent AimarFixed seeking on a sample described by the last STSS...
2010-02-11 Laurent AimarRemoved debug left-over in mp4 demuxer.
2010-02-10 Rémi DuraffortUse calloc.
2010-02-06 Laurent AimarProperly used enda atom in mp4 demuxer (close #2692).
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2009-12-23 Ilkka Ollakkamp4: fix sar_num calculation
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in MP4.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-10-13 Laurent AimarCosmetic.
2009-10-13 Hugo Beauzee-LuyssenImplementing MP4 DEMUX_GET_FPS control query
2009-10-13 Laurent AimarFixed ES frame rate estimation in mp4 file.
2009-10-10 Rémi DuraffortFix potential object leak.
2009-10-10 Rémi Duraffortmp4: fix potential memleak.
2009-08-31 Pierre YnardWinCE: remove useless define
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-19 Jean-Baptiste KempfMP4: kill a warning
2009-07-15 Rémi DuraffortFix dead assignement.
2009-03-29 Sébastien Escudiertypos
2009-02-17 Laurent AimarImproved ac3/eac3 support in mp4 (fix #2524).
2009-02-01 Laurent AimarChanged vlc_meta_SetTracknum to *Num for consistency.
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-07 Laurent AimarAdded apple subtitle support to mov demuxer (close...
2008-12-04 Laurent AimarFixed mp4 for audio stream that need alignment (qcelp...
2008-11-29 Iain WadeDRM Video decryption
2008-11-22 Laurent AimarLet input_item_AddSubItem set the playlist flags.
2008-11-22 Laurent AimarDo not recreate the decoder when unneeded (mp4).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-09-24 Rémi DuraffortAvoid a malloc(0)
2008-08-28 Laurent AimarFixed a potential division by 0 in mp4 demuxer.
2008-08-21 Laurent AimarCheck a few mp4 mallocs.
next