aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/movenc: allow ISMV timescale to be user-setGyan Doshi2020-01-251-4/+10
* avformat/libsrt: add missing SRT_VERSION_VALUE checkMarton Balint2020-01-231-0/+2
* avformat/utils: log corrupt packetsGyan Doshi2020-01-231-6/+9
* avformat/libzmq: Replace fail statements with gotoAndriy Gelman2020-01-211-13/+11
* avformat/libzmq: Check return of zmq_setsockoptAndriy Gelman2020-01-211-1/+8
* avformat/hlsenc: fix default AES key file url with variant streamsBela Bodecs2020-01-201-2/+3
* avformat/hlsenc: program_date_time and append_list flags conflictBela Bodecs2020-01-201-0/+1
* avformat/udp: modify the not write-only to read-only mode.Xuchen Su2020-01-201-1/+1
* avformat/hlsenc: compare without the last directory separator in get_relative...Steven Liu2020-01-201-1/+1
* avformat/dashenc: use ff_rename instead of avpriv_io_moveMarton Balint2020-01-191-6/+4
* avformat/avio: fix ff_rename to respect used protocolMarton Balint2020-01-192-14/+8
* avformat/avio: move ff_rename implementation from internal.h to avio.cMarton Balint2020-01-192-13/+16
* avformat/libsrt: fix enabling nonblocking modeAnthony Delannoy2020-01-191-2/+4
* avformat/img2enc: add support for specifying protocol optionsMarton Balint2020-01-182-2/+13
* avformat/dtsdec: make S16LE discrimination sharperMichael Niedermayer2020-01-181-3/+8
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-183-4/+15
* avformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-171-2/+1
* avformat/flvenc: Avoid unnecessary seekAndreas Rheinhardt2020-01-171-5/+2
* avformat/movenc, segafilmenc: Remove unnecessary avio_tell()Andreas Rheinhardt2020-01-172-2/+2
* Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer2020-01-165-10/+11
* avformat/s337m: Use base AVClass for av_log usageNicolas Gaullier2020-01-161-5/+5
* avformat/dashenc: document the new optionsJames Almer2020-01-151-1/+1
* avformat/dashenc: add an option to write a Latency elementJames Almer2020-01-151-1/+26
* dashenc: support setting arbitrary HTTP protocol optionsAnton Khirnov2020-01-151-0/+4
* avformat/dashenc: allow setting custom movflags using format_optionsJames Almer2020-01-151-3/+3
* avformat/movenc: add a flag to enable CMAF compatabilityJames Almer2020-01-152-2/+24
* avformat/dashenc: implement DVB-DASH profileJames Almer2020-01-151-4/+73
* avformat/dashenc: add an option to enable low latency Dash manifestJames Almer2020-01-151-2/+30
* avformat/dashenc: Write a Producer Reference Time elementJames Almer2020-01-151-8/+44
* avformat/movenc: use AVProducerReferenceTime side data to write the prft atomJames Almer2020-01-152-2/+17
* avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer2020-01-155-8/+9
* avformat/dashenc: allow splitting fragments following P-Frame reorderingJames Almer2020-01-151-2/+67
* avformat/dashenc: allow setting fragment durationsJames Almer2020-01-151-17/+100
* avformat/dashenc: allow setting segment durations per AdaptationSetJames Almer2020-01-151-17/+49
* avformat/avformat: Update AVInputFormat.read_packet documentationAndreas Rheinhardt2020-01-141-2/+1
* avformat/segafilmenc: Check early whether video is allowedAndreas Rheinhardt2020-01-141-8/+11
* avformat/segafilmenc: Postpone check for existence of video streamAndreas Rheinhardt2020-01-141-4/+4
* avformat/segafilmenc: Fix undefined left shift of 1 by 31 placesAndreas Rheinhardt2020-01-141-1/+1
* avformat/matroskaenc: Fix ReferenceBlock timestampAndreas Rheinhardt2020-01-111-2/+2
* avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt2020-01-103-1/+41
* avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-101-4/+4
* avformat/id3v2enc: fix bad ID3v2 tag lengthGilles Bouthenot2020-01-101-3/+3
* movenc: Write durations based on pts into mvhd/mdhd/tkhd/elstMartin Storsjö2020-01-101-7/+28
* avformat/utils: Remove redundant save+restoreAndreas Rheinhardt2020-01-081-2/+0
* avformat/wtvdec: CosmeticsAndreas Rheinhardt2020-01-071-5/+5
* avformat/wtvdec: Fix memleak when reading header failsAndreas Rheinhardt2020-01-071-1/+3
* lavf/libsrt: Fix typoAnthony Delannoy2020-01-081-2/+2
* avformat/dashenc: Fix leak of AVFormatContext on errorAndreas Rheinhardt2020-01-081-5/+4
* avformat/mpjpeg: Remove mpjpeg_write_trailerAndreas Rheinhardt2020-01-081-6/+0
* avformat: Improve returned error codesAndreas Rheinhardt2020-01-086-24/+25