My favorites | Sign in
Logo
                
Details: Show all Hide all

Today

  • 17 hours ago
    issue 29 (Create a library version) commented on by michael.pliskin   -   Thanks a lot Marc for the detailed reply, I need AMF only so far, so will take a look to libamf - that sounds like a good idea, thanks again!
    Thanks a lot Marc for the detailed reply, I need AMF only so far, so will take a look to libamf - that sounds like a good idea, thanks again!

Yesterday

  • 39 hours ago
    r183 (Modified help output to better conform to standards.) committed by marc.noirot   -   Modified help output to better conform to standards.
    Modified help output to better conform to standards.
  • 41 hours ago
    9 issues changed by marc.noirot   -   Issues 6, 10, 12, 13, 14, 22, 24, 25, 26
    Issues 6, 10, 12, 13, 14, 22, 24, 25, 26
  • 42 hours ago
    issue 21 (static build) Status changed by marc.noirot   -   no reply in months, invalid.
    Status: Invalid
    no reply in months, invalid.
    Status: Invalid

Last 7 days

  • Mar 12, 2010
    issue 29 (Create a library version) changed by marc.noirot   -   I've been thinking about that, too, since I'm planning to do a GUI version of flvmeta, which would benefit a lot from using the functions from flvmeta, instead of simply being a wrapper. Anyways, it makes sense from a developer stand point. For the moment, if you're interested in the AMF code exclusively, there's the libamf project that I created on sourceforge, which is a spinoff from flvmeta where I'm intending to fully support AMF0 as well as AMF3, eventually in order to remove the legacy code from flvmeta and use that one instead. It's far from being ready for production use yet, but it compiles and calls for unit tests creation. For the rest of the flvmeta code, I might separate the main frontend code from what I will call libflv, code to read and write flv files, and to deal with common issues related to that file format. Flvmeta now uses that code in the form of a nice callback-based parser, showcased in the dumping functions.
    Status: Accepted
    Owner: marc.noirot
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
    I've been thinking about that, too, since I'm planning to do a GUI version of flvmeta, which would benefit a lot from using the functions from flvmeta, instead of simply being a wrapper. Anyways, it makes sense from a developer stand point. For the moment, if you're interested in the AMF code exclusively, there's the libamf project that I created on sourceforge, which is a spinoff from flvmeta where I'm intending to fully support AMF0 as well as AMF3, eventually in order to remove the legacy code from flvmeta and use that one instead. It's far from being ready for production use yet, but it compiles and calls for unit tests creation. For the rest of the flvmeta code, I might separate the main frontend code from what I will call libflv, code to read and write flv files, and to deal with common issues related to that file format. Flvmeta now uses that code in the form of a nice callback-based parser, showcased in the dumping functions.
    Status: Accepted
    Owner: marc.noirot
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
  • Mar 12, 2010
    issue 29 (Create a library version) commented on by michael.pliskin   -   Not a defect but feature request for sure, and probably enhancement - just cannot change here..
    Not a defect but feature request for sure, and probably enhancement - just cannot change here..
  • Mar 12, 2010
    issue 29 (Create a library version) reported by michael.pliskin   -   It would be cool if flvmeta had a library version to link with - would be much easier to re-use the code in other projects (have one in mind atm). Probably splitting into the library and a command-line driver could make some sense.. At least the code to read/write AMF is extremely valuable.
    It would be cool if flvmeta had a library version to link with - would be much easier to re-use the code in other projects (have one in mind atm). Probably splitting into the library and a command-line driver could make some sense.. At least the code to read/write AMF is extremely valuable.

Last 30 days

  • Mar 09, 2010
    CheckMessages (FLVMeta check command message codes and conventions) Wiki page edited by marc.noirot   -   Revision r182 Edited wiki page through web user interface.
    Revision r182 Edited wiki page through web user interface.
  • Mar 08, 2010
    r181 (Fixed a spelling error.) committed by marc.noirot   -   Fixed a spelling error.
    Fixed a spelling error.
  • Mar 08, 2010
    r180 (Fixed a GCC warning. Fixed parsing of the -l option. Added p...) committed by marc.noirot   -   Fixed a GCC warning. Fixed parsing of the -l option. Added preliminary support for the --quiet check option.
    Fixed a GCC warning. Fixed parsing of the -l option. Added preliminary support for the --quiet check option.
  • Mar 08, 2010
    r179 (Applied code formatting. Added missing multiple-include prot...) committed by marc.noirot   -   Applied code formatting. Added missing multiple-include protection. Fixed schema URIs to add support for versioning. Added preliminary support and usage for the --check command. Renamed -l option to -s to allow -l as --level for the check command.
    Applied code formatting. Added missing multiple-include protection. Fixed schema URIs to add support for versioning. Added preliminary support and usage for the --check command. Renamed -l option to -s to allow -l as --level for the check command.
  • Mar 08, 2010
    CheckMessages (FLVMeta check command message codes and conventions) Wiki page edited by marc.noirot   -   Revision r178 Edited wiki page through web user interface.
    Revision r178 Edited wiki page through web user interface.
  • Mar 08, 2010
    CheckMessages Wiki page added by marc.noirot   -   Revision r177 Created wiki page through web user interface.
    Revision r177 Created wiki page through web user interface.
  • Mar 05, 2010
    r176 (Moved common strings used by the dumping code into dump.c.) committed by marc.noirot   -   Moved common strings used by the dumping code into dump.c.
    Moved common strings used by the dumping code into dump.c.
  • Mar 05, 2010
    r175 (Improved XML AMF data dumping : - empty elements are represe...) committed by marc.noirot   -   Improved XML AMF data dumping : - empty elements are represented in the compact form - AMF-only dumping doesn't use flv elements - AMF-only dumping produces unqualified elements using amf as default namespace - renamed `element' to the more compact `entry'
    Improved XML AMF data dumping : - empty elements are represented in the compact form - AMF-only dumping doesn't use flv elements - AMF-only dumping produces unqualified elements using amf as default namespace - renamed `element' to the more compact `entry'
  • Mar 04, 2010
    issue 27 (Crashes on update if output file is not specified) Status changed by marc.noirot   -   Irrelevant now, as input and output files can be the same.
    Status: Verified
    Irrelevant now, as input and output files can be the same.
    Status: Verified
  • Mar 04, 2010
    issue 8 (make flvmeta dump file information) Status changed by marc.noirot   -   All formats are now supported as of r174.
    Status: Verified
    All formats are now supported as of r174.
    Status: Verified
  • Mar 04, 2010
    r174 (Added const qualifiers in amf functions to enforce api corre...) committed by marc.noirot   -   Added const qualifiers in amf functions to enforce api correctness. Renamed --dump-metadata to --print-metadata for clarity. Added support for metadata dump after update (--print-metadata). Fixed a bug in metadata dumping where the flv parser would exit after encountering the first scriptDataObject tag even if it's not the onMetadata event. Simplified metadata dumping so the --dump command and --print-metadata option use the same code. Commented out usage for the -A and -E commands, which are not likely to be implemented for the next stable release.
    Added const qualifiers in amf functions to enforce api correctness. Renamed --dump-metadata to --print-metadata for clarity. Added support for metadata dump after update (--print-metadata). Fixed a bug in metadata dumping where the flv parser would exit after encountering the first scriptDataObject tag even if it's not the onMetadata event. Simplified metadata dumping so the --dump command and --print-metadata option use the same code. Commented out usage for the -A and -E commands, which are not likely to be implemented for the next stable release.
  • Mar 03, 2010
    r173 (Added raw dump format support (--dump-format=raw). Reordered...) committed by marc.noirot   -   Added raw dump format support (--dump-format=raw). Reordered dump format options. Simplified FVL magic number printing.
    Added raw dump format support (--dump-format=raw). Reordered dump format options. Simplified FVL magic number printing.
  • Feb 24, 2010
    r172 (Fixed gcc warnings.) committed by marc.noirot   -   Fixed gcc warnings.
    Fixed gcc warnings.
  • Feb 24, 2010
    r171 (Completed YAML dumping.) committed by marc.noirot   -   Completed YAML dumping.
    Completed YAML dumping.

Earlier this year

  • Feb 12, 2010
    r170 (Added YAML document start tag. Improved dumping formats sour...) committed by marc.noirot   -   Added YAML document start tag. Improved dumping formats source organization.
    Added YAML document start tag. Improved dumping formats source organization.
  • Feb 10, 2010
    r169 (Added SVN revision information to the CMake build system.) committed by marc.noirot   -   Added SVN revision information to the CMake build system.
    Added SVN revision information to the CMake build system.
  • Feb 09, 2010
    r168 (Small usage cleanup.) committed by marc.noirot   -   Small usage cleanup.
    Small usage cleanup.
  • Feb 08, 2010
    r167 (Added missing Makefile.am. ) committed by marc.noirot   -   Added missing Makefile.am.
    Added missing Makefile.am.
  • Feb 08, 2010
    r166 (Added automake build support for libyaml. Added SVN revision...) committed by marc.noirot   -   Added automake build support for libyaml. Added SVN revision in version information. Fixed out-of-date tests.
    Added automake build support for libyaml. Added SVN revision in version information. Fixed out-of-date tests.
  • Feb 08, 2010
    r165 (Fixed warnings.) committed by marc.noirot   -   Fixed warnings.
    Fixed warnings.
  • Feb 08, 2010
    flvmeta-1.0.11-macosx-intel.zip (FLVmeta 1.0.11 MacOS X intel binaries) file uploaded by erixtekila   -  
    Labels: Featured Type-Executable OpSys-OSX
    Labels: Featured Type-Executable OpSys-OSX
  • Feb 08, 2010
    r164 (Fixed amf_string_new causing a segfault if passed a NULL poi...) committed by marc.noirot   -   Fixed amf_string_new causing a segfault if passed a NULL pointer and a non-zero size (2).
    Fixed amf_string_new causing a segfault if passed a NULL pointer and a non-zero size (2).
  • Feb 08, 2010
    r163 (Fixed amf_string_new causing a segfault if passed a NULL poi...) committed by marc.noirot   -   Fixed amf_string_new causing a segfault if passed a NULL pointer and a non-zero size.
    Fixed amf_string_new causing a segfault if passed a NULL pointer and a non-zero size.
  • Feb 07, 2010
    r162 (Cleaned up dumping code organization. Added support for YAML...) committed by marc.noirot   -   Cleaned up dumping code organization. Added support for YAML metadata dumping. Added a placeholder for the future option to dump metadata after update. Made short options modular via separate constants. Fixed inversion of -x and -y options.
    Cleaned up dumping code organization. Added support for YAML metadata dumping. Added a placeholder for the future option to dump metadata after update. Made short options modular via separate constants. Fixed inversion of -x and -y options.
  • Feb 05, 2010
    r161 (Added libyaml. Fixed json dumping of unwanted linefeeds char...) committed by marc.noirot   -   Added libyaml. Fixed json dumping of unwanted linefeeds characters. Fixed sampling rates.
    Added libyaml. Fixed json dumping of unwanted linefeeds characters. Fixed sampling rates.
  • Jan 28, 2010
    issue 28 (flvmeta -U <file> results in crash when the uid doesn't have...) changed by marc.noirot   -   Fixed as of r160.
    Status: Verified
    Owner: marc.noirot
    Labels: Milestone-1.1
    Fixed as of r160.
    Status: Verified
    Owner: marc.noirot
    Labels: Milestone-1.1
  • Jan 28, 2010
    issue 20 (fail to parse flv files on solaris 9/sparc) Status changed by marc.noirot   -  
    Status: Verified
    Status: Verified
  • Jan 28, 2010
    issue 28 (flvmeta -U <file> results in crash when the uid doesn't have...) reported by cbrookes   -   What steps will reproduce the problem? 1. chmod u-w example.flv 2. flvmeta -U example.flv 3. What is the expected output? What do you see instead? Expect to see updated file, get a core dump. What version of the product are you using? On what operating system? R159, Solaris
    What steps will reproduce the problem? 1. chmod u-w example.flv 2. flvmeta -U example.flv 3. What is the expected output? What do you see instead? Expect to see updated file, get a core dump. What version of the product are you using? On what operating system? R159, Solaris
  • Jan 28, 2010
    issue 20 (fail to parse flv files on solaris 9/sparc) commented on by cbrookes   -   Confirmed R159 works as expected. Thanks!
    Confirmed R159 works as expected. Thanks!
  • Jan 27, 2010
    r160 (Fixed a crash when trying to update a read-only file. ) committed by marc.noirot   -   Fixed a crash when trying to update a read-only file.
    Fixed a crash when trying to update a read-only file.
  • Jan 27, 2010
    r159 (Fixed uint24_be_to_uint32 in big endian platforms.) committed by marc.noirot   -   Fixed uint24_be_to_uint32 in big endian platforms.
    Fixed uint24_be_to_uint32 in big endian platforms.
  • Jan 25, 2010
    r158 (Tagged version 1.0.11.) committed by marc.noirot   -   Tagged version 1.0.11.
    Tagged version 1.0.11.
  • Jan 24, 2010
    ChangeLog (FLVmeta changelog) Wiki page edited by marc.noirot   -   Revision r157 Edited wiki page through web user interface.
    Revision r157 Edited wiki page through web user interface.
  • Jan 24, 2010
    flvmeta-1.0.11.tar.gz (FLVmeta 1.0.11 Source Code) file uploaded by marc.noirot   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Jan 24, 2010
    flvmeta-1.0.11-win32-bin.zip (FLVmeta 1.0.11 Windows Binaries) file uploaded by marc.noirot   -  
    Labels: Featured Type-Archive OpSys-Windows
    Labels: Featured Type-Archive OpSys-Windows
  • Jan 24, 2010
    r156 (Updated package version to 1.0.11. Fixed copyright strings. ...) committed by marc.noirot   -   Updated package version to 1.0.11. Fixed copyright strings. Updated ChangeLog and NEWS.
    Updated package version to 1.0.11. Fixed copyright strings. Updated ChangeLog and NEWS.
  • Jan 24, 2010
    r155 (Fixed datasize computation so only metadata are taken into a...) committed by marc.noirot   -   Fixed datasize computation so only metadata are taken into account. Fixed handling of files with a non-zero starting timestamp.
    Fixed datasize computation so only metadata are taken into account. Fixed handling of files with a non-zero starting timestamp.
  • Jan 24, 2010
    r154 (Fixed a bug where keyframe offsets would be computed as if t...) committed by marc.noirot   -   Fixed a bug where keyframe offsets would be computed as if there was an onLastSecond tag even when specifying the --no-lastsecond option.
    Fixed a bug where keyframe offsets would be computed as if there was an onLastSecond tag even when specifying the --no-lastsecond option.
  • Jan 22, 2010
    issue 20 (fail to parse flv files on solaris 9/sparc) commented on by marc.noirot   -   I analyzed the flv file in windows, and it is perfectly valid. I'll investigate more into this as soon as I can get access to a Solaris machine.
    I analyzed the flv file in windows, and it is perfectly valid. I'll investigate more into this as soon as I can get access to a Solaris machine.
  • Jan 21, 2010
    issue 20 (fail to parse flv files on solaris 9/sparc) commented on by cbrookes   -   File on way to you. Thanks for your assistance with this. It is very much appreciated.
    File on way to you. Thanks for your assistance with this. It is very much appreciated.
  • Jan 19, 2010
    issue 22 (Handle files with non-zero starting timestamp) Status changed by marc.noirot   -   The option --reset-timestamps / -t is now implemented, and timestamp handling has been greatly enhanced as a result.
    Status: Fixed
    The option --reset-timestamps / -t is now implemented, and timestamp handling has been greatly enhanced as a result.
    Status: Fixed
  • Jan 19, 2010
    r153 (Reorganized options according to better reflect options usag...) committed by marc.noirot   -   Reorganized options according to better reflect options usage. Fixed a bug where the absence of output file caused flvmeta to fall back on update mode. Added support for the -t / --reset-timestamps option. Fixed bugs related to the "datasize" tag computation. It now only contains metadata information. Fixed a bug causing the filesize to be badly computed in some case related to the "onLastSecond" tag. Fixed a bug causing total duration to be badly computed when the starting tag is more than zero.
    Reorganized options according to better reflect options usage. Fixed a bug where the absence of output file caused flvmeta to fall back on update mode. Added support for the -t / --reset-timestamps option. Fixed bugs related to the "datasize" tag computation. It now only contains metadata information. Fixed a bug causing the filesize to be badly computed in some case related to the "onLastSecond" tag. Fixed a bug causing total duration to be badly computed when the starting tag is more than zero.
  • Jan 18, 2010
    r152 (Updated copyright notices to 2010. Fixed a typo in the progr...) committed by marc.noirot   -   Updated copyright notices to 2010. Fixed a typo in the program help.
    Updated copyright notices to 2010. Fixed a typo in the program help.
 
Powered by Google Project Hosting