summaryrefslogtreecommitdiffstats
path: root/libavformat/riffenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avienc: add muxer option "write_channel_mask"Tobias Rapp2015-09-121-2/+3
* lavf/riffenc: Set correct block align for mp2.Juanjo2015-06-041-1/+1
* avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag()Michael Niedermayer2015-05-121-2/+2
* avformat: Add prefix to get_codec_guid()Michael Niedermayer2015-02-271-2/+2
* avformat/riffenc: move MP3 LSF threshold to the midway point between the 2Michael Niedermayer2014-11-061-1/+1
* Merge commit '56dc46a1893251e74be1ad63e54fb38d754bb1fe'Michael Niedermayer2014-11-061-7/+3
|\
| * riffenc: do not fall back on AVCodecContext.frame_size for MP3Anton Khirnov2014-11-061-7/+3
* | avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()Benoit Fouet2014-09-231-4/+8
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-181-2/+2
|\ \ | |/
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-2/+2
* | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'Michael Niedermayer2014-06-181-14/+15
|\ \ | |/
| * riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-181-14/+15
* | Merge commit '584f88409062f7a134e7391887899e8e723ab6ff'Michael Niedermayer2014-05-171-1/+1
|\ \ | |/
| * riff: Pass block_align to estimate frame durationnu7742014-05-171-1/+1
| * riff: add ISMP/timecode tagClément Bœsch2014-04-041-1/+1
| * riff: Add ITRK tagJames Almer2014-04-041-1/+1
* | Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos2014-05-031-1/+1
* | ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-301-3/+6
* | Do not allow writing invalid wav channel layouts by default.Carl Eugen Hoyos2014-04-091-1/+3
* | ff_put_wav_header: remove manual byte countingDaniel Verkamp2014-03-181-7/+3
* | Support writing E-AC3 in wav.Carl Eugen Hoyos2014-01-291-0/+5
* | Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-291-0/+16
* | avformat/riffenc: indentPeter Ross2013-12-231-3/+3
* | riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross2013-12-231-2/+4
* | Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472'Michael Niedermayer2013-08-061-9/+26
|/
* riff: Move muxing code to a separate fileDiego Biurrun2013-08-061-0/+295
OpenPOWER on IntegriCloud