]> git.sesse.net Git - vlc/history - modules/demux/mp4/mp4.c
demux: provide both URL and file path as with access
[vlc] / modules / demux / mp4 / mp4.c
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.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-03 Laurent AimarFixed a few .mov with mp3 audio (close #1794).
2008-08-02 Laurent AimarFixed mp4 apple chapter loading (close #1719)
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-28 Laurent AimarWorkaround buggy files without enabled tracks.
2008-07-28 Laurent AimarAdded a few missing object type id for mp4.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarRespect mp4 track enable flag.
2008-07-11 Christophe MutricyFix warning
2008-07-11 Christophe MutricyFix warnings
2008-07-03 Laurent AimarFixed MS ADPCM inside mov.
2008-07-03 Laurent AimarFixed playing of some .mov with raw audio.
2008-07-03 Laurent AimarFixed playing of some twos/sowt samples (close #1621)
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Pierre d'Herbemontmp4: Don't use playlist code.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-21 Rafaël CarréAdd support for MPEG2 FOURCCs in mp4 demuxer
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-26 Rémi Denis-CourmontMP4: do not nul time scale
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-11 Rafaël Carréexplicit control queries unsupported
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-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-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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 Christophe MutricyFix some const.
2007-07-11 Pavlov KonstantinAllow playback of in24 little-endian or big-endian...
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-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-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)
next