Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-24cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis
2013-06-24cllc: Implement YUV supportDerek Buitenhuis
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-16smacker: check the return value of smacker_decode_treeKostya Shishkov
2013-06-16smacker: fix an off by one in huff.length computationKostya Shishkov
2013-06-16utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau
2013-06-16bitstream: forward error values and drop few abort()Luca Barbato
2013-06-16bitstream: K&R formatting cosmeticsLuca Barbato
2013-06-15h264_mp4toannexb_bsf: return a padded bufferLuca Barbato
2013-06-15h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato
2013-06-15h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato
2013-06-124xm: check bitstream_size boundary before using itLuca Barbato
2013-06-124xm: refactor decode_p_blockLuca Barbato
2013-06-124xm: do not overread the source buffer in decode_p_blockLuca Barbato
2013-06-124xm: do not overread the prestream bufferLuca Barbato
2013-06-124xm: validate the buffer size before parsing itLuca Barbato
2013-06-124xm: reject frames not compatible with the declared versionLuca Barbato
2013-06-124xm: drop pointless assertLuca Barbato
2013-06-124xm: forward errors from decode_p_blockLuca Barbato
2013-06-124xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato
2013-06-124xm: refactor fourxm_read_headerLuca Barbato
2013-06-124xm: use the correct logging contextLuca Barbato
2013-06-12g2meet: Fix a typo in the height comparisonMichael Niedermayer
2013-06-12g2meet: do not leak buffersKostya Shishkov
2013-06-12g2meet: more graceful cursor loadingKostya Shishkov
2013-06-12g2meet: reset dimensions on header parsing errorsKostya Shishkov
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov
2013-06-10lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov
2013-06-10utvideodec: Set colorspace by codec_tag.Yusuke Nakamura
2013-06-10utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura
2013-06-07faxcompr: return meaningful errorsLuca Barbato
2013-06-07faxcompr: K&R formatting cosmeticsLuca Barbato
2013-06-07tiff: do not overread the source bufferLuca Barbato
2013-06-07tiff: cleanup the error pathsLuca Barbato
2013-06-07tiff: refactor fax support in a separate functionLuca Barbato
2013-06-07tiff: refactor deflate support in a separate functionLuca Barbato
2013-06-07h264_parser: K&R formatting cosmeticsLuca Barbato
2013-06-07vorbis: return meaningful errorsLuca Barbato
2013-06-03Go2Webinar decoderKostya Shishkov
2013-06-02vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov
2013-06-02vmd: fix mode 3 decodingKostya Shishkov
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-06-01use my full first name instead of short one in copyrightsKostya Shishkov
2013-06-01indeo4: expand allowed quantiser rangeKostya Shishkov
2013-05-30proresenc: alpha coding supportKostya Shishkov
2013-05-30arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö
2013-05-30arm: Don't unconditionally build dsputil filesMartin Storsjö
2013-05-30arm: Only build the FFT init files if FFT is enabledMartin Storsjö
2013-05-30build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun