- 30 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Jul, 2017 2 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Technically it could be set to 0 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Jul, 2017 2 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
We require libavformat >= 57 now. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Jul, 2017 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Jun, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 17 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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>
-
- 07 Sep, 2016 1 commit
-
-
Rafaël Carré authored
-
- 08 Aug, 2016 2 commits
-
-
Steve Lhomme authored
In FFmpeg a call to avformat_write_header() then avio_flush() doesn't necessarily write the data to the IO so our b_write_header detection never sees anything. We can rely on the new write system that tells what kind of data that is being written. This fixes multiple connections on the HTTP server when using the FFmpeg muxer. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 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
-
- 26 Feb, 2016 2 commits
-
-
Jean-Baptiste Kempf authored
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 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.
-
- 26 Nov, 2015 1 commit
-
-
Steve Lhomme authored
&p_input->fmt == p_input->p_fmt Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 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 2 commits
-
-
Ilkka Ollakka authored
-
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
-