]> git.sesse.net Git - vlc/history - modules/demux/mp4/libmp4.c
demux/mp4: bug fix for files with 'moov' at the end
[vlc] / modules / demux / mp4 / libmp4.c
2012-09-28 Frédéric Yhueldemux/mp4: bug fix for files with 'moov' at the end
2012-09-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-21 Frédéric Yhueldemux/mp4: Add fragmented MP4 support
2012-07-29 Jean-Baptiste KempfMP4: kill a unused variable warning
2012-07-18 Frédéric Yhuellibmp4: Add function MP4_BoxGetSmooBox()
2012-07-18 Frédéric Yhuellibmp4: Parse StraBox and SmooBox
2012-06-13 Jean-Baptiste KempfMP4: support more Metadata tags
2012-06-13 Jean-Baptiste KempfMP4: fix trkn parsing and support totaltrack
2012-05-31 Frédéric Yhuellibmp4: 'trun' parsing: minor fixes
2012-05-05 Rémi Denis-Courmontmp4: use strndup() where applicable
2012-04-13 Jean-Baptiste KempfMP4: kill a warning for operator priority
2012-04-13 Frédéric Yhuellibmp4: add two functions for fragmented MP4
2012-04-10 Jean-Baptiste KempfMP4: fill the orientation flag in video_format_t
2012-04-10 Jean-Baptiste KempfMP4: remove trailing spaces
2012-04-09 Jean-Baptiste KempfMP4: be more picky wrt VC-1 profiles we accept
2012-04-06 Jean-Baptiste KempfMP4: better debug message with VERBOSITY activated
2012-04-06 Jean-Baptiste KempfSupport VC-1 in mp4, as muxed by L-Smash
2012-03-28 Frédéric Yhuellibmp4: move some stuff into the header file
2012-03-26 Frédéric Yhueldemux/mp4: drop DRMS support
2012-03-23 Frédéric Yhuellibmp4: add TfrfBox and TfxdBox parsing
2012-03-23 Frédéric Yhuellibmp4: 'tfhd' parsing
2012-03-19 F. Yhuellibmp4: fix 'mfhd' parsing
2012-03-16 Frédéric Yhuelmp4: add a warning
2012-03-16 Frédéric Yhueldemux/mp4: add parsing of sidx box
2012-01-13 Gaurav NarulaMP4: Parse transformation matrix
2012-01-09 Jean-Baptiste KempfMP4: debug the Matrix parameters for the tkhd atom
2011-12-18 Jean-Baptiste KempfMP4: cleanup
2011-12-18 Jean-Baptiste KempfMp4: fix stsz parsing
2011-12-01 Frédéric Yhueldemux/mp4: add parsing of mfra atom
2011-11-29 Frédéric Yhueldemux/mp4: add parsing of some atoms
2011-11-25 F. Yhueldemux/mp4: bug fix in trun atom parsing
2011-10-26 Laurent AimarAdded 'pasp' atom support to mp4/mov demuxer.
2011-10-04 Rémi Denis-CourmontMP4: use strcpsn() and check one malloc()
2011-09-03 Rémi Duraffortmp4: fix printf formating
2011-08-28 Jean-Baptiste KempfMP4: shut a warning
2011-08-28 Jean-Baptiste KempfMP4: Use defines instead of VLC_FOURCC
2011-08-28 Jean-Baptiste KempfMP4: FOURCC_* => ATOM_*
2011-08-28 Jean-Baptiste KempfMP4: code factorization and cleaning
2011-08-25 Jean-Baptiste Kempfmp4: correct support for name atom
2011-08-24 Jean-Baptiste Kempfmp4: support iods atom
2011-08-24 Jean-Baptiste Kempfmp4: improve debug and clean
2011-08-24 Jean-Baptiste Kempfmp4: reduce space in debug-tree
2011-08-24 Jean-Baptiste Kempfmp4: Macro => static inline
2011-08-24 Jean-Baptiste Kempfmp4: code alignment
2011-08-24 Jean-Baptiste Kempfmp4: ifdef debug under MP4_VERBOSE
2011-07-22 Luc Saillardadd support for parsing moof box in libmp4
2011-04-09 Rémi Denis-CourmontMP4: fix heap-based buffer overflow
2010-06-05 Rémi Denis-CourmontTypos
2010-05-25 Jean-Baptiste KempfMP4: support other annotation atoms (wrn, mak, mod...
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-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-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-03-20 Christophe MutricyAvoid integer overflow
2010-02-10 Rémi DuraffortUnused variable.
2010-02-06 Laurent AimarParsed enda atom in mp4 demuxer.
2009-09-15 Laurent AimarFixed potential stack overflow in mp4 demuxer.
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-04-22 Laurent AimarFixed cmov error handling avoid a later NULL pointer...
2009-02-17 Laurent AimarImproved ac3/eac3 support in mp4 (fix #2524).
2009-01-07 Laurent AimarAdded apple subtitle support to mov demuxer (close...
2008-11-29 Iain WadeDRM Video decryption
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-09-17 Rémi DuraffortDon't use FREENULL when that's not needed and don't...
2008-08-21 Laurent AimarFixed a few segfaults with broken mp4 files and fixed...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-29 Laurent AimarFixed #1220 (mp4 subtitle in mac encoding)
2008-07-05 Laurent AimarFixed ALAC. (close #633)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Ilkka Ollakkasmall rebert for i_length, enables to get meta itags...
2008-04-06 Jean-Baptiste KempfSupport for DVCPRO50 in .mov files. Patch by 'j' Close...
2008-03-26 Rémi Denis-CourmontFix memleak
2008-03-26 Rémi Denis-CourmontBunch of MP5 allocation failure checks
2008-03-16 Rémi Denis-CourmontHandle all memory errors in MP4 esds
2008-03-16 Rémi Denis-CourmontHandle memory errors in MP4 ctts - refs #1508
2008-03-16 Rémi Denis-CourmontCleanup MP4 ftyp
2008-03-16 Rémi Denis-CourmontHandle memory errors in MP4 stts - fixes #1502
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-03-02 Rémi Denis-CourmontFix (trunk-only) integer underflow in MP4 0xa9xxx box
2008-03-02 Rémi Denis-CourmontFix integer overflow in MP4 RDRF boxes
2008-03-02 Rémi Denis-CourmontFix memory leak in case of corrupt MP4 box
2008-03-01 Rémi Denis-CourmontSimplify.
2008-03-01 Rémi Denis-CourmontFix buffer overflow.
2008-03-01 Rémi Denis-CourmontFix calloc usage
2008-03-01 Rémi Denis-CourmontAnother malloc check
2008-03-01 Rémi Denis-CourmontCheck some malloc() failures - yes it can happen when...
2008-03-01 Rémi Denis-CourmontFix some brain-damaged calloc use
2008-03-01 Rémi Denis-CourmontMark the callback list as const
2008-03-01 Rémi Denis-CourmontFix a few warnings
2008-02-21 Damien Fouilleullibmp4: removed the 'France' option, who cares ?
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
next