- 19 May, 2017 1 commit
-
-
Filip Roséen authored
The entries within p_sys->attachments are of course allocated with vlc_input_attachment_New, meaning that they shall be released using the corresponding vlc_input_attachment_Delete. fixes: #18288 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Apr, 2017 1 commit
-
-
François Cartegnie authored
-
- 11 Apr, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 24 Feb, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
we might want to override timestamps, not just deal with video pts
-
- 22 Feb, 2017 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Some parameters are not correctly updated (ex: AAC rate/channels) when reading from deprecated AVContext
-
- 01 Nov, 2016 1 commit
-
-
Filip Roséen authored
av_read_frame expects 0 to be returned on end-of-file, and negative values are reserved for fatal stream-errors. The previous implementation would return -1 upon EOF (vlc_stream_Read returning 0), causing premature EOF from modules/demux/avformat/demux.c:Demux. These changes make sure that we honor the contract associated with the read-callback, and that we only return -1 if there is a fatal error. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 05 Aug, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jul, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Jul, 2016 1 commit
-
-
François Cartegnie authored
refs #17174 Same issue as raw HEVC, no timestamps output so no PCR, and PCR can't be set by packetizer.
-
- 18 Jun, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Feb, 2016 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Jan, 2016 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Dec, 2015 1 commit
-
-
François Cartegnie authored
no pkt dts/pts, so no pcr. Just demuxes at max cpu/speed.
-
- 18 Nov, 2015 1 commit
-
-
François Cartegnie authored
As mentioned by documentation "It may be freed and replaced with a new buffer by libavformat." " AVIOContext.buffer holds the buffer currently in use"
-
- 31 Oct, 2015 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 20 Oct, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Oct, 2015 1 commit
-
-
Thomas Guillem authored
-
- 03 Oct, 2015 1 commit
-
-
Ilkka Ollakka authored
-
- 28 Aug, 2015 2 commits
-
-
Rémi Denis-Courmont authored
avformat needs nul padding after the probe data.
-
Rémi Denis-Courmont authored
-
- 27 Aug, 2015 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Aug, 2015 1 commit
-
-
Thomas Guillem authored
-
- 21 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Oct, 2014 1 commit
-
-
Rémi Denis-Courmont authored
This seems necessary to maintain the mapping of libav's packet stream index to the VLC plugin's tracks table offset.
-
- 02 Oct, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 09 Aug, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 Jul, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 May, 2014 2 commits
-
-
Luca Barbato authored
Support stream side data only Close #11473 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 02 May, 2014 1 commit
-
-
François Cartegnie authored
No code comments: no clue. But mp4 needs clockwise.
-
- 18 Feb, 2014 1 commit
-
-
Matthias Keiser authored
Notably for mp4 Ref #2882
-
- 07 Feb, 2014 1 commit
-
-
Daniel Verkamp authored
Fixes Bink video playback. The Bink video decoder in libavcodec relies on the fourcc to determine the version of the codec. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Jan, 2014 1 commit
-
-
Rafaël Carré authored
-
- 29 Dec, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Dec, 2013 1 commit
-
-
Rafaël Carré authored
-