- Dec 03, 2012
-
-
Diego Biurrun authored
They share the same code, so building one w/o the other makes no sense.
-
- Nov 13, 2012
-
-
Luca Barbato authored
Simplifies usage but has higher latency.
-
- Nov 05, 2012
-
-
Diego Biurrun authored
-
- Oct 25, 2012
-
-
Luca Barbato authored
The code shared is not actually shared with anything else.
-
Luca Barbato authored
-
Luca Barbato authored
ff_raw_read_header is used only for this demuxer for video.
-
- Oct 16, 2012
-
-
Anton Khirnov authored
-
- Oct 15, 2012
-
-
Diego Biurrun authored
-
- Oct 12, 2012
-
-
Diego Biurrun authored
The table is so small that the space gain is not worth the performance overhead of cross-library access.
-
- Oct 09, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 01, 2012
-
-
Luca Barbato authored
-
- Sep 23, 2012
-
-
Samuel Pitoiset authored
-
- Sep 18, 2012
-
-
Martin Storsjö authored
This fixes stream copy from a format that already has incompatible codec tags set. The chained ismv muxer exports this same codec tag list, so set it on this one as well, to allow the caller (and lavf common code) to set them correctly. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Sep 12, 2012
-
-
Martin Storsjö authored
This muxer splits the output from the ismv muxer into individual files, in realtime. The same can also be done by the standalone tool ismindex, but this muxer is needed for doing it in realtime (especially for live streams that need extra handling for updating the lookahead fields in the fragment headers). Using this muxer, one can deliver live smooth streaming from a normal static file web server. (Using ismindex, one can deliver premade smooth streaming files from a static file web server, or prepare files for serving with IIS.) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Sep 09, 2012
-
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 29, 2012
-
-
Mans Rullgard authored
This enables replacing the -l and -L flags used to specify the just-built libraries when linking the tools and shared libs with non-standard syntaxes. System library flags are already handled by the filtering mechanism in configure. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Aug 09, 2012
-
-
Diego Biurrun authored
-
- Jul 25, 2012
-
-
Antti Seppälä authored
It should be possible to specify usernames in http requests containing urlencoded characters. This patch adds support for decoding the auth strings. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 23, 2012
-
-
Diego Biurrun authored
The ffrtmpcrypt protocol depends on external libraries, which are also required to compile the header file.
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 22, 2012
-
-
Mohamed Naufal Basheer authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- Jul 17, 2012
-
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 16, 2012
-
-
Samuel Pitoiset authored
The prefix makes it easier to distinguish the proper end-user protocols from the internal ones. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 13, 2012
-
-
Diego Biurrun authored
-
- Jul 12, 2012
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jun 26, 2012
-
-
Anton Khirnov authored
-
- Jun 18, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 17, 2012
-
-
Samuel Pitoiset authored
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPT protocol implementation uses rtmphttp:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 02, 2012
-
-
Jindrich Makovicka authored
This removes the dependency on adts.c internals, and simplifies adding other packetization formats. Signed-off-by:
Jindrich Makovicka <makovick@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 21, 2012
-
-
Diego Biurrun authored
libnut is unmaintained and known to be buggy; native NUT code exists.
-
- May 08, 2012
-
-
Luca Barbato authored
Signed-off-by:
Jordi Ortiz <nenjordi@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 07, 2012
-
-
Diego Biurrun authored
-
- Mar 26, 2012
-
-
Diego Biurrun authored
-
- Feb 23, 2012
-
-
Martin Storsjö authored
According to newer RFCs, this packetization scheme should only be used for interfacing with legacy systems. Implementing this packetization mode properly requires parsing the full H263 bitstream to find macroblock boundaries (and knowing their macroblock and gob numbers and motion vector predictors). This implementation tries to look for GOB headers (which can be inserted by using -ps <small number>), but if the GOBs aren't small enough to fit into the MTU, the packetizer blindly splits packets at any offset and claims it to be a GOB boundary (by using Mode A from the RFC). While not correct, this seems to work with some receivers. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 22, 2012
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Feb 14, 2012
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-