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-09-21avcodec/webvttdec: add some memory checksClément Bœsch
2014-09-21avcodec/textdec: add some memory checksClément Bœsch
2014-09-21avcodec/subviewerdec: add some memory checksClément Bœsch
2014-09-21avcodec/srtdec: add some memory checksClément Bœsch
2014-09-21avcodec/samidec: add some memory checksClément Bœsch
2014-09-21avcodec/realtextdec: add some memory checksClément Bœsch
2014-09-21avcodec/mpl2dec: add some memory checksClément Bœsch
2014-09-21avcodec/movtextdec: add some memory checksClément Bœsch
2014-09-21avcodec/microdvddec: add some memory checksClément Bœsch
2014-09-21avcodec/jacosubdec: add some memory checksClément Bœsch
2014-09-21avcodec/ass: add ff_ass_add_rect_bprint() helperClément Bœsch
2014-09-21mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes
2014-09-21mlpdec: support major sync headers with optional extension blocksHendrik Leppkes
2014-09-21Merge commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4'Michael Niedermayer
2014-09-21avcodec/alacenc: Remove unused variableMichael Niedermayer
2014-09-20alacenc: remove unneeded maskingChristophe Gisquet
2014-09-20alacenc: fix incorrect buffer useChristophe Gisquet
2014-09-20dca: Remove some commented-out cruftDiego Biurrun
2014-09-20x86/me_cmp: port mmxext vsad functions to yasmJames Almer
2014-09-20avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer
2014-09-19avcodec/dv_profile: deprecate internal function that shouldn't be publicJames Almer
2014-09-19libavcodec/webp: treat out-of-bound palette index as translucent blackPascal Massimino
2014-09-19avcodec/libilbc: support for latest git of libilbcGianluigi Tiesi
2014-09-18x86/me_cmp: combine sad functions into a single macroJames Almer
2014-09-18avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer
2014-09-17avcodec/x86/me_cmp: fix sad8xhMichael Niedermayer
2014-09-17x86/me_cmp: port mmxext and sse2 sad functions to yasmJames Almer
2014-09-16Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer
2014-09-16dca: K&R formatting cosmeticsGabriel Dume
2014-09-16avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroesMichael Niedermayer
2014-09-15avcodec: remove obsolete FF_API_DSPUTIL cruftJames Almer
2014-09-15avcodec/tiff: fix odd dimensioned yuvMichael Niedermayer
2014-09-14avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee
2014-09-14avcodec/microdvddec: indent fixClément Bœsch
2014-09-14avcodec/utils: remove avcodec_ prefix for internal symbolClément Bœsch
2014-09-14avcodec/mjpegenc: the AMV encoder doesnt support yuv422Michael Niedermayer
2014-09-13avcodec/mjpegdec: Fix chroma width roundingClément Bœsch
2014-09-13avcodec/bmp_parser: delay frame end detection to the next header or EOFMichael Niedermayer
2014-09-13avcodec/bmp_parser: simplifyMichael Niedermayer
2014-09-13avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its headerMichael Niedermayer
2014-09-13avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer
2014-09-11avcodec/png_parser: Return the buffered data at the endMichael Niedermayer
2014-09-11avcodec/pngdec: print the actual number of bytes left in the error caseMichael Niedermayer
2014-09-11avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-11avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-10avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-10avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-10avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-10avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-10avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer