summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/wtvdec: Forward errors when reading packetAndreas Rheinhardt2020-02-19
* avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer2020-02-17
* avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer2020-02-17
* avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer2020-02-16
* avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer2020-02-16
* avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer2020-02-16
* avformat/dashenc: make AdaptationSet id an integer valueJames Almer2020-02-16
* avformat/utils: Fix integer overflow with complex time bases in avformat_find...Michael Niedermayer2020-02-16
* avformat/avidec: Avoid integer overflow in NI switch checkMichael Niedermayer2020-02-16
* avformat/utils: avoid unsigned integer overflowsPaul B Mahol2020-02-16
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-16
* avformat/segafilmenc: Remove AVClassAndreas Rheinhardt2020-02-15
* avformat/ftp: slightly rework file retrieval with seekingMarton Balint2020-02-15
* avformat/ftp: do not break protocol on username or password with newlinesMarton Balint2020-02-15
* avformat/ftp: add support for escaped credentialsMarton Balint2020-02-15
* avformat/httpauth: do not decode plus sign to space in credentialsMarton Balint2020-02-15
* avformat/urldecode: add the ability to not decode plus sign to spaceMarton Balint2020-02-15
* avformat/http: escape unsafe URL path in HTTP requestMarton Balint2020-02-15
* avformat/http: use AVBPrint to construct HTTP requestMarton Balint2020-02-15
* avformat/http: make sure URL path contains a slashMarton Balint2020-02-15
* avformat/http: split the fragment part from the HTTP URL before the requestMarton Balint2020-02-15
* avformat/utils: make av_url_split search for hashmark as well to separate hos...Marton Balint2020-02-15
* avformat/tests/url: add av_url_split testsMarton Balint2020-02-15
* avformat/tests/url: make format more readableMarton Balint2020-02-15
* avformat/utils: Fix memleaks in avformat_open_input()Andreas Rheinhardt2020-02-15
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-15
* avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis2020-02-11
* avformat/mpjpegdec: Remove redundant initializationsAndreas Rheinhardt2020-02-11
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/tty: fix last timestamp for fatePaul B Mahol2020-02-10
* avformat/tty: add seeking supportPaul B Mahol2020-02-10
* avformat/tty: make probing strict for first 8 bytesPaul B Mahol2020-02-10
* avformat/tty: Fix division by 0 in probeMichael Niedermayer2020-02-09
* avformat: add demuxer for Simon & Schuster Interactive's VAG formatZane van Iperen2020-02-06
* avformat/hlsenc: allow a custom SDT and PAT periodMarton Balint2020-02-05
* avformat/matroskaenc: Check functions that can failAndreas Rheinhardt2020-02-05
* avformat/sccdec: use av_sscanf() insteadPaul B Mahol2020-02-04
* avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint2020-02-03
* avformat/udp: cancel pending IO on win32 manuallyMarton Balint2020-02-02
* avformat/udp: remove setting cancel state from the TX threadMarton Balint2020-02-02
* avformat/hlsenc: fix hls_ts_options with mpegtsMarton Balint2020-01-31
* dashenc: check pts to prevent division by zero errorAlfred E. Heggestad2020-01-31
* avformat/mov: Check STCO locationMichael Niedermayer2020-01-30
* avformat/aviobuf: Remove AVIOInternal and one level of indirectionAndreas Rheinhardt2020-01-30
* avformat/avio: add avio_protocol_get_classSteven Liu2020-01-30
* avformat/tty: add probe functionPaul B Mahol2020-01-29
* avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt2020-01-28
* avformat/mov: Free encryption data on errorAndreas Rheinhardt2020-01-28
* avformat/mov: update extensionsGyan Doshi2020-01-28
* avformat/matroskaenc: Remove useless AVIOContextAndreas Rheinhardt2020-01-27