| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: Remove unneeded variable from mov_find_codec_tag() | Michael Niedermayer | 2018-10-07 | 1 | -8/+5 |
* | avformat/movenc: remove experimental checks for AV1 streams | James Almer | 2018-09-09 | 1 | -8/+0 |
* | lavf/movenc: Fail when codec tag is invalid for format | John Stebbins | 2018-09-08 | 1 | -16/+30 |
* | lavf/movenc: Add GoPro metadata to permitted mp4 "codecs" | John Stebbins | 2018-09-08 | 1 | -0/+1 |
* | avformat/movenc: implicitly enable negative CTS offsets for ismv | Jan Ekström | 2018-08-24 | 1 | -1/+1 |
* | avformat/movenc: support Opus packets with more than 60ms of audio when writi... | James Almer | 2018-08-24 | 1 | -3/+3 |
* | avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec | James Almer | 2018-08-17 | 1 | -3/+0 |
* | avformat/movenc: add support for AV1 streams | James Almer | 2018-07-20 | 1 | -6/+36 |
* | avformat/movenc: add reason for minf->hdlr in MOV only | Gyan Doshi | 2018-07-14 | 1 | -1/+1 |
* | avformat/movenc: Write version 2 of audio atom if channels is not known | Michael Niedermayer | 2018-07-09 | 1 | -1/+1 |
* | avformat/movenc: Check input sample count | Michael Niedermayer | 2018-07-08 | 1 | -0/+5 |
* | avformat/movenc: Use mov->fc consistently for av_log() | Michael Niedermayer | 2018-06-28 | 1 | -1/+1 |
* | avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample | Michael Niedermayer | 2018-06-28 | 1 | -1/+1 |
* | avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN... | Michael Niedermayer | 2018-06-28 | 1 | -0/+6 |
* | avformat/movenc: allow hdlr name field to be empty | Gyan Doshi | 2018-06-21 | 1 | -0/+5 |
* | avformat/movenc: read track title from correct key | Gyan Doshi | 2018-06-19 | 1 | -1/+1 |
* | avformat/movenc: fix recognization of cover image streams | Timo Teräs | 2018-06-13 | 1 | -18/+18 |
* | avformat/movenc: properly handle cover image codecs | Timo Teräs | 2018-06-13 | 1 | -18/+12 |
* | avformat/movenc: creating producer reference time (PRFT) box | Vishwanath Dixit | 2018-05-29 | 1 | -0/+50 |
* | avformat/movenc: support writing iTunes cover image | Timo Teräs | 2018-04-17 | 1 | -5/+83 |
* | avformat/movenc: forbid muxing AV1 streams until the spec is finished | James Almer | 2018-04-16 | 1 | -0/+4 |
* | avformat/movenc: use correct iTunes copyright atom | Timo Teräs | 2018-04-11 | 1 | -1/+1 |
* | avformat/movenc: add rtp_hinting_needed() helper function | Timo Teräs | 2018-04-04 | 1 | -18/+12 |
* | lavf/movenc: write track title metadata for mov files | Courtland Idstrom | 2018-03-22 | 1 | -1/+1 |
* | avformat/movenc: move the concatenated eac3 packet reference | James Almer | 2018-03-15 | 1 | -4/+1 |
* | avformat/movenc: addition of flag to fragment at every frame | Vishwanath Dixit | 2018-02-20 | 1 | -3/+7 |
* | avformat/mov: add VP8 codec support | James Almer | 2018-02-06 | 1 | -0/+5 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -5/+5 |
* | avformat/movenc: Add support for more colorspaces | Steven Robertson | 2017-12-15 | 1 | -9/+16 |
* | lavf/movenc: add sdtp (sample dependency) box | John Stebbins | 2017-12-02 | 1 | -0/+30 |
* | avformat/movenc: write clap atom for uncompressed yuv in mov | Dave Rice | 2017-11-20 | 1 | -0/+19 |
* | avformat/movenc: correct ImageDescription for uncompressed ycbcr | Dave Rice | 2017-11-20 | 1 | -3/+17 |
* | lavf/movenc: allow writing avc3 sample entry type | John Stebbins | 2017-11-16 | 1 | -0/+1 |
* | avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo struct | James Almer | 2017-11-01 | 1 | -29/+43 |
* | movenc: add m4b to ipod format extensions | Lukas Stabe | 2017-10-30 | 1 | -1/+1 |
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609' | James Almer | 2017-10-27 | 1 | -8/+9 |
|\ |
|
| * | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -2/+2 |
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
| * | mov: Convert to the new bitstream reader | Alexandra Hájková | 2017-01-13 | 1 | -20/+21 |
| * | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -1/+1 |
* | | movenc: take packet dts shifting into mention in check_pkt | Jan Ekström | 2017-10-04 | 1 | -0/+6 |
* | | movenc: Add an option for enabling negative CTS offsets | Martin Storsjö | 2017-09-28 | 1 | -4/+24 |
* | | avformat: replace all uses of av_copy_packet() | James Almer | 2017-09-25 | 1 | -3/+4 |
* | | avformat/movenc: reindent after the previous commit | James Almer | 2017-08-09 | 1 | -25/+25 |
* | | lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC. | Sasi Inguva | 2017-08-10 | 1 | -7/+15 |
* | | lavf/movenc: support GPMF track (gpmd) remuxing | Clément Bœsch | 2017-07-24 | 1 | -0/+25 |
* | | movenc: Add 'keywords' metadata | Kieran O'Leary | 2017-07-13 | 1 | -0/+2 |
* | | movenc: allow alternative hvc1 h.265 codec tag | John Stebbins | 2017-07-05 | 1 | -0/+1 |
* | | movenc: write correct format hvcc when tag is hvc1 | John Stebbins | 2017-07-05 | 1 | -1/+4 |
* | | movenc: move tags definitions to where they are used | John Stebbins | 2017-07-05 | 1 | -31/+31 |