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-02-27avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() functionMichael Niedermayer
2015-02-24avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer
2015-02-21Merge commit '0dea4c77ccf5956561bb8991311b3d834bb5fa40'Michael Niedermayer
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21h264: only ref cur_pic in update_thread_context if it is initializedAnton Khirnov
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-02-08avcodec/h264: Setup decoder to have matching reference to the EC codeMichael Niedermayer
2015-02-07avcodec/h264_slice: assert that reinit does not occur after the first sliceMichael Niedermayer
2015-02-07avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer
2015-02-07avcodec/h264_slice: Check picture structure before setting the related fieldsMichael Niedermayer
2015-02-07avcodec/h264_slice: Do not change frame_num after the first sliceMichael Niedermayer
2015-02-06avcodec/h264: Be more strict on rejecting pps/sps changesMichael Niedermayer
2015-01-27Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6'Michael Niedermayer
2015-01-27Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer
2015-01-27h264: drop any pretense of support for data partitioningAnton Khirnov
2015-01-27error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov
2015-01-23avcodec/h264: Partially decode and display single fields try #2Michael Niedermayer
2015-01-19h264: unref leaking error recovery picturewm4
2015-01-11avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer
2014-12-27Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68'Michael Niedermayer
2014-12-27Merge commit '4cfbeef31d4e6096c0596359d212f5d99a7ba4b5'Michael Niedermayer
2014-12-25vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont
2014-12-25h264: factor hwaccel pixel formats listRémi Denis-Courmont
2014-12-15Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'Michael Niedermayer
2014-12-15mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara
2014-11-02avcodec/h264_slice: Clear table pointers to avoid stale pointersMichael 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-09-27Merge commit 'ce42316321145c435029dc288c2b5f1d48519dde'Michael Niedermayer
2014-09-26h264: Always invoke the get_format() callbackRémi Denis-Courmont
2014-08-27Merge commit 'e87f5e4e5f2e2e36b0b7826d708cda7049877af0'Michael Niedermayer
2014-08-26h264: fully check cropping amount from spsVittorio Giovara
2014-08-24lavc/h264_slice: Add a missing newline to an error message.Carl Eugen Hoyos
2014-08-23avcodec/h264_slice: More complete cleanup in h264_slice_header_init()Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
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-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20lavc/h264_slice: clarify informational message in case of disabled slice mult...Stefano Sabatini
2014-06-19avcodec/h264: Use named identifier for single thread fall-back return from ff...Michael Niedermayer
2014-06-16avcodec/h264: fix frame skip codeMichael Niedermayer
2014-06-16avcodec/h264_slice: support skipping loop filtering for non key framesMichael Niedermayer
2014-06-16avcodec/h264: use the correct level for droping non intra framesMichael Niedermayer
2014-05-25avcodec/h264_slice: fix macro ()Michael Niedermayer
2014-05-12Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f'Michael Niedermayer