summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/nsvdec: Fix memleaks on errors while reading the headerMichael Niedermayer2020-03-191-6/+14
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-174-9/+9
* avformat: add hca demuxerPaul B Mahol2020-03-174-1/+127
* avformat: add derf demuxerPaul B Mahol2020-03-173-0/+81
* avformat: add fwse demuxerPaul B Mahol2020-03-173-0/+90
* avformat/webmdashenc: Remove write_trailerAndreas Rheinhardt2020-03-151-7/+0
* avformat/mxfenc: allow all frame rates if -strict mode is set to unofficial o...Marton Balint2020-03-141-2/+6
* avformat/mxfenc: factorize timecode checking and settingMarton Balint2020-03-141-19/+13
* avformat/mxfenc: add some missing content package ratesMarton Balint2020-03-141-0/+13
* avformat/mxfenc: move content package rates and timebase combinations to a se...Marton Balint2020-03-142-16/+21
* avformat/mxf: get rid of samples per frame array usageMarton Balint2020-03-144-78/+17
* avformat/audiointerleave: disallow using a samples_per_frame arrayMarton Balint2020-03-144-22/+18
* avformat/smoothstreaming: Fix memleaks on errorsAndreas Rheinhardt2020-03-141-4/+4
* avformat/matroskaenc: Check BlockAdditional size before useAndreas Rheinhardt2020-03-141-3/+7
* avformat/avienc: Use AV_STRINGIFY for compile time constantAndreas Rheinhardt2020-03-141-2/+2
* avformat/nutenc: Drop redundant freesAndreas Rheinhardt2020-03-141-5/+1
* avformat/mux: Unify setting number of muxed packetsAndreas Rheinhardt2020-03-141-10/+3
* avformat/mux: Remove redundant checks for write errorsAndreas Rheinhardt2020-03-141-6/+0
* avformat/mxfenc: Reorder fields in MXFIndexEntry to make it smallerAndreas Rheinhardt2020-03-141-1/+1
* lavf/tty: Reduce probe score to fix ffmetadata auto-detection.Carl Eugen Hoyos2020-03-141-1/+1
* avformat/avidec: recognize H265 fourcc as hevcPaul B Mahol2020-03-122-0/+4
* avformat/vpk: add seeking supportPaul B Mahol2020-03-121-0/+25
* avformat/hlsenc: set the options when open the key info filesSteven Liu2020-03-121-3/+14
* avformat/hlsenc: Fix initial setting for start_ptsHongcheng Zhong2020-03-121-0/+7
* avcodec/wavpack: add support for DSD filesDavid Bryant2020-03-111-11/+17
* avformat/movenc: add ICC profile support to colr atomvectronic2020-03-102-2/+22
* avformat/mov: whitespace indentvectronic2020-03-101-26/+26
* avformat/mov: add ICC profile support for colr atomvectronic2020-03-101-2/+13
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-101-0/+3
* avformat/libzmq: Make default pkt_size value consistent with amqpAndriy Gelman2020-03-091-1/+1
* avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman2020-03-094-1/+301
* avformat/alp: tweak probe function to return MAX-1Zane van Iperen2020-03-091-1/+1
* avformat: add demuxer for LEGO Racers' ALP formatZane van Iperen2020-03-094-2/+150
* avformat/udp: support w32pthreads compatphunkyfish2020-03-081-1/+6
* lavf/dashdec: add 3GPP TS26.247 probe in dash demuxerJun Zhao2020-03-051-1/+2
* lavf/dashdec: Add ts to the list of allowed extensions.Jun Zhao2020-03-051-1/+1
* avformat/segment: Don't set extradata size twiceAndreas Rheinhardt2020-03-021-1/+0
* avformat/mxfenc: use a zero based continuity counterMarton Balint2020-03-021-1/+1
* avformat/mp3dec: Count last partial frame in probe.Michael Niedermayer2020-02-281-3/+9
* avformat/ivfenc: Don't use size_t for size of fileAndreas Rheinhardt2020-02-281-1/+1
* libavformat/avienc: Check bits per sample for PAL8Michael Niedermayer2020-02-271-0/+8
* avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer2020-02-271-5/+3
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-261-1/+1
* avformat/mvdec: Check stream numbersMichael Niedermayer2020-02-251-0/+6
* avformat/mux: CosmeticsAndreas Rheinhardt2020-02-251-10/+9
* avformat/segafilmenc: Add deinit functionAndreas Rheinhardt2020-02-251-0/+14
* avformat/segafilmenc: Combine several checksAndreas Rheinhardt2020-02-251-17/+9
* avcodec/utvideodec: add support for UQY0Paul B Mahol2020-02-251-0/+1
* avformat/libsrt: make avformat connect timeout 0 by defaultMarton Balint2020-02-241-1/+1
* avformat/libsrt: use listen_timeout for listeningMarton Balint2020-02-241-9/+4