- 16 Sep, 2011 8 commits
-
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 12 Sep, 2011 4 commits
-
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Michael Niedermayer authored
Fixes Ticket373 Thanks to llogan for testing Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Sep, 2011 5 commits
-
-
Ramiro Polla authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ramiro Polla authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ramiro Polla authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency.
-
Stefano Sabatini authored
The new API is more generic (no distinction between audio/video for pulling frames), and avoids code duplication. A backward compatibility layer is kept for avoiding tools ABI breaks (only for the video binary interface, audio interface was never used in the tools).
-
- 02 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Found-by: Ramiro Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Sep, 2011 1 commit
-
-
Reimar Döffinger authored
Fixes trac ticket #396. Completely untested. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 31 Aug, 2011 2 commits
-
-
Diego Biurrun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
- 21 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 20 Aug, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 15 Aug, 2011 2 commits
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
Anton Khirnov authored
Get rid of AVFormatParameters usage.
-
- 13 Aug, 2011 1 commit
-
-
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).
-
- 11 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
This input device is to be considered still experimental, only video output is supported.
-
- 10 Aug, 2011 1 commit
-
-
Clément Bœsch authored
This fixes the two following warnings: libavdevice/alsa-audio-dec.c:62:26: warning: unused variable ‘sw_params’ [-Wunused-variable] libavdevice/alsa-audio-dec.c:109:15: warning: unused variable ‘st’ [-Wunused-variable]
-
- 31 Jul, 2011 2 commits
-
-
Yu-Jie Lin authored
Draw the current grabbing region for indication. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Yu-Jie Lin authored
-follow_mouse centered|PIXELS move grabbing region to where mouse pointer at the center; or only move when pointer reaches within PIXELS to the edge. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 15 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 09 Jul, 2011 2 commits
-
-
Justin Ruggles authored
In testing, the file output plugin gave a max buffer size of about 20 million frames, which is way more than what is really needed and causes a memory allocation error on my system.
-
Justin Ruggles authored
buffer_size/4 is the value used by aplay. This fixes output to null devices, e.g. writing ALSA output to a file.
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 05 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 02 Jul, 2011 1 commit
-
-
Nicolas George authored
The PTS for captured audio was measured using snd_pcm_htimestamp. snd_pcm_htimestamp hangs when the input is a dsnoop plugin. Furthermore, at some point, snd_pcm_htimestamp started returning monotonic timestamps rather than wall clock timestamps, in most but not all situations. Monotonic timestamps are fine, but ffmpeg uses wall clock timestamps everywhere else, and we have no API to inform the user which kind of timestamps it is. A separate snd_pcm_htimestamp is only slightly less accurate than snd_pcm_htimestamp: the standard deviation for the difference between two consecutive timestamps is (on my hardware): - ~13 µs with snd_pcm_htimestamp; - ~35 µs with av_gettime; - ~5 µs with av_gettime and a timefilter.
-
- 01 Jul, 2011 2 commits
-
-
Nicolas George authored
period_size is in frames, while the demuxer assumed it was in bytes, resulting in short reads.
-
Jonathan Baldwin authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-