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 (Expand)Author
2011-02-17Document audio_resample_close().Stefano Sabatini
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-16Pass VBV delay to the calling application via ctxChristophe Massiot
2011-02-14Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini
2011-02-14Document audio_resample_close().Stefano Sabatini
2011-02-13Bink version 'b' video decoderPeter Ross
2011-02-13Clarify that pts_correction* fields are internal to libavcodecMichael Niedermayer
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau
2011-02-09Xan4 decoderKostya Shishkov
2011-02-09pass QDMC extradata to the decoderSascha Sommer
2011-02-07Implement guessed_pts in avcodec_decode_video2Nicolas George
2011-02-04Add CODEC_ID_PRORES and bump lavc minor versionTomas Härdin
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-08Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer
2011-01-08Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer
2011-01-08Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer
2011-01-08Add av_get_profile_name() to get profile names.Anssi Hannula
2011-01-07Export dca profile information.Anssi Hannula
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-01Fix typos.Stefano Sabatini
2010-12-29add SubRip decoderAurelien Jacobs
2010-12-29Bump micro for VP8 emu-edge support.Ronald S. Bultje
2010-12-27Metadata demuxer.Anton Khirnov
2010-12-18bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-07Add a FLAC parser.Michael Chinen
2010-12-04Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini
2010-12-04Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-12-04Try to improve reordered_opaque doxy.Michael Niedermayer
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini
2010-11-21Add a av_grow_packet function, to be used by code that mergesReimar Döffinger
2010-11-14minor bump and Changelog entry for r25747Aurelien Jacobs
2010-11-14minor bump and APIchanges for r25745Aurelien Jacobs
2010-11-13allow passing subtitles header between decoder and encoderAurelien Jacobs
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-03Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini
2010-11-03Implement functions:Stefano Sabatini
2010-11-02Move sample format definitions from libavcodec to libavcore.Stefano Sabatini
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-10-01Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin