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
2021-07-29avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-23avformat/au: Deduplicate codec_tag listsAndreas Rheinhardt
2020-11-10avformat/au: cleanup on EOF return in au_read_annotation()Michael Niedermayer
2020-10-23avformat/au: Check for EOF in au_read_annotation()Michael Niedermayer
2020-07-18avformat/au: Avoid allocation for metadata stringAndreas Rheinhardt
2020-07-18avformat/au: Simplify writing string into AVBPrintAndreas Rheinhardt
2020-07-18avformat/au: Remove redundant av_freep()Andreas Rheinhardt
2020-07-18avformat/au: Store strings instead of pointers to strings in arrayAndreas Rheinhardt
2020-07-02avformat/au: check return value of au_read_annotation()Limin Wang
2020-07-02avformat/au: check return value of av_bprint_finalize()Limin Wang
2020-01-07avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-12-31avformat/au: do not use invalid block_align for small bits per samplePaul B Mahol
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