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
2019-09-26aformat/movenc: add missing padding to output track extradataJames Almer
2019-09-26avformat/movenc: Fix undefined shiftAndreas Rheinhardt
2019-09-20avformat/movenc: don't hardcode the colr box sizeJames Almer
2019-08-25avformat/movenc: add muxing support for Dolby TrueHD streamsJames Almer
2019-07-12avformat/movenc: use unspecified language by defaultMarton Balint
2019-04-09lavf/movenc: Pass correct pointer to av_log().Carl Eugen Hoyos
2019-04-03lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi
2019-04-02avformat/movenc: Fix skip_trailer when global_sidx is enabledKarthick J
2019-04-01avformat/movenc: free eac3 private data only when closing the streamJames Almer
2019-03-19libavformat/movenc: mov: added subtitle codec tags to codec tag listPaweł Wegner
2019-02-07avformat/movenc: Add more error checking when writing sample entries.Nikolas Bowe
2019-01-24lavf/movenc: Mention video_track_timescale as option to fix the timescale.Carl Eugen Hoyos
2018-12-14avformat/movenc: treat ALAC same as FLAC and write correct infoPaul B Mahol
2018-12-11avformat/movenc: Added an option to disable SIDX atomkjeyapal@akamai.com
2018-11-22avformat/movenc: get number of written bytes from bitstream writerPaul B Mahol
2018-11-22avformat/movenc: fix size calculation in mov_write_eac3_tag()Paul B Mahol
2018-10-07avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer
2018-09-09avformat/movenc: remove experimental checks for AV1 streamsJames Almer
2018-09-09lavf/movenc: Fail when codec tag is invalid for formatJohn Stebbins
2018-09-09lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"John Stebbins
2018-08-24avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström
2018-08-24avformat/movenc: support Opus packets with more than 60ms of audio when writi...James Almer
2018-08-17avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer
2018-07-20avformat/movenc: add support for AV1 streamsJames Almer
2018-07-14avformat/movenc: add reason for minf->hdlr in MOV onlyGyan Doshi
2018-07-10avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer
2018-07-08avformat/movenc: Check input sample countMichael Niedermayer
2018-06-28avformat/movenc: Use mov->fc consistently for av_log()Michael Niedermayer
2018-06-28avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer
2018-06-28avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer
2018-06-21avformat/movenc: allow hdlr name field to be emptyGyan Doshi
2018-06-19avformat/movenc: read track title from correct keyGyan Doshi
2018-06-13avformat/movenc: fix recognization of cover image streamsTimo Teräs
2018-06-13avformat/movenc: properly handle cover image codecsTimo Teräs
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