- 14 Apr, 2020 7 commits
-
-
Andreas Rheinhardt authored
The only difference of the currently used write_packet()-function to ff_raw_write_packet() is that the former also counts the number of frames. Yet doing so in the muxer itself is unnecessary as this is already done generically in write_packet() in libavformat/mux.c. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
as has happened with flac_picture.o and the Matroska demuxer. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
These muxers don't depend on the WebM Chunk or the WebM DASH Manifest muxers. Furthermore, remove some #if checks in webm_chunk.c and webmdashenc.c. They are always true now that webm_chunk.c and webmdashenc.c are only compiled when their corresponding muxers are enabled. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
It does not use anything from libavformat/matroska.c. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
The webm_chunk muxer requires the WebM muxer, yet it does not directly require anything from libavformat/matroska.c (it does not even include the corresponding header). So remove the dependency from the Makefile and add a _select to configure. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 12 Apr, 2020 1 commit
-
-
Andreas Rheinhardt authored
Forgotten in ab502fab. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 17 Mar, 2020 3 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 09 Mar, 2020 2 commits
-
-
Andriy Gelman authored
Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Signed-off-by:
Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Zane van Iperen authored
Signed-off-by:
Zane van Iperen <zane@zanevaniperen.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Feb, 2020 1 commit
-
-
Zane van Iperen authored
Adds support for the APM file format used by Ubisoft's Rayman 2. Signed-off-by:
Zane van Iperen <zane@zanevaniperen.com>
-
- 15 Feb, 2020 1 commit
-
-
Marton Balint authored
Properly fixes ticket #7816. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 06 Feb, 2020 1 commit
-
-
Zane van Iperen authored
Adds support for the custom VAG container used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. Signed-off-by:
Zane van Iperen <zane@zanevaniperen.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Jan, 2020 1 commit
-
-
Zane van Iperen authored
Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Can also handle the sample files in: https://samples.ffmpeg.org/game-formats/brender/part2.zipSigned-off-by:
Zane van Iperen <zane@zanevaniperen.com>
-
- 17 Nov, 2019 1 commit
-
-
Carl Eugen Hoyos authored
Mentioned in ticket #8378.
-
- 13 Nov, 2019 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 04 Nov, 2019 3 commits
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com>
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com>
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com>
-
- 13 Oct, 2019 1 commit
-
-
Andreas Rheinhardt authored
Forgotten in 6390f52a. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Sep, 2019 1 commit
-
-
Moritz Barsnick authored
Implemented as a variant of the hash muxer, reusing most functions, and making use of the previously introduced array of hashes. Signed-off-by:
Moritz Barsnick <barsnick@gmx.net> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Sep, 2019 1 commit
-
-
Andriy Gelman authored
When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address. An alternative was to stream to a server which re-distributes the content. This commit adds ZeroMQ as a protocol, which allows multiple clients to connect to a single ffmpeg instance. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 21 Jun, 2019 1 commit
-
-
Swaraj Hota authored
Fixes ticket #2956. Signed-off-by:
Swaraj Hota <swarajhota353@gmail.com> Signed-off-by:
Peter Ross <pross@xvid.org>
-
- 20 May, 2019 1 commit
-
-
Baptiste Coudurier authored
-
- 07 Apr, 2019 1 commit
-
-
Carl Eugen Hoyos authored
-
- 15 Jan, 2019 1 commit
-
-
Paul B Mahol authored
-
- 20 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 10 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 27 Nov, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
-
- 24 Nov, 2018 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 26 Oct, 2018 1 commit
-
-
Cameron Cawley authored
Signed-off-by:
Cameron Cawley <ccawley2011@gmail.com>
-
- 13 Oct, 2018 1 commit
-
-
Paul B Mahol authored
-
- 03 Oct, 2018 2 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 12 Sep, 2018 3 commits
-
-
hwren authored
Signed-off-by:
hwren <hwrenx@126.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
This reverts commit 1e20ed43.
-
Steven Liu authored
Signed-off-by:
hwren <hwrenx@126.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-