- 18 Jul, 2015 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Can be used to fix Ticket3714 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Jul, 2015 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 07 Jul, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3957.
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 13 Apr, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #4194.
-
- 03 Apr, 2015 1 commit
-
-
Martin Storsjö authored
Make sure we don't buffer up more than max_delay worth of data before writing a PES packet, even if pes_payload_size is set to a larger value. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Feb, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #2220. Fixes ticket #4324.
-
- 24 Feb, 2015 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
use global headers to create SPS/PPS when they are available Fixes Ticket4248 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Feb, 2015 1 commit
-
-
Matt Oliver authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Feb, 2015 3 commits
-
-
Michael Niedermayer authored
This isnt safe due to AVOption accessing this field as int i just realized a moment after pushing This reverts commit 0935453e.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
dhead666 authored
This adds an option to set the service type in mpegts as defined in ETSI 300 468. I added what I believe are the most useful service types as pre defined values, the others can be sent by using their hexdecimal form directly (e.g. -mpegts_service_type digital_radio, -mpegts_service_type 0x07). I've been using this patch in order to pipe internet radio stream (originally as HLS/m3u8) from ffmpeg to tvheadend, when the service type set right tvheadend recognize the mpegts stream as a radio channel. The patch in its original form was written by linuxstb from freenode's hts channel which allowed me pushing it upstream. This close issue 4118. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Dec, 2014 1 commit
-
-
Martin Storsjö authored
If opening and closing dynamic buffers as AVIOContext, we may not have any AVIOContext available when wanting to close and deallocate the muxer. Allow calling write_trailer despite this. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Dec, 2014 3 commits
-
-
Florent Le Coz authored
As per the RFCs: http://tools.ietf.org/html/rfc3555#page-38 http://tools.ietf.org/html/rfc3003 CC: libav-stable@libav.org
-
Jean-Baptiste Mardelle authored
-
Fredrik Axelsson authored
Signed-off-by:
Fredrik Axelsson <fraxbe@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Nov, 2014 1 commit
-
-
dedicatedbroadcastsolutions authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2014 1 commit
-
-
Martin Storsjö authored
This avoids warnings about using the codec time base as time base hint. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Sep, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Aug, 2014 1 commit
-
-
Moritz Barsnick authored
The messages regarding the recommended use of bitstream filters are somewhat different. This also adds the ":v" stream specifier to "-bsf h264_mp4toannexb". Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Aug, 2014 1 commit
-
-
Luca Barbato authored
Prevent out of array writes. Similar to what Michael Niedermayer did to address the same issue. Bug-Id: CVE-2014-2263 CC: libav-stable@libav.org Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 12 Aug, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 10 Aug, 2014 1 commit
-
-
Nidhi Makhijani authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 Aug, 2014 1 commit
-
-
Diego Biurrun authored
-
- 07 Aug, 2014 9 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by:
Carl Eugen Hoyos <ce@hoyos.ws> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 05 Aug, 2014 1 commit
-
-
Femi Adeyemi-Ejeye authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 04 Aug, 2014 1 commit
-
-
Luca Barbato authored
The specification says the value is expressed in 10 bits including the 4-byte CRC.
-
- 03 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
there is flushing code in the avformat core that does this in a more controlled way. Fixes ticket2748 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-