Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-01lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins
2017-11-30avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer
2017-11-30avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer
2017-11-30avformat/avc: reindent after the last commitJames Almer
2017-11-30avformat/avc: refactor ff_isom_write_avccJames Almer
2017-11-30avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer
2017-11-30avformat/dashenc: Option to generate hls playlist as wellKarthick J
2017-11-30avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J
2017-11-29avformat/hlsplaylist: add missing header includesJames Almer
2017-11-29avformat/hlsplaylist: fix header include guardJames Almer
2017-11-29avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J
2017-11-29libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick
2017-11-29libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick
2017-11-29libavformat/avio: Utility function to return URLContextJeyapal, Karthick
2017-11-29Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis
2017-11-29avformat/oggparseopus: Free opus extradata before reallocating.Dale Curtis
2017-11-28avformat/mov: return correct value in mov_read_cmovPan Bian
2017-11-28avformat/mov: set correct error code in mov_read_customPan Bian
2017-11-28avformat/mxfenc: pass MXFPackage around instead of typeMark Reid
2017-11-28Free extradata before reallocating.Dale Curtis
2017-11-28mov: Support mdcv and clli boxes for mastering display an color light levelVittorio Giovara
2017-11-28avformat/hlsenc: Fixed initial setting for end_ptsKarthick J
2017-11-28avformat/hls: Obey AVProgram discard flagsAnssi Hannula
2017-11-28avformat/hls: Factor playlist need check to a common functionAnssi Hannula
2017-11-28avformat/matroskaenc: add missing allocation failure checks for stream durationsJames Almer
2017-11-28avformat/matroskaenc: move some initialization checks to mkv_initJames Almer
2017-11-28libavformat/rtpenc_mpegts: check avformat_new_stream() return valuePan Bian
2017-11-27avformat/matroskaenc: actually enforce the stream limitJames Almer
2017-11-27avformat/avienc: fix fields-per-frame value for interlaced video streamsTobias Rapp
2017-11-27libavformat/mov: Replace duplicate stream_nb check by assertMichael Niedermayer
2017-11-26avformat/aacdec: Fix leak in adts_aac_read_packet()Michael Niedermayer
2017-11-26avformat/mov_esds: check return value of ff_mp4_read_dec_config_descrJames Almer
2017-11-26avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer
2017-11-25lavf/mov: fix crash in mov_read_sidxJohn Stebbins
2017-11-25avformat/dashenc: Associate mpd extension with dash muxerKarthick J
2017-11-24avformat/utils: fix mixed declarations and codeJames Almer
2017-11-24avformat/ttaenc: add tta_init()James Almer
2017-11-24avformat/ttaenc: buffer packets directlyJames Almer
2017-11-24avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2017-11-24avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J
2017-11-24avformat/hlsenc: Refactor an inconsistent variable nameKarthick J
2017-11-24avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J
2017-11-23Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis
2017-11-23lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos
2017-11-22avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis
2017-11-21avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J
2017-11-21avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble
2017-11-21Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis
2017-11-20avformat/avio: remove must_flush from AVIOContextMarton Balint
2017-11-20lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos