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-06-22ape: Replace memset(0) by zero initializationDiego Biurrun
2014-06-22mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun
2014-06-22build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun
2014-06-22build: Add missing object files for Matroska demuxerDiego Biurrun
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-20h264: fix build when error resilience is disabledVittorio Giovara
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20dv: cosmetics, reindentAnton Khirnov
2014-06-20dv: get rid of global non-const tablesAnton Khirnov
2014-06-20dvenc: initialize the profile only once, at initAnton Khirnov
2014-06-20lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov
2014-06-19i263: skip dummy framesDirk Ausserhaus
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-19hevc: Mark num_bins_in_se as unusedLuca Barbato
2014-06-18dcadec: replace ldexpf with a multiplication by a constantNiels Möller
2014-06-17vp9 encoder: use a decent default speed settingRafaël Carré
2014-06-17tiffenc: fix packet size calculationTristan Matthews
2014-06-17jpeg2000: Mark static data init functions as av_coldDiego Biurrun
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-13Rename tpel_template.c ---> pel_template.cDiego Biurrun
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-12libx264: Support bitrate reconfigurationLuca Barbato
2014-06-11h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau
2014-06-11mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau
2014-06-11mpegvideoenc: check color_rangeVittorio Giovara
2014-06-11ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun
2014-06-11ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun
2014-06-10x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö
2014-06-10adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö
2014-06-06avcodec options: add enum option for color_rangeMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for colorspaceMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for color_trcMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for color_primariesMarc-Antoine Arnaud
2014-06-06mpeg2: add sequence display extension informationMarc-Antoine Arnaud
2014-06-06libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö
2014-06-03arm: check if AS supports .dnJanne Grunau
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-06-02bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun
2014-06-01Decode both parts of Indeo4 IP framesDirk Ausserhaus
2014-06-01Move Indeo4 frametypes into common header.Dirk Ausserhaus
2014-06-01flacenc: send final extradata in packet side dataAnton Khirnov
2014-06-01lavc: add an option to enable side data-only packets during encodingAnton Khirnov
2014-06-01libavcodec: set AVFrame colorspace fields on decodingwm4
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-30ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun