- 01 Jul, 2011 1 commit
-
-
Reinhard Tartler authored
We have now switched to http://bugzilla.libav.org.
-
- 29 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jun, 2011 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Jun, 2011 1 commit
-
-
Reinhard Tartler authored
-
- 19 Jun, 2011 1 commit
-
-
Reinhard Tartler authored
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 10 Jun, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
-
- 07 Jun, 2011 2 commits
-
-
Justin Ruggles authored
-
Stefano Sabatini authored
Deprecate av_get_bits_per_sample_fmt(), which was a misnamed function. For the moment we don't have sample formats with a non-integer number of bytes, in that case we may need to create a new av_get_bits_per_sample() function. In the meanwhile we prefer to adopt this variant, since avoids divisions by 8 all over the place.
-
- 05 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 May, 2011 3 commits
-
-
Ronald S. Bultje authored
-
Stefano Sabatini authored
Also deprecate avcodec_get_pix_fmt_name() in its favor. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Alok Ahuja authored
Create a stereo_mode metadata tag to specify the stereo 3d video layout using the StereoMode tag in a matroska/webm video track.
-
- 27 May, 2011 2 commits
-
-
Justin Ruggles authored
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
-
Diego Biurrun authored
-
- 26 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 25 May, 2011 3 commits
-
-
Stefano Sabatini authored
Having a separate section for audio encoders simplifies navigation and is slightly more consistent with the rest of the manual. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Alex Converse authored
-
Alex Converse authored
-
- 24 May, 2011 1 commit
-
-
Justin Ruggles authored
Channel coupling is an optional AC-3 feature that increases quality by combining high frequency information from multiple channels into a single channel. The per-channel high frequency information is sent with less accuracy in both the frequency and time domains. This allows more bits to be used for lower frequencies while preserving enough information to reconstruct the high frequencies.
-
- 18 May, 2011 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 12 May, 2011 1 commit
-
-
Diego Biurrun authored
Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems since it causes certain system functions to be hidden on some (BSD) systems. The solution is to only add the flag on systems that really require it, i.e. glibc-based ones. This change makes BSD systems compile out-of-the-box without the need for adding specific flags manually. It also allows dropping a number of flags set manually on a file-per-file basis, but were only present to work around breakage introduced by the presence of _POSIX_C_SOURCE. Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems. We use XSI extensions in several places already, so it is preferable to define it globally instead of littering source files with individual #defines only needed for glibc.
-
- 11 May, 2011 3 commits
-
-
Baptiste Coudurier authored
-
Anton Khirnov authored
-
Diego Biurrun authored
The softfloat functionality is unused, not installed and incomplete. On platforms without floating point units, the compiler provides a softfloat implementation so there is no point in carrying this code around locally.
-
- 10 May, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 May, 2011 2 commits
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in the filter description Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 04 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 01 May, 2011 3 commits
-
-
Peter Ross authored
-
Justin Ruggles authored
-
Reinhard Tartler authored
-
- 26 Apr, 2011 3 commits
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Stefano Sabatini authored
Also deprecate av_get_pict_type_char() in favor of av_get_picture_type_char(). The new enum and av_get_picture_type_char() are defined in libavutil. This allows the use in libavfilter without the need to link against libavcodec. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-