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-04-11DNxHD: K&R formatting cosmeticsVittorio Giovara
2014-04-11mp2: Do not force a samplerateLuca Barbato
2014-04-10libx265: Only set the SAR if it is validDerek Buitenhuis
2014-04-10libx265: Use 16-bit SARDerek Buitenhuis
2014-04-10libx265: Use x265_param_parse to set the SARDerek Buitenhuis
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-04-09rawvideo: Support decoding YVYU422 FourCCVittorio Giovara
2014-04-08mp2: match twolame default optionsVittorio Giovara
2014-04-08libtwolame MP2 encoding supportPaul B Mahol
2014-04-07libxvid: fix missing end of line characterVittorio Giovara
2014-04-07h264: Refactor decode_nal_unitsLuca Barbato
2014-04-07libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu
2014-04-07libxvid: add working lumimasking and variance AQTimothy Gu
2014-04-06aarch64: implement videodsp.prefetchJanne Grunau
2014-04-06LucasArts SMUSH VIMA audio decoderPaul B Mahol
2014-04-06LucasArts SMUSH SANM video decoderPaul B Mahol
2014-04-04dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun
2014-04-04x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun
2014-04-04x86: h264_qpel: Simplify an #if conditionalDiego Biurrun
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-04-04ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun
2014-04-04x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-04-04x86/synth_filter: add synth_filter_fma3James Almer
2014-04-04x86/synth_filter: add synth_filter_avxJames Almer
2014-04-04x86/synth_filter: add synth_filter_sseJames Almer
2014-04-04arm: asm decode_block_coeffs_internal is vp8 specificJanne Grunau
2014-04-04On2 VP7 decoderPeter Ross
2014-04-02vc1dec: fix a possible unitialized variable warningVittorio Giovara
2014-04-02More correct printf format specifiersDiego Biurrun
2014-04-02VP3: K&R formatting cosmeticsVittorio Giovara
2014-04-01sgi: decode 16bit RLE imagesVittorio Giovara
2014-04-01sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara
2014-04-01sgi: decode images with 4 channels at 8 and 16 bitsCarl Eugen Hoyos
2014-04-01sgi: remove redundant argument from read_uncompressed_sgi()Paul B Mahol
2014-04-01sgi: set the row boundary to the correct valueMichael Niedermayer
2014-04-01sgi: fix end of line boundary detectionMichael Niedermayer
2014-04-01sgi: check maximum supported resolutionPiotr Bandurski
2014-04-01sgi: K&R formatting cosmeticsVittorio Giovara
2014-04-01codec_desc: set lossless attribute for SGI and DPXPaul B Mahol
2014-04-01OpenEXR decoderJimmy Christensen
2014-04-01dxva2: Directly use AVFramesMichael Niedermayer
2014-03-31vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont
2014-03-31h263: improve hwaccel #ifdefsRémi Denis-Courmont
2014-03-31libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson
2014-03-31libmp3lame: add ABR supportTimothy Gu
2014-03-31libmp3lame: add comments about CBR/VBR modesTimothy Gu
2014-03-31libmp3lame: allow joint stereo to be disabledPaul B Mahol
2014-03-30dnxhdenc: return meaningful return codesTimothy Gu
2014-03-30golomb: Fix the implementation of get_se_golomb_longMartin Storsjö