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-05-02libavcodec/svq3: clarify unknown_flag by renaming to has_watermarkMichael Niedermayer
2015-05-02avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_permMichael Niedermayer
2015-05-02avcodec/x86/dct-test: Make static table constMichael Niedermayer
2015-05-02avcodec/svq3: Print unknown fields at debug levelMichael Niedermayer
2015-05-01Merge remote-tracking branch 'rbultje/vp9-profile1-wip'Michael Niedermayer
2015-05-01avcodec/h264: Remove failure on data partitioningMichael Niedermayer
2015-05-01vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.Ronald S. Bultje
2015-05-01vp9: fix mask_edges and filter_plane_rows/cols() for 440.Ronald S. Bultje
2015-05-01vp9: more specifically specify mask destination to mask_edges().Ronald S. Bultje
2015-05-01vp9: don't create special u/v filter masks for 444.Ronald S. Bultje
2015-05-01vp9: merge uv loopfilter code into generic filter_plane_rows/cols().Ronald S. Bultje
2015-05-01vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().Ronald S. Bultje
2015-05-01vp9: invert order of two conditions.Ronald S. Bultje
2015-05-01vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje
2015-05-01vp9: use correct chroma subsampling for profile 1 intra block recon.Ronald S. Bultje
2015-05-01vp9: take chroma subsampling into account when walking the block tree.Ronald S. Bultje
2015-05-01vp9: support non-420 chroma subsampling for profile 1 token decoding.Ronald S. Bultje
2015-05-01vp9: increase buffer sizes for non-420 chroma subsamplings.Ronald S. Bultje
2015-05-01vp9: profile 1 header decoding.Ronald S. Bultje
2015-05-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil
2015-05-01avcodec/svq3: Fix memleak of last_pic_for_ecMichael Niedermayer
2015-05-01vp9: fix show-existing-frames for multi-threading.Ronald S. Bultje
2015-04-29avcodec/cook: Remove unneeded #ifMichael Niedermayer
2015-04-29avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLE...Michael Niedermayer
2015-04-29avcodec/dca_parser: Extend DTS core sync word and fix existing checkfoo86
2015-04-29Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'Michael Niedermayer
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer
2015-04-29avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()Michael Niedermayer
2015-04-29Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'Michael Niedermayer
2015-04-29Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'Michael Niedermayer
2015-04-29Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'Michael Niedermayer
2015-04-29Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'Michael Niedermayer
2015-04-29Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'Michael Niedermayer
2015-04-29Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer
2015-04-29Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer
2015-04-29Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f'Michael Niedermayer
2015-04-29Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'Michael Niedermayer
2015-04-29Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer
2015-04-29Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer
2015-04-29rawenc: properly allocate coded_frameAnton Khirnov
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-29h264: embed the DPB in the contextAnton Khirnov
2015-04-29h264: merge the init and reinit paths in update_thread_context()Anton Khirnov
2015-04-29h264: drop the reinit parameter from init_slice_header()Anton Khirnov
2015-04-29h264: update the current bit depth/chroma type in init_slice_header()Anton Khirnov
2015-04-29h264: copy nal_length_size in update_thread_contextAnton Khirnov
2015-04-29h264: drop a comment that carries no useful informationAnton Khirnov
2015-04-29h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov
2015-04-29h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov