summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat/dhav: do not use zero fpsMichael Niedermayer2021-09-19
* avformat/rtsp: Use av_dict_set_int()Andreas Rheinhardt2021-09-19
* avformat/demux: Use av_opt_set_int() where appropriateAndreas Rheinhardt2021-09-18
* avformat/libsrt: remove url_get_file_handle implementationZhao Zhili2021-09-18
* avformat/libsrt: log streamid in listener modeZhao Zhili2021-09-18
* avformat/mpegts: fixes overflow when parsing the PMTNicolas Jorge Dato2021-09-18
* avformat/utils: Use st for AVStream variable in avpriv_set_pts_infoAndreas Rheinhardt2021-09-17
* avformat/demux: Don't free inexistent ID3v2 metadataAndreas Rheinhardt2021-09-17
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: Move seeking code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: ReindentationAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/mux, utils: Use dedicated pointer for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/asfenc, mux, utils: Use smaller scope for variablesAndreas Rheinhardt2021-09-17
* avformat/mp3dec: Simplify checking for no-metadataAndreas Rheinhardt2021-09-17
* avformat/mp3dec: Avoid calling avio_tell() multiple timesAndreas Rheinhardt2021-09-17
* avformat/mvdec: Don't signal success on parse_audio_var() errorJames Almer2021-09-16
* avformat/mvdec: Do not set invalid sample rateMichael Niedermayer2021-09-16
* avformat/sbgdec: Check for t0 overflow in expand_tseq()Michael Niedermayer2021-09-16
* lavf/concatdec: add stream_extradata directiveNicolas George2021-09-16
* lavf/concat: add support for chaptersNicolas George2021-09-16
* lavf/concatdec: add stream_codec directiveNicolas George2021-09-16
* lavf/concatdec: support stream metadataNicolas George2021-09-16
* lavf/concat: deprecate file_packet_metadataNicolas George2021-09-16
* lavf/concat: add file_packet_meta directiveNicolas George2021-09-16
* lavf/concat: refactor parsingNicolas George2021-09-16
* avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4Michael Niedermayer2021-09-15
* avformat/sbgdec: Check opt_duration and start for overflowMichael Niedermayer2021-09-15
* avformat/mov: Check for duplicate clliMichael Niedermayer2021-09-14
* avformat/utils: Ignore negative duration in codec_info_duration computationMichael Niedermayer2021-09-14
* avformat/jacosubdec: Check for min in t overflow in get_shift()Michael Niedermayer2021-09-13
* avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()Michael Niedermayer2021-09-13
* avformat/dv: always set audio packet durationPaul B Mahol2021-09-12
* avformat/rtpdec: Make ff_rtp_handler_iterate() staticAndreas Rheinhardt2021-09-08
* avformat/rawdec: Make ff_raw_data_read_header() staticAndreas Rheinhardt2021-09-08
* avformat/mov_chan: Make ff_mov_get_channel_layout() staticAndreas Rheinhardt2021-09-08
* avformat/dhav: use frame number if timestamp difference is zeroPaul B Mahol2021-09-08
* avformat/mlpdec: fix time_base for packet timestampsPaul B Mahol2021-09-07
* avcodec/siren: MSN Siren decoderPeter Ross2021-09-07
* avformat/mux: Fix double-free when using AVPacket.opaque_refAndreas Rheinhardt2021-09-03
* avformat/cafdec: try skipping various chunks only when seeking is possiblePaul B Mahol2021-09-03
* avformat: add an AV1 Low overhead bitstream format muxerJames Almer2021-09-01
* avformat/utils: Use av_memdup to duplicate array of AVChapter *Andreas Rheinhardt2021-08-31
* avformat/utils: Don't allocate zero-sized arrayAndreas Rheinhardt2021-08-31
* avformat/utils: Don't compare pointers when sorting chaptersAndreas Rheinhardt2021-08-31
* avformat/utils: Allocate AVStream.info only for input streamsAndreas Rheinhardt2021-08-30
* avformat/utils: Don't initialize AVStreamInternal.info multiple timesAndreas Rheinhardt2021-08-30