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
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-06-28wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato
2013-06-28wmapro: return early on unsupported conditionLuca Barbato
2013-06-28wmapro: make sure there is room to store the current packetLuca Barbato
2013-06-28lavc: move put_bits_left in put_bits.hLuca Barbato
2013-06-27aac: return meaningful errorsLuca Barbato
2013-06-27aac: K&R formatting cosmeticsLuca Barbato
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