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-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-01-03avformat/westwood_vqa: Remove unneeded castMichael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2013-12-25avformat/westwood_vqa: use ff_get_extradata()Michael Niedermayer
2013-10-14avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_tPaul B Mahol
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-07-08Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer
2013-07-08westwood_vqa: do not free extradata on error in read_headerLuca Barbato
2013-07-02westwood_vqa: check return value of av_malloc()Paul B Mahol
2012-12-14westwood_vqa: fix null pointer dereferenceMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-27westwood_vqa: set video stream durationPaul B Mahol
2012-03-21westwood_vqa: set video stream durationPaul B Mahol
2012-03-21westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles
2012-01-24vqa: clean up audio header parsingJustin Ruggles
2012-01-24vqa: set time base to frame rate as coded in the header.Justin Ruggles
2012-01-24vqa: set packet duration.Justin Ruggles
2012-01-24vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles
2012-01-24vqa: set stream start_time to 0.Justin Ruggles
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles