summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/hlsenc: move init operations from write_header to initSteven Liu2017-12-11
* Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer2017-12-10
|\
| * rtsp: only break on parse_rtsp_message on errorTristan Matthews2017-11-30
| * matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0Sean McGovern2017-11-06
* | lavf/mov: modify code indentationtiejun.peng2017-12-09
* | lavf/mov: add some useful warning log of eoftiejun.peng2017-12-09
* | avformat/mxfenc: write reel_name if metadata key is presentMark Reid2017-12-08
* | avformat/mxfenc: use track count to generate component instance uuidMark Reid2017-12-08
* | 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