| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | movenc: simplify codec_tag lookup | John Stebbins | 2017-07-05 | 1 | -53/+15 |
* | | movenc: use correct tag list for AVOutputFormat.codec_tag | John Stebbins | 2017-07-04 | 1 | -3/+39 |
* | | movenc: encryption with time code track fix | erankor | 2017-05-28 | 1 | -3/+3 |
* | | avformat/movenc: always check for new extradata on a packet | James Almer | 2017-05-24 | 1 | -16/+18 |
* | | avformat/movenc: remove experimental check for VP9 streams | James Almer | 2017-05-17 | 1 | -7/+0 |
* | | movenc/isom: update vpcC box to version 1.0 of the specification | Hendrik Leppkes | 2017-05-16 | 1 | -1/+2 |
* | | avformat/movenc: Explicitly address potential division by zero. | Lucas Cooper | 2017-04-29 | 1 | -3/+12 |
* | | avformat/movenc: Fix potential leak of sgpd_entries array. | Matthew Gregan | 2017-04-12 | 1 | -1/+3 |
* | | avformat/movenc: Fix mix of declaration and statement | Michael Niedermayer | 2017-04-11 | 1 | -4/+5 |
* | | avformat/movenc: Add experimental muxing support for Opus in ISO BMFF (MP4). | Matthew Gregan | 2017-04-11 | 1 | -8/+129 |
* | | avformat/movenc: auto insert vp9_superframe bsf when needed | James Almer | 2017-04-10 | 1 | -0/+2 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -3/+3 |
* | | lavf: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -5/+1 |
* | | avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unoffi... | James Almer | 2017-03-27 | 1 | -1/+1 |
* | | avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4 | James Almer | 2017-03-27 | 1 | -1/+1 |
* | | movenc: Add support for writing st3d and sv3d boxes. | Aaron Colwell | 2017-03-27 | 1 | -0/+99 |
* | | avformat, ffmpeg: deprecate old rotation API | wm4 | 2017-03-27 | 1 | -0/+4 |
* | | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | movenc: add support for track names in ISML manifests | Jan Ekström | 2017-02-12 | 1 | -0/+18 |
* | | lavf/movenc: Remove two unused variables. | Carl Eugen Hoyos | 2017-02-10 | 1 | -4/+1 |
* | | avformat/movenc: Restrict experimental VP9 support to MODE_MP4. | Matthew Gregan | 2016-11-21 | 1 | -2/+5 |
* | | Add experimental muxing support for FLAC in ISO BMFF (MP4). | Matthew Gregan | 2016-11-21 | 1 | -3/+46 |
* | | avformat/movenc: Check frame rate before use. | Michael Niedermayer | 2016-11-17 | 1 | -1/+3 |
* | | Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df' | Hendrik Leppkes | 2016-11-17 | 1 | -3/+26 |
|\| |
|
| * | movenc: Add an option for skipping writing the mfra/tfra/mfro trailer | Martin Storsjö | 2016-07-08 | 1 | -3/+26 |
* | | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05' | Hendrik Leppkes | 2016-11-13 | 1 | -8/+6 |
|\| |
|
| * | movenc: Apply offsets on timestamps when peeking into interleaving queues | Martin Storsjö | 2016-06-28 | 1 | -6/+6 |
* | | lavf/movenc: Do not print an error when muxing gray8 rawvideo. | Carl Eugen Hoyos | 2016-11-05 | 1 | -0/+1 |
* | | lavf/movenc+dashenc: add automatic bitstream filtering | Rodger Combs | 2016-10-24 | 1 | -24/+83 |
* | | lavf/movenc: add deinit function | Rodger Combs | 2016-10-24 | 1 | -44/+32 |
* | | avformat/movenc: Skip duration check for discontinuous fragments | Michael Niedermayer | 2016-10-19 | 1 | -1/+2 |
* | | avformat/movenc: Check frame rate in mov_write_uuidprof_tag() | Michael Niedermayer | 2016-10-10 | 1 | -2/+9 |