summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/movenc: Remove experimental status of flac-in-MP4 muxingMartijn van Beurden2022-08-081-1/+0
* libavformat/isom: Add more language mappingsIvan Baykalov2022-06-071-5/+5
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-101-2/+1
* mov: convert to new channel layout APIVittorio Giovara2022-03-151-2/+3
* avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabsAndreas Rheinhardt2022-01-041-1/+1
* avformat/{isom,mov,movenc}: add support for CMAF DASH rolesJan Ekström2021-10-041-0/+19
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-11/+1
* avformat/isom: Remove outcommented functionAndreas Rheinhardt2021-02-231-39/+0
* avformat/isom: Split movaudio/movvideo tags off into a separate fileAndreas Rheinhardt2021-02-231-319/+0
* avformat/isom: add support for RAW ASC Bayer BGGR in movPaul B Mahol2020-10-121-0/+2
* avcodec/magicyuv: add support for recently added new formatPaul B Mahol2020-09-221-0/+1
* avformat/isom: add comment to mov_mdhd_language_mapZhao Zhili2020-07-011-19/+139
* avcodec: add NotchLC decoderPaul B Mahol2020-05-191-0/+2
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-151-0/+1
* lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4Yuki Tsuchiya2019-12-121-0/+1
* avformat: use avpriv_mpeg4audio_get_config2()James Almer2019-09-271-2/+2
* avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer2019-08-241-0/+1
* avcodec/magicyuv: add support for recently added YUV444P10Paul B Mahol2019-07-111-0/+1
* lavf/isom: Allow reading mp3-in-isom as written by vlc.Carl Eugen Hoyos2019-05-121-0/+1
* lavf/mov: skip extradata check in esds for MPEG-1/2 audioGyan Doshi2019-04-011-0/+4
* lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264Rodger Combs2018-12-171-0/+4
* lavf/mov: add AVCodecTag entry for GoPro metadataJohn Stebbins2018-09-081-0/+5
* avformat/mov: add support for AV1 streamsJames Almer2018-07-201-0/+1
* avformat/isom: don't free extradata before calling ff_get_extradata()James Almer2018-03-061-1/+0
* avformat/mov: add VP8 codec supportJames Almer2018-02-061-0/+1
* avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer2017-11-251-1/+1
* libavformat : add mov dataformat tag for HapAlphaOnly and HapQAlphaMartin Vignali2017-09-241-0/+2
* avcodec/magicyuv: add 12 bit formatsPaul B Mahol2017-07-101-0/+2
* Update mp4 object type for VP9KongQun Yang2017-06-281-1/+1
* lavf/isom: Remove codec point for WMAv2 that has never worked.Carl Eugen Hoyos2017-04-121-1/+0
* avformat/movenc: Add experimental muxing support for Opus in ISO BMFF (MP4).Matthew Gregan2017-04-111-0/+2
* lavf/isom: Support DTS Express in mov.Carl Eugen Hoyos2017-02-031-0/+1
* isom: map xalg and avlg to h264, fixes ticket #6099compn2017-01-241-0/+2
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-221-0/+2
* avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-201-0/+4
* lavf/isom: Support EVRC in pvAuthor files.Carl Eugen Hoyos2016-12-121-0/+1
* Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-211-0/+2
* mpeg4audio: validate sample_rateAndreas Cadhalpun2016-11-071-2/+4
* avformat/isom: Fix old API regression with exporting max bitrateMichael Niedermayer2016-10-261-3/+8
* lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos2016-08-131-0/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-49/+49
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-46/+46
* | Add experimental support for vp9 in iso-bmffKongqun Yang2016-06-171-0/+3
* | avcodec: add BitJazz SheerVideo decoderPaul B Mahol2016-06-071-0/+9
* | avformat/isom: add MagicYUV FourCCsPiotr Bandurski2016-06-011-0/+8
* | lavf/isom: Support Perian tag NELL for nellymoser.Carl Eugen Hoyos2016-04-231-0/+1
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-21/+17
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-16/+16