| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: deprecate AVFormatContext io_close callback | Marton Balint | 2023-02-16 | 1 | -0/+4 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -10/+10 |
* | libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file | Basel Sayeh | 2023-01-13 | 1 | -4/+6 |
* | avformat/vpcc: parse bitstream data to get profile and bitdepth | James Almer | 2022-11-17 | 1 | -1/+1 |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+2 |
* | avformat/internal: Move muxing-only functions to new mux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | dash: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -0/+1 |
* | avformat/dashenc: Don't use stack packet | Andreas Rheinhardt | 2021-11-27 | 1 | -3/+1 |
* | avformat/avformat: Add AVStream parameter to check_bitstream() sig | Andreas Rheinhardt | 2021-11-27 | 1 | -5/+7 |
* | avformat/dashenc: enabling streaming and hls_playlist for lhls | Zhao Zhili | 2021-11-05 | 1 | -4/+4 |
* | avformat/dashenc: enabling streaming automatically for ldash | Zhao Zhili | 2021-11-05 | 1 | -2/+2 |
* | avformat/dashenc: Fix comparing double with 0 | Limin Wang | 2021-11-03 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -4/+4 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | Fix double write of DASH manifest in streaming mode | Kevin LaFlamme | 2021-07-14 | 1 | -2/+5 |
* | dashenc: Write out DASH manifest immediately in streaming mode | Kevin LaFlamme | 2021-06-14 | 1 | -0/+8 |
* | avformat/dashenc: use av_match_ext() | Limin Wang | 2021-06-14 | 1 | -13/+3 |
* | Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams" | Valerii Zapodovnikov | 2021-06-08 | 1 | -5/+1 |
* | lavf/dashenc.c: Fix creating audio-only HLS playlists | Przemysław Sobala | 2021-06-01 | 1 | -54/+85 |
* | avio: do not export avpriv_io_{move,delete} | Anton Khirnov | 2021-05-22 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/dashenc: Remove deprecated min_seg_duration option | Andreas Rheinhardt | 2021-04-27 | 1 | -12/+0 |
* | avformat: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -2/+3 |
* | libavformat/dashenc: Reduce confusion in par error message | Chris Miceli | 2020-08-31 | 1 | -1/+1 |
* | libavformat/dashenc.c: Support mpd update period | Siyuan Huang | 2020-07-09 | 1 | -0/+4 |
* | avformat/dashenc: Calculate average bitrate for adaptation sets in static man... | Przemysław Sobala | 2020-06-22 | 1 | -8/+16 |
* | Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate" | Przemysław Sobala | 2020-06-22 | 1 | -1/+1 |
* | avformat/dashenc: Add hls_master_name option | Przemysław Sobala | 2020-06-15 | 1 | -3/+5 |
* | avformat/dashenc: use AVStream timebase when computing missing bitrate | Przemysław Sobala | 2020-06-01 | 1 | -1/+1 |
* | avformat/dashenc: remove the arbitrary restrictions for filename | Limin Wang | 2020-05-01 | 1 | -17/+9 |
* | avformat/dashenc: use av_reallocp_array() | Limin Wang | 2020-04-29 | 1 | -1/+1 |
* | avformat/dashenc: use local variable and avoid calculate duration multiple times | Limin Wang | 2020-04-29 | 1 | -9/+5 |
* | avformat/dashenc: cosmetics | Limin Wang | 2020-04-29 | 1 | -14/+14 |
* | avformat: only allow a single bitstream filter when muxing | Marton Balint | 2020-04-26 | 1 | -4/+2 |
* | avformat/dashenc: add missing startWithSap attribute to AdaptationSet elements | James Almer | 2020-04-20 | 1 | -1/+1 |
* | avformat/dashenc: add a PlaybackRate element | James Almer | 2020-04-20 | 1 | -2/+16 |
* | avformat/dashenc: add a maxSegmentDuration attribute to the Manifest | James Almer | 2020-04-20 | 1 | -0/+6 |
* | avformat/dashenc: fix typo in ProducerReferenceTime elements | James Almer | 2020-04-15 | 1 | -1/+1 |
* | avformat: add subtitle support in master playlist m3u8 | Limin Wang | 2020-04-08 | 1 | -1/+1 |
* | avformat/dashenc: use a quieter log lever when informing prft was automatical... | James Almer | 2020-02-26 | 1 | -1/+1 |
* | avformat/dashenc: always attempt to enable prft in ldash mode | James Almer | 2020-02-22 | 1 | -1/+7 |
* | avformat/dashenc: write a capture time Producer Reference Time element when n... | James Almer | 2020-02-22 | 1 | -13/+37 |
* | avformat/dashenc: write the styp box when the first frame of a segment is ready | James Almer | 2020-02-22 | 1 | -7/+3 |
* | avformat/dashenc: warn if Producer Reference Time element option is missing w... | James Almer | 2020-02-17 | 1 | -0/+4 |
* | avformat/dashenc: disable Resync elements when using DVB-DASH profile | James Almer | 2020-02-17 | 1 | -2/+2 |
* | avformat/dashenc: always set coding_dependency to 1 if a parser isn't used | James Almer | 2020-02-16 | 1 | -2/+4 |
* | avformat/dashenc: include an availabilityTimeComplete element in all streamin... | James Almer | 2020-02-16 | 1 | -2/+1 |