summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/dv: Set AVFMTCTX_NOHEADER flagAndreas Rheinhardt2021-09-26
* avformat/argo_asf: Use memcpy to copy string without its NULAndreas Rheinhardt2021-09-26
* avformat/jvdec: Make sizeof(JVFrame) smaller to save memoryAndreas Rheinhardt2021-09-26
* avformat/jacosubenc: Fix writing extradataAndreas Rheinhardt2021-09-25
* avformat/aviobuf: Extend ffio_fill to 64bitsAndreas Rheinhardt2021-09-24
* avformat/omadec: Don't output uninitialized valuesAndreas Rheinhardt2021-09-24
* avformat/riffenc: Fix indentationAndreas Rheinhardt2021-09-24
* avformat/movenchint: Simplify writing paddingAndreas Rheinhardt2021-09-24
* avformat/astenc: Simplify writing paddingAndreas Rheinhardt2021-09-23
* avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264Nicolas Gaullier2021-09-23
* avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate...Nicolas Gaullier2021-09-23
* avformat/mxfdec: rename sub_descriptors as file_descriptorsMarc-Antoine Arnaud2021-09-22
* avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse...Michael Niedermayer2021-09-22
* 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