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
2011-10-23Merge remote-tracking branch 'mans/dnxhd'Michael Niedermayer
2011-10-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14dnxhdenc: fixed signed multiplication overflowMans Rullgard
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-25dnxhdenc: remove unneeded entries from array.Michael Niedermayer
2011-09-25dnxhdenc: optimize whats left of dnxhd_switch_matrix()Michael Niedermayer
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-27dnxhdenc: fix declarations in for loopsMans Rullgard
2011-07-25dnxhddec: merge ac_{index,run}_flagsMans Rullgard
2011-07-25dnxhddec: store 2*level+1 in ac_level tablesMans Rullgard
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dnxhdenc: remove inline from function only called through pointerMans Rullgard
2011-07-21dnxhdenc: whitespace cosmeticsMans Rullgard
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-30Fix dnxhd custom options, add AVClass in private contextBaptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-03dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-16Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-20avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier
2009-11-20clarify why the encoder is failingBaptiste Coudurier
2009-10-12Reindent after removing the outer for loops in the execute2 patchReimar Döffinger
2009-10-12Move dnxhdenc to execute2 multithreading API.Reimar Döffinger
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-21Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger
2009-09-18fix uninitialized memory in dnxhd encoderBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla