- 15 Aug, 2011 4 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Marton Balint authored
Since SDL has no audio buffer fullness info, one can get a much precise audio clock based on the last time of the audio callback and the elapsed time since. To achieve this I introduced the audio_current_pts and audio_current_pts_drift variables (similar to video_current_pts and video_current_pts_drift) and calculate them in the end of the audio callback, when VideoState->audio_clock is already updated. The reference time I use is from the start of the audio callback, because this way the amount of time used for audio decoding is not interfereing with calculation. I also replaced the audio_write_get_buf_size function with a calculated variable because when the audio frame decoding is in progress audio_buf_size and audio_buf_index are not stable, so using them from other threads are not a good idea. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 Aug, 2011 18 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: aacenc: Fix number of coefficients used in a LFE channel. aacenc: Fix a segfault with grouped psymodel. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
The previous default value 0x0 was not good, since it is not even valid.
-
Stefano Sabatini authored
In apply_unsharp(), when y is >= height, prevent out-of-buffer reading from src, read from the last buffer line in src2 instead. The check was implemented in the original unsharp libmpcodecs code and lost in the port. This also fixes output discrepancy between the two filters.
-
Stefano Sabatini authored
The delogo filter has been natively integrated into libavfilter, simplify.
-
Stefano Sabatini authored
The ported filter supports named option parsing and more YUV formats.
-
Mina Nagy Zaki authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Mina Nagy Zaki authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Nathan Caldwell authored
The spec states: * Only the lowest 12 spectral coefficients of any LFE may be non-zero We were using the 12 lowest *bands*.
-
Nathan Caldwell authored
10l: Forgot about TYPE_LFE being after TYPE_CPE. Which causes a segfault when encoding 5.1
-
Stefano Sabatini authored
Allow to cache more than one frame (e.g. for filters which return more than one frame when avfilter_request_frame() is called on them), and do not discard previously cached frames when a new one is added.
-
- 13 Aug, 2011 18 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The new function provides a more flexible interface for peeking at a FIFO buffer data.
-
Stefano Sabatini authored
In lavfi_read_header(), use the pad index designated in the inout for linking an output to a sink, rather than always 0. Fix link creation for filters with more than one output (e.g. the split filter).
-
Reimar Döffinger authored
Custom PAR num/denum are coded -1. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
FFmpeg writes data_size as AU_UNKNOWN_SIZE, make demuxer not fail when data_size is set to this value. Should fix trac issue #394. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Michael Niedermayer authored
* qatar/master: swscale: add dithering to yuv2yuvX_altivec_real rv34: free+allocate buffer instead of reallocating it to preserve alignment h264: add missing brackets. swscale: use 15-bit intermediates for 9/10-bit scaling. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
Clément Bœsch authored
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
Robert Krüger authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Also drop obfuscating CHROMA_WIDTH/HEIGHT macros.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
More consistent with the original libmpcodecs code, and the name "unsharpen" was confusing.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-