- 09 Aug, 2012 2 commits
-
-
Mans Rullgard authored
This file defines a single, huge function, MPV_motion(), which although being declared inline is not actually inlined by the compiler (for good reason). There is thus no sense in defining this function in a header file, resulting in multiple copies of it in the final library. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a hidden config variable for the mpegvideo.o dependency and selects from the codecs which require it. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Aug, 2012 2 commits
-
-
Anton Khirnov authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 05 Aug, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 04 Aug, 2012 1 commit
-
-
Philip Langdale authored
This change introduces a basic encoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to write styling information, and just writes the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Note that an additional change is required to the mov/mp4 muxer to write empty subtitle packets to indicate subtitle duration. Signed-off-by: Philip Langdale <philipl@overt.org>
-
- 02 Aug, 2012 3 commits
-
-
Mans Rullgard authored
This allows building dct-test even if aandcttab.o is not pulled in by any enabled codec. The DCT with which these tables are used does not use them directly, so building it without the tables is possible. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Derek Buitenhuis authored
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 31 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This will allow adding dca.c with tables used from other files.
-
- 26 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Clément Bœsch authored
-
- 22 Jul, 2012 1 commit
-
-
Mohamed Naufal Basheer authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
-
- 18 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Jul, 2012 2 commits
-
-
Michael Bradshaw authored
Based on FFmpeg version from commit 713a7854Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Bradshaw authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 14 Jul, 2012 2 commits
-
-
Philip Langdale authored
This change introduces a basic decoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to parse styling information, and just reads the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Signed-off-by: Philip Langdale <philipl@overt.org>
-
Thomas Kühnel authored
Work done for SOCIS 2011. See thread: Subject: [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder Date: Tue, 4 Oct 2011 00:19:52 +0200 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 13 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 12 Jul, 2012 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes a number of flac-related build dependencies.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 09 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 05 Jul, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 04 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 02 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 29 Jun, 2012 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 22 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Compared to the decoder side, this code is able to change both the delay and the number of threads seamlessly during encoding. Also any idle thread can pick up tasks, the strict round robin in order limit is gone too. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jun, 2012 2 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 20 Jun, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 18 Jun, 2012 1 commit
-
-
Martin Storsjö authored
The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
-