summaryrefslogtreecommitdiff
path: root/libavformat/riffenc.c
Commit message (Expand)AuthorAge
* riff: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: add DFPWM WAV container supportJack Bruienne2022-03-10
* avformat/riffenc: Fix indentationAndreas Rheinhardt2021-09-24
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/riff: prevent muxing adpcm_swf with a variable block sizeZane van Iperen2020-10-21
* avformat/riffenc: correct calculation for extradata sizeGyan Doshi2020-07-26
* avformat/riffenc: indicate storage of flipped RGB bitmapsGyan Doshi2020-07-15
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-02
* lavf/riffenc: Always write unexpected channel_mask.Carl Eugen Hoyos2016-10-12
* avformat/riffenc: added possibility to set first to ninth audio language for ...Florian Diemer2016-10-05
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunksMats Peterson2016-03-13
* | lavf/riffenc: Handle palette for non-raw codecsMats Peterson2016-03-05
* | lavf/riffenc: Handle AV_PIX_FMT_MONOBLACKMats Peterson2016-02-23
* | avformat/riffenc: Also check codec tag before setting raw_pal_aviMichael Niedermayer2016-02-21
* | lavf/avienc: Add palette after BITMAPINFOHEADERMats Peterson2016-02-21
* | Revert "Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'"Michael Niedermayer2016-01-01
* | Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'Hendrik Leppkes2016-01-01
|\|
| * ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-12
* | avformat/avienc: add muxer option "write_channel_mask"Tobias Rapp2015-09-12
* | lavf/riffenc: Set correct block align for mp2.Juanjo2015-06-04
* | avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag()Michael Niedermayer2015-05-12
* | avformat: Add prefix to get_codec_guid()Michael Niedermayer2015-02-27
* | avformat/riffenc: move MP3 LSF threshold to the midway point between the 2Michael Niedermayer2014-11-06
* | Merge commit '56dc46a1893251e74be1ad63e54fb38d754bb1fe'Michael Niedermayer2014-11-06
|\|
| * riffenc: do not fall back on AVCodecContext.frame_size for MP3Anton Khirnov2014-11-06
* | avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()Benoit Fouet2014-09-23
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-18
|\|
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'Michael Niedermayer2014-06-18
|\|
| * riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* | Merge commit '584f88409062f7a134e7391887899e8e723ab6ff'Michael Niedermayer2014-05-17
|\|
| * riff: Pass block_align to estimate frame durationnu7742014-05-17
| * riff: add ISMP/timecode tagClément Bœsch2014-04-04
| * riff: Add ITRK tagJames Almer2014-04-04
* | Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos2014-05-03
* | ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-30
* | Do not allow writing invalid wav channel layouts by default.Carl Eugen Hoyos2014-04-09
* | ff_put_wav_header: remove manual byte countingDaniel Verkamp2014-03-18
* | Support writing E-AC3 in wav.Carl Eugen Hoyos2014-01-29
* | Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-29
* | avformat/riffenc: indentPeter Ross2013-12-23
* | riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross2013-12-23
* | Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472'Michael Niedermayer2013-08-06
|/
* riff: Move muxing code to a separate fileDiego Biurrun2013-08-06