Skip to content

Commit

Permalink
added VGTMPEG CHANGELOG and fixed Makefile for hwacel compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dromo committed Nov 27, 2014
1 parent cf6fa00 commit e46d5de
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -36,6 +36,14 @@ $(foreach prog,$(AVBASENAMES),$(eval OBJS-$(prog)-$(CONFIG_OPENCL) += cmdutils_o
# -- vgtmpeg
OBJS-ffmpeg += ffmpeg_opt.o ffmpeg_filter.o vgtmpeg_support.o
OBJS-vgtmpeg += ffmpeg_opt.o ffmpeg_filter.o vgtmpeg_support.o

OBJS-ffmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
OBJS-ffmpeg-$(HAVE_DXVA2_LIB) += ffmpeg_dxva2.o
OBJS-ffmpeg-$(CONFIG_VDA) += ffmpeg_vda.o

OBJS-vgtmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
OBJS-vgtmpeg-$(HAVE_DXVA2_LIB) += ffmpeg_dxva2.o
OBJS-vgtmpeg-$(CONFIG_VDA) += ffmpeg_vda.o
# -- vgtmpeg

OBJS-ffmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
Expand Down
28 changes: 28 additions & 0 deletions VGTMPEG_CHANGELOG
@@ -0,0 +1,28 @@
1.4.63
- fixes a bug that would end the transcode quickly if not using server mode (i.e. using command line)

1.4.62
- fixed report duration from DVD parsing. some DVDs were reporting wrong length
- libdvdread messages are now only seen when set logging to verbose
- fix important issue with some DVDs where a whole cell would be skipped
- DVD urls are not reported with / slashes
- speed improvements when opening DVDs with lots of titles (30+)
- libvpx bumped up to 1.0.0
- bluray now much richer with chapters, language on audio tracks

1.4.02
- Synchronized with ffmpeg/libavformat 0.10. All new filters and formats are supported
- Updated libvpx to version 1.0. This seems to be the initial release of libvpx supporting faster encoding for vp8.

1.3.22
- Added experimental bluray support. Bluray support can be used through the bluray url protocol. bd://

1.2.11
- Added xvid 1.3.2 encoder as a supported format. Xvid is supported in multithread mode in all platforms and architectures.
- Fixed character encoding issue between DVD audio languages and ffmpeg metadata. Now when converting to mp4 or other output muxes supporting language metadata, the language metadata is fully preserved from the DVD source.

1.2.10
- Fixed bug that was reporting incorrent duration of streams and DVD titles

1.2.9
- Initial public release with DVD support

0 comments on commit e46d5de

Please sign in to comment.