summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* | avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer2019-01-311-1/+2
* | avformat/flvdec: Try to support some concatenated flv filesMichael Niedermayer2019-01-311-0/+23
* | lavf/asf: Remove an unneeded forward declaration.Carl Eugen Hoyos2019-01-301-2/+0
* | avformat/tee : Pass standards compliance value to slave muxers as wellKarthick J2019-01-301-0/+1
* | avformat/http: clarify that ffmpeg will attempt to add missing CRLFGyan Doshi2019-01-291-1/+1
* | avformat/dashenc: Skip writing trailer for MP4 output when in streaming modeKarthick J2019-01-281-1/+1
* | lavf/subviewerdec: Skip leading BOM.Carl Eugen Hoyos2019-01-271-0/+6
* | lavf/cafdec: Do not fail for unknown atoms with negative size.Carl Eugen Hoyos2019-01-271-0/+3
* | avcodec: add ARBC decoderPaul B Mahol2019-01-271-0/+1
* | lavf/supenc: Remove some unneeded casts.Carl Eugen Hoyos2019-01-241-6/+6
* | lavf/movenc: Mention video_track_timescale as option to fix the timescale.Carl Eugen Hoyos2019-01-241-2/+2
* | lavf/hlsproto: Replace a wrong eol comma with a semicolon.caohui2019-01-231-1/+1
* | avformat/img2enc: mention -frames:v in error messageLou Logan2019-01-221-1/+2
* | avformat/concatdec: always re-calculate start time and durationMarton Balint2019-01-221-8/+6
* | avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...Marton Balint2019-01-221-1/+1
* | avformat/concatdec: factorize the duration calculating functionMarton Balint2019-01-221-14/+23
* | avformat/dashenc: Format xs:datetime in millisecond precisionKarthick J2019-01-211-3/+12
* | lavc/hls: Cosmetics: Fix indentation for free_segment_listJun Zhao2019-01-191-3/+3
* | avformat/hcom: check probe buffer sizePaul B Mahol2019-01-161-0/+2
* | lavf/rtpproto: Use the correct patch when including poll.hCarl Eugen Hoyos2019-01-161-1/+1
* | avformat: add HCOM demuxerPaul B Mahol2019-01-154-1/+92
* | lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos2019-01-141-9/+9
* | avformat/file: Fix file delete for WindowsKarthick Jeyapal2019-01-071-1/+5
* | avformat/vapoursynth: properly initialize err variable in read_header_vs()nu7742019-01-041-1/+1
* | avformat/hlsenc: free variant streams after write all variant streams infoSteven Liu2019-01-041-17/+31
* | mov: Remove duration-of-last-frame heuristic hackDerek Buitenhuis2019-01-021-6/+0
* | avformat/anm: use ff_get_extradata()Paul B Mahol2019-01-021-6/+1
* | avformat/yop: use ff_get_extradata()Paul B Mahol2019-01-021-7/+3
* | avformat/acm: use ff_get_extradata()Paul B Mahol2019-01-021-6/+3
* | aformat/bfi: use ff_get_extradata()Paul B Mahol2019-01-021-7/+4
* | avcodec: add HYMT decoderPaul B Mahol2018-12-311-0/+1
* | avformat/au: do not use invalid block_align for small bits per samplePaul B Mahol2018-12-311-2/+3
* | avformat/libopenmpt: Fix successfull typoMichael Niedermayer2018-12-311-1/+1
* | avformat/concatdec: always allow seeking to startMarton Balint2018-12-301-2/+7
* | avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant2018-12-281-0/+6
* | avcodec/wavpack: fix decoding of files with many channelsPaul B Mahol2018-12-281-1/+8
* | lavf/vividas: Support demuxing on big-endian hardware.Carl Eugen Hoyos2018-12-281-1/+1
* | lavf/vividas: Do not increase extradata_size after allocation.Carl Eugen Hoyos2018-12-281-1/+2
* | avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu2018-12-261-2/+0
* | Fix usage of temp_file flag in hls_flags option.Adrian Guzowski2018-12-261-27/+33
* | avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot2018-12-261-0/+1
* | avformat/mxfenc: support writing subsecond precision timestampsMarton Balint2018-12-251-3/+5
* | avformat/mxfdec: support subsecond precision of decoded timestampsMarton Balint2018-12-251-1/+4
* | avformat/mxfdec: replace obsolete commentMarton Balint2018-12-251-3/+1
* | avformat/hlsenc: remove duplicate operation at hls_write_headerSteven Liu2018-12-241-10/+4
* | avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-231-1/+1
* | avformat/mxfdec: Do not process zero modified_date timestamp.Michael Niedermayer2018-12-221-1/+1
* | avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not availableJan Ekström2018-12-221-0/+11
* | avformat/avio: fix avio_feof documentationMarton Balint2018-12-221-3/+3
* | avformat/vividas: check if viv->sb_pb is not NULLPaul B Mahol2018-12-221-0/+4
OpenPOWER on IntegriCloud