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
2013-03-04rtmpproto: increase APP_MAX_LENGTHn1.0.5Michael Niedermayer
2013-03-04update for 1.0.5Michael Niedermayer
2013-03-03rtmpproto: Check APP_MAX_LENGTHMichael Niedermayer
2013-03-03h264: check that luma and chroma depth matchMichael Niedermayer
2013-03-03avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer
2013-03-03swr: check channel layouts before using them.Michael Niedermayer
2013-03-03shorten: dont leave invalid channel counts in the context.Michael Niedermayer
2013-03-03tiff: Check buffer allocation and pointer increment more carefully in shorts2...Michael Niedermayer
2013-03-03pngdec/filter: dont access out of array elements at the endMichael Niedermayer
2013-03-03sanm: Use the correct height variable in the decoded_size checksMichael Niedermayer
2013-03-03sanm: add forgotten check for decoded_size in old_codec37()Michael Niedermayer
2013-03-02Require at least three frames to autodetect loas.Carl Eugen Hoyos
2013-03-01lavf/avio: check for : in filenames for protocols.Nicolas George
2013-02-25lavc/bink: Chech for malloc failureJames Almer
2013-02-25latmenc: Check for LOAS sync wordJames Almer
2013-02-25doc/APIchanges: List merge commit hashes and version numbersMichael Niedermayer
2013-02-25apichanges: fix 2 wrong hashesMichael Niedermayer
2013-02-25apichanges: Use , instead of / to seperate multiple hashesMichael Niedermayer
2013-02-25apichanges: fix dateMichael Niedermayer
2013-02-25doc/APIchanges: fix odd .01 versionsMichael Niedermayer
2013-02-25aac: reconfigure output on popMichael Niedermayer
2013-02-25configure: Make warnings from -Wreturn-type fatal errorsDiego Biurrun
2013-02-25movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhdMichael Niedermayer
2013-02-25h264: Detect POC inconsistencies and try to handle them reasonablyMichael Niedermayer
2013-02-21Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos
2013-02-17Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos
2013-02-14Write the fiel atom to mov files independently of the used video coded.Carl Eugen Hoyos
2013-02-14sws: dont write out of array on bigendianCarl Eugen Hoyos
2013-02-14h264: Reset last_pocs in case of reference or frame number inconsistenciesMichael Niedermayer
2013-02-14h264_refs: Print default in case we are missing a reference.Michael Niedermayer
2013-02-07update for 1.0.4n1.0.4Michael Niedermayer
2013-02-07h264: Only apply error concealment if theres a frameMichael Niedermayer
2013-02-07aacdec: check channel countMichael Niedermayer
2013-02-07vqavideo: check chunk sizes before reading chunksMichael Niedermayer
2013-02-07sanm: Check decoded_size.Michael Niedermayer
2013-02-07avcodec_decode_audio: do not trust the channel layout, use the channel count.Michael Niedermayer
2013-02-07error_concealment: Check that the picture is not in a half setup state.Michael Niedermayer
2013-02-07atrac3dec: Check coding mode against channels.Michael Niedermayer
2013-02-07alsdec: check block lengthMichael Niedermayer
2013-02-07adpcm: fix off by 1 error and out of array access in DK4Michael Niedermayer
2013-02-07huffyuvdec: Skip len==0 casesMichael Niedermayer
2013-02-07huffyuvdec: Check init_vlc() return codes.Michael Niedermayer
2013-02-07rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang
2013-02-07rtmp: fix multiple broken overflow checksXi Wang
2013-02-07rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang
2013-02-07sanm: check image dimensions before using themMichael Niedermayer
2013-02-07lavf/mov: skip version and flags attributes in mov_read_chan functionMatthieu Bouron
2013-02-06ffmpeg: dont allow -flags to override -passMichael Niedermayer
2013-02-06dvenc: dont fail hard if the timecode is invalidMichael Niedermayer
2013-02-06movtextenc: fix pointer messup and out of array accessesMichael Niedermayer