summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/hlsplaylist: add missing header includesJames Almer2017-11-29
* avformat/hlsplaylist: fix header include guardJames Almer2017-11-29
* avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-29
* libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick2017-11-29
* libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick2017-11-29
* libavformat/avio: Utility function to return URLContextJeyapal, Karthick2017-11-29
* Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis2017-11-29
* avformat/oggparseopus: Free opus extradata before reallocating.Dale Curtis2017-11-29
* avformat/mov: return correct value in mov_read_cmovPan Bian2017-11-28
* avformat/mov: set correct error code in mov_read_customPan Bian2017-11-28
* avformat/mxfenc: pass MXFPackage around instead of typeMark Reid2017-11-28
* Free extradata before reallocating.Dale Curtis2017-11-28
* mov: Support mdcv and clli boxes for mastering display an color light levelVittorio Giovara2017-11-28
* avformat/hlsenc: Fixed initial setting for end_ptsKarthick J2017-11-28
* avformat/hls: Obey AVProgram discard flagsAnssi Hannula2017-11-28
* avformat/hls: Factor playlist need check to a common functionAnssi Hannula2017-11-28
* avformat/matroskaenc: add missing allocation failure checks for stream durationsJames Almer2017-11-28
* avformat/matroskaenc: move some initialization checks to mkv_initJames Almer2017-11-27
* libavformat/rtpenc_mpegts: check avformat_new_stream() return valuePan Bian2017-11-28
* avformat/matroskaenc: actually enforce the stream limitJames Almer2017-11-27
* avformat/avienc: fix fields-per-frame value for interlaced video streamsTobias Rapp2017-11-27
* libavformat/mov: Replace duplicate stream_nb check by assertMichael Niedermayer2017-11-27
* avformat/aacdec: Fix leak in adts_aac_read_packet()Michael Niedermayer2017-11-26
* avformat/mov_esds: check return value of ff_mp4_read_dec_config_descrJames Almer2017-11-25
* avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer2017-11-25
* lavf/mov: fix crash in mov_read_sidxJohn Stebbins2017-11-25
* avformat/dashenc: Associate mpd extension with dash muxerKarthick J2017-11-25
* avformat/utils: fix mixed declarations and codeJames Almer2017-11-24
* avformat/ttaenc: add tta_init()James Almer2017-11-24
* avformat/ttaenc: buffer packets directlyJames Almer2017-11-24
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-11-24
* avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J2017-11-24
* avformat/hlsenc: Refactor an inconsistent variable nameKarthick J2017-11-24
* avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J2017-11-24
* Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis2017-11-23
* lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos2017-11-23
* avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis2017-11-22
* avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J2017-11-21
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2017-11-21
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2017-11-21
* avformat/avio: remove must_flush from AVIOContextMarton Balint2017-11-20
* lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos2017-11-20
* avformat/hlsenc: use FFABS to instead of absSteven Liu2017-11-20
* avformat/swfenc: use FFABS to instead of absSteven Liu2017-11-20
* avformat/mxf: use FFABS to instead of absSteven Liu2017-11-20
* avformat/mp3dec: use FFABS to instead of absSteven Liu2017-11-20
* avformat/hlsenc: creation of hls master playlist fileVishwanath Dixit2017-11-20
* avformat/hlsenc: creation of hls variant streams in a single hlsenc instanceVishwanath Dixit2017-11-20
* avformat/movenc: write clap atom for uncompressed yuv in movDave Rice2017-11-20
* avformat/movenc: correct ImageDescription for uncompressed ycbcrDave Rice2017-11-20