- 21 Jul, 2016 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 13 Apr, 2016 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Found-by: furq
-
- 10 Mar, 2016 1 commit
-
-
Michael Niedermayer authored
This is safer, as a selected demuxer could still mean that it was auto-detected by a user application Reviewed-previously-by:
Nicolas George <george@nsup.org> Reviewed-previously-by:
Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Feb, 2016 1 commit
-
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 24 Jan, 2016 1 commit
-
-
Kieran Kunhya authored
libquvi has not been updated since 2013. It also has a number of security issues.
-
- 22 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Dec, 2015 1 commit
-
-
Alex Agranovsky authored
This code is disabled by default so not to regress endpoints sending invalid MIME, but can be enabled via AVOption 'strict_mime_boundary' Signed-off-by:
Alex Agranovsky <alex@sighthound.com>
-
- 24 Nov, 2015 1 commit
-
-
Marton Balint authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 21 Aug, 2015 1 commit
-
-
- 14 Aug, 2015 2 commits
-
-
Stefano Sabatini authored
Consistently use impersonal form.
-
Stefano Sabatini authored
The description is yet crappy, it merely copies the description of the added and undocumented options and their value range. More descriptive documentation is welcome.
-
- 16 Jul, 2015 3 commits
-
-
Marton Balint authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 29 May, 2015 1 commit
-
-
Michael Niedermayer authored
Users have no means to find out from a failure how to make it work or is it preferred to check and print a warning for h264 concat without auto_convert ? Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 May, 2015 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Allows playback for the sample from ticket #4369 in less than 18 hours.
-
- 25 Nov, 2014 1 commit
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Sep, 2014 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 29 Apr, 2014 1 commit
-
-
Nicolas George authored
-
- 22 Apr, 2014 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 12 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2014 1 commit
-
-
Nicolas George authored
That makes the concat demuxer usable with MPEG-PS streams, even when the streams in the different parts are detected in different order.
-
- 06 Mar, 2014 1 commit
-
-
Andreas Cadhalpun authored
Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Sep, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 28 Aug, 2013 1 commit
-
-
Luca Barbato authored
And drop a typo from the previous FLV entry.
-
- 27 Aug, 2013 1 commit
-
-
Luca Barbato authored
-
- 10 Aug, 2013 1 commit
-
-
Bryce W. Harrington authored
The first sentence of each of the modified man pages are worded a bit awkwardly. These minor copy-edits should make them clearer. Signed-off-by:
Bryce Harrington <b.harrington@samsung.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 06 Aug, 2013 1 commit
-
-
Marton Balint authored
Changes since v1 of the patch: - enable option by default - add documentation - move up PTS override code after PES header parsing, to ensure we use the last PCR before the first packet of the teletext PES packet. The option overrides teletext packet PTS and DTS values with the timestamps calculated from the PCR of the first program which the teletext stream is part of and is not discarded. Using the same teletext PID for multiple programs is possible, therefore we need some kind of heuristics to know which program PCR we should synchronize to. Using the first non-discarded PCR pid among the programs of the teletext stream seemed like a good choice. The patch does not do PCR interpolation to estimate the PCR of the teltetext packet, it just uses the last PCR of the program, which may cause a slight error (0.1 sec) in the teletext packet pts-es. Based on a patch by Reimar Döffinger. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-September/131610.htmlSigned-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jul, 2013 1 commit
-
-
wm4 authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 May, 2013 1 commit
-
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2013 1 commit
-
-
Clément Bœsch authored
-
- 31 Mar, 2013 1 commit
-
-
Derek Buitenhuis authored
We used to use 'framerate' or 'frame rate' randomly. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 20 Mar, 2013 1 commit
-
-
Nicolas George authored
-
- 07 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 06 Mar, 2013 1 commit
-
-
Nicolas George authored
Address trac ticket #2319.
-
- 24 Feb, 2013 1 commit
-
-
Nicolas George authored
-
- 18 Feb, 2013 1 commit
-
-
Vicente Jimenez Aguilar authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
-
- 13 Feb, 2013 2 commits
-
-
Nicolas George authored
-
Nicolas George authored
-