Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-29avformat/movenc: creating producer reference time (PRFT) boxVishwanath Dixit
2018-04-17avformat/movenc: support writing iTunes cover imageTimo Teräs
2018-04-16avformat/movenc: forbid muxing AV1 streams until the spec is finishedJames Almer
2018-04-11avformat/movenc: use correct iTunes copyright atomTimo Teräs
2018-04-04avformat/movenc: add rtp_hinting_needed() helper functionTimo Teräs
2018-03-22lavf/movenc: write track title metadata for mov filesCourtland Idstrom
2018-03-16avformat/movenc: move the concatenated eac3 packet referenceJames Almer
2018-02-20avformat/movenc: addition of flag to fragment at every frameVishwanath Dixit
2018-02-07avformat/mov: add VP8 codec supportJames Almer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-12-15avformat/movenc: Add support for more colorspacesSteven Robertson
2017-12-02lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins
2017-11-20avformat/movenc: write clap atom for uncompressed yuv in movDave Rice
2017-11-20avformat/movenc: correct ImageDescription for uncompressed ycbcrDave Rice
2017-11-17lavf/movenc: allow writing avc3 sample entry typeJohn Stebbins
2017-11-01avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo structJames Almer
2017-10-30movenc: add m4b to ipod format extensionsLukas Stabe
2017-10-28Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer
2017-10-04movenc: take packet dts shifting into mention in check_pktJan Ekström
2017-09-28movenc: Add an option for enabling negative CTS offsetsMartin Storsjö
2017-09-26avformat: replace all uses of av_copy_packet()James Almer
2017-08-10avformat/movenc: reindent after the previous commitJames Almer
2017-08-10lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva
2017-07-24lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch
2017-07-13movenc: Add 'keywords' metadataKieran O'Leary
2017-07-05movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins
2017-07-05movenc: write correct format hvcc when tag is hvc1John Stebbins
2017-07-05movenc: move tags definitions to where they are usedJohn Stebbins
2017-07-05movenc: simplify codec_tag lookupJohn Stebbins
2017-07-04movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins
2017-05-28movenc: encryption with time code track fixerankor
2017-05-25avformat/movenc: always check for new extradata on a packetJames Almer
2017-05-18avformat/movenc: remove experimental check for VP9 streamsJames Almer
2017-05-16movenc/isom: update vpcC box to version 1.0 of the specificationHendrik Leppkes
2017-04-29avformat/movenc: Explicitly address potential division by zero.Lucas Cooper
2017-04-13avformat/movenc: Fix potential leak of sgpd_entries array.Matthew Gregan
2017-04-12avformat/movenc: Fix mix of declaration and statementMichael Niedermayer
2017-04-11avformat/movenc: Add experimental muxing support for Opus in ISO BMFF (MP4).Matthew Gregan
2017-04-10avformat/movenc: auto insert vp9_superframe bsf when neededJames Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-28avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unoffi...James Almer
2017-03-28avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4James Almer
2017-03-28movenc: Add support for writing st3d and sv3d boxes.Aaron Colwell
2017-03-27avformat, ffmpeg: deprecate old rotation APIwm4
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-12movenc: add support for track names in ISML manifestsJan Ekström
2017-02-10lavf/movenc: Remove two unused variables.Carl Eugen Hoyos
2017-02-07Use bitstream_init8() where appropriateDiego Biurrun
2017-02-01Mark some arrays that never change as const.Anton Khirnov