Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-10-12Update for 3.4.12n3.4.12Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-08-28doc/git-howto.texi: Document commit signingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit ced0dc807eb67516b341d68f04ce5a87b02820de) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-05-11Update for 3.4.11n3.4.11Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-14Update for FFmpeg 3.4.10Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-12Update for 3.4.9Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-11Update missed irc linksMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit c067d20177613e9cf74bcbd2a26e729ef7ababdb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-03Update for 3.4.8n3.4.8Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-11-15Update for 3.4.7Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-03-28Update for 3.4.6n3.4.6Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-11-01Update for 3.4.5n3.4.5Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-28examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADERMichael Bunk
AV_CODEC_FLAG_GLOBAL_HEADER should be set before calling avcodec_open2() to have any effect. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit a82e4fb8c6f26e75506df6818fee1b61f940cbeb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-18Update for 3.4.4n3.4.4Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-07update for 3.4.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-06-18doc/APIchanges: Fix typos in hashesMichael Niedermayer
Thanks-to: Moritz Barsnick <barsnick@gmx.net> for finding the correct ones Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit ec8a5262b03f85158d722dbc8b8f30cb6bd67e0f) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-01-31Update for 3.4.2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-12-08Update for 3.4.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-15Update versions for 3.4 releaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-11doc/APIchanges: Add 3.4 cut pointMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-11doc/APIchanges: UpdateMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-11doc/filters: note minimum resolution for pixscopeGyan Doshi
Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2017-10-06avfilter/vf_fps: add eof_action filter optionTobias Rapp
Allows to specify the action to be performed when reading the last frame from the internal FIFO buffer. By default the last frame is written to filter output depending on the timestamp rounding method. When using "pass" action the last frame is passed through if input duration has not been reached yet. Examples using an input file with 25Hz, 1.4sec duration: - "fps=fps=1:round=near" generates an output file of 1sec - "fps=fps=1:round=near:eof_action=pass" generates an output file of 2sec Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
2017-10-05build: add install targets for the examplesJames Almer
Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: James Almer <jamrial@gmail.com>
2017-10-05doc/filters: align order of fps filter options to implementationTobias Rapp
Align order of "start_time" option within fps filter documentation to actual implementation. Also fix some documentation cosmetics. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
2017-10-04Merge commit 'c483398bb7ef66f61ed2dcb09f3d6160683da0eb'James Almer
* commit 'c483398bb7ef66f61ed2dcb09f3d6160683da0eb': build: Drop DOC_ prefix from EXAMPLES-related variables Merged-by: James Almer <jamrial@gmail.com>
2017-10-04Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer
* commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
2017-10-04doc: Add mailing list FAQLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com> Reviewed-by: Kieran O Leary <kieran.o.leary@gmail.com> Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
2017-10-02Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer
* commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524': build: Move cli tool sources to a separate subdirectory Merged-by: James Almer <jamrial@gmail.com>
2017-09-30avfilter: add vmafmotion filterAshish Singh
Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2017-09-30build: fix cleaning compiled unstripped examplesJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-09-29build: add missing changes to ensure examples build with progs-suffixJames Almer
2017-09-29Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640'James Almer
* commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640': build: Separate logic for building examples from that for building avtools Merged-by: James Almer <jamrial@gmail.com>
2017-09-29Merge commit 'acb0dea27efff4b35796015b96570b59fd517078'James Almer
* commit 'acb0dea27efff4b35796015b96570b59fd517078': build: Split logic for building examples off into a separate Makefile We already have a Makefile in doc/examples, but it's separate from the build system and meant to be installed as part of the documentation to help users compile the installed .c example files. Move it to Makefile.example to make place for the new build system Makefile. Merged-by: James Almer <jamrial@gmail.com>
2017-09-29Merge commit 'db4903eb4875bed6c5b8a4259cdd7bc1768dfdf6'James Almer
* commit 'db4903eb4875bed6c5b8a4259cdd7bc1768dfdf6': build: Avoid duplication in examples lists See 1a88e84fd54fd7a9ae334e989a9805f11f327864 Merged-by: James Almer <jamrial@gmail.com>
2017-09-29Merge commit '533339bdcc3b39bbd708c723b3cd0b5898350f0f'James Almer
* commit '533339bdcc3b39bbd708c723b3cd0b5898350f0f': build: Drop leftover reference to old EXAMPLES logic Merged-by: James Almer <jamrial@gmail.com>
2017-09-28avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J
Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2017-09-28avdevice/decklink_dec: add support for more pixel formatsGildas Fargeas
The decklink input pixel format can now be specified with the 'raw_format' option. The -bm_v210 option is now deprecated. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-09-28movenc: Add an option for enabling negative CTS offsetsMartin Storsjö
This reduces the need for an edit list; streams that start with e.g. dts=-1, pts=0 can be encoded as dts=0, pts=0 (which is valid in mov/mp4) by shifting the dts values of all packets forward. This avoids the need for edit lists for such streams (while they still are needed for audio streams with encoder delay). This eases conformance with the DASH-IF interoperability guidelines. Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-09-28doc/libav-merge: mention skipped or incomplete runtime alignment commitsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-09-28Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer
* commit '4de220d2e3751c459f8739a08ac6ca52e63eba30': frame: allow align=0 (meaning automatic) for av_frame_get_buffer() See https://ffmpeg.org/pipermail/ffmpeg-devel/2017-September/215834.html Merged-by: James Almer <jamrial@gmail.com>
2017-09-28Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer
* commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e': cpu: add a function for querying maximum required data alignment Adapted to work with the arbitrary runtime cpuflag changes av_force_cpu_flags() can generate. Merged-by: James Almer <jamrial@gmail.com>
2017-09-27lavd: remove deprecated dv1394 deviceJosh de Kock
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: wm4 <nfxjfg@googlemail.com>
2017-09-26Merge commit '577326d430593a25456393a75212b95d1cd94131'James Almer
* commit '577326d430593a25456393a75212b95d1cd94131': lavc: deprecate refcounted_frames field Merged-by: James Almer <jamrial@gmail.com>
2017-09-26Merge commit 'c5c663541739cb813a2a5668ee8339b535b35d7d'Rodger Combs
* commit 'c5c663541739cb813a2a5668ee8339b535b35d7d': doc: add dash muxer Merged-by: Rodger Combs <rodger.combs@gmail.com>
2017-09-22Fix several typosLou Logan
"apix_fmts" found by Marc Péchaud. "speedloss" found by Mikhail V. Signed-off-by: Lou Logan <lou@lrcd.com>
2017-09-21pixdesc: Add API to map color property names to enum valuesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-09-14doc/indevs: Document kmsgrab input deviceMark Thompson
2017-09-14lavc: Add flag to mark packets containing trusted inputMark Thompson
2017-09-14lavu: Add DRM hwcontextMark Thompson
2017-09-12lavfi/framesync: reword repeatlast option help.Nicolas George
2017-09-12doc: update filter_design.txt.Nicolas George