]> git.sesse.net Git - vlc/history - modules/demux/mp4
Remove "pcm " pseudo-codec, synonymous with "araw"
[vlc] / modules / demux / mp4 /
2013-04-03 Jean-Baptiste KempfRevert "Revert "Correctly detect alac in mp4 properties""
2013-01-27 Frédéric Yhuellibmp4: small bug fix
2013-01-21 Frédéric Yhuellibmp4: minor bug fix
2013-01-20 Frédéric Yhuellibmp4: rewind stream before falling back to avformat
2012-12-05 Jean-Baptiste KempfMP4: enable debug with debug builds
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-29 Frédéric Yhuellibmp4: don't parse twice the file in MP4_BoxGetRoot
2012-10-19 Frédéric Yhueldemux/mp4: be less picky wrt VC-1 profiles we accept
2012-10-14 Rafaël Carrémp4 demux: fix crash
2012-10-12 Frédéric Yhueldemux/mp4: fix some memory leaks
2012-10-12 Frédéric Yhueldemux/mp4: rewrite MP4_BoxGetNextChunk()
2012-10-07 Frédéric Yhuelmp4: use vlc_fourcc_GetCodec()
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-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-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/mp4/
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-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-07-03 Christoph MiebachPsychadelic is just wrong
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-31 Frédéric Yhuellibmp4: 'trun' parsing: minor fixes
2012-05-24 Frédéric Yhueldemux/mp4: do not demux f4v files for now
2012-05-05 Rémi Denis-Courmontmp4: use strndup() where applicable
2012-04-18 Frédéric Yhuellibmp4: fix error in TfxdBoxUUID definition
2012-04-13 Jean-Baptiste KempfMP4: kill a warning for operator priority
2012-04-13 Frédéric Yhueldemux/mp4: move some stuff in the header file
2012-04-13 Frédéric Yhuellibmp4: add two functions for fragmented MP4
2012-04-10 Jean-Baptiste KempfMP4: code cosmetics
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-09 Jean-Baptiste Kempfmp4: reindent and regroup
2012-04-06 Jean-Baptiste KempfMP4: better debug message with VERBOSITY activated
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-29 John Freedadd commonly used ID3 genres to the list
2012-03-28 Frédéric Yhuellibmp4: move some stuff into the header file
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-23 Frédéric Yhuellibmp4: add TfrfBox and TfxdBox parsing
2012-03-23 Frédéric Yhuellibmp4: 'tfhd' parsing
2012-03-19 Rémi Denis-Courmontmp4: fix NULL dereference (should fix LP#936488)
2012-03-19 Frédéric Yhueldemux/mp4: remove a memset following a calloc
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-02-28 Rémi Denis-Courmontmp4: avoid shadowing variables
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-13 Gaurav NarulaMP4: Parse transformation matrix
2012-01-09 Jean-Baptiste KempfMP4: debug the Matrix parameters for the tkhd atom
2011-12-30 Jean-Baptiste Kempfmp4: fix typo
2011-12-18 Jean-Baptiste KempfMP4: cleanup
2011-12-18 Jean-Baptiste KempfMp4: fix stsz parsing
2011-12-14 Edward WangAdd title time in playback menus for MP4
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-27 Rémi Denis-CourmontReplace MD5 implementation with FSF LGPL'd one
2011-11-25 F. Yhueldemux/mp4: bug fix in trun atom parsing
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-10-04 Rémi Denis-CourmontMP4: use strcpsn() and check one malloc()
2011-09-12 Jean-Baptiste KempfMP4: fix a typo
2011-09-03 Rémi Duraffortmp4: fix printf formating
2011-08-28 Jean-Baptiste KempfMP4: support udta.name for track description
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-08-24 Jean-Baptiste Kempfmp4: remove duplicated declaration
2011-08-24 Jean-Baptiste Kempfmp4: don't use the VERBOSE mode by default
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.
2011-04-09 Rémi Denis-CourmontMP4: fix heap-based buffer overflow
next