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
2016-12-21avutil: Added selftest for libavutil/audio_fifo.cThomas Turner
2016-12-21swscale: save ebx register when it is not availableAndreas Cadhalpun
2016-12-20avutil: Improved test coverage for avstring.cThomas Turner
2016-12-20avcodec/magicyuv: add 10 bit supportPaul B Mahol
2016-12-20lavfi/framequeue: avoid empty structs.Nicolas George
2016-12-20avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng
2016-12-19lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy
2016-12-19doc/examples/decoder_targeted: Limit max pixels for fuzzingMichael Niedermayer
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-12-18lavfi: add FFFrameQueue API.Nicolas George
2016-12-18avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol
2016-12-18opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov
2016-12-18avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen
2016-12-17avformat/tls: add tls url_get_file_handleJay Ridgeway
2016-12-17lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy
2016-12-17avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-17avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol
2016-12-16avformat/wavdec: Eliminate goto for clang -O0 DCEMark Harris
2016-12-16avutil/imgutils: Clarify doxy for av_image_check_size2()Michael Niedermayer
2016-12-16fate/psd: add tests for uncompress and rle samplesMartin Vignali
2016-12-16avcodec/h263dec: Return the correct error code in explode modeMichael Niedermayer
2016-12-16avcodec/smvjpegdec: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/tdsc: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/screenpresso: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/rscc: return the packet size instead of 0Michael Niedermayer
2016-12-15avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol
2016-12-15avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham
2016-12-15tiff: fix overflows when calling av_reduceAndreas Cadhalpun
2016-12-15mov: prevent overflow during bit rate calculationAndreas Cadhalpun
2016-12-15cafdec: prevent overflow during bit rate calculationAndreas Cadhalpun
2016-12-154xm: prevent overflow during bit rate calculationAndreas Cadhalpun
2016-12-15doc/filters: fix channel names in sofalizer examplePaul B Mahol
2016-12-15avfilter/af_sofalizer: warn if user gives unknown channel namesPaul B Mahol
2016-12-14doc/filters: drawtext: add example of printing texts on same baselineAndrey Utkin
2016-12-14Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-14Bump for psd demuxer and decoderMichael Niedermayer
2016-12-14libavformat : add Photoshop PSD demuxer.Martin Vignali
2016-12-14libavcodec : add decoder for Photoshop PSD image filesMartin Vignali
2016-12-14avformat: fix overflows during bit rate calculationAndreas Cadhalpun
2016-12-14swresample/resample: remove swri_resample functionMuhammad Faiz
2016-12-13libvpxenc: Don't spam level errors for VP8 encodesAlex Converse
2016-12-13swresample/resample: do not allow negative dst_size return valueMuhammad Faiz
2016-12-13avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2016-12-13avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer
2016-12-13avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint
2016-12-13avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-13avcodec/mips: version 1 of vp8dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-13configure: add -fPIE instead of -pie to C flags for ThreadSanitizerWan-Teh Chang
2016-12-13avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-12-13avutil/tests/imgutils: Remove unused variableMichael Niedermayer