Commits on Source (23)
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
Fixes #2331
-
Petter Reinholdtsen authored
Based on script posted to https://bugs.debian.org/516343 in 2009 by Robert Millan. Fixes #1601
-
Petter Reinholdtsen authored
Document the need for ogg 1.3.4 and use the 1.2.0 version number more places. Move required ogg version to configure.ac substitution variable. Fixes #2328
-
Petter Reinholdtsen authored
This avoid calling malloc(0) expecting a non-NULL pointer returned, and make the code in oc_comment_unpack() not depend on non POSIX specified behaviour. Ensured comment_lengths and user_comments are NULL if there are no comments. Thanks to Eric Lasota for noticing. Fixes #2304
-
Petter Reinholdtsen authored
This better reflect the set of tools involved.
-
Petter Reinholdtsen authored
This allow us to see how the MacOSX build is working.
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
-
Tristan Matthews authored
-
Petter Reinholdtsen authored
Leftover from 10b3ce94. Fixes #2335
-
Petter Reinholdtsen authored
Patch from fabio, wrapped to fit within 80 char lines, and added exit code 1 to error situations. Fixes #2336
-
Petter Reinholdtsen authored
Updated the most used links and a few more after manually checking the https variant of the link still lead to a web page. Some URLs no longer work, these were not changed to https. Also changed xiph.org->www.xiph.org. Did not change anything in the draft RFCs. Fixes #2332
-
fabio authored
Signed-off-by:
Petter Reinholdtsen <pere@hungry.com>
-
fabio authored
Signed-off-by:
Petter Reinholdtsen <pere@hungry.com>
-
"This solves compilation issues from the future." - the original commit message, however since that was 10 years ago the "future" has most likely passed. Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
Petter Reinholdtsen authored
-
Tristan Matthews authored
-
Tristan Matthews authored
This is already being done for GCC et al.
-
Petter Reinholdtsen authored
Increased libtool TH*_LIB_CURRENT and thus minor version of SONAME as implementation of the library changed. Adjusted THDEC_LIB_REVISION which was forgotten in the 1.2.0beta1 release. Fixes #2319. Fixes #17 on github.
-
Ralph Giles authored
Export the .tar.xz and .zip source packages as well as the base tar.gz version. Some downstream projects (VLC) expect the tar.xz version and this makes it easier to reference. Also log the checksums of the source packages generated by `make distcheck` for later comparison.
-
These were forgotten when arm support were imporoved. Fixes #2338
Showing
- .github/workflows/autotools.yml 45 additions, 0 deletions.github/workflows/autotools.yml
- .gitlab-ci.yml 13 additions, 11 deletions.gitlab-ci.yml
- AUTHORS 1 addition, 0 deletionsAUTHORS
- CHANGES 153 additions, 139 deletionsCHANGES
- README.md 10 additions, 10 deletionsREADME.md
- SConstruct 2 additions, 2 deletionsSConstruct
- configure.ac 24 additions, 9 deletionsconfigure.ac
- doc/Doxyfile.in 10 additions, 10 deletionsdoc/Doxyfile.in
- doc/Makefile.am 1 addition, 1 deletiondoc/Makefile.am
- doc/color.html 1 addition, 1 deletiondoc/color.html
- doc/spec/spec.bib 7 additions, 7 deletionsdoc/spec/spec.bib
- doc/spec/spec.tex 6 additions, 6 deletionsdoc/spec/spec.tex
- doc/spec/vp3huff.c 1 addition, 1 deletiondoc/spec/vp3huff.c
- doc/vp3-format.txt 4 additions, 4 deletionsdoc/vp3-format.txt
- examples/Makefile.am 1 addition, 0 deletionsexamples/Makefile.am
- examples/dump_psnr.c 4 additions, 3 deletionsexamples/dump_psnr.c
- examples/dump_video.c 2 additions, 2 deletionsexamples/dump_video.c
- examples/encoder_example.c 19 additions, 18 deletionsexamples/encoder_example.c
- examples/encoder_example_ffmpeg 81 additions, 0 deletionsexamples/encoder_example_ffmpeg
- examples/libtheora_info.c 2 additions, 1 deletionexamples/libtheora_info.c
.github/workflows/autotools.yml
0 → 100644
examples/encoder_example_ffmpeg
0 → 100755