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
2014-03-27Fix texinfo error due to wrong @subsubsectionAndreas Cadhalpun
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-27Merge commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b'Michael Niedermayer
* commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b': Alias PIX image encoder and decoder Conflicts: Changelog libavcodec/allcodecs.c libavcodec/version.h libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-25udp: mention default in documentationrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
Both of these dithering methods are from http://pippin.gimp.org/a_dither/ for GIF they can be considered better than bayer (provides more gray-levels), and spatial stability - often more than twice as good compression and less visual flicker than error diffusion methods (the methods also avoids error-shadow artifacts of diffusion dithers). These methods are similar to blue/green noise type dither masks; but are simple enough to generate their mask on the fly. They are still research work in progress; though more expensive to generate masks (which can be used in a LUT) like 'void and cluster' and similar methods will yield superior results
2014-03-25On2 VP7 decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: BBB previous patch reviewed by jason Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-25dox/scaler:fix bicubiclin typoMichael Niedermayer
See Ticket3486 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15'Michael Niedermayer
* commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15': af_volume: support using replaygain frame side data Conflicts: doc/filters.texi libavfilter/af_volume.c libavfilter/af_volume.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5'Michael Niedermayer
* commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5': frame: add a function for removing side data from a frame Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78'Michael Niedermayer
* commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78': Add replaygain side data type and code for parsing replaygain tags. Conflicts: libavcodec/avcodec.h libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b'Michael Niedermayer
* commit '25b32586566f285d797737863c97a1c5c9c84e2b': lavf: add an AVStream field for exporting stream-global side data Conflicts: libavformat/utils.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24Merge commit '0e2c3ee9a335d8a0a5edf0509e222e804d7b2619'Michael Niedermayer
* commit '0e2c3ee9a335d8a0a5edf0509e222e804d7b2619': lavc: give a typedeffed name to the AVPacket.side_data struct Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-24af_volume: support using replaygain frame side dataAnton Khirnov
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov
2014-03-24lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov
2014-03-24lavc: give a typedeffed name to the AVPacket.side_data structAnton Khirnov
2014-03-23lavf/concatdec: allow to match streams by id.Nicolas George
That makes the concat demuxer usable with MPEG-PS streams, even when the streams in the different parts are detected in different order.
2014-03-23RELEASE_NOTES: mention new filtersVittorio Giovara
2014-03-23Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'Michael Niedermayer
* commit '57f09608e1600d1cf1679885a46f5004d522d68f': dsputil: Move thirdpel-related bits into their own context Conflicts: libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-22udp: try to clarify verbiage on buffer_sizerogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-22dsputil: Move thirdpel-related bits into their own contextDiego Biurrun
2014-03-21doc/examples/avcodec: information regarding gop_size ignored if ↵Anshul Maheshwari
frame->pic-type is AV_PICTURE_TYPE_I Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-19Add APIchanges entry and bump libswscale micro version for making gray16 ↵Carl Eugen Hoyos
full-scale.
2014-03-17doc/examples: Add example transcoding.cAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-17Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer
* commit '1481d24c3a0abf81e1d7a514547bd5305232be30': RGBA64 pixel formats Conflicts: doc/APIchanges libavutil/pixdesc.c libavutil/pixfmt.h libavutil/version.h libswscale/utils.c See: 9569a3c9f41387a8c7d1ce97d8693520477a66c3 See: 92afb431621c79155fcb7171d26f137eb1bee028, as well as others Note: the enum values added in libav are incompatible/different to what ffmpeg used since 3 years Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-17RGBA64 pixel formatsJean First
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-03-16Phantom Cine demuxer (iteration 2014.3)Peter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-14Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer
* commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143': Remove all SPARC architecture optimizations Conflicts: Makefile configure libavcodec/sparc/dsputil_vis.c libavcodec/sparc/dsputil_vis.h libavcodec/sparc/hpeldsp_vis.c libavcodec/sparc/simple_idct_vis.c libavcodec/sparc/vis.h libswscale/sparc/yuv2rgb_vis.c libswscale/swscale_internal.h If someone wants to maintain these (or other) SPARC optimizations, please contact me or ffmpeg-devel. I am happy to revert this removial if theres someone considering to maintain this code. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avconv: Match stream id Conflicts: cmdutils.c doc/fftools-common-opts.texi See: ea07063fd82686af3fabb45e5ed10aa48d084d61 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
2014-03-13avconv: Match stream idLuca Barbato
Quite useful to select by pid in MPEG-TS.
2014-03-13doc/texi2pod: fix encoding typeMichael Niedermayer
docs say: 'A document having more than one "=encoding" line should be considered an error. ' Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-13doc/platform: mention that yuvis gas-preprocessor is currently missing some ↵Michael Niedermayer
changes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-13doc: switch github urls to httpsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-13Merge commit 'd15c536123a44362ace6299c391a492c90b83fc7'Michael Niedermayer
* commit 'd15c536123a44362ace6299c391a492c90b83fc7': doc: Point to the correct, actually maintained gas-preprocessor repo Conflicts: doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12doc: Point to the correct, actually maintained gas-preprocessor repoMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-03-12update doc/APIchangesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12avformat: extracting NTP timestamp from RTCPFred Rothganger
For muxing, it accepts both 0 and AV_NOPTS_VALUE. For demuxing, it will present AV_NOPTS_VALUE when start_time_realtime is unknown. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12doc/general.texi: Adjust the notes on AviSynthStephen Hutchinson
FFmpeg provides local copies of these headers in compat/avisynth/, and there is no restriction against using 2.5. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: http: Allow setting a Content-Type for POST requests Conflicts: libavformat/http.c See: c01d1d4ddf4d8240427341af1c077f6455243576 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge commit 'fe568b3d27ca2c5cca3878b2a7a3a968e605aec4'Michael Niedermayer
* commit 'fe568b3d27ca2c5cca3878b2a7a3a968e605aec4': http: Improve options descriptions Conflicts: doc/protocols.texi libavformat/http.c See: 255ec768da6f6e821775888621da2156764598da See: 0a7cd740438b46e3b9fbf406ca5a948a6f027c97 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge commit '2ec33d27127251bbc45e1f88e60691ad59cf2319'Michael Niedermayer
* commit '2ec33d27127251bbc45e1f88e60691ad59cf2319': http: Add support for selecting a request range Conflicts: doc/protocols.texi libavformat/http.c See: d52882faef368264f9fe5a595274ec84d3446132 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f'Michael Niedermayer
* commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f': http: Support setting custom User-Agent Conflicts: doc/protocols.texi libavformat/http.c See: 2bb1c713cc7e8fd018a3a0b579145a31a1c47bce Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge commit 'e58c85b0686892960042232e51c77168b264838a'Michael Niedermayer
* commit 'e58c85b0686892960042232e51c77168b264838a': http: Export Content-Type information Conflicts: doc/protocols.texi libavformat/http.c See: 76d851b65619e5a0fe4cc5248a6858287fe890b4 See: 20899c54f03c413b225e8839a3c5318ab47abe55 See: 255ec768da6f6e821775888621da2156764598da Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12Merge commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab'Michael Niedermayer
* commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab': http: Add support reading ICY metadata Conflicts: doc/protocols.texi libavformat/http.c See: a92fbe16f2dc118c0d3adc222484268831388648 See: 636273d3d4a8c42f51832e8bf83e566e875916bf Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12http: Allow setting a Content-Type for POST requestsClément Bœsch
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-03-12http: Improve options descriptionsAlessandro Ghedini
Add documentation where missing. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-03-12http: Add support for selecting a request rangeAnssi Hannula
Comment from Reimar Döffinger included as pro memoria. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-03-12http: Support setting custom User-AgentClément Bœsch
Contextually make the default User-Agent use the common "Name/Version" pattern. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>