aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mp3enc: add lame tag with start padding infoMichael Niedermayer2012-07-143-3/+12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: add -progress option.Nicolas George2012-07-143-2/+67
| | | | | It allows to send program-friendly (easy to parse) progress information to a file or an URL.
* libx264: list possible presets and tunes.Nicolas George2012-07-141-0/+9
| | | | | The values are listed if setting them fails. Using "-preset help" or "-preset list" have that effect.
* lavc/tiffenc: apply misc doxy fixesStefano Sabatini2012-07-141-17/+19
|
* ffprobe: add frame metadata printingStefano Sabatini2012-07-141-0/+1
|
* lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel2012-07-147-7/+2374
| | | | | | | | | | 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>
* lavc/avcodec.h: keep avframe_* field setter and getter closeStefano Sabatini2012-07-141-6/+6
| | | | Slightly more readable, now that the list is getting longer.
* lavc: add metadata to AVFrameThomas Kühnel2012-07-144-1/+17
| | | | | | See thread: Subject: [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame Date: Tue, 4 Oct 2011 00:19:51 +0200
* configure: Check that texi2html supports --init-filejamal2012-07-141-1/+1
| | | | Fixes ticket #1515
* doc/Makefile: Add missing $(HOSTEXESUF) to print_optionsjamal2012-07-141-1/+1
|
* build: Fix documentation dependencies and rulesjamal2012-07-142-5/+12
|
* doc/filters: prefer "special" over "magic" for special input/output labelsStefano Sabatini2012-07-141-1/+1
|
* doc/filters: update documentationStefano Sabatini2012-07-141-4/+4
| | | | In particular, assume existence of audio and sink filters.
* doc: merge libavfilter.texi into filters.texiStefano Sabatini2012-07-143-93/+85
| | | | | There is no much point into splitting documentation for filters. Also having a separate document for a library is inconsistent.
* ffmpeg: use pkt_pts before pkt->pts for audioMichael Niedermayer2012-07-141-1/+4
| | | | | | This fixes the timestamp of the first packet when samples have been skiped. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: set pkt_timebaseMichael Niedermayer2012-07-141-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: adjust timestamp in case of skiping initial samplesMichael Niedermayer2012-07-141-0/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: skip initial silence when requestedMichael Niedermayer2012-07-142-0/+23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/w32pthreads: Fix make checkheaders.jamal2012-07-141-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* movenc: write track header transformation matrix depending on "rotate" metadataStefan Gehrer2012-07-141-19/+33
| | | | | should fix ticket #505 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* exr: fix scan_line_size calculationPaul B Mahol2012-07-131-1/+1
| | | | | | | | | This one will also work in cases when file have channels we are not going to use. Only compressed files where affected by this bug. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* exr: print channel names not yet supportedPaul B Mahol2012-07-131-3/+5
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* exr: remove double ;;Paul B Mahol2012-07-131-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* exr: frame multithreading supportPaul B Mahol2012-07-131-3/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-1310-5/+703
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: Fix APE tag dependencies MS Expression Encoder Screen decoder libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Fix APE tag dependenciesDiego Biurrun2012-07-131-4/+4
| |
| * MS Expression Encoder Screen decoderKostya Shishkov2012-07-138-1/+690
| |
| * libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö2012-07-121-0/+9
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | ffv1enc: use default number of slices if unspecifiedMichael Niedermayer2012-07-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1dec: print timestamp at which a CRC mismatch happenedMichael Niedermayer2012-07-131-1/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add PLV1 fourcc to mpeg4Compn2012-07-131-0/+1
| | | | | | | | works on http://samples.ffmpeg.org/V-codecs/PLV1/york-water-meteor.avi
* | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-134-1/+16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/ffmpeg: document more deeply -re option.burek2012-07-131-0/+7
| | | | | | | | | | Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc/protocol.texi: fix missed application referenceMichael Niedermayer2012-07-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | general.texi: fix project referenceMichael Niedermayer2012-07-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroskaenc: switch to av_assertMichael Niedermayer2012-07-131-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix type of av_log() argumentMichael Niedermayer2012-07-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc: fix ff_alloc_packet()Paul B Mahol2012-07-131-0/+2
| | | | | | | | | | | | Regression introduced in 740b9ff44. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | build_system: mark libfdk as non GPL compatible until the situation is ↵Michael Niedermayer2012-07-131-0/+1
| | | | | | | | | | | | | | | | clarified by someone qualified. The license fee text may be interpreted as a additional restriction in the GPL sense. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-1215-91/+602
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: Fix Ogg demuxer dependencies build: Fix FLAC demuxer dependencies flac: Move flac functions shared between libraries to flac common code build: Fix CAF demuxer dependencies build: Fix MP2 muxer dependencies build: Add missing build rules for the ISMV muxer configure: Drop redundant mxf_d10 test dependency declaration Support AAC encoding via the external library fdk-aac libavcodec: Add more AAC profiles dct/fft-test: use a replacement getopt() if the system has none present. Conflicts: Changelog libavcodec/Makefile libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-121-2/+3
| |
| * build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-121-1/+2
| |
| * flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-123-86/+85
| | | | | | | | This fixes a number of flac-related build dependencies.
| * build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-121-1/+2
| |
| * build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-122-1/+2
| |
| * build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-122-0/+4
| |
| * configure: Drop redundant mxf_d10 test dependency declarationDiego Biurrun2012-07-121-1/+0
| | | | | | | | | | The mxf_d10 test depends on avconv, which depends on avfilter, so there is no need to declare an avfilter dependency for the mxf_d10 test.
| * Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-127-3/+403
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libavcodec: Add more AAC profilesMartin Storsjö2012-07-122-0/+8
| | | | | | | | | | | | | | The numerical values of the profiles are the MPEG4 Audio Object Type values, minus one. Signed-off-by: Martin Storsjö <martin@martin.st>
| * dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-114-0/+99
| | | | | | | | | | | | | | This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by: Anton Khirnov <anton@khirnov.net>