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 (Expand)Author
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-17RGBA64 pixel formatsJean First
2014-02-24doc: name correct headerVittorio Giovara
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-02-10doc/APIchanges: mark the place where 9 was branchedAnton Khirnov
2014-02-10doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-01-20lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker
2013-12-20lavc: add HEVC profiles namesGildas Cocherel
2013-12-15Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler
2013-12-15Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-09avframe: add codec-independent stereoscopic metadataVittorio Giovara
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-14vdpau: add a constructor for AVVDPAUContext.Anton Khirnov
2013-11-14vdpau: add a convenience function for getting a decoder profile.Anton Khirnov
2013-11-04lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-09-17doc: Add missing hashes and dates to APIChangesLuca Barbato
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
2013-04-24doc/APIchanges: add missing hashes and datesAnton Khirnov
2013-04-19h264: fully support cropping.Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov