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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-08Add forgotten AVC Intra entry to Changelog.Carl Eugen Hoyos
2013-01-07Changelog: move Megalux where it belongsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-07Changelog, update for 1.1 releaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-06012v decoder.Carl Eugen Hoyos
The decoder also supports a12v, but removes the transparency layer since no samples with actual transparency are available for testing.
2013-01-06Megalux Frame demuxerPeter Ross
2013-01-05lavfi: add histeq filterStefano Sabatini
This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012.
2013-01-05lavfi: add kerndeint filterStefano Sabatini
This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012.
2013-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: cmdutils: update copyright year to 2013 h264: check SPS entries directly to detect pixel format changes forgotten changelogs for 9_beta2 Conflicts: Changelog cmdutils.c libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-03forgotten changelogs for 9_beta2Reinhard Tartler
2013-01-01lavf: add data: URI scheme.Nicolas George
2013-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: rtmp: Add support for limelight authentication rtmp: Add support for adobe authentication Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-31rtmp: Add support for limelight authenticationMartin Storsjö
Limelight is a not too uncommon CDN. The authentication scheme is pretty similar to the adobe authentication, but is even closer to normal http digest authentication (but not close enough to warrant sharing code) than the adobe version. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31rtmp: Add support for adobe authenticationMartin Storsjö
This is mostly used to authenticate the client when publishing. Tested with wowza and akamai. Some but not all servers support resending a new connect invoke within the same connection, so always reconnect for sending a new connection attempt. This matches what other applications do as well. The authentication scheme is structurally pretty similar to http digest authentication, but uses base64 instead of hex strings. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31Sony Wave64 muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-31Changelog: remove av_{base,dir}_name addition.Clément Bœsch
This belongs only to APIChanges, where it is already present. Spotted-by: Stefano
2012-12-31Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add PJS subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add AQTitle subtitles demuxer.Clément Bœsch
2012-12-31Add MPlayer subtitles demuxer.Clément Bœsch
2012-12-31Add VPlayer subtitles demuxer and decoder.Clément Bœsch
Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
2012-12-31Add MPL2 subtitles demuxer and decoder.Clément Bœsch
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
* commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405': hlsenc: check append_entry return value hlsenc: use the basename to generate the list entries avstring: add av_basename and av_dirname Conflicts: Changelog doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
Thread safe version of the common basename and dirname.
2012-12-24Changelog: reword H264-MT entryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-24NIST SPHERE demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-23lavfi: add pp filter.Clément Bœsch
Ported from MPlayer. Original author is A'rpi, with various contributions from Michael Niedermayer. The original documentation was mostly written by Diego Biurrun. See the MPlayer history for full credits. The filter is under GPL like the original filter, even if it differs quite a lot. There is not much point in making it LGPL since pp is under GPL.
2012-12-22Changelog: add entry about the new documentation layout designStefano Sabatini
2012-12-20Merge commit 'acb571c89a065d943163c11efb46de35774f1909'Michael Niedermayer
* commit 'acb571c89a065d943163c11efb46de35774f1909': avcodec: bump minor for adaptive h264 frame-mt avconv: pass the actually selected decoder to filter_codec_opts(). Conflicts: Changelog ffmpeg_opt.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
Also adds forgotten Changelog entry.
2012-12-18avfilter: add apad filterMichael Niedermayer
This filter pads an audio stream with silence It can together with -shortest be used to extend audio streams to the same length as video. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-17Silicon Graphics Movie (.mv) demuxerPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17SGI RLE 8-bit decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-13lavfi: add aselect audio variant of selectStefano Sabatini
2012-12-12Changelog: update for soxrMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-09lavf: TED Talks JSON captions demuxer.Nicolas George
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-12-08lavf: VobSub demuxer.Clément Bœsch
2012-12-06Changelog: add an entry for deprecating the avconv -vol optionJustin Ruggles
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: h264: slice-mt: check master context for valid current_picture_ptr h264: slice-mt: get last_pic_dropable from master context alacenc: add support for multi-channel encoding Conflicts: Changelog libavcodec/alac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-06lavf: add a concat demuxer.Nicolas George
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-05lavfi: add volume filterJustin Ruggles
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
2012-12-05Ensoniq Paris Audio File demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-05IRCAM demuxer & muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-04AST MuxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2012-12-04lavfi: add subtitles filter.Clément Bœsch
2012-12-02PVF demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-30update ChangelogPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-29BRSTM demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>