- 28 Jun, 2012 5 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This was never true for FFmpeg in this form. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 27 Jun, 2012 1 commit
-
-
Martin Storsjö authored
Based on an original patch by Stephen D'Angelo <SDAngelo@evertz.com>. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Jun, 2012 3 commits
-
-
Gavin Kinsey authored
Free packets unconditionally after demuxing, and not only when the packets belong to a given stream. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Gavin Kinsey authored
Update the video filtering example program based on the audio one. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()).
-
- 25 Jun, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 24 Jun, 2012 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 22 Jun, 2012 4 commits
-
-
Alex Converse authored
Inspired by MPlayer's af_channels filter and SoX's remix effect.
-
Anton Khirnov authored
It joins multiple input streams into one multi-channel output.
-
Anton Khirnov authored
This breaks libavfilter ABI.
-
Mans Rullgard authored
This function implements a delay using the first available of the following functions: - nanosleep() - usleep() - Sleep() (Windows) The conditional #includes in time.c are simplified by including unistd.h and windows.h whenever they are available rather than having these lines triggered by specific functions. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jun, 2012 6 commits
-
-
Lou Logan authored
-same_quant is not designed to convert between quantizer scales, AFAIK. Add example using concat protocol. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 20 Jun, 2012 3 commits
-
-
Kostya Shishkov authored
-
Lou Logan authored
libx264-max.ffpreset is no longer with us. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
- 19 Jun, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 18 Jun, 2012 6 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The library is 3-clause BSD licensed. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Add a new option 'rtmp_flush_interval' that allows specifying the number of packets to write before sending it off as a HTTP request. This is mostly relevant for RTMPT - for plain RTMP, it only controls how often we check the socket for incoming packets, which shouldn't affect the performance in any noticeable way. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
John Stebbins authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Nicolas George authored
-
Nicolas George authored
-
- 17 Jun, 2012 4 commits
-
-
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>
-
Diego Biurrun authored
-
Clément Bœsch authored
-
Pavel Koshevoy authored
Add atempo audio filter for adjusting audio tempo without affecting pitch. This filter implements WSOLA algorithm with fast cross correlation calculation in frequency domain. Signed-off-by:
Pavel Koshevoy <pavel@homestead.aragog.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 15 Jun, 2012 3 commits
-
-
Stefano Sabatini authored
This filter changes the number of samples on single output operation. Based on a patch by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Frei0r recently changed website host.
-