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
2014-05-11Merge commit '428b629eb28907738ae98331b9f6c25cc9a8f3c8' into release/2.2Michael Niedermayer
2014-05-11Merge commit '194d12345d86c15b20b7e44a3679c9df3075d7f6' into release/2.2Michael Niedermayer
2014-05-11Merge commit 'b3d8276d2dc913d708d187fb15f6e98869d00500' into release/2.2Michael Niedermayer
2014-05-09vp9: Read the frame size as unsignedLuca Barbato
2014-05-08dcadec: Use correct channel count in stereo downmix checkTim Walker
2014-05-08dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker
2014-05-05Update for 2.2.2n2.2.2Michael Niedermayer
2014-05-05lavd/opengl_enc: fix pixel data alignmentLukasz Marek
2014-05-05ffmpeg: print an error at the end if conversion failedMichael Niedermayer
2014-05-05avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
2014-05-05ffmpeg_filter: fix pointer to local outside scopeMichael Niedermayer
2014-05-05avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer
2014-05-05avformat/h263dec: Fix h263 probeMichael Niedermayer
2014-05-05avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer
2014-05-05iavcodec/vc1dec: Fix missing {}Michael Niedermayer
2014-05-05avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer
2014-05-05avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer
2014-05-05avcodec/g723_1: add assert to help static code analyzersMichael Niedermayer
2014-05-05avcodec/diracdec: fix undefined behavior with shiftsMichael Niedermayer
2014-05-05avformat/mpegts: Remove redundant checkMichael Niedermayer
2014-05-05avcodec/fic: Fix return value checkMichael Niedermayer
2014-05-05avcodec/dcadec: fix error message suppression codeMichael Niedermayer
2014-05-05avcodec/mjpegen: Fix declared argument sizeMichael Niedermayer
2014-05-05swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer
2014-05-05avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer
2014-05-05avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.Stephan Soller
2014-05-04Merge commit '79041d92ee7421853ee8c57fc13891cb0c272e0e' into release/2.2Michael Niedermayer
2014-05-04Merge commit '82cebc0e0544dce507749dd9b1c2983f083de836' into release/2.2Michael Niedermayer
2014-05-04Merge commit 'c4e764aa6980dd9dc7c423921b415ff7261c944a' into release/2.2Michael Niedermayer
2014-05-04Merge commit '9d02e38d3f03100784348ff75fd181d2aaad7e43' into release/2.2Michael Niedermayer
2014-05-04Merge commit '0f6e309b97e3da83a0fa75fbf1c4b50cd72047eb' into release/2.2Michael Niedermayer
2014-05-04matroska: add the Opus mappingAnton Khirnov
2014-05-03matroskadec: read the CodecDelay elementAnton Khirnov
2014-05-01sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer
2014-05-01avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer
2014-04-24swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer
2014-04-24avformat/mux: Check for and remove invalid packet durationsMichael Niedermayer
2014-04-23avformat/avidec: Speed up keyframe detection codeMichael Niedermayer
2014-04-23ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini
2014-04-23avformat/asfenc: dont allow non interleaved packetsMichael Niedermayer
2014-04-23avformat/pmpdec: remove cur_dts timestamp hackMichael Niedermayer
2014-04-23avformat: Fix decoder search in find stream infoMichael Niedermayer
2014-04-20rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö
2014-04-20lavr: allocate the resampling buffer with a positive sizeAnton Khirnov
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-19ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross
2014-04-18Do not overwrite VDPAU structures in ff_MPV_frame_start().Carl Eugen Hoyos
2014-04-16Fix compilation with --disable-everything --enable-muxer=avi --disable-network.Anh
2014-04-16avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...Michael Niedermayer
2014-04-16ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer