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
2015-05-17avformat/avidec: add mp2 to the list of exceptions instead of generally treat...n2.6.3Michael Niedermayer
2015-05-16avformat/mov: Fix parsing short lociMichael Niedermayer
2015-05-16avformat/mov: Print reason of loci parsing failureMichael Niedermayer
2015-05-15lavf/matroskaenc: List subtitle codecs with fake codec_tags to allow remuxing.Carl Eugen Hoyos
2015-05-15avformat/hevc: Check num_negative_pics and num_positive_picsMichael Niedermayer
2015-05-15avformat/hevc: Check cpb_cnt_minus1Michael Niedermayer
2015-05-15avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer
2015-05-15avformat/nutdec: Fix use of uinitialized valueMichael Niedermayer
2015-05-15avformat/rtpenc_jpeg: Check remaining buffer size for SOSMichael Niedermayer
2015-05-15avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()Michael Niedermayer
2015-05-15avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()Michael Niedermayer
2015-05-15avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment()Michael Niedermayer
2015-05-15avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer
2015-05-15avformat/subtitles: Use size_t for lenMichael Niedermayer
2015-05-15avformat/url: Use size_t for len from strlen()Michael Niedermayer
2015-05-15avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()Michael Niedermayer
2015-05-15avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer
2015-05-15lavf: Reset global flag on deinitVittorio Giovara
2015-05-15network: Do not leave context locked on errorVittorio Giovara
2015-05-15avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer
2015-05-15avformat/img2dec: do not rewind custom io buffersMichael Niedermayer
2015-05-15dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer
2015-05-15avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dtsMichael Niedermayer
2015-05-15avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer
2015-05-14cafdec: free extradata before allocating itAndreas Cadhalpun
2015-05-14cafdec: check avio_read return valueAndreas Cadhalpun
2015-05-14id3v2: catch avio_read errors in check_tagAndreas Cadhalpun
2015-05-14avi: Validate sample_sizeAndreas Cadhalpun
2015-05-14avidec: check for valid bit_rate rangeAndreas Cadhalpun
2015-05-14avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer
2015-05-14matroskadec: check s->streams[k] before using itAndreas Cadhalpun
2015-05-14matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun
2015-05-14nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun
2015-05-14nutdec: fix memleaks on error in nut_read_headerAndreas Cadhalpun
2015-05-14nutdec: check chapter creation in decode_info_headerAndreas Cadhalpun
2015-05-14nutdec: check for negative frame rate in decode_info_headerAndreas Cadhalpun
2015-05-14bink: check vst->index_entries before using itAndreas Cadhalpun
2015-05-14matroskadec: export cover art correctlywm4
2015-05-14mxfenc: don't try to write footer without headerAndreas Cadhalpun
2015-05-14mxfenc: fix memleaks in mxf_write_footerAndreas Cadhalpun
2015-05-14rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeededMartin Storsjö
2015-05-14rtpenc_mpegts: Free the right ->pb in the error path in the init functionMartin Storsjö
2015-04-11avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer
2015-03-28avformat/http: replace cookies with updated values instead of appending foreverMicah Galizia
2015-03-28avformat/hls: refactor repeated HLS option updatesMicah Galizia
2015-03-28avformat/hls: store cookies returned in HLS key responseMicah Galizia
2015-03-28avformat/rmdec: fix support for 0 sized mdprMichael Niedermayer
2015-03-16avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer
2015-03-14avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer
2015-03-14avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer