summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: add NSP demuxerPaul B Mahol2017-12-08
* avformat/mux: stop delaying writing the headerJames Almer2017-12-06
* avformat/hlsenc: fix compiling error when disable-networkSteven Liu2017-12-04
* avformat/dashenc: add avpriv_io_move return value checkSteven Liu2017-12-04
* avformat/hlsplaylist: add return value check of strftimeSteven Liu2017-12-04
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-04
* avformat/hlsenc: fix baseurl missing last charRobert Nagy2017-12-04
* lavf/mov: Fix missing newline.Carl Eugen Hoyos2017-12-04
* avformat/mxfdec: fix last packet timestampsMarton Balint2017-12-03
* lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins2017-12-02
* avformat/oggdec: Respect AVERROR codes returned by ogg parsers.Dale Curtis2017-12-02
* lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins2017-12-01
* avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer2017-11-30
* avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer2017-11-30
* avformat/avc: reindent after the last commitJames Almer2017-11-30
* avformat/avc: refactor ff_isom_write_avccJames Almer2017-11-30
* avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer2017-11-30
* avformat/dashenc: Option to generate hls playlist as wellKarthick J2017-11-30
* avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J2017-11-30
* 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