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-04avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer
2014-05-03avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer
2014-04-07avcodec/h264/find_start_code: factorize addition outMichael Niedermayer
2014-04-07Merge commit 'e10fd08aa7fbe8645545ad2e8721f0ed03c8e06a'Michael Niedermayer
2014-04-07h264: Refactor decode_nal_unitsLuca Barbato
2014-03-28avcodec: Make ff_print_debug_info2() independant of Picture structMichael Niedermayer
2014-03-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-24Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'Michael Niedermayer
2014-03-24h264: Split h264 slice decoding from nal decodingLuca Barbato
2014-03-24h264: move macroblock decoding into its own fileVittorio Giovara
2014-03-18avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta
2014-03-17Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17Merge commit '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d'Michael Niedermayer
2014-03-17Merge commit 'e3c2d0f3d41f79f7be7ba944aaca2e287c7d5c7c'Michael Niedermayer
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 does not depend on mpegvideo any moreVittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara
2014-03-17h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara
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