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
2016-08-01Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-29Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'Clément Bœsch
2016-07-29Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'Clément Bœsch
2016-07-27avcodec/h264_slice: Make setup_finished check cover more casesMichael Niedermayer
2016-07-27Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch
2016-07-27Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22'Clément Bœsch
2016-07-27lavc/h264_slice: adjust a few line breaks to reduce diff with LibavClément Bœsch
2016-07-27Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'Clément Bœsch
2016-07-20avcodec/h264_slice: Move h264_init_ps() call into h264_field_start()Michael Niedermayer
2016-07-14Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch
2016-07-09Merge commit '61f168ae348f94f39e7afc6971654455a5de0e4d'Clément Bœsch
2016-07-03lavc/h264_slice: use sps directly when checking for invalid 8x8 inferenceClément Bœsch
2016-07-01avcodec/h264_slice: Only call ff_h264_flush_change() on initialized contextsJames Almer
2016-07-01Merge commit '6e92181bf836f48627a4733b6fd240a99fd36365'Clément Bœsch
2016-07-01Merge commit 'd1f539c97e04e7cebecaf6916c5064f243d39fcf'Clément Bœsch
2016-07-01Merge commit '3fba16ecd978d5bed338b8da643c3435e62b3437'Clément Bœsch
2016-06-30Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983'Clément Bœsch
2016-06-30Merge commit '2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85'Clément Bœsch
2016-06-30h264: make H264ParamSets sps constBenoit Fouet
2016-06-30h264: straighten dimensions check ff_h264_decode_seq_parameter_setBenoit Fouet
2016-06-29Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696'Clément Bœsch
2016-06-29Merge commit '7ab5d577a9affe3397c08b032f983f9bf7101865'Clément Bœsch
2016-06-29Merge commit '4cec43a9eeb58eb9e581a2d9d25f78e5bfbb0960'Clément Bœsch
2016-06-29Merge commit '6dd996c7c81575a1e4969987ab175a6df7beab3d'Clément Bœsch
2016-06-29Merge commit '0bad254300356005af4aef00a706bf2e8eee96bc'Clément Bœsch
2016-06-29Merge commit 'ed9a20ebe4a89de119ea97bdccf688ece8c6648c' into merge-libav-newClément Bœsch
2016-06-29lavc/h264_slice: properly forward positive "error" codeClément Bœsch
2016-06-29Merge commit 'fa57059079190242517701120cfdccad93c866da'Clément Bœsch
2016-06-29Merge commit '7b50d60442af8d9527e9da46818011fe15a5265a'Clément Bœsch
2016-06-29Merge commit '77a1e2c5f8f8250dfacff24b993eb473260ed13e'Clément Bœsch
2016-06-29Merge commit 'd06e4d8aab9c679b6aea2591d2a9b382df9e5f74'Clément Bœsch
2016-06-29avcodec/h264: Remove au_pps_idMichael Niedermayer
2016-06-29avcodec/h264: Remove current_sps_idMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: move the parameter set definitions to a new header fileAnton Khirnov
2016-06-21h264: create a new header for common h264 definitionsAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-21h264: factor out setting frame properties / side dataAnton Khirnov
2016-06-21h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov
2016-06-21h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov
2016-06-21h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov
2016-06-21h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov
2016-06-21h264: set mb_aff_frame in frame_start()Anton Khirnov
2016-06-21h264: move the block starting a new field out of slice_header_parse()Anton Khirnov
2016-06-21h264: pass a H2645NAL to slice header decodingAnton Khirnov
2016-06-21Merge commit 'e0652795292223f8bc8e5bac019c1fca7323d23c'Clément Bœsch
2016-06-21lavc/h264_slice: mark ref2frm as const pointersClément Bœsch
2016-06-20Merge commit '4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69'Clément Bœsch