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-09-22Add LATM demuxerJanne Grunau
This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
2011-09-07Add LATM muxerKieran Kunhya
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-08-17add XMV demuxerSven Hesse
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor ↵Dustin Brody
API version Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
It's replaced by 'creation_time' metadata tag.
2011-07-08gif: add loop private option.Anton Khirnov
Deprecate AVFormatContext.loop_output.
2011-07-08img2: add loop private option.Anton Khirnov
Deprecate AVFormatContext.loop_input.
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
AVStream is no place for it and it's unused outside of ffmpeg anyway.
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
Instead of -fflags rtphint, set -movflags rtphint instead. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-25mpegts: add compute_pcr option.Anton Khirnov
Deprecate the corresponding AVFormatParameters field.
2011-05-21multiple inclusion guard cleanupDiego Biurrun
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
2011-04-24Handle unicode file names on windowsKirill Gavrilov
All file names should be in UTF-8 within libavformat. This is handled by mapping the open() function to an internal one in os_support.h for windows. fopen() could be overridden in the same way, but if that would be used from ffmpeg.c, it would add a dependency on an ff prefixed internal lavf function. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-23applehttp: Handle AES-128 encrypted streamsMartin Storsjö
This should hopefully fix roundup issue 2586. This commit only implements it in the demuxer, not in the protocol handler. If desired, some of the code could be refactored to be shared by both implementations. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-19lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_SYMVER cruftAnton Khirnov
2011-04-19lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov
2011-04-19lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov
2011-04-19lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov
2011-04-19lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
2011-04-14add xWMA demuxerMax Horn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-13lavf: postpone removal of public metadata conversion APIAnton Khirnov
It's been deprecated only a few months ago, long after 0.6.
2011-04-13lavf: postpone removal of deprecated avio functionsAnton Khirnov
They've been deprecated very recently.
2011-04-13lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov
2011-04-08lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
The new name is more consistent with the rest of the API.
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
It doesn't look very useful as a public function.
2011-04-08lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov
2011-04-04lavf: bump minor version and add an APIChanges entry for avio changesAnton Khirnov
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-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.