- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jul, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 26 Jun, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
-
- 13 Jun, 2012 2 commits
-
-
Anton Khirnov authored
It will allow adding new fields to it without ABI breaks.
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
- 05 Jun, 2012 2 commits
-
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
It is only useful inside filters and we don't allow user filters for now.
-
- 25 Dec, 2011 2 commits
-
-
Stefano Sabatini authored
avfilter_copy_frame_props() avoids code duplication and increases robustness.
-
Stefano Sabatini authored
The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
-
- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Sep, 2011 1 commit
-
-
Anton Khirnov authored
It's a hack which was created to allow for multiple options with different defaults to refer to same field (e.g. 'b' vs 'ab'). There is no need for it anymore.
-
- 10 Jul, 2011 2 commits
-
-
Anton Khirnov authored
It supports passing options to codecs.
-
Anton Khirnov authored
Adds support for decoder-private options and makes setting other options simpler.
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate the last remaining member of AVFormatParameters.
-
- 31 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 10 May, 2011 1 commit
-
-
Anton Khirnov authored
This breaks API and ABI.
-
- 26 Apr, 2011 2 commits
-
-
royger authored
Signed-off-by:
Roger Pau Monné <roger.pau@entel.upc.edu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Also set movie->picref to NULL, in order to avoid a crash in uninit() when movie->picref is unreffed again and it was already freed. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 08 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-