- 16 Jun, 2013 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
It is only used by network protocols.
-
- 27 Feb, 2013 1 commit
-
-
Martin Storsjö authored
The handling of the environment variable no_proxy, present since one of the initial commits (de6d9b64), is inconsistent with how many other applications and libraries interpret this variable. Its bare presence does not indicate that the use of proxies should be skipped, but it is some sort of pattern for hosts that does not need using a proxy (e.g. for a local network). As investigated by Rudolf Polzer, different libraries handle this in different ways, some supporting IP address masks, some supporting arbitrary globbing using *, some just checking that the pattern matches the end of the hostname without regard for whether it actually is the right domain or a domain that ends in the same string. This simple logic should be pretty similar to the logic used by lynx and curl. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Jan, 2013 1 commit
-
-
Reimar Döffinger authored
Followup to http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/151321 patch by Reimar and Thomas Mundt fixes some AVC-Intra files from different tickets. It does not fix http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket524/AVCI50.mov Authors of this commit are: Reimar and Thomas Mundt Patch and commit message mostly taken from ffmpeg-devel, mail by Carl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Dec, 2012 2 commits
-
-
Derek Buitenhuis authored
The "pts for a given stream" was nonsensical. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
The "pts for a given stream" was nonsensical. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 28 Nov, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 21 Nov, 2012 1 commit
-
-
Peter Ross authored
Reveiwed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2012 1 commit
-
-
Luca Barbato authored
Support multiple video/audio streams with different format in the same session. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 03 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2012 1 commit
-
-
Luca Barbato authored
-
- 21 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 20 Mar, 2012 2 commits
-
-
Anton Khirnov authored
There is no reason for it to be public, it's only meant to be used internally.
-
Anton Khirnov authored
The caller can achieve the same effect (i.e. getting raw unparsed/mangled packets) with av_read_frame() and AVFMT_FLAG_NOPARSE | AVFMT_FLAG_NOFILLIN
-
- 29 Feb, 2012 1 commit
-
-
Anton Khirnov authored
it will be useful for attached pictures in ID3v2
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Feb, 2012 1 commit
-
-
Anton Khirnov authored
Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
-
- 21 Dec, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 08 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes a crash with the sample from Ubuntu bug #869125.
-
- 28 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Specifically av_update_cur_dts(), av_seek_frame_binary() and av_gen_search(). They are not supposed to be called outside lavf.
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's used in libavdevice.
-
- 13 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 03 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 Jun, 2011 1 commit
-
-
Martin Storsjö authored
This helps catching cases where the format string doesn't match what is passed in, or injection bugs where user data is passed in as format string. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Jun, 2011 1 commit
-
-
Martin Storsjö authored
Options from the AVFormatContext can be read for modifying the generated SDP. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 May, 2011 1 commit
-
-
Martin Storsjö authored
-
- 29 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
It doesn't look very useful as a public function.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 1 commit
-
-
Martin Storsjö authored
This is shared by both applehttp demuxer and protocol. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Feb, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ae628ec1)
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 18 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit f6c7375a)
-
- 16 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Feb, 2011 1 commit
-
-
Anssi Hannula authored
It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3940caad)
-