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
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-13avformat/au: Read MetaData from AU Sun audio file headerThomas Bernard
2016-06-03avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2014-06-18Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2013-10-20avformat/au: add assert to help source code analyzersMichael Niedermayer
2013-10-18avformat: Use G726LE decoder for Sun AU filesCarl Eugen Hoyos
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-14Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-01-31auenc: strict check for supported codecPaul B Mahol
2013-01-31auenc: remove put_au_header() and merge its code into au_write_headerPaul B Mahol
2013-01-11au: switch to ff_pcm_read_packet() again, after the mergeMichael Niedermayer
2013-01-10Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'Michael Niedermayer
2013-01-10Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'Michael Niedermayer
2013-01-10Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'Michael Niedermayer
2013-01-10Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'Michael Niedermayer
2013-01-10Merge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c'Michael Niedermayer
2013-01-10Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'Michael Niedermayer
2013-01-09au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles
2013-01-09au: use ff_raw_write_packet()Justin Ruggles
2013-01-09au: use %u when printing id and channels since they are unsignedJustin Ruggles
2013-01-09au: move skipping of unused data to before parameter validationJustin Ruggles
2013-01-09au: remove unnecessary castsJustin Ruggles
2013-01-09au: set stream start time and packet durationsJustin Ruggles
2013-01-09au: validate sample rateJustin Ruggles
2013-01-09au: do not arbitrarily limit channel countJustin Ruggles
2013-01-09au: return AVERROR codes instead of -1Justin Ruggles
2013-01-09au: do not set pkt->size directlyJustin Ruggles
2013-01-09au: set bit rateJustin Ruggles
2013-01-09au: set block_align and use it in au_read_packet()Justin Ruggles
2013-01-09au: validate bits-per-sample separately from codec tagJustin Ruggles
2013-01-04au: use ff_raw_write_packet()Justin Ruggles
2012-12-28auenc: do not write invalid file sizePaul B Mahol
2012-12-24Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-20au: return meaningful error codesPaul B Mahol
2012-12-18Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer
2012-12-17au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun
2012-12-05audec: use ff_pcm_read_packet()Paul B Mahol
2012-12-04auenc: remove pointless assigmentPaul B Mahol
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-24Support G.722 in Sun AU.Carl Eugen Hoyos
2012-11-24Add an annotation field as required by the specification when muxing Sun AU.Carl Eugen Hoyos
2012-08-18lavf/au: check bits per coded sample.Nicolas George