Activity for Libquicktime

  • Ryan Carsten Schmidt Ryan Carsten Schmidt posted a comment on discussion Help

    /opt/local/include/lqt/lqt_codecinfo.h:247:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] void lqt_registry_init(); ^ void /opt/local/include/lqt/lqt_codecinfo.h:257:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] void lqt_registry_destroy(); ^ void /opt/local/include/lqt/lqt_codecinfo.h:265:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] void lqt_registry_write(); ^ void /opt/local/include/lqt/lqt_codecinfo.h:281:29:...

  • Ryan Carsten Schmidt Ryan Carsten Schmidt posted a comment on discussion Help

    Where is your issue tracker? clang warns that you have some non-prototypes in your header: /opt/local/include/lqt/quicktime.h:563:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] int quicktime_major(); ^ void /opt/local/include/lqt/quicktime.h:572:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] int quicktime_minor(); ^ void /opt/local/include/lqt/quicktime.h:582:22: warning: this function declaration is not a prototype [-Wstrict-prototypes]...

  • Steven Schultz committed [2213b7] on GIT

    silly to check for "version ==2" when we're inside a "if (version < 2)" block!

  • Steven Schultz committed [dd9879] on GIT

    cleanup

  • Steven Schultz committed [d5aee3] on GIT

    older versions of some systems had an implicit -L/usr/local/lib

  • Steven Schultz committed [80e1a5] on GIT

    for version 0 files sign extension of 32 bit times to int64_t was causing

  • Steven Schultz committed [272959]

    autoconf deprecated the AM_ form of MKDIR_P and wants the AC_PROG_MKDIR_P instead

  • Steven Schultz committed [974ad1]

    ffmpeg completely borked the API with libavcodec version 59. disable libavcodec

  • Wooseok Kang Wooseok Kang posted a comment on discussion Help

    Dear maintainer, In libquicktime2, there is an integer overflow vulnerability that may cause arbitrary code execution in the 32bit system. The vulnerability resides in some functions of the program. For example, in quicktime_read_elst() program reads data from file and multiply it with sizeof(quicktime_elst_table_t). In 32bit os, it causes integer overflow then the small heap block is allocated. It leads to buffer overrun when reads data to this buffer. void quicktime_read_elst(quicktime_t *file,...

  • Steven Schultz committed [4e11b7]

    reorganize. clean out cruft and more fully using pkg-config's capabilities reduce

  • Steven Schultz committed [631261]

    Simply/cleanup the faad2 check. Since we require version 2.0 or later it is

  • Steven Schultz committed [5aba9b]

    lqtplay.c:1518:36: warning: too many arguments in call to 'decode_audio'

  • Steven Schultz committed [48214a]

    cleanup png logic. do not look for version 1.2

  • Steven Schultz committed [fcad9b]

    typo (new eyeglasses needed :-)) - change , to . in version.

  • Steven Schultz committed [30c55f]

    remove (now) unused local variables.

  • Steven Schultz committed [b31bb5]

    major cleanup / updating. correct obsolete/incorrect uses of AC_INIT, and AM_INIT_AUTOMAKE.

  • Steven Schultz committed [547c89]

    The definition of FAAD2_VERSION in faad2/include/neaacdec.h is

  • Steven Schultz committed [9f912b]

    Use AM_CPPFLAGS instead of the long deprecated/obsolete INCLUDES

  • Steven Schultz committed [5ecf94]

    int main() to hush a couple warnings

  • Steven Schultz committed [fff99c]

    Should be LIBAVCODEC_LIBS rather than AVCODEC_LIBS in both configure.ac and plugis/ffmpeg/Makfile/am

  • Burkhard Plaum Burkhard Plaum merged merge request #1

    Ffmpeg4 build fixes

  • Tomáš Chvátal Tomáš Chvátal created merge request #1

    Ffmpeg4 build fixes

  • Steven Schultz committed [666c35]

    remove generated file that got committed somehow

  • Steven Schultz committed [7ca09c]

    cleanup - remove all the .cvsignore files

  • Steven Schultz committed [d8b8eb]

    remove another .cvsignore file

  • Steven Schultz committed [29e4ea]

    remove typo

  • Steven Schultz committed [3e3426]

    add more files

  • Steven Schultz committed [352eb6]

    more files added

  • Steven Schultz committed [654e46]

    add a bunch more generated files to ignore

  • Steven Schultz committed [301aa0]

    switch to .gitignore from .cvsignore

  • Steven Schultz committed [8b4929]

    cleanup the libavcode and libswscale version checking

  • Steven Schultz committed [934911]

    don't need avcodec.m4 with changes to configure.ac

  • Steven Schultz committed [8569de]

    since it doesn't compile with modern ffmpeg might as well clean it up

  • Steven Schultz committed [859a71]

    remove m4/avcodec.m4, not needed with changes to configure.ac

  • Steven Schultz committed [7992b2]

    libavcodec can not be built due to completely incompatible API. Major version

  • Arthur Peters Arthur Peters committed [54a9e2]

    Imported source.

  • Sérgio M. Basto Sérgio M. Basto committed [0a6e83]

    Delete all .cvsignores and use one .gitignore

  • Arthur Peters Arthur Peters committed [61af63]

    Added -b param to set bit depth. (Needed for pngs with alpha)

  • Burkhard Plaum Burkhard Plaum committed [612169]

    Dynamic codec architecture

  • Burkhard Plaum Burkhard Plaum committed [4ca053]

    Removed empty directories and tiny memory leak in codec registry

  • Burkhard Plaum Burkhard Plaum committed [aa2c79]

    Added TODO file. Please comment and make additions

  • Arthur Peters Arthur Peters committed [979a8f]

    Fixed "unary operator expected" build problem. Added check for libdv with needed features. Cleaned things a bit.

  • Burkhard Plaum Burkhard Plaum committed [74e855]

    Added some documentation.

  • W. Michael Petullo W. Michael Petullo committed [fe093a]

    Fixed another source of build problems. Since I am trying to build

  • Arthur Peters Arthur Peters committed [dfc499]

    Fixed includes for newer arrangment.

  • Burkhard Plaum Burkhard Plaum committed [f53a07]

    Rearranged sources for plugin architecture

  • W. Michael Petullo W. Michael Petullo committed [8c0f77]

    o Added empty NEWS, AUTHORS, and ChangeLog files. These are required

  • Burkhard Plaum Burkhard Plaum committed [c9f6d0]

    First bugfix iteration

  • Arthur Peters Arthur Peters committed [ba2eec]

    Added check for libdv with needed features.

  • Burkhard Plaum Burkhard Plaum committed [742bc3]

    Rearranged source for plugin architecture

  • Burkhard Plaum Burkhard Plaum committed [bf1d52]

    Rearragned Sources for plugin architecture

  • Burkhard Plaum Burkhard Plaum committed [338832]

    Rearranged sources for plugin architecture

  • Arthur Peters Arthur Peters committed [43bdc7]

    Fixed up recover. Added qtrecover and qtdump to install list.

  • Arthur Peters Arthur Peters committed [dda9d1]

    Converted DV plugin to external libdv.

  • Arthur Peters Arthur Peters committed [32b45d]

    Added recover, rechunk and yuv4toyuv to utils.

  • Arthur Peters Arthur Peters committed [17c84d]

    Added a working set_jpeg passed on set_parameter.

  • Burkhard Plaum Burkhard Plaum committed [d51a53]

    Rearranged sources for plugin architecture

  • W. Michael Petullo W. Michael Petullo committed [945972]

    Libquicktime.spec now includes plugins in RPM.

  • W. Michael Petullo W. Michael Petullo committed [05f7e6]

    Removed files which have been moved to include and src directories.

  • Arthur Peters Arthur Peters committed [43a250]

    Initial revision

  • Arthur Peters Arthur Peters committed [97ccec]

    Renamed configure.in to configure.ac.

  • Burkhard Plaum Burkhard Plaum committed [b5d055]

    First incremental codec interface update

  • Burkhard Plaum Burkhard Plaum committed [8ca702]

    Second codec interface upgrade:

  • Burkhard Plaum Burkhard Plaum committed [55ae03]

    * Some bugfixes

  • Arthur Peters Arthur Peters committed [d06fab]

    Added a function lqt_decode_audio. Added a helper function lqt_total_channels.

  • Arthur Peters Arthur Peters committed [55c678]

    * Renamed version.h to lqt_version.h

  • Gerd Knorr Gerd Knorr committed [c778e4]

  • Gerd Knorr Gerd Knorr committed [7237cc]

  • W. Michael Petullo W. Michael Petullo committed [87dd82]

    Got rid of the vast majority of the remaining compiler warnings in the

  • Burkhard Plaum Burkhard Plaum committed [92a324]

    Hopefully fixed lqt_query_registry

  • Burkhard Plaum Burkhard Plaum committed [dcb535]

    Fixed colormodel table

  • W. Michael Petullo W. Michael Petullo committed [b30554]

    A few more fixes which address gcc warning messages.

  • Burkhard Plaum Burkhard Plaum committed [baa82f]

    Another fix (Programming with copy and paste is bad, I know)

  • Arthur Peters Arthur Peters committed [9655c0]

    Fix memory allocation problem in create_parameter_info.

  • Arthur Peters Arthur Peters committed [a7f32c]

    * Add quicktime_divx_ functions to library

  • Burkhard Plaum Burkhard Plaum committed [c4a230]

    * Added first approximation of xanim module. It contains all xanim quicktime video

  • Gerd Knorr Gerd Knorr committed [0bc541]

  • Gerd Knorr Gerd Knorr committed [3d9b6e]

  • Burkhard Plaum Burkhard Plaum committed [547d4c]

    * Raw codec now works with alpha channel (encoding colormodels: BC_RGBA8888,

  • Burkhard Plaum Burkhard Plaum committed [db7db0]

    * Codec infos have now supported encoding colormodels

  • Arthur Peters Arthur Peters committed [9f6171]

    *** empty log message ***

  • Arthur Peters Arthur Peters committed [8bcd99]

    * Added several files that were not being included in the

  • Arthur Peters Arthur Peters committed [3c80a3]

    REMOVED. This file is generated by the build so it shouldn't be in CVS.

  • Burkhard Plaum Burkhard Plaum committed [9d3987]

    * covenience functions for handling colormodels

  • Burkhard Plaum Burkhard Plaum committed [1beb54]

    Added lqtplay

  • Gerd Knorr Gerd Knorr committed [c184a5]

  • Gerd Knorr Gerd Knorr committed [69f450]

  • Burkhard Plaum Burkhard Plaum committed [353fc7]

    Updated Codec API version and TODO file

  • Burkhard Plaum Burkhard Plaum committed [1c4a06]

    updated codecs.html

  • Gerd Knorr Gerd Knorr committed [c7a4ae]

  • Burkhard Plaum Burkhard Plaum committed [19437a]

    Added reads_colormodel() and writes_colormodel() for raw codec

  • Arthur Peters Arthur Peters committed [6acd9c]

    Removed use of way too bleeding edge autoconf feature.

  • Burkhard Plaum Burkhard Plaum committed [b01523]

    Updated TODO file

  • Burkhard Plaum Burkhard Plaum committed [dbc111]

    * Introduced support for YV12 in lqtplay (can I420 be buggy on GeForce2 cards?)

  • Burkhard Plaum Burkhard Plaum committed [eeffcd]

    Added missing header

  • Burkhard Plaum Burkhard Plaum committed [167aca]

    * Up and down buttons work in libquicktime_config,

  • Arthur Peters Arthur Peters committed [7cf18f]

    * Add -lm to the xanim plugins LIBADD

  • Burkhard Plaum Burkhard Plaum committed [36d942]

    * Converted minimum and maximum values of parameters to int

  • Burkhard Plaum Burkhard Plaum committed [969349]

    * Codec parameters are applied automatically, libquicktime_config has

  • Burkhard Plaum Burkhard Plaum committed [381c03]

    Various small fixes

1 >