summaryrefslogtreecommitdiff
path: root/libavformat/wvenc.c
Commit message (Expand)AuthorAge
* avformat/wvenc: Make init function out of write_headerAndreas Rheinhardt2021-12-20
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* | use Kostyas full name in copyrightsMichael Niedermayer2013-06-02
* | wvenc: remove flush call, not needed since 4f112a8e3Paul B Mahol2013-05-29
* | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer2013-05-29
|\|
| * lavf: add a raw WavPack muxer.Anton Khirnov2013-05-28
* lavf/wvenc: remove hacks since wavpack demuxer & decoder hacks have been fixedPaul B Mahol2013-05-28
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* wvenc: multichannel muxingPaul B Mahol2012-11-24
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* wvenc: support for ape tagsPaul B Mahol2012-07-29
* WavPack muxerPaul B Mahol2012-07-29