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
2015-01-31libavcodec/h264: replace assert() by av_assert0()Michael Niedermayer
2015-01-29Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd'Michael Niedermayer
2015-01-28h264: Do not share rbsp_buffer across threadsMichael Niedermayer
2015-01-27Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6'Michael Niedermayer
2015-01-27Merge commit 'ecab21ac47d0d4ca604bebf494017ae5090853a8'Michael Niedermayer
2015-01-27Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'Michael Niedermayer
2015-01-27Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer
2015-01-27Merge commit 'f9f883af4fe615a832407a657752e248a96c6280'Michael Niedermayer
2015-01-27h264: drop any pretense of support for data partitioningAnton Khirnov
2015-01-27h264: do not reset the ref lists in flush_change()Anton Khirnov
2015-01-27h264: move parser-only variables to their own contextAnton Khirnov
2015-01-27error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov
2015-01-27h264: simplify code in flush_dpb()Anton Khirnov
2015-01-23avcodec/h264: Partially decode and display single fields try #2Michael Niedermayer
2015-01-20Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S...Michael Niedermayer
2015-01-11avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer
2014-12-27h264: restore a block mistakenly removed in e10fd08aAnton Khirnov
2014-12-22avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer
2014-12-18avcodec/h264: Check *log2_weight_denomMichael Niedermayer
2014-12-17avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer
2014-12-03h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer
2014-12-03h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis
2014-11-13Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer
2014-11-13display: fix order of operandsVittorio Giovara
2014-10-27Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer
2014-10-15avcodec/h264: fix time_base and framerateMichael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-08avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...Michael Niedermayer
2014-10-04avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer
2014-09-29h264: reset ret to avoid propagating minor failuresMichael Niedermayer
2014-09-11avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-07avcodec/h264: Allow partial escapingMichael Niedermayer
2014-08-31avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer
2014-08-28avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer
2014-08-23avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...Michael Niedermayer
2014-08-23h264: do not return on sidedata allocation failureChristophe Gisquet
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-07Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer
2014-08-07h264: fix interpretation of interleved stereo modesFelix Abecassis
2014-08-01h264: remove useless assignment.Benoit Fouet
2014-07-23avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer
2014-07-23avcodec/h264: factor is_extra() outMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-17Merge commit '2db953f84671997e936f91140ffb5143c1537844'Michael Niedermayer
2014-07-17h264: K&R formatting cosmeticsLuca Barbato
2014-07-10Merge commit '18e3d61e9e3b52c177aa7a1f2a054a8a753e1b09'Michael Niedermayer
2014-07-09h264: parse display orientation SEI messageVittorio Giovara