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-10-26avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer
2013-10-26avcodec/h264_parser: heuristically detect non marked keyframesMichael Niedermayer
2013-10-26avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer
2013-10-26configure: link with built libs when pc-uninstalled is usedLukasz Marek
2013-10-26Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2013-10-26ffplay: add support for libswresample optionsMarton Balint
2013-10-26ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint
2013-10-26ffplay: factor out picture freeing codeMarton Balint
2013-10-26ffplay: update and extend documentation for channel and stream switchingMarton Balint
2013-10-26avformat/md5enc: add format, version and column headersMichael Niedermayer
2013-10-26doc/issue_tracker: add 2 missing issue typesMichael Niedermayer
2013-10-26Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer
2013-10-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-26Merge commit 'adea4512c6087280702e2423de55cea050e20a98'Michael Niedermayer
2013-10-26Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer
2013-10-26Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya
2013-10-26avcodec/jpeg2000dec: non zero image offsets are not supportedMichael Niedermayer
2013-10-26lavd/pulse_audio_enc: avoid vars in for()Lukasz Marek
2013-10-26lavd/pulse_audio_enc: add another default to stream nameLukasz Marek
2013-10-26h264: make flush_change() set mmco_resetMichael Niedermayer
2013-10-26avformat/rtpproto: when local rtp port and local rtcp port are not specified,...lemonlinger@gmail.com
2013-10-25fate: aac: Add test for AAC-ELDAlex Converse
2013-10-25aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-10-25avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-25avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer
2013-10-25avformat/rmdec: english typosMichael Niedermayer
2013-10-25avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer
2013-10-25metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer
2013-10-25configure: abort if threading without atomics is usedMichael Niedermayer
2013-10-25doc: add a few links to the Channel Layout syntax sectionStefano Sabatini
2013-10-25doc/utils: document channel layout specificationStefano Sabatini
2013-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-25avformat/wavdec: Fix smv packet interleavingMichael Niedermayer
2013-10-25fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis
2013-10-25dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis
2013-10-25base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis
2013-10-25doc/issue_tracker: remove more mentions of patchesMichael Niedermayer
2013-10-25doc/issue_tracker: update resolution namesMichael Niedermayer
2013-10-25doc/issue_tracker: remove patches as we dont use trac to handle patchesMichael Niedermayer
2013-10-25doc/issue_tracker: theres no substatus in tracMichael Niedermayer
2013-10-25MAINTAINERS: updatePaul B Mahol
2013-10-25ffmpeg: make stream default if its the only of its kind and no source can be ...Michael Niedermayer
2013-10-25avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer
2013-10-25avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer
2013-10-25ffmpeg_filter: Pass command line -threads X to filtergraphMichael Niedermayer
2013-10-24lavd/fbdev_common: fix compilation with older kernelsIngo Brückl
2013-10-24doc/Makefile: fix man pages uninstall pathStefano Sabatini
2013-10-24doc/protocols: add description for the RTP protocolburek
2013-10-24avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol