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
AgeCommit message (Collapse)Author
2011-04-06Add PlayStation Portable PMP format demuxerReimar Döffinger
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this.
2011-04-04add MicroDVD muxer and demuxerAurelien Jacobs
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
2011-03-29Merge remote-tracking branch 'newdev/master'Michael Niedermayer
* newdev/master: ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using exponent reference blocks. Chronomaster DFA decoder DUPLICATE: framebuffer device demuxer NOT MERGED: cosmetics: fix dashed line length after 070c5d0 http: header field names are case insensitive Conflicts: LICENSE README doc/indevs.texi libavdevice/fbdev.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-28Chronomaster DFA decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-14Bitmap Brothers JV demuxerPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-11Bitmap Brothers JV demuxerPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-23lavf: postpone removal of deprecated avio functionsAnton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-23lavf: postpone removal of public metadata conversion APIAnton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-20Update version and APIchanges.Ronald S. Bultje
Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals. (cherry picked from commit d2bbf82e65e4a128ab1f0bf48df5d1e43c43c698)
2011-02-20Update version and APIchanges.Ronald S. Bultje
Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals.
2011-02-18lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit ab0287fcbdebc8ff416214535d7ee8424406990e)
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f6c7375a175ac649558aefab14f3895b2cb469aa)
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 610219a598095f938705f200dfe3946455ef871a)
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 24a83bd10a1ed56cadd2c475b839887752f23183)
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 482d98f69b2eb7a7b0b5054101a43db384e9432b)
2011-02-13spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-13lavf: deprecate AVFormatContext.index_builtAnton Khirnov
it's not touched anywhere in ffmpeg, the code setting it was removed over two years ago (e9b78eeba22b050810a507e69df1b652e56ab62b). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b0294c80d3a3981ec7ef9e4654962780e8566075)
2011-02-11lavf: deprecate AVFormatContext.index_builtAnton Khirnov
it's not touched anywhere in ffmpeg, the code setting it was removed over two years ago (e9b78eeba22b050810a507e69df1b652e56ab62b). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-11add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 12c14cd4a8bf844f6f3d16ae18999bdb47999324)
2011-02-11add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3940caad02fbc4f075e77bc605849b1d84ba1b8e)
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-06Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje
(cherry picked from commit efdd67cb00ad770c16c47161c023121e1ae53ae9)
2011-02-06libavformat: Add a function for freeing an AVFormatContextMartin Storsjö
This function is useful for freeing data structures allocated by muxers, which currently have to be freed manually by the caller. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f124b087eea442b65d809582527dfb5092a3463c)
2011-02-06Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje
2011-02-04libavformat: Add a function for freeing an AVFormatContextMartin Storsjö
This function is useful for freeing data structures allocated by muxers, which currently have to be freed manually by the caller. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-04Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-03Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-23avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4efd5cf34b7a04f87805aa0f09913d1d122d300c)
2011-01-23lavf: move the version macros to a new headerAnton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 50196a982bf7c8be9b41053fa0975473c217e709)
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-21lavf: move the version macros to a new headerAnton Khirnov
Signed-off-by: Mans Rullgard <mans@mansr.com>