| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: allow ISMV timescale to be user-set | Gyan Doshi | 2020-01-25 | 1 | -4/+10 |
* | avformat/libsrt: add missing SRT_VERSION_VALUE check | Marton Balint | 2020-01-23 | 1 | -0/+2 |
* | avformat/utils: log corrupt packets | Gyan Doshi | 2020-01-23 | 1 | -6/+9 |
* | avformat/libzmq: Replace fail statements with goto | Andriy Gelman | 2020-01-21 | 1 | -13/+11 |
* | avformat/libzmq: Check return of zmq_setsockopt | Andriy Gelman | 2020-01-21 | 1 | -1/+8 |
* | avformat/hlsenc: fix default AES key file url with variant streams | Bela Bodecs | 2020-01-20 | 1 | -2/+3 |
* | avformat/hlsenc: program_date_time and append_list flags conflict | Bela Bodecs | 2020-01-20 | 1 | -0/+1 |
* | avformat/udp: modify the not write-only to read-only mode. | Xuchen Su | 2020-01-20 | 1 | -1/+1 |
* | avformat/hlsenc: compare without the last directory separator in get_relative... | Steven Liu | 2020-01-20 | 1 | -1/+1 |
* | avformat/dashenc: use ff_rename instead of avpriv_io_move | Marton Balint | 2020-01-19 | 1 | -6/+4 |
* | avformat/avio: fix ff_rename to respect used protocol | Marton Balint | 2020-01-19 | 2 | -14/+8 |
* | avformat/avio: move ff_rename implementation from internal.h to avio.c | Marton Balint | 2020-01-19 | 2 | -13/+16 |
* | avformat/libsrt: fix enabling nonblocking mode | Anthony Delannoy | 2020-01-19 | 1 | -2/+4 |
* | avformat/img2enc: add support for specifying protocol options | Marton Balint | 2020-01-18 | 2 | -2/+13 |
* | avformat/dtsdec: make S16LE discrimination sharper | Michael Niedermayer | 2020-01-18 | 1 | -3/+8 |
* | avformat/hls: support data protocol in uri for EXT-X-MAP | Steven Liu | 2020-01-18 | 3 | -4/+15 |
* | avformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup | Andreas Rheinhardt | 2020-01-17 | 1 | -2/+1 |
* | avformat/flvenc: Avoid unnecessary seek | Andreas Rheinhardt | 2020-01-17 | 1 | -5/+2 |
* | avformat/movenc, segafilmenc: Remove unnecessary avio_tell() | Andreas Rheinhardt | 2020-01-17 | 2 | -2/+2 |
* | Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument" | James Almer | 2020-01-16 | 5 | -10/+11 |
* | avformat/s337m: Use base AVClass for av_log usage | Nicolas Gaullier | 2020-01-16 | 1 | -5/+5 |
* | avformat/dashenc: document the new options | James Almer | 2020-01-15 | 1 | -1/+1 |
* | avformat/dashenc: add an option to write a Latency element | James Almer | 2020-01-15 | 1 | -1/+26 |
* | dashenc: support setting arbitrary HTTP protocol options | Anton Khirnov | 2020-01-15 | 1 | -0/+4 |
* | avformat/dashenc: allow setting custom movflags using format_options | James Almer | 2020-01-15 | 1 | -3/+3 |
* | avformat/movenc: add a flag to enable CMAF compatability | James Almer | 2020-01-15 | 2 | -2/+24 |
* | avformat/dashenc: implement DVB-DASH profile | James Almer | 2020-01-15 | 1 | -4/+73 |
* | avformat/dashenc: add an option to enable low latency Dash manifest | James Almer | 2020-01-15 | 1 | -2/+30 |
* | avformat/dashenc: Write a Producer Reference Time element | James Almer | 2020-01-15 | 1 | -8/+44 |
* | avformat/movenc: use AVProducerReferenceTime side data to write the prft atom | James Almer | 2020-01-15 | 2 | -2/+17 |
* | avformat/utils: make ff_ntp_time() accept a timestamp as input argument | James Almer | 2020-01-15 | 5 | -8/+9 |
* | avformat/dashenc: allow splitting fragments following P-Frame reordering | James Almer | 2020-01-15 | 1 | -2/+67 |
* | avformat/dashenc: allow setting fragment durations | James Almer | 2020-01-15 | 1 | -17/+100 |
* | avformat/dashenc: allow setting segment durations per AdaptationSet | James Almer | 2020-01-15 | 1 | -17/+49 |
* | avformat/avformat: Update AVInputFormat.read_packet documentation | Andreas Rheinhardt | 2020-01-14 | 1 | -2/+1 |
* | avformat/segafilmenc: Check early whether video is allowed | Andreas Rheinhardt | 2020-01-14 | 1 | -8/+11 |
* | avformat/segafilmenc: Postpone check for existence of video stream | Andreas Rheinhardt | 2020-01-14 | 1 | -4/+4 |
* | avformat/segafilmenc: Fix undefined left shift of 1 by 31 places | Andreas Rheinhardt | 2020-01-14 | 1 | -1/+1 |
* | avformat/matroskaenc: Fix ReferenceBlock timestamp | Andreas Rheinhardt | 2020-01-11 | 1 | -2/+2 |
* | avformat/img2dec: add option to provide metadata fields related to input path | Alexandre Heitor Schmidt | 2020-01-10 | 3 | -1/+41 |
* | avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup | Andreas Rheinhardt | 2020-01-10 | 1 | -4/+4 |
* | avformat/id3v2enc: fix bad ID3v2 tag length | Gilles Bouthenot | 2020-01-10 | 1 | -3/+3 |
* | movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst | Martin Storsjö | 2020-01-10 | 1 | -7/+28 |
* | avformat/utils: Remove redundant save+restore | Andreas Rheinhardt | 2020-01-08 | 1 | -2/+0 |
* | avformat/wtvdec: Cosmetics | Andreas Rheinhardt | 2020-01-07 | 1 | -5/+5 |
* | avformat/wtvdec: Fix memleak when reading header fails | Andreas Rheinhardt | 2020-01-07 | 1 | -1/+3 |
* | lavf/libsrt: Fix typo | Anthony Delannoy | 2020-01-08 | 1 | -2/+2 |
* | avformat/dashenc: Fix leak of AVFormatContext on error | Andreas Rheinhardt | 2020-01-08 | 1 | -5/+4 |
* | avformat/mpjpeg: Remove mpjpeg_write_trailer | Andreas Rheinhardt | 2020-01-08 | 1 | -6/+0 |
* | avformat: Improve returned error codes | Andreas Rheinhardt | 2020-01-08 | 6 | -24/+25 |