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
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-11-19avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()Andreas Rheinhardt
2021-11-19avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced()Andreas Rheinhardt
2021-01-26avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt
2018-09-11libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_Jason Stevens
2017-11-11avcodec/dnxhddata: remove dead codeJames Almer
2017-11-08lavc/dnxhddata: Do not print frame rates with supported profiles.Carl Eugen Hoyos
2017-04-14avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size()Paul B Mahol
2016-07-25avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer
2016-07-23libavcodec/dnxhdenc: add support for dnxhr encodingMark Reid
2016-07-16avcodec/dnxhddata: replace % by &Michael Niedermayer
2016-07-16libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid
2016-02-14libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid
2015-10-15dnxhd: interleave AC levels and flagsChristophe Gisquet
2015-10-08dnxhddata: introduce and use MBAFF flagChristophe Gisquet
2015-10-05dnxhddec: Introduce DNXHD_VARIABLEChristophe Gisquet
2015-10-05dnxhd: profile flagsChristophe Gisquet
2015-05-04lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos
2014-08-13lavc/dnxhd: ff_dnxhd_cid_table is not exportedJames Almer
2014-04-22Various small spelling fixes.Reimar Döffinger
2013-01-27lavc/dnxhdenc: print valid profiles when codec parameters are invalidMatthieu Bouron
2013-01-27lavc/dnxhddata: add frame_rates field to cid tableMatthieu Bouron
2013-01-06dnxhd: Add avpriv_dnxhd_get_frame_size()Michael Niedermayer
2012-10-20Mark data symbols shared between libraries with av_exportHendrik Leppkes
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2011-10-23Merge remote-tracking branch 'mans/dnxhd'Michael Niedermayer
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-12-18add bitrate helper to choose all dnxhd variantsBaptiste Coudurier
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-08typo weigth->weightBaptiste Coudurier
2007-08-04move dnxhd data tables to separate fileBaptiste Coudurier
2007-08-04dnxhd 120 progressive supportBaptiste Coudurier
2007-08-04dnxhd 185 interlaced supportBaptiste Coudurier
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-03-19dnxhd decoderBaptiste Coudurier