summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat/movenc: treat ALAC same as FLAC and write correct infoPaul B Mahol2018-12-14
* avformat/movenc: Added an option to disable SIDX atomkjeyapal@akamai.com2018-12-11
* avformat/movenc: get number of written bytes from bitstream writerPaul B Mahol2018-11-22
* avformat/movenc: fix size calculation in mov_write_eac3_tag()Paul B Mahol2018-11-22
* avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer2018-10-07
* avformat/movenc: remove experimental checks for AV1 streamsJames Almer2018-09-09
* lavf/movenc: Fail when codec tag is invalid for formatJohn Stebbins2018-09-08
* lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"John Stebbins2018-09-08
* avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström2018-08-24
* avformat/movenc: support Opus packets with more than 60ms of audio when writi...James Almer2018-08-24
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-17
* avformat/movenc: add support for AV1 streamsJames Almer2018-07-20
* avformat/movenc: add reason for minf->hdlr in MOV onlyGyan Doshi2018-07-14
* avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer2018-07-09
* avformat/movenc: Check input sample countMichael Niedermayer2018-07-08
* avformat/movenc: Use mov->fc consistently for av_log()Michael Niedermayer2018-06-28
* avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer2018-06-28
* avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer2018-06-28
* avformat/movenc: allow hdlr name field to be emptyGyan Doshi2018-06-21
* avformat/movenc: read track title from correct keyGyan Doshi2018-06-19
* avformat/movenc: fix recognization of cover image streamsTimo Teräs2018-06-13
* avformat/movenc: properly handle cover image codecsTimo Teräs2018-06-13
* avformat/movenc: creating producer reference time (PRFT) boxVishwanath Dixit2018-05-29
* avformat/movenc: support writing iTunes cover imageTimo Teräs2018-04-17
* avformat/movenc: forbid muxing AV1 streams until the spec is finishedJames Almer2018-04-16
* avformat/movenc: use correct iTunes copyright atomTimo Teräs2018-04-11
* avformat/movenc: add rtp_hinting_needed() helper functionTimo Teräs2018-04-04
* lavf/movenc: write track title metadata for mov filesCourtland Idstrom2018-03-22
* avformat/movenc: move the concatenated eac3 packet referenceJames Almer2018-03-15
* avformat/movenc: addition of flag to fragment at every frameVishwanath Dixit2018-02-20
* avformat/mov: add VP8 codec supportJames Almer2018-02-06
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/movenc: Add support for more colorspacesSteven Robertson2017-12-15
* lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins2017-12-02
* avformat/movenc: write clap atom for uncompressed yuv in movDave Rice2017-11-20
* avformat/movenc: correct ImageDescription for uncompressed ycbcrDave Rice2017-11-20
* lavf/movenc: allow writing avc3 sample entry typeJohn Stebbins2017-11-16
* avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo structJames Almer2017-11-01
* movenc: add m4b to ipod format extensionsLukas Stabe2017-10-30
* Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-27
|\
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
| * mov: Convert to the new bitstream readerAlexandra Hájková2017-01-13
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23
* | movenc: take packet dts shifting into mention in check_pktJan Ekström2017-10-04
* | movenc: Add an option for enabling negative CTS offsetsMartin Storsjö2017-09-28
* | avformat: replace all uses of av_copy_packet()James Almer2017-09-25
* | avformat/movenc: reindent after the previous commitJames Almer2017-08-09
* | lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva2017-08-10
* | lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch2017-07-24