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-10-03avcodec/pngdec: Calculate MPNG bytewidth more defensivelyMichael Niedermayer
2014-10-03avcodec/pngdec: Check bits per pixel before setting monoblack pixel formatMichael Niedermayer
2014-10-03avcodec/tiff: more completely check bpp/bppcountMichael Niedermayer
2014-10-03avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocksMichael Niedermayer
2014-10-03avcodec/utils: Add case for jv to avcodec_align_dimensions2()Michael Niedermayer
2014-10-03avcodec/mjpegdec: check bits per pixel for changes similar to dimensionsMichael Niedermayer
2014-10-03avcodec/jpeglsdec: Check run value more completely in ls_decode_line()Michael Niedermayer
2014-09-28configure: add noexecstack to linker options if supported.Reimar Döffinger
2014-09-27avcodec/ac3enc_template: fix out of array readMichael Niedermayer
2014-09-27avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl
2014-09-21avcodec/libilbc: support for latest git of libilbcGianluigi Tiesi
2014-09-20x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()James Almer
2014-09-17apetag: Fix APE tag size checkKaterina Barone-Adesi
2014-09-07avformat/m4vdec: Check for non startcode 00 00 00 sequences in probeMichael Niedermayer
2014-09-07avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()Michael Niedermayer
2014-09-07avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...Michael Niedermayer
2014-09-07avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...Michael Niedermayer
2014-09-07avformat/swfdec: Do not change the pixel formatMichael Niedermayer
2014-09-07avformat/swfdec: Use side data to communicate w/h changes to the decoderMichael Niedermayer
2014-09-07avcodec/snow: check coeffs for validityMichael Niedermayer
2014-09-07bktr: Fix Fabrice's nameTimothy Gu
2014-09-07avcodec/utils: add GBRP16 to avcodec_align_dimensions2()Michael Niedermayer
2014-09-07avcodec: fix aac/ac3 parser bitstream buffer sizeMichael Niedermayer
2014-08-19version.sh: Print versions based on the last git tag for release branchesn1.2.8Michael Niedermayer
2014-08-19remove VERSION fileMichael Niedermayer
2014-08-19Changelog: update for 1.2.8Michael Niedermayer
2014-08-17update for 1.2.8Michael Niedermayer
2014-08-17proresenc_kostya: report buffer overflowChristophe Gisquet
2014-08-17lavc: move put_bits_left in put_bits.hLuca Barbato
2014-08-11avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer
2014-08-07cdgraphics: do not return 0 from the decode functionAnton Khirnov
2014-08-05avformat/tee: flip assigment directionMichael Niedermayer
2014-08-02avcodec/dvdsub_parser: print message if packet is smaller than the packet siz...Michael Niedermayer
2014-08-02avcodec/dvdsub_parser: Check buf_size before reading 32bit packet sizeMichael Niedermayer
2014-08-02avcodec/dvdsub_parser: never return 0 when the input isnt 0Michael Niedermayer
2014-07-13avformat/utils: do not wait for packets from discarded streams for genptsMichael Niedermayer
2014-06-23Update for FFmpeg 1.2.7n1.2.7Michael Niedermayer
2014-06-23avformat/mpc: attempt to allocate a packet that is not smaller than the data ...Michael Niedermayer
2014-06-23avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer
2014-06-23avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial f...Michael Niedermayer
2014-06-23avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer
2014-06-23avcodec/mss34dsp: fix () in SOP* macrosMichael Niedermayer
2014-06-23avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer
2014-06-23avcodec/golomb-test: fix () in EXTEND() macroMichael Niedermayer
2014-06-23avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer
2014-06-23avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer
2014-06-23avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer
2014-06-23avcodec/diracdec: move mc buffer allocation to per frameMichael Niedermayer
2014-06-23avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
2014-06-23avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer