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
2012-06-23lavc: use designated initializers for AVClassesPaul B Mahol
2012-06-01dnxhd: replace asserts by av_assertsMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22dnxhdenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2012-02-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-12dnxhdenc: switch to encode2.Anton Khirnov
2012-02-08Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec).Joseph Artsimovich
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04Merge some declarations and initializations.Diego Biurrun
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27dnxhdenc: fix signed overflowsMans Rullgard
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