summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avformat/matroskaenc: Improve writing ProjectionAndreas Rheinhardt2020-01-27
* avformat/mux: Don't use av_ prefix for static functionsAndreas Rheinhardt2020-01-27
* avformat/mux: Don't unnecessarily zero-initialize AVPacketListAndreas Rheinhardt2020-01-26
* avformat/mux: Move packet referencesAndreas Rheinhardt2020-01-26
* avformat/gxfenc: Add deinit functionAndreas Rheinhardt2020-01-26
* avformat/mxfenc: Add deinit functionAndreas Rheinhardt2020-01-26
* avformat/mxfenc: Don't free priv_data of AVStreamAndreas Rheinhardt2020-01-26
* avformat/audiointerleave: Check before dereferencingAndreas Rheinhardt2020-01-26
* avformat/dvenc: Don't zero unnecessarilyAndreas Rheinhardt2020-01-26
* avformat/dvenc: Replace write_trailer by deinit functionAndreas Rheinhardt2020-01-26
* avformat/yuv4mpegdec: increase header limitGyan Doshi2020-01-26
* avformat/yuv4mpegdec: better error loggingGyan Doshi2020-01-26
* avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt2020-01-26
* avformat/av1: Fix nits in the documentation of ff_av1_filter_obus_buf()Andreas Rheinhardt2020-01-26