- 23 Aug, 2019 1 commit
-
-
Marton Balint authored
The packet counting based approach caused excessive sdt/pat/pmt for VBR, so let's use a timestamp based approach instead similar to how we emit PCRs. SDT/PAT/PMT period should be consistent for both VBR and CBR from now on. Also change the type of sdt_period and pat_period to AV_OPT_TYPE_DURATION so no floating point math is necessary. Fixes ticket #3714. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 17 Mar, 2017 1 commit
-
-
Vittorio Giovara authored
This field is of little value, and interferes with testing side data, since sizes can be different on multiple architectures. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 09 Mar, 2017 1 commit
-
-
wm4 authored
-
- 24 Oct, 2016 2 commits
-
-
Rodger Combs authored
Reviewed-By:
Michael Niedermayer <michael@niedermayer.cc>
-
Rodger Combs authored
-
- 23 Sep, 2016 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Feb, 2016 1 commit
-
-
Stefano Sabatini authored
This allows to copy information related to the stream ID from the demuxer to the muxer, thus allowing for example to retain information related to synchronous and asynchronous KLV data packets. This information is used in the muxer when remuxing to distinguish the two kind of packets (if the information is lacking, data packets are considered synchronous). The fate reference changes are due to the use of av_packet_merge_side_data(), which increases the size of the output packet size, since side data is merged into the packet data.
-
- 06 Dec, 2015 1 commit
-
-
Timothy Gu authored
Fixes FATE failures on --enable-small builds. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Nov, 2015 1 commit
-
-
Marton Balint authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Marton Balint <cus@passwd.hu>
-