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-03-17Merge commit '5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27'Michael Niedermayer
2014-03-17avcodec/h264: h264_set_erpic() clear destinationMichael Niedermayer
2014-03-17Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer
2014-03-17Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672'Michael Niedermayer
2014-03-17Merge commit '1c79b1625d4d257bfd01eccb84cc0ab355fb9a9e'Michael Niedermayer
2014-03-17avcodec/h264: be more tolerant on what pixel format changes trigger reinitsMichael Niedermayer
2014-03-17h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
2014-03-17er: move relevant fields from Picture to ERPictureVittorio Giovara
2014-03-17h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara
2014-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-28Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun
2014-02-27avcodec/h264: allow mixing idr and non idr slices with frame threading againMichael Niedermayer
2014-02-27avcodec/h264: fix droped frame handling also for threads > 1Michael Niedermayer
2014-02-27avcodec/h264: avoid using lost frames as referencesMichael Niedermayer
2014-02-23avcodec/h264: clear chroma planes when flags gray is usedMichael Niedermayer
2014-02-22h264: Fix a typo from the previous commitLuca Barbato
2014-02-22avcodec/h264: use subsample factors of the used pixel formatMichael Niedermayer
2014-02-21avcodec/h264: fix sign errorMichael Niedermayer
2014-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-20h264: Lower bound check for slice offsetsVittorio Giovara
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-19h264: informative error reporting in decode_slice_header()Luca Barbato
2014-02-19h264: fix slice_type value reported in decode_slice_header()Luca Barbato
2014-02-17avcodec/h264: more completely check the loop filter parametersMichael Niedermayer
2014-02-14Merge commit '15210354cf27cf4e24d91f84d66cf471511ce718'Michael Niedermayer
2014-02-14Merge commit '3a0576702825423abecb32627c530dbc4c0f73bc'Michael Niedermayer
2014-02-14Merge commit '73e8fab31dc19c4371499e612856accbc00b2820'Michael Niedermayer
2014-02-14h264: drop outdated commentsVittorio Giovara
2014-02-14h264: store current_sps_id inside the current spsVittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2014-02-14Merge commit 'f795a8a8bf5e312dad2c2829c543b9d309376ca1'Michael Niedermayer
2014-02-12h264: make context_count unsignedJanne Grunau
2014-02-04Merge commit '1f097d168d9cad473dd44010a337c1413a9cd198'Michael Niedermayer
2014-02-04h264: reset data partitioning at the beginning of each decode callAnton Khirnov
2014-02-04avcodec/h264: update current_sps & sps->new only after the whole slice header...Michael Niedermayer
2014-02-04avcodec/h264: Disallow pps_id changing between slicesMichael Niedermayer
2014-02-04avcodec/h264: clear dequant8_coeff pointers if 8x8 mode is not enabledMichael Niedermayer
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-22h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau
2014-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-19Merge commit '0652e024c680420d298cdf3719d0a0c030173fe3'Michael Niedermayer
2014-01-19Merge commit '00dbff4c3e048b4abd01bf805725aabff0fa5ee1'Michael Niedermayer
2014-01-19Merge commit '7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f'Michael Niedermayer
2014-01-19Merge commit 'd1b3fabe6945e511bb20fc9ca52b47eb952526ee'Michael Niedermayer
2014-01-18h264: check that an IDR NAL only contains I slicesAnton Khirnov
2014-01-18h264: reset ref count if decoding the slice header failsAnton Khirnov
2014-01-18h264: do not call field_end if we do not have a current pictureAnton Khirnov
2014-01-18h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov