summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/APIchanges: fill in dates and hashesMichael Niedermayer2014-08-251-19/+19
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-251-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d': lavf: add AVFormatContext.max_ts_probe Conflicts: doc/APIchanges libavformat/avformat.h libavformat/utils.c libavformat/version.h lavf-fate/mp3 changes as the estimated input bitrate changes and that is copied to the output Merged-by: Michael Niedermayer <[email protected]>
| * lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+3
| | | | | | | | | | It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
* | Merge commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6'Michael Niedermayer2014-08-251-17/+17
|\| | | | | | | | | | | | | | | | | | | * commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <[email protected]>
| * doc/APIchanges: fill in missing hashes and datesAnton Khirnov2014-08-251-29/+29
| |
| * doc: Change wrong term to avoid confusionGabriel Dume2014-08-181-1/+1
| | | | | | | | | | | | A function declaration is the prototype. Signed-off-by: Luca Barbato <[email protected]>
* | avfilter: add codecview filterClément Bœsch2014-08-242-0/+38
| |
* | doc/ffmpeg: Try to clarify that the input option -r is not the same as ↵Carl Eugen Hoyos2014-08-241-0/+3
| | | | | | | | -framerate.
* | doc/filters: fix Shwo/Show typoClément Bœsch2014-08-231-1/+1
| |
* | dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger2014-08-231-0/+5
| | | | | | | | | | | | | | | | | | | | Unfortunately this was not explicitly documented and thus might be risky. But all uses I could find in FFmpeg and one in VLC had a memleak in these cases, and I could not find any that relied on the previous behaviour. Signed-off-by: Reimar Döffinger <[email protected]>
* | avfilter/showcqt: add fontcolor optionMuhammad Faiz2014-08-231-0/+26
| |
* | doc/filters/apad: extend documentationStefano Sabatini2014-08-211-2/+52
| |
* | doc/APIChanges: fill 2 hashes from my recent API additionsClément Bœsch2014-08-211-2/+2
| |
* | avutil/motion_vector.h: fix coordinate typesClément Bœsch2014-08-211-1/+1
| | | | | | | | | | See b0352b1997a83f1b6b27919b94aab539f099b25b for more information on the feature.
* | doc/filters: fix cline option name recently addedClément Bœsch2014-08-201-1/+1
| |
* | avfilter/showwaves: add split_channels optionClément Bœsch2014-08-201-0/+3
| |
* | avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch2014-08-201-0/+3
| |
* | doc/ffmpeg: fix metadata language exampleLou Logan2014-08-201-1/+1
| | | | | | | | Signed-off-by: Lou Logan <[email protected]>
* | avcodec: export motion vectors in frame side data on demandClément Bœsch2014-08-185-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video "for free" when it is available. It was considered to export other information as well (such as the intra information about the block, or the quantization) but the structure might have ended up into a half full-generic, half full of codec specific cruft. If more information is necessary, it should either be added in the "flags" field of the AVMotionVector structure, or in another side-data. This commit also includes an example exporting them in a CSV stream.
* | ffserver: deprecate Port and BindAddress options in favor of HTTPPort and ↵Stefano Sabatini2014-08-172-7/+16
| | | | | | | | | | | | | | | | HTTPBindAddress The new option names are more explicit. Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* | ffprobe: add -show_data_hash option.Nicolas George2014-08-172-0/+6
| |
* | swresample: Add AVFrame based APIMichael Niedermayer2014-08-161-0/+3
| | | | | | | | | | | | Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <[email protected]> Adapted for libswresample by Michael Niedermayer Signed-off-by: Michael Niedermayer <[email protected]>
* | dict.c: Add av_dict_set_int helper function.Reimar Döffinger2014-08-161-0/+3
| | | | | | | | | | | | | | This allows getting rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by: Reimar Döffinger <[email protected]>
* | lavfi/avf_showspectrum: add full frame sliding mode.Nicolas George2014-08-141-2/+13
| |
* | doc: fix toolnameMichael Niedermayer2014-08-142-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer2014-08-142-0/+12
|\| | | | | | | | | | | | | | | | | | | | | * commit '481a3667495425db9fdffb653292b6460fb68208': cmdutils: allow matching by metadata in stream specifiers Conflicts: Changelog cmdutils.c Merged-by: Michael Niedermayer <[email protected]>
| * cmdutils: allow matching by metadata in stream specifiersAnton Khirnov2014-08-132-0/+12
| |
* | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer2014-08-141-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '8ddc32629a6d6be77256694c9e322dde134609f3': mem: add av_strndup() for duplicating substrings Conflicts: libavutil/mem.c libavutil/mem.h libavutil/version.h Merged-by: Michael Niedermayer <[email protected]>
| * mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-131-0/+3
| |
* | Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'Michael Niedermayer2014-08-131-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '7e38903b5c86a759549e70647ae42bb22d353b14': http: enable icy metadata by default. Conflicts: Changelog libavformat/http.c Merged-by: Michael Niedermayer <[email protected]>
| * http: enable icy metadata by default.Andrew Stone2014-08-131-1/+1
| | | | | | | | | | | | | | It won't hurt servers that don't care about the header, and those that do will include it by default. Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-131-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'a8c104a511f97e4ea617df73b31737e28a8a5126': AVOption: add support for dictionary types. Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <[email protected]>
| * AVOption: add support for dictionary types.Andrew Stone2014-08-131-0/+4
| | | | | | | | | | | | | | In order to support metadata being set as an option, it's necessary to be able to set dictionaries as values. Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d'Michael Niedermayer2014-08-131-0/+4
|\| | | | | | | | | | | | | | | | | | | | | * commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d': lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. Conflicts: libavformat/avformat.h libavformat/version.h Merged-by: Michael Niedermayer <[email protected]>
| * lavf: add AVFormatContext/AVStream fields for signaling to the user when ↵Andrew Stone2014-08-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | events happen. The only flags, for now, indicate if metadata was updated and are set after each call to av_read_frame(). This comes with the caveat that, on stream start, it might not be set properly as packets might be buffered in AVFormatContext.packet_buffer before being given to the user in av_read_frame(). Signed-off-by: Anton Khirnov <[email protected]>
* | doc/filters: correct confusing statements about *showinfo shown valuesStefano Sabatini2014-08-131-2/+2
| | | | | | | | Fix trac issue #3850.
* | avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-121-0/+46
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'Michael Niedermayer2014-08-101-0/+6
|\| | | | | | | | | | | | | | | | | | | | | * commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45': avresample: Introduce AVFrame-based API Conflicts: libavresample/utils.c libavutil/version.h Merged-by: Michael Niedermayer <[email protected]>
| * avresample: Introduce AVFrame-based APILuca Barbato2014-08-101-0/+6
| |
* | bump libpostproc and libswresampleMichael Niedermayer2014-08-101-2/+2
| | | | | | | | | | | | | | this is needed / avoids some headaches as one of their dependancies (libavutil) was bumped Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-101-7/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8': Bump major versions of all libraries. Conflicts: doc/APIchanges libavcodec/version.h libavdevice/version.h libavfilter/version.h libavformat/version.h libavutil/version.h libswscale/version.h Merged-by: Michael Niedermayer <[email protected]>
| * Bump major versions of all libraries.Anton Khirnov2014-08-091-7/+7
| |
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-091-0/+4
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36': avcodec: Rename xvidmmx IDCT to xvid Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <[email protected]>
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-081-0/+4
| | | | | | | | The Xvid IDCT is not MMX-specific.
* | avfilter/showcqt: add and extend tlength and volume optionsMuhammad Faiz2014-08-081-2/+40
| | | | | | | | | | | | | | | | | | Add a tlength option with frequency and timeclamp variable Add to the volume option support for frequency and timeclamp variable, a_weighting, b_weighting and c_weighting functions Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/avio: rename url_feof() to avio_feof()James Almer2014-08-081-0/+3
| | | | | | | | | | | | | | It's a public function and should use the avio_ namespace Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch2014-08-071-5/+19
| | | | | | | | | | | | | | | | 8x8 is about 5x faster than 16x16 on 1080p input. Since a block size of 8x8 makes the filter almost usable (time wise) and it's not obvious if 8x8 or 16x16 is better from a quality PoV (it really depends on the input and parameters), the filter now defaults to 8x8, and as a result libavfilter is micro bumped.
* | doc/APIchanges: Correct function reference.Michael Niedermayer2014-08-071-1/+1
| | | | | | | | | | | | | | The commit bb789016d423d2cfacd2904ac66257bdf7f0964e un-deprecated sws_getContext() Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-071-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e': swscale: Undeprecate sws_getContext() Conflicts: libswscale/version.h Merged-by: Michael Niedermayer <[email protected]>
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-071-0/+3
| | | | | | | | sws_getCachedContext is not a full replacement for the function.