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-13dcadec: Use correct channel count in stereo downmix checkTim Walker
2014-04-13dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker
2014-04-12tiffdec: support predictor type 2 with RGB48 pixel formatJean First
2014-04-12tiffdec: remove an unneeded variableJustin Ruggles
2014-04-12tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles
2014-04-12tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles
2014-04-12tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles
2014-04-12bytestream: add bytestream2_copy_buffer() functionsJustin Ruggles
2014-04-12bytestream: add functions for accessing size of bufferPaul B Mahol
2014-04-12tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles
2014-04-12tiffdec: rename variables for consistency and fix variable shadowingJean First
2014-04-11DNxHD: convert inline asm to yasmTimothy Gu
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
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