summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/volume: drop useless trailing commaClément Bœsch2015-09-081-1/+1
|
* avfilter/volume: fix missing filtering flags for a bunch of optionsClément Bœsch2015-09-081-7/+7
|
* avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip optionClément Bœsch2015-09-081-1/+1
|
* avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence optionClément Bœsch2015-09-081-1/+1
|
* avfilter/extrastereo: use AV_OPT_TYPE_BOOL for clipping optionClément Bœsch2015-09-081-1/+1
|
* avfilter/asyncts: use AV_OPT_TYPE_BOOL for compensate optionClément Bœsch2015-09-081-1/+1
|
* avfilter/astats: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch2015-09-081-1/+1
|
* avfilter/asetnsamples: use AV_OPT_TYPE_BOOL for pad with zeros optionClément Bœsch2015-09-081-2/+2
|
* avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear optionClément Bœsch2015-09-081-1/+1
|
* avutil/opt: refactor pixel/sample fmt common caseClément Bœsch2015-09-081-7/+3
|
* avfilter/interlace: fix opt flagsClément Bœsch2015-09-081-5/+5
|
* avfilter/interlace: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-2/+2
|
* avfilter/deband: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-1/+1
|
* avfilter/dynaudnorm: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-3/+3
|
* swscale: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-3/+1
|
* avfilter/kerndeint: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-2/+2
|
* avdevice/dshow: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-24/+8
|
* avcodec/aacenc: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-12/+4
|
* avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-084-4/+85
|
* avfilter/vf_vectorscope: 9 & 10 bit depth supportPaul B Mahol2015-09-081-59/+326
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_super2xsai: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-081-27/+27
| | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter/af_ladspa: add special case for 2:2 pluginsPaul B Mahol2015-09-081-0/+8
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc/options: extend/fix text for threads and slices optionsStefano Sabatini2015-09-081-2/+2
|
* lavc/libopenh264enc: apply minor consistency fixes to options textStefano Sabatini2015-09-081-6/+6
|
* doc/encoders: add libopenh264 entryStefano Sabatini2015-09-081-0/+58
|
* doc/codecs: extend documentation for the threads optionStefano Sabatini2015-09-081-2/+6
|
* doc/codecs: mention GOP in the g optionStefano Sabatini2015-09-081-1/+1
| | | | This helps when grepping for "gop".
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-0842-105/+105
|
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-0818-486/+510
|\ | | | | | | | | | | | | * commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba': lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-0719-402/+423
| | | | | | | | | | | | The new fields can be accessed directly and are more intelligible. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '6b3ef7f080293956b2e5212b83135c6b051212e9'Hendrik Leppkes2015-09-082-5/+7
|\ \ | |/ | | | | | | | | | | * commit '6b3ef7f080293956b2e5212b83135c6b051212e9': lavu: Remove bit packing from AVComponentDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-072-5/+7
| | | | | | | | | | | | | | | | | | There is no practical benefit in having this structure elements bit packed given the size of the structure and its usage. Change types from uint16_t (packed) to plain int in order to simplify modifying the structure and accessing its fields. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'b8b5d8274471129f122858bc74ad09284dae6ab7'Hendrik Leppkes2015-09-082-1/+8
|\ \ | |/ | | | | | | | | | | * commit 'b8b5d8274471129f122858bc74ad09284dae6ab7': lavu: extend size of the AVPixFmtDescriptor.flags field Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-072-1/+8
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '77cf23668991bfd1fb69339f13e1511b4186b7b3'Hendrik Leppkes2015-09-081-1/+1
|\ \ | |/ | | | | | | | | | | * commit '77cf23668991bfd1fb69339f13e1511b4186b7b3': asfdec: alloc enough space for storing name in asf_read_metadata_obj Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * asfdec: alloc enough space for storing name in asf_read_metadata_objAlexandra Hájková2015-09-061-1/+1
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4'Hendrik Leppkes2015-09-081-3/+3
|\ \ | |/ | | | | | | | | | | * commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4': mov: Allow more than one keyframe per trun Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * mov: Allow more than one keyframe per trunMartin Storsjö2015-09-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous restriction was partially designed to fix certain (broken) samples from bug 215. There should be no restriction on the number of keyframes per fragment or trun. The spec suggests that all frames lacking MOV_FRAG_SAMPLE_FLAG_IS_NON_SYNC are key frames, but we require the flag MOV_FRAG_SAMPLE_FLAG_DEPENDS_YES to be unset as well. This works for (possibly broken) media that never sets the NON_SYNC flag and should also be correct for any spec-compliant file. For files that never set either of the flags, all samples are marked as keyframes. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'd0f7e4a57fbffa0efb204d4274c3dd56fbfff946'Hendrik Leppkes2015-09-081-239/+164
|\ \ | |/ | | | | | | | | | | * commit 'd0f7e4a57fbffa0efb204d4274c3dd56fbfff946': dxtory: Unify and rework the decoding routines Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxtory: Unify and rework the decoding routinesLuca Barbato2015-09-061-239/+165
| | | | | | | | | | | | | | Do not make many assumption on the dimension of the slices and just try to decode additional lines if there is enough data left. Decodes all the samples kindly provided by ultramage.
* | Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d'Hendrik Leppkes2015-09-086-5/+111
|\ \ | |/ | | | | | | | | | | * commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d': checkasm: add unit tests for v210enc Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * checkasm: add unit tests for v210encHenrik Gramner2015-09-066-5/+111
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '599fe93a840397f551d94db406d0bad42b46b94b'Hendrik Leppkes2015-09-081-0/+1
|\ \ | |/ | | | | | | | | | | * commit '599fe93a840397f551d94db406d0bad42b46b94b': riff: Add AVj2 fourcc for Avid jpeg2000 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * riff: Add AVj2 fourcc for Avid jpeg2000Vittorio Giovara2015-09-041-0/+1
| |
* | Merge commit 'a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be'Hendrik Leppkes2015-09-081-65/+37
|\ \ | |/ | | | | | | | | | | * commit 'a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be': dxtory: Factorize the buffer loading Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxtory: Factorize the buffer loadingLuca Barbato2015-09-041-65/+37
| | | | | | | | And the checks nearby it.
* | Merge commit '6a6bc43f5f79587b8936334cc0b3a6616f4807ac'Hendrik Leppkes2015-09-081-76/+49
|\ \ | |/ | | | | | | | | | | * commit '6a6bc43f5f79587b8936334cc0b3a6616f4807ac': dxtory: Factorize slice size checks Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxtory: Factorize slice size checksLuca Barbato2015-09-041-76/+48
| | | | | | | | They are always the same.
* | Merge commit 'db9fd1e9af83e88bcf2ef40db6a5debf91845c25'Hendrik Leppkes2015-09-080-0/+0
|\ \ | |/ | | | | | | | | | | * commit 'db9fd1e9af83e88bcf2ef40db6a5debf91845c25': fraps: increase vlc nb_bits Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * fraps: increase vlc nb_bitsMichael Niedermayer2015-09-031-2/+3
| | | | | | | | | | Sample-Id: fraps_bug_huff.avi Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
OpenPOWER on IntegriCloud