summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\ | | | | | | | | | | | | * 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-07
| | | | | | | | | | | | 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-08
|\| | | | | | | | | | | | | * commit '6b3ef7f080293956b2e5212b83135c6b051212e9': lavu: Remove bit packing from AVComponentDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-07
| | | | | | | | | | | | | | | | | | 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-08
|\| | | | | | | | | | | | | * 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-07
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | avfilter: add extrastereo filterPaul B Mahol2015-09-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/http: Add reconnect_at_eof and reconnect_streamed optionsMichael Niedermayer2015-09-07
| | | | | | | | | | | | | | They allow reconnecting endless live streams which fail with eof Reviewed-by: Zhang Rui <bbcallen@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes2015-09-07
|\| | | | | | | | | | | | | * commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b': DXV decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * DXV decoderVittorio Giovara2015-09-02
| | | | | | | | Support all DXDI and DXD3 normal quality videos.
* | doc/filters:vf_stereo3d: update to recent changesPaul B Mahol2015-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_stereo3d: add checkerboard output formatPaul B Mahol2015-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Update md5 muxer docs to indicate that it ignores timestamps.Ronald S. Bultje2015-09-06
| |
* | avfilter/sine: support expression in the number of output samplesClément Bœsch2015-09-06
| |
* | doc/examples/demuxing_decoding: simplify api_mode to refcountClément Bœsch2015-09-06
| | | | | | | | This finalizes the quick cleanup of a753e6c9f508fd48a0f34438bcdce87c826779b9.
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-26
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * hlsenc: Support outputting specific versionsLuca Barbato2015-08-25
| | | | | | | | | | | | Right now only version 2 and version 3 are supported. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | doc/APIchanges: Fill in missing fields and correct one lavu versionMichael Niedermayer2015-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/APIchanges: add 2.8 cut lineMichael Niedermayer2015-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ↵Michael Niedermayer2015-09-05
| | | | | | | | | | | | build otherwise Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
| |
* | avfilter/vf_waveform: change intensity to floatPaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/examples/http_multiclient: Fix occured typoMichael Niedermayer2015-09-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc: Explain how to use the fps and the fieldmatch filter together.Carl Eugen Hoyos2015-09-03
| | | | | | | | Fixes ticket #3968.
* | avfilter/vf_drawgraph: add rscroll slide modePaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-02
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino2015-09-02
| | | | | | | | | | | | | | This is mostly useful if libass was compiled with a font provider other than fontconfig, but is still useful in that case. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* | avfilter/vf_waveform: implement various filtersPaul B Mahol2015-09-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: mention all short names for vectorscope optionsPaul B Mahol2015-08-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add allrgbClément Bœsch2015-08-29
| | | | | | | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Clément Bœsch <u@pkh.me>
* | doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ↵Harshit Mittal2015-08-28
| | | | | | | | | | | | filters Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add framerate video filterPaul B Mahol2015-08-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffmpeg_opt: Add -hwaccels option that lists all supported hwaccelsTimothy Gu2015-08-26
| |
* | avfilter: add hstack & vstack filterPaul B Mahol2015-08-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: make intensity user configurablePaul B Mahol2015-08-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add waveform monitor filterPaul B Mahol2015-08-22
| |
* | git-howto: Various copy editsTimothy Gu2015-08-22
| |
* | Add support for Audible AA filesVesselin Bontchev2015-08-21
| | | | | | | | https://en.wikipedia.org/wiki/Audible.com#Quality
* | avfilter: add video vectorscope filterPaul B Mahol2015-08-20
| |
* | doc/indevs: Remove non-existent decklink option examplesLou Logan2015-08-20
| | | | | | | | | | | | Forgotten in c5d0148. Found by Thomas Langhorst. Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc/indevs: add various missing optionsLou Logan2015-08-19
| | | | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
* | avfilter: add showfreqs filterPaul B Mahol2015-08-19
| |
* | vaapi: streamline public context structure.Gwenole Beauchesne2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | Move libavcodec managed objects from the public struct vaapi_context to a new privately owned FFVAContext. This is done so that to clean up and streamline the public structure, but also to prepare for new codec support, thus requiring new internal data to be added in there. The AVCodecContext.hwaccel_context, that holds the public vaapi_context, shall no longer be accessed from within vaapi_*.c codec support files. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-19
| | | | | | | | | | | | | | | | | | | | Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is aliased to the older VLD variant. This is an API change. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>