- 24 Sep, 2011 1 commit
-
-
Diego Biurrun authored
-
- 21 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Fixes compile with next lavc major.
-
- 18 Sep, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Bug found and analysed by skierpage.
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Sep, 2011 12 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
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>
-
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
-