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
2014-05-01asfenc: use codec descriptors instead of AVCodecs to write codec infoAnton Khirnov
2014-05-01oggparseskeleton: do not use AVCodecContext.codec_nameAnton Khirnov
2014-05-01mov: export stsd Compressorname in metadataAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-05-01lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-05-01lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov
2014-05-01matroska: add the Opus mappingAnton Khirnov
2014-05-01matroskaenc: write CodecDelayAnton Khirnov
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-04-30matroskadec: read the CodecDelay elementAnton Khirnov
2014-04-30librtmp: Map native options to librtmp ones when possibleLuca Barbato
2014-04-30hls: Sync the file number with the start sequenceLuca Barbato
2014-04-30hls: Factor the sequence computationLuca Barbato
2014-04-30hls: Print start_number as first sequence valueLuca Barbato
2014-04-30segment: Report the current media sequenceLuca Barbato
2014-04-30hls: Report the current media sequenceLuca Barbato
2014-04-29avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2a...Hendrik Leppkes
2014-04-29h264: drop commented out cruftAnton Khirnov
2014-04-29mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov
2014-04-29mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov
2014-04-29hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato
2014-04-29segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito
2014-04-29configure: rework dxva in avconv handlingAnton Khirnov
2014-04-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-04-28hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer
2014-04-28dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes
2014-04-28dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes
2014-04-28lavc: eliminate tb_unreliable()Anton Khirnov
2014-04-25vc1: Do not return an error when skipping b framesAlessandro Ghedini
2014-04-25mov: Emit the correct tags for clcp tracksMiles Gould
2014-04-25mov: Write prof section of tapt tagAidan Skinner
2014-04-25fate: Add fic-in-avi testDerek Buitenhuis
2014-04-24aarch64: NEON optimized FIR audio resamplingJanne Grunau
2014-04-24lavr: define ResampleContext in resample.hJanne Grunau
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-23flv: Do not mangle dts values for negative ctsLuca Barbato
2014-04-23flv: Warn only onceLuca Barbato
2014-04-23flv: Improve log messagesLuca Barbato
2014-04-23on2avc: change a comment at #endif to match actual defineKostya Shishkov
2014-04-23On2 AVC decoderKostya Shishkov
2014-04-23fic: Make warning message more accurateDerek Buitenhuis
2014-04-23fic: Remove redundant clipsDerek Buitenhuis
2014-04-23fic: Simplify alpha blendingDerek Buitenhuis
2014-04-23avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer
2014-04-23avutil: Add av_get_time_base_q()Derek Buitenhuis
2014-04-23fic: Support rendering cursorsDerek Buitenhuis
2014-04-23fic: Use proper quantization matrix indexDerek Buitenhuis
2014-04-23aarch64: NEON vorbis_inverse_couplingJanne Grunau
2014-04-23aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau