- 25 Aug, 2014 1 commit
-
-
Anton Khirnov authored
It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
-
- 13 Aug, 2014 1 commit
-
-
Andrew Stone authored
The only flags, for now, indicate if metadata was updated and are set after each call to av_read_frame(). This comes with the caveat that, on stream start, it might not be set properly as packets might be buffered in AVFormatContext.packet_buffer before being given to the user in av_read_frame(). Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Aug, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 30 Jul, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Allows to set a probesize >2G. Tested-by: Oliver Fromme
-
- 29 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
It should provide a quicker guess for elementary streams provided by http.
-
- 26 Jul, 2014 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 14 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
The AVStream.parser field is considered private and its location cannot be preserved while preserving also ABI compatibility to libav, as libav added fields before it. Some tools like ffmpeg.c access this field though Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jul, 2014 1 commit
-
-
Anton Khirnov authored
The callers should now set the stream timebase, not the codec one.
-
- 08 Jul, 2014 1 commit
-
-
Roman Savchenko authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 03 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
-
- 18 Jun, 2014 1 commit
-
-
Anton Khirnov authored
Previously, AVStream.codec.time_base was used for that purpose, which was quite confusing for the callers. This change also opens the path for removing AVStream.codec. The change in the lavf-mkv test is due to the native timebase (1/1000) being used instead of the default one (1/90000), so the packets are now sent to the crc muxer in the same order in which they are demuxed (previously some of them got reordered because of inexact timestamp conversion).
-
- 10 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 06 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 28 May, 2014 1 commit
-
-
Luca Barbato authored
Provide f_strict for avconv usage. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 26 May, 2014 1 commit
-
-
Michael Niedermayer authored
this way we can do better tha a single fixed constant value Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 May, 2014 1 commit
-
-
Michael Niedermayer authored
Currently probesize is cliped at 1mb before being used for format detection. Alternatively this cliping could be removed but this would then tie various things like stream analysis to the file detection. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2014 2 commits
-
-
Janne Grunau authored
-
Anton Khirnov authored
-
- 18 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 15 May, 2014 1 commit
-
-
Anton Khirnov authored
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
-
- 14 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 21 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3548 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
After this commit applications needs to call av_format_inject_global_side_data() or handle AVStream side data by some other means if they want it not to be lost. This fixes a API incompatibility with libav. libav API does not allow the data to be passed through AVPackets Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
This fixes replaygain handling in ffplay and probably other applications. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Apr, 2014 1 commit
-
-
Lukasz Marek authored
Provides API to query device capabilities. Each device must implement callbacks to benefit from this API. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- 03 Apr, 2014 1 commit
-
-
Roman Fietze authored
Use const pointers to AVPacket and AVStream. Signed-off-by:
Roman Fietze <roman.fietze@telemotive.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2014 1 commit
-
-
Anton Khirnov authored
-
- 12 Mar, 2014 1 commit
-
-
Fred Rothganger authored
For muxing, it accepts both 0 and AV_NOPTS_VALUE. For demuxing, it will present AV_NOPTS_VALUE when start_time_realtime is unknown. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Mar, 2014 1 commit
-
-
Anshul Maheshwari authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes issue2.ts Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames is too large but the correct one is constant Fixes issue1.m2ts Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Feb, 2014 2 commits
-
-
Diego Biurrun authored
@parblock is only supported in very recent Doxygen versions.
-
Diego Biurrun authored
-
- 16 Feb, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- 11 Feb, 2014 1 commit
-
-
Nicolas George authored
-