aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'James Almer2019-05-022-1/+5
|\
| * rtsp: add pkt_size optionTristan Matthews2019-04-152-1/+5
* | avformat/mxfdec: fix and enhance RIP KLV length checksMarton Balint2019-04-281-2/+5
* | avformat/mxfdec: take into account run-in in find_partition_by_offsetMarton Balint2019-04-281-7/+7
* | avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sidMarton Balint2019-04-281-0/+18
* | avformat/mxfdec: rework mxf_essence_container_endMarton Balint2019-04-281-6/+3
* | avformat/microdvddec: skip empty linesPaul B Mahol2019-04-271-0/+2
* | avformat/subtitles: ignore extra '\r' at line endingsPaul B Mahol2019-04-272-2/+2
* | lavf/hls: Remove HLSContext.strict_std_compliance fieldJun Zhao2019-04-271-3/+1
* | avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer2019-04-241-0/+2
* | avformat/aadec: Check for scanf() failureMichael Niedermayer2019-04-241-1/+6
* | libavformat/mov: limit nb_frames_for_fps to INT_MAXDan Sanders2019-04-231-2/+2
* | avformat/mpegenc - reject unsupported audio streamsGyan Doshi2019-04-221-0/+10
* | lavf/oggparsevorbis: Fix change the case of metadata keys issueJun Zhao2019-04-221-5/+4
* | avformat/dashenc: Fix a bug with writing "final" manifestKarthick J2019-04-221-1/+1
* | avformat/dashdec: add ProgramInformation parserSteven Liu2019-04-221-0/+30
* | lavf: bump version/add APIchanges entry when cleanup applehttpJun Zhao2019-04-201-1/+1
* | avformat/apetag: tag values are unsignedDan Sanders2019-04-191-1/+1
* | libavformat: improve logs with cur_dtsAndreas Hakon2019-04-191-2/+2
* | lavf/vc1dec: Reduce probe score for streams with invalid frames.Carl Eugen Hoyos2019-04-191-4/+9
* | lavf/utils: Allow url credentials to contain a slash.Carl Eugen Hoyos2019-04-191-1/+4
* | avformat/dashenc: Disable streaming for webm outputKarthick J2019-04-161-0/+5
* | lavf/hls: Cleanup the applehttpJun Zhao2019-04-151-2/+2
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li2019-04-151-2/+8
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-151-8/+2
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li2019-04-151-2/+8
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-151-8/+2
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSteven Liu2019-04-151-2/+8
* | avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo...Marton Balint2019-04-141-1/+1
* | avformat/hlsenc: flush packets before update split messageSteven Liu2019-04-141-0/+1
* | avcodec: add LSCR decoderPaul B Mahol2019-04-131-0/+1
* | avformat/file: add seekable option to disallow seekingMarton Balint2019-04-112-1/+6
* | avformat/mxfdec: export operational pattern UL as file metadataMarton Balint2019-04-111-0/+7
* | avcodec: add ADPCM AGM decoderPaul B Mahol2019-04-112-1/+2
* | avcodec/agm: add support for non-dct codingPaul B Mahol2019-04-111-0/+2
* | avcodec/agm: add support for higher compressionPaul B Mahol2019-04-111-0/+4
* | libavformat/dashenc : Prevent writing manifest files multiple timesjoepadmiraal2019-04-101-1/+18
* | avformat/matroskaenc: fix leak on errorTristan Matthews2019-04-091-1/+3
* | lavf/movenc: Pass correct pointer to av_log().Carl Eugen Hoyos2019-04-091-27/+25
* | lavf/matroskaenc: Fix memory leak after write trailerJun Zhao2019-04-091-1/+2
* | avformat/av1: Initialize padding in ff_isom_write_av1cJeremy Dorfman via ffmpeg-devel2019-04-081-0/+1
* | avformat/riffdec: pass correct pointer to av_logPaul B Mahol2019-04-071-3/+3
* | lavf/Makefile: Fix kux demuxer standalone compilation.Carl Eugen Hoyos2019-04-071-0/+1
* | lavf/flvdec: added support for KUX containerSwaraj Hota2019-04-063-2/+41
* | avformat/matroskadec: Improve length checkAndreas Rheinhardt via ffmpeg-devel2019-04-051-4/+22
* | lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi2019-04-031-1/+1
* | lavf/hashenc: Correct the hash/MD5 muxer class nameJun Zhao2019-04-031-4/+4
* | avformat/dashenc: Add support for Global SIDXKarthick J2019-04-021-38/+81
* | avformat/movenc: Fix skip_trailer when global_sidx is enabledKarthick J2019-04-021-3/+2
* | avformat/hls: make different warning message between open url and parse playlistSteven Liu2019-04-021-2/+2