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-20nutdec: fix infinite resync loopsAndreas Cadhalpun
2015-05-20avformat/nutdec: Fix recovery when immedeately after seeking a failure happensMichael Niedermayer
2015-05-20avformat/nutdec: Return error on EOF from get_str()Michael Niedermayer
2015-05-18avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer
2015-05-18avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer
2015-05-17avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs
2015-05-17avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs
2015-05-17avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs
2015-05-17lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.Carl Eugen Hoyos
2015-05-17lavf/wav: Read files >4G if no smaller filesize was written.Carl Eugen Hoyos
2015-05-17lavf/wav: Print an error if files >4G are written.Carl Eugen Hoyos
2015-05-17lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos
2015-05-17avformat/avidec: add mp2 to the list of exceptions instead of generally treat...Michael Niedermayer
2015-05-16avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer
2015-05-16avformat/mov: Fix parsing short lociMichael Niedermayer
2015-05-16avformat/mov: Print reason of loci parsing failureMichael Niedermayer
2015-05-15avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer
2015-05-15lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian
2015-05-14avformat/nutdec: Remove unused variableMichael Niedermayer
2015-05-14nutdec: Remove unused labelTimothy Gu
2015-05-13Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer
2015-05-13cafdec: free extradata before allocating itAndreas Cadhalpun
2015-05-13cafdec: check avio_read return valueAndreas Cadhalpun
2015-05-12avformat/hevc: Check num_negative_pics and num_positive_picsMichael Niedermayer
2015-05-12avformat/hevc: Check cpb_cnt_minus1Michael Niedermayer
2015-05-12avformat/hls: Handle read_buffer allocation failureMichael Niedermayer
2015-05-12avformat/idcin: Remove redundant chunk size checkMichael Niedermayer
2015-05-12avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer
2015-05-12avformat/nutdec: Fix use of uinitialized valueMichael Niedermayer
2015-05-12avformat/rtpdec_xiph: Move pkt_len onto one side of the checkMichael Niedermayer
2015-05-12avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()Michael Niedermayer
2015-05-12avformat/rtpenc_jpeg: Check remaining buffer size for SOSMichael Niedermayer
2015-05-12mkv: Print unsupported mov tags when foundVittorio Giovara
2015-05-12avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag()Michael Niedermayer
2015-05-12lavf/img2dec: add option to disable pattern matchingMarton Balint
2015-05-12Merge commit 'da5c6a97bbfe34d4b30a89e72150dd400299ddce'Michael Niedermayer
2015-05-12avformat/internal: Fix warning about struct declarationMichael Niedermayer
2015-05-12riff: Add MultiScope II fourcc MSC2 as MJPEGCarl Eugen Hoyos
2015-05-11avformat/mlvdec: Use AVFormatContext->open_cb()Michael Niedermayer
2015-05-11avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer
2015-05-11avformat/mov: Use open_cb() if setMichael Niedermayer
2015-05-11avformat: add callback for opening further filesMichael Niedermayer
2015-05-11id3v2: catch avio_read errors in check_tagAndreas Cadhalpun
2015-05-11avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer
2015-05-11avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()Michael Niedermayer
2015-05-11avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()Michael Niedermayer
2015-05-11avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment()Michael Niedermayer
2015-05-11avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer
2015-05-11avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()Michael Niedermayer
2015-05-11avformat/subtitles: Use size_t for lenMichael Niedermayer