]> git.sesse.net Git - vlc/history - modules/demux/mp4
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
[vlc] / modules / demux / mp4 /
2008-02-21 Damien Fouilleullibmp4: removed the 'France' option, who cares ?
2008-02-15 Rémi Denis-CourmontFix two more calloc-based denial of service in the...
2008-02-07 Rémi Denis-CourmontMP4: Fix heap-based buffer overflow (CORE-2008-0130)
2008-02-07 Rémi Denis-CourmontMemory allocation error check
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-12 Felix Paul Kühnemp4 demux: also add meta for 'Encoded by', 'URL', ...
2007-12-23 Pierre d'Herbemontmodules/demux/mp4/mp4.c: Fix an input_item memleak.
2007-12-20 Dennis van Amerongen* modules/demux/mp4/libmp4.c: spelling - uncompletetly...
2007-10-03 Rafaël Carrémp4 demuxer: don't try to print not printable characters.
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Laurent AimarFixed a bunch of warning because of stream_Peek change.
2007-07-20 Christophe MutricyFix some const.
2007-07-11 Pavlov KonstantinAllow playback of in24 little-endian or big-endian...
2007-06-29 Laurent AimarDo not display invalid fourcc for meta data atom.
2007-06-15 Laurent AimarAdded apple chapter support (used by HandBrake, close...
2007-05-31 Laurent AimarDo not use FIND_ANYWHERE for playlist.
2007-05-30 Laurent AimarEnsure that chapter names are utf8 (I failed to find...
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
2007-05-28 Felix Paul Kühne* revert the rewrite of MP4_GETSTRINGZ in the previous...
2007-05-27 Laurent AimarImplemented GPAC chapter support (but not apple ones).
2007-04-19 Gildas Bazin* modules/demux/mp4/*, modules/mux/mp4.c: add support...
2007-03-01 Damien Fouilleul- mp4 demux: support for iTunes/Quicktime META info
2007-02-27 Laurent AimarFixed wrong type used in mp4 parsing.
2007-02-25 Laurent AimarBunch of warning fixes.
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-01-14 Jean-Paul SamanRemove useless test i_chunk is uint32_t and cannot...
2007-01-14 Jean-Paul SamanRevert part of rev 18553 where p_track->i_chunk test...
2007-01-12 Jean-Paul SamanMake parenthesis explicite
2006-12-24 Clément StenacMore cleanup
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-27 Derk-Jan Hartman* mp4: fix memleak in mov ref. files handling
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontFix precompiler warning
2006-11-23 Derk-Jan Hartman* Fix playlist play of mp4 ref files.
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontDRMS: use Unicode Win32 API
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-09-30 Clément StenacMerge author/artist
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-08-29 Jean-Paul SamanFix compiler warnings about signed - unsigned compariss...
2006-08-25 Sam Hocevar * modules/demux/playlist/asx.c modules/demux/mp4...
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-31 Derk-Jan Hartman* Fix support for QT ref files. this close #700
2006-07-27 Clément StenacAdd --france / --no-france option to disable DRM playback.
2006-05-20 Jean-Paul SamanUse correct datatype
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontDon't use #ifdef + alloca() when we have something...
2006-04-29 Rémi Denis-CourmontSimplification assuming that sizeof(char) = 1
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-02 Derk-Jan Hartman* Force the UTF-8 encoding on mp4 text subtitles. ...
2006-04-02 Clément StenacDon't crash on null metas
2006-03-30 Rémi Denis-CourmontRemoves invalid UTF-8 byte sequences from meta data...
2006-03-29 Sam Hocevar * modules/demux/mp4/mp4.c: explicited debug message.
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Sam Hocevar * modules/demux/mp4/drms.c: mostly cosmetic changes.
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-13 Sam Hocevar * modules/demux/mp4/drms.c: cosmetic changes to some...
2006-02-13 Rémi Denis-CourmontFix windows build
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-01 Sam Hocevar * modules/demux/mp4: more explicit error messages...
2006-02-01 Sam Hocevar * modules/demux/mp4: added more comments and debug...
2006-01-23 Derk-Jan Hartman* Don't crash if the hdlr in a mov has no name.
2006-01-12 Antoine CellerierFSF address change.
2005-12-28 Jean-Paul SamanRemoved unused variables, this fixes some compiler...
2005-12-20 Derk-Jan HartmanSet original framesize on the spu format for nero vobsu...
2005-11-30 Gildas Bazin* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC...
2005-11-30 Gildas Bazin* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC...
2005-11-10 Gildas Bazin* modules/demux/mp4/mp4.c: fix some signed/unsigned...
2005-10-30 Gildas Bazin* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pix...
2005-10-09 Laurent Aimar * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing...
2005-10-06 Laurent Aimar * mp4: support for tx3g subtitle (close #332)
2005-10-02 Jean-Paul SamanProtect agains multiple includes
2005-10-02 Jean-Paul SamanThe include vlc_md5.h is in the include path and not...
2005-09-07 Derk-Jan Hartman * lengh -> length
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-07-25 Clément StenacFix compilation
2005-07-25 Gildas Bazin* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Gildas Bazin* modules/demux/mp4/mp4.c: fixed timestamping (PTS...
2005-06-02 Rémi Denis-CourmontDigest => DigestMD5
2005-06-01 Gildas Bazin* modules/demux/mp4/mp4.c: we don't need to re-packetiz...
2005-05-31 Rémi Denis-CourmontMD5 hash API - closes #135
2005-05-16 Gildas Bazin* modules/demux/mp4/mp4.c: fixed bug in PTS calculation.
2005-05-16 Gildas Bazin* modules/demux/mp4/mp4.c: fill-in frame rate info...
next