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
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-27Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes
2015-10-27Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a'Hendrik Leppkes
2015-10-27Merge commit '9cbae3a7d57bd2b862c37fd8123bd1fba680e801'Hendrik Leppkes
2015-10-27Merge commit '9f5d6f460ceeda8b4ac29b3249a49e275b64c706'Hendrik Leppkes
2015-10-27Merge commit 'fe66671bd5f446f8d0a9c70968ba8fe891efe028'Hendrik Leppkes
2015-10-27Merge commit '3c5cf2a31b4b29a8e4282cbe6a3f0617c14698b8'Hendrik Leppkes
2015-10-27Merge commit '447b5b278c689b21bbb7b5747c8773145cbd9448'Hendrik Leppkes
2015-10-27Merge commit '27eeee76b2546fd313808997b3d07ba9cce94551'Hendrik Leppkes
2015-10-27Merge commit 'f0a88d4d2a74534460f4a8b79c448bd5890dbd41'Hendrik Leppkes
2015-10-27Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes
2015-10-27Merge commit '233d2fa0443197df12b4f7823d591dad964149b3'Hendrik Leppkes
2015-10-27avformat/aiff: add ADP4 DVI ADPCM supportPaul B Mahol
2015-10-27Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'Hendrik Leppkes
2015-10-27Merge commit '22f4d9c303ede1a240538fd105c97047db40dc86'Hendrik Leppkes
2015-10-27Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa'Hendrik Leppkes
2015-10-27Merge commit '5ea5a24eb70646a9061b85af407fcbb5dd4f89fd'Hendrik Leppkes
2015-10-27Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'Hendrik Leppkes
2015-10-27Merge commit 'dca23ffbc7568c9af5c5fbaa86e6a0761ecae50c'Hendrik Leppkes
2015-10-27doc/filters.texi: ebur128 grammar fixKyle Swanson
2015-10-27fix: assigning instead of comparingAppChecker
2015-10-27avcodec: disallow hwaccel with frame threadsHendrik Leppkes
2015-10-27FATE: Increase FUZZ value on AAC LTP encoding testRostislav Pehlivanov
2015-10-27srtenc: ReindentTimothy Gu
2015-10-27drawutils: ReindentTimothy Gu
2015-10-27avfilter: ReindentTimothy Gu
2015-10-27avcodec: srtdec: ReindentTimothy Gu
2015-10-27x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer
2015-10-27FATE: Slightly increase thresholds on prediction AAC encoding testsRostislav Pehlivanov
2015-10-27opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya
2015-10-27avcodec/opusdec: Fix extra samples read indexMichael Niedermayer
2015-10-26avfilter: add vibrato filterKyle Swanson
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avformat: Always return ref-counted AVPacketLuca Barbato
2015-10-26avprobe: Unref the packet once it is usedLuca Barbato
2015-10-26avcodec/options: remove a few more redundant "default" informationClément Bœsch
2015-10-26avcodec/options: remove redundant and wrong default information for skipcmp o...Clément Bœsch
2015-10-26avcodec/avdct: remove redundant "default" information in optionsClément Bœsch
2015-10-26tests/aac: Add bitexact flags to AAC LTP Encode testDerek Buitenhuis
2015-10-26mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu
2015-10-26timecode: Support HFR valuesVittorio Giovara
2015-10-26timecode: Do not fail for non-standard frameratesVittorio Giovara
2015-10-26tests/fate/aac: Add bitexact flags to fate-aac-pns-encodeMichael Niedermayer
2015-10-26roqvideodec: use av_frame_copyHendrik Leppkes
2015-10-26avfilter/vf_removegrain: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-26avformat/thp: set duration for audio stream tooPaul B Mahol
2015-10-26avcodec: add SDX2 DPCM decoderPaul B Mahol
2015-10-26MAINTAINERS: add key fingerprintGanesh Ajjanagadde
2015-10-26hap: Set avctx.bits_per_coded_sampleTom Butterworth