- 05 Jun, 2014 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 02 Jun, 2014 1 commit
-
-
François Cartegnie authored
things that does not belong to libmp4
-
- 31 May, 2014 2 commits
-
-
François Cartegnie authored
Adds a data order driven demuxer instead of trying to rearrange seek order. Re-enables fragmented files if fast-seekable.
-
François Cartegnie authored
So we can stop probing at some point.
-
- 27 May, 2014 1 commit
-
-
François Cartegnie authored
-
- 26 May, 2014 1 commit
-
-
François Cartegnie authored
-
- 20 May, 2014 2 commits
-
-
François Cartegnie authored
Fixes the false positive and fallback on avcodec with files having a mvex/trex but no fragments, and conforms to the spec.
-
François Cartegnie authored
-
- 08 Apr, 2014 2 commits
-
-
François Cartegnie authored
refs #11162
-
François Cartegnie authored
-
- 04 Apr, 2014 1 commit
-
-
François Cartegnie authored
-
- 26 Mar, 2014 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
Avoid naming confusion, because data is an atom itself.
-
- 25 Mar, 2014 1 commit
-
-
François Cartegnie authored
-
- 22 Oct, 2013 1 commit
-
-
Denis Charmet authored
-
- 05 Dec, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 13 Nov, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Re-license almost all the playback modules to LGPLv2.1+ with authorization from their respective contributors (230+) This includes: - access, codec, packetizers, demux - audio filters, audio mixers, audio output - video filters, video chroma, video output - text renderers - XML parser - ARM NEON and SSE2 optimisations (mostly for chromas and filters) Some modules are not concerned: - BDA and DShow access modules because Manol Manolov is AWOL - Real RTSP, because it is derived from Xine - x264 and t140 because they are encoders only - DLL Loader, because it is derived from MPlayer - DTS packetizer, because Jon Lech Johansen is AWOL - Shine and WMAfixed, because they are derived from Rockbox - Real demuxer, as it is derived from MPlayer and Wang Bo is AWOL - MPC demuxer, as Yavor Doganov is AWOL - Tivo demuxer, because it is derived from an MPlayer fork - Playlist demuxer, (WPL and ZPL parts missing), because suheaven is AWOL - iOS audio output and video display, because author refuses the license change - Equalizer and compressor, because Ronald Wright is AWOL - Mono, Headphone and Dolby, because author refuses the license change - hqdn3d and yadif, because they are from MPlayer/libavfilter - remoteosd, because it derives from RealVNC code - MMX optimisations, because Ollie Lho, from SiS, is AWOL - Rotate, because it depends on GPL motion Nota Bene: - Some modules depend on GPL-only libraries, a LGPL module does not mean that the resulting binary module will be LGPL. Libraries affected would include liba52, libdvdcss, libdvdnav, libdvdread, faad2, libdca, libmad, libmpeg2, libpostproc, SRC, sid, zvbi and probably others.
-
- 28 Sep, 2012 1 commit
-
-
Frédéric Yhuel authored
PacketSize == nBlockAlign attribute of WaveFormatEx structure. We also remove the AvgBytesPerSec attribute of the quality_level_t structure, since it is equal to the Bitrate attribute (divided per 8). This fixes streams done by Expression Encoder 4 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Sep, 2012 1 commit
-
-
Frédéric Yhuel authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Jul, 2012 2 commits
-
-
Frédéric Yhuel authored
also modify MP4_BoxGetNextChunk() so that a initialization segment which has been put between two chunks is properly handled. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
SmooBox is a very simple MP4 box, VLC specific, used only for the Smooth Streaming module to send information to the demux. SmooBox is actually a simplified moov box (we wanted to avoid the hassle of building a moov box at the stream_filter level). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Jun, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 31 May, 2012 1 commit
-
-
Frédéric Yhuel authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Apr, 2012 1 commit
-
-
Frédéric Yhuel authored
fix up d1c96eadSigned-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Apr, 2012 2 commits
-
-
Frédéric Yhuel authored
I need to include mp4_track_t definition in my Smooth Streaming module Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
- MP4_BoxGetInitFrag() - MP4_BoxGetNextChunk() Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Apr, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Ref #2882
-
- 06 Apr, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
We will get more and more of those samples soon...
-
- 28 Mar, 2012 1 commit
-
-
Frédéric Yhuel authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Mar, 2012 1 commit
-
-
Frédéric Yhuel authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Mar, 2012 2 commits
-
-
Frédéric Yhuel authored
These are Smooth Streaming specific boxes, which provide duration and time offset of subsequent(s) fragment(s), thus allowing us to avoid manifest polling in "live" mode. See the following file for reference: http://download.microsoft.com/download/B/0/B/B0B199DB-41E6-400F-90CD-C350D0C14A53/%5BMS-SSTR%5D.pdfSigned-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
- Take into account 'duration-is-empty' flag - Avoid a full level of indentation Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Mar, 2012 1 commit
-
-
F. Yhuel authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Mar, 2012 1 commit
-
-
Frédéric Yhuel authored
This is a DASH specific box. See [1] for its definition. It will probably be useful in a near future, and I will use it at a workaround to get fragment duration when tfhd and trun boxes don't give (default) sample duration(s). [1] http://www.3gpp.org/ftp/Inbox/LSs_from_external_bodies/ISO_IEC_JTC1_SG29_WG11/29n12310.zipSigned-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Dec, 2011 1 commit
-
-
Frédéric Yhuel authored
mfra atom contains two leaf atoms, 'tfra' and 'mfro'. The first one provides file offsets of the chunks in a isml file. mfra atom support will not help Smooth Streaming support in VLC (at least for the client part), but can be useful for other purposes, e.g. to enable VLC to play a "raw" isml file. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Nov, 2011 1 commit
-
-
Frédéric Yhuel authored
Atoms mvex, mehd, trex and sdtp are found at least in PIFF (isml) files. This a first step towards Smooth Streaming support in VLC. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Oct, 2011 1 commit
-
-
Laurent Aimar authored
This atom can store an optionnal aspect ratio.
-
- 28 Aug, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The atom names are like FOURCC, but they are not fourcc
-