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
2012-06-07wmv1: check that the input buffer is large enoughMichael Niedermayer
2012-06-07rv20: fix lowres out of array readMichael Niedermayer
2012-06-07yopdec: check frame oddness to be within supported limitsMichael Niedermayer
2012-06-07yopdec: check that palette fits in the packetMichael Niedermayer
2012-06-078svx: fix crashMichael Niedermayer
2012-06-07sgienc: add a limit for maximum supported resolutionPiotr Bandurski
2012-06-07qdm2: fix incorrect error spamMichael Niedermayer
2012-06-07libmp3lame: add missing layout terminatorMichael Niedermayer
2012-06-07h264: Fail on DPC its not fully implementedMichael Niedermayer
2012-06-07h264: move q0 scan tables into contextMichael Niedermayer
2012-06-07mpeg4videodec: Check that cplx_estimation_* fits in the available spaceMichael Niedermayer
2012-06-07gifenc: support resolutions up to 65535x65535Piotr Bandurski
2012-06-07binkaudio: check number of channelsPaul B Mahol
2012-06-07indeo5: check quant_matMichael Niedermayer
2012-06-07ffv1: fix reading global header with CRCMichael Niedermayer
2012-06-07h264_cavlc: check prefix before using it.Michael Niedermayer
2012-06-07h264: increase scantable sizes to avoid overreadMichael Niedermayer
2012-06-07truemotion1: Check index, fix out of array readMichael Niedermayer
2012-06-07exr: make message about missing feature more usefulPaul B Mahol
2012-06-07iff: check if there is extradataPaul B Mahol
2012-06-07exr: alpha supportPaul B Mahol
2012-06-07lavc: clarify experimental codec messageLou Logan
2012-05-28Fix r10k codec for widths that are not multiples of 64.Carl Eugen Hoyos
2012-05-28Mark avui encoder experimental.Carl Eugen Hoyos
2012-05-28jvdec: check videosizeMichael Niedermayer
2012-05-28motionpixels: check extradata sizeMichael Niedermayer
2012-05-28iff_ilbm: fix null ptr derefMichael Niedermayer
2012-05-28yop: check for missing extradataMichael Niedermayer
2012-05-28xan: fix out of array readMichael Niedermayer
2012-05-28cdgraphics: Fix out of array writeMichael Niedermayer
2012-05-28Test extradata size before reading from extradata when decoding avui.Carl Eugen Hoyos
2012-05-25Revert "removing lowres support"Michael Niedermayer
2012-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-24Fix compilation with --disable-everything.Carl Eugen Hoyos
2012-05-24lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23tqi: Pass errors from the MB decoderMichael Niedermayer
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer
2012-05-23Do not leak extradata when encoding avui.Carl Eugen Hoyos
2012-05-23avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos
2012-05-23ffv1: fix decoder state_transition tableMichael Niedermayer
2012-05-23dwt: use av_freep()Michael Niedermayer
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles
2012-05-22libvorbis: only store version string if bitexact is not set.Michael Niedermayer
2012-05-22Add Avid Meridien Uncompressed (AVUI) encoder.Carl Eugen Hoyos
2012-05-22mpeg4videoparser: support using timestamps from codec.Michael Niedermayer
2012-05-22avcodec: add parser flag to indicate that codec TS are the only available and...Michael Niedermayer