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-06-12vp9/x86: fix overwrite in ipred_vl_4x4_ssse3.Ronald S. Bultje
2014-06-10adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-10adpcm: Fix trellis encoding of IMA QTMartin Storsjö
2014-06-10avcodec/mjpegdec: Improve intel jpeg flip heuristicMichael Niedermayer
2014-06-10avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer
2014-06-10avcodec/utvideodec: Increase vlc lenCarl Eugen Hoyos
2014-06-03avcodec/svq3: Fix "incompatible pointer type" warningsMichael Niedermayer
2014-06-03avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer
2014-06-03avcodec/mss34dsp: fix () in SOP* macrosMichael Niedermayer
2014-06-03avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer
2014-06-03avcodec/ivi_dsp: add some missing () to macrosMichael Niedermayer
2014-06-03avcodec/hevc: fix () in macrosMichael Niedermayer
2014-06-03avcodec/h264: fix () in macrosMichael Niedermayer
2014-06-03avcodec/golomb-test: fix () in EXTEND() macroMichael Niedermayer
2014-06-03avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer
2014-06-03avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer
2014-06-03avcodec/diracdec: move mc buffer allocation to per frameMichael Niedermayer
2014-06-03Merge commit '0ec75a04e5fc714bc3cd6e2a6b783e6df834ad01' into release/2.2Michael Niedermayer
2014-05-31Fix spelling error 'Inconsistant -> Inconsistent'Andreas Cadhalpun
2014-05-30ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck
2014-05-11Merge commit '1bd6372cd34935815c0a061adbf3bc68ca68ff73' into release/2.2Michael Niedermayer
2014-05-11Merge commit '40ffa99dfa39c574d8784a3c4eaf6406198d675d' 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-10pcm-dvd: Fix 20bit decodingnu774
2014-05-10arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau
2014-05-10arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
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-05avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer
2014-05-05iavcodec/vc1dec: Fix missing {}Michael 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-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-05avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer
2014-05-01avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer
2014-04-18Do not overwrite VDPAU structures in ff_MPV_frame_start().Carl Eugen Hoyos
2014-04-11libx265: Use x265_param_parse to set the SARDerek Buitenhuis
2014-04-10avcodec/dirac_arith: Fix build with PIC and stack-check optionsAnthoine Bourgeois
2014-04-10avcodec/msrle: check return code for success before useMichael Niedermayer
2014-04-10avcodec/pthread_frame: fix missing unlock on errorMichael Niedermayer
2014-04-10avcodec/wma: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-04-10avcodec/h264: clear cur_pic structure instead of duplicating it in ff_h264_up...Michael Niedermayer
2014-04-10avcodec/libx264: move where x264opts is applied down so it isnt overridden by...Michael Niedermayer
2014-04-10Merge commit 'e0aa76d38a02090245284fc157afb9074e9ff073' into release/2.2Michael Niedermayer
2014-03-30golomb: Fix the implementation of get_se_golomb_longMartin Storsjö
2014-03-27avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream par...Michael Niedermayer