Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
by zul at netbsd-fr dot org.
Development version of ffmpeg, required in some new packages or updates.
|
|
|
|
DVDStyler is a crossplatform DVD Authoring System.
The main DVDStyler features are:
* you can drag and drop MPEG files directly
* you can import image file for background
* you can create NTSC/PAL menus
* you can place text and images anywhere on the menu screen
* you can change font/color
* you can put basic text buttons, change font/color and background color
* you can copy and paste any menu object
* you can set chapters for each movie
* you can change post command for each movie
|
|
|
|
Cesar Catrian.
gtranscode is a GTK+ GUI (graphical use interface) front-end for transcode in
order to make this powerful tool easier to use. transcode is a powerful video
and audio processing tool that can read in just about any format of video
and/or audio and convert to just as many different formats. In addition to
transcode's extremely flexible modular concept for reading/writing different
formats and codecs, it can apply filters, do re-sampling, resizing, cropping,
and more. The cost from all this comes in the form of over 100 command line
options which gtranscode aims to simplify.
|
|
2006-01-22 22:54 bjorn
* libdvdread.spec: updated to 0.9.5
2006-01-22 16:45 bjorn
* configure.in, dvdread/Makefile.am, dvdread/dvd_reader.c,
dvdread/dvd_reader.h: updated to version 0.9.5 updated
version-info to 4.0.1 added function int DVDVersion(void)
2006-01-22 13:19 bjorn
* dvdread/ifo_read.c: only allocate if there is anything to put in
there
2006-01-18 19:32 bjorn
* dvdread/dvd_reader.c: _DARWIN_ _is_ defined, reverting last patch
2006-01-13 17:49 bjorn
* dvdread/dvd_reader.c: added __APPLE__ because __DARWIN__ is
apparently not define anymore in Apple Darwin 7-8
2005-09-19 16:14 bjorn
* dvdread/bswap.h: DragonFly patch from Joerg Sonnenberger
2005-09-19 15:44 bjorn
* dvdread/ifo_read.c: added missing { }
2005-09-19 15:43 bjorn
* dvdread/: dvd_input.c, dvd_udf.c: fixed warnings
2005-09-19 14:57 bjorn
* dvdread/dvd_reader.c: it's good to return the value from the
function too
2005-09-18 20:02 bjorn
* dvdread/: bswap.h, dvd_reader.c, dvd_reader.h, ifo_types.h:
slighlty modified patches for BeOS from Eric Petit
2005-09-15 18:54 bjorn
* dvdread/ifo_print.c: c_adt_t should be cell_adr_t, fixes too
short listing of cell address table
2005-09-15 14:11 bjorn
* dvdread/ifo_read.c: don't use ifofile->file when it's NULL
2005-09-15 14:08 bjorn
* dvdread/dvd_reader.c: missing { }
2005-09-15 14:03 bjorn
* dvdread/dvd_reader.c: missing { }
2005-09-12 21:42 bjorn
* dvdread/: dvd_input.c, dvd_reader.c, dvd_udf.c,
dvdread_internal.h, ifo_print.c, ifo_read.c: only print error
messages if verbose level is high enough verbose level -1: never
print error messages 0: default, only internal
errors, or misconfigurations. 1: normal errors,
file not found, etc
2005-09-09 02:41 bjorn
* src/: disc_id.c, ifo_dump.c, play_title.c, title_info.c:
DVDFree() renamed to DVDFinish()
2005-09-09 02:39 bjorn
* dvdread/: dvd_input.c, dvd_reader.c, dvd_reader.h, dvd_udf.c,
dvd_udf.h: Support for multithreading apps Added DVDInit(),
Renamed DVDFree() to DVDFinish() Better error reporting
2005-09-07 03:35 bjorn
* dvdread/: dvd_reader.c, dvd_udf.c: Fixed some potential memory
leaks. Removed some error messages. Set errno to report errors
better. Check that we can find a root dir on the udf image
otherwise fail openudf and fallback to openpath.
2005-09-06 21:23 bjorn
* dvdread/bswap.h, dvdread/dvd_input.c, dvdread/dvd_input.h,
dvdread/dvd_reader.c, dvdread/dvd_reader.h, dvdread/dvd_udf.c,
dvdread/dvd_udf.h, dvdread/dvdread_internal.h,
dvdread/ifo_print.c, dvdread/ifo_print.h, dvdread/ifo_read.c,
dvdread/ifo_read.h, dvdread/ifo_types.h, dvdread/md5.c,
dvdread/md5.h, dvdread/nav_print.c, dvdread/nav_print.h,
dvdread/nav_read.c, dvdread/nav_read.h, dvdread/nav_types.h,
src/ifo_dump.c, src/play_title.c, src/title_info.c: indentation
cleanup only
2005-09-06 01:53 bjorn
* dvdread/dvd_udf.c: align buffers used to read sectors to 2048
bytes
2005-09-06 00:03 bjorn
* dvdread/: dvd_reader.c, dvd_reader.h: align all buffers used to
read from the dvd to 2048 bytes.
2005-09-06 00:01 bjorn
* dvdread/dvd_input.c: if environment variable DVDREAD_USE_DIRECT
is set, files/devices will be opened with the O_DIRECT flag (in
linux and systems that define O_DIRECT). This is only in effect
when libdvdread is _not_ using libdvdcss. When using O_DIRECT,
reads must be done to buffers aligned to device block sizes (or
512 bytes on linux 2.6). All internal reads from libdvdread are
done to 2048 bytes aligned buffers.
2005-09-05 23:46 bjorn
* configure.in: add check for uintptr_t typo fix, remove deprecated
flag for gcc
2005-08-31 04:02 bjorn
* configure.in: rename to -includes and -libs
2005-08-31 03:51 bjorn
* configure.in: added --with-libdvdcss-include and -lib to handle
the case when the include and lib dir are not in the same prefix
or the are named differently, like lib64 instead of lib
2005-08-30 17:51 bjorn
* src/: disc_id.c, play_title.c, title_info.c: added DVDFree() to
be able to check memory leaks
2005-08-30 17:44 bjorn
* dvdread/dvd_reader.c: fail DVDDiscID if no ifo files are found
2005-08-30 17:01 bjorn
* src/ifo_dump.c: added close/free to keep memory checker from
complaining
2005-08-30 16:55 bjorn
* dvdread/: dvd_udf.c, ifo_read.c: fixed some memory leaks, code
cleanup
2005-08-30 16:54 bjorn
* dvdread/: dvd_input.c, dvd_input.h, dvd_reader.c, dvd_reader.h:
added DVDFree(void) that dlcloses the dlopened libs
2004-10-21 12:53 bjorn
* dvdread/ifo_print.c: add specific printf for no fp pgc
2004-10-20 22:35 bjorn
* dvdread/ifo_print.c: don't try to print a PGC that doesn't exist
2004-09-19 21:21 hjort
* dvdread/ifo_read.c: Use correct (PGCI_SRP_SIZE) define for the
PGCI parse loop.
2004-09-19 21:19 hjort
* dvdread/dvd_input.c: Actually malloc the size of the struct and
not just a pointers worth of space.
2004-08-17 20:46 bjorn
* dvdread/ifo_print.c: fixed printing of drc/quantization and
code_extension
2004-04-16 00:33 hjort
* dvdread/ifo_types.h: Correct PGC still_time parsing, was swapped
with pg_playback_mode.
2004-04-04 22:41 hjort
* dvdread/ifo_read.c: Make libdvdread try the BUP version if
anything fails for the IFO. Patch from Keith Lyon.
2004-04-04 22:02 hjort
* dvdread/: dvd_input.c, ifo_read.c, ifo_types.h: Make constants
unsigned. Change command tbl zero_1 to last_byte. Update
reading of command tbl to handle last_byte.
2003-11-04 15:12 hjort
* dvdread/ifo_types.h: Correct location of ATTRIBUTE_PACKED.
2003-08-05 14:44 hjort
* dvdread/dvd_reader.c: Correct return code for DVDISOVolumeInfo.
2003-07-13 22:16 hjort
* dvdread/dvd_reader.c: Bug fix for BSD device mangling.
2003-07-05 20:30 hjort
* acinclude.m4, configure.in, dvdread/dvd_input.c,
dvdread/dvd_reader.c, dvdread/dvd_udf.c: More WIN32 fixes.
2003-06-22 18:27 hjort
* TODO, dvdread/dvd_reader.c, dvdread/ifo_types.h,
dvdread/nav_types.h, src/disc_id.c, src/ifo_dump.c,
src/play_title.c, src/title_info.c: Enable use of either stdint.h
or inttypes.h
2003-06-22 18:26 hjort
* configure.in: Add a define of ssize_t for *win systems.
2003-06-18 15:35 hjort
* dvdread/bswap.h: Add WIN32.
2003-06-18 15:00 hjort
* dvdread/: dvd_udf.c, dvd_udf.h, ifo_print.c, ifo_read.c,
nav_print.c, nav_read.c: Guard and include inttypes.h and
stdint.h.
2003-05-30 00:05 hjort
* dvdread/: Makefile.am, ifo_print.c, nav_print.c: Make use of the
DVD command pretty printer.
2003-05-29 23:54 hjort
* dvdread/ifo_read.c: Handle VTS_TMAPT as optional.
2003-04-28 19:52 hjort
* dvdread/dvd_reader.c: Fix wrong function declaration for
DVDFileSeek, bug from Diego Biurrun & Co.
2003-03-24 17:07 hjort
* configure.in: Improve the testing for libdvdcss.
2003-03-13 16:33 hjort
* dvdread/bswap.h: Fix FreeBSD pre 5.0
2003-02-22 22:42 hjort
* configure.in: Version 0.9.4.
|
|
|
|
Adresses PR 32597 by David H. Gutteridge
|
|
Gilles Dauphin in PR 32557.
|
|
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
|
|
- try libpthread
- fallback to ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
Run the check only once, to avoid the second run overwriting the results
of the first.
Add DragonFly support. Fix errno.
|
|
both stdarg.h and varargs.h. Just let it believe the latter doesn't
exist...
|
|
|
|
private mail.
|
|
|
|
for part of gst-plugins0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* new id3 demuxer (replaces the mad one in gst-plugins-ugly)
* memleak fixes in avidemux, wavparse, level, smoke
* ports of multipart,
* fixes in flacdec, flxdec, rtp
* documentation updates on videomixer
* added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
Bugs fixed since 0.10.0:
* 321269 : add sunaudio to 0.9
* 322769 : The ID3 tag of this file is a segfaulter
* 323021 : sockfd property to udpsrc/dynudpsink elements
* 322975 : erroneous audio specs in flac plugin
* 323226 : block/crash on id3 v2 tags when using big blocksize
* 323717 : < netinet/in.h > inclusion necessary on some systems
* 323718 : [oss] does not build on OpenBSD 3.8 because of hardcoded ...
* 323896 : pngdec/videomixer negotation problem in 0.10
* 324011 : Invalid payload type definition for some rtp payloaders
* 324012 : Invalid caps on rtpspeexpay element
* 325504 : [flacdec] gst_flac_dec_convert_src [mis]uses g_assert
* 325974 : [gst0.10] doesn't correctly gets the tags on a mp3
* 326612 : Serious memory leak in level plugin
* 326618 : memleak fix in smokeenc
API added since 0.10.0:
* device-name property on ossmixer subclasses
* GstUDPSrc::sockfd property
Changes since 0.9.6:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* effectv elements ported
* videoflip updated
* multipart ported
* dv seeking fixed
* rtp elements renamed
Bugs fixed since 0.9.6:
* 322377 : udpsrc leaks sockets
* 322643 : Incorrect matroska frame default duration
* 322645 : Matroska muxer: wrong pixel aspect ratio
* 322667 : [jpegenc] leaks input buffer
* 322794 : udp plugin linked against gstnet instead of gstnetbuffer
Changes since 0.9.5:
* added speex RTP payloader/depayloader
* ported cutter
* fractional framerates
* more video filters now use BaseTransform
Bugs fixed since 0.9.5:
* 319184 : rtspsrc: invalid read in sdp_message_parse_buffer ()
* 321001 : [matroskademux] should seek to nearest preceding index en...
* 321430 : goom fails to register on amd64
Changes since 0.9.4:
* matroskamux fixes
* wavenc fixes
* cairotextoverlay ported
Bugs fixed since 0.9.4:
* 315194 : Licence information inconsistency of gst-plugins-good/gst...
* 319731 : [matroska] SimpleBlock support for muxer and demuxer
* 320308 : [matroska] set timestamps for buffers with ebml elements
* 320920 : [osssink] tries to reuse a bad file descriptor
* 321136 : [matroska-mux] avoid reading from unref'ed buffer
Changes since 0.9.3:
* DV/Firewire fixes
* speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer,
alphacolor ported
Bugs fixed since 0.9.3:
* 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
* 316205 : Debug category for wavenc is not defined
* 318847 : Matroska muxer port to 0.9
Changes since 0.9.1:
* Parallel installability with 0.8.x series
* Threadsafe design and API
Bugs fixed since 0.9.1:
* 316202 : MinGW compilation: undefined autoconf macro GST_DOC
* 317338 : [osssink] can't handle mono
|
|
for part of gst-plugins0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* removed gst-launch-ext
* Ported: ogmparse
* Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
Bugs fixed since 0.10.0:
* 322347 : GstBaseRtpDepayload timestamps are wring
* 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
* 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
API added since 0.10.0:
* GstAlsaMixer::device
* GstAlsaMixer::device-name
Bugs fixed since 0.9.7:
* 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags
* 323017 : While(1) loop with sleep(0) in basertpdepayload.c
Changes since 0.9.6:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* ximagesink and xvimagesink updates and interactive test
* added pango
* rename net to netbuffer library
* rtp element renaming
* stream selector fixes
Bugs fixed since 0.9.6:
* 319618 : [decodebin] some ogg videos don't play
* 320644 : RTP packetizer does't set the packet timestamps correctly
* 322388 : xvimagesink force-aspect-ratio=True always displays squar...
* 322704 : oggdemux typefind list leak
Changes since 0.9.5:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* lots of leak fixes
* flicker-free and rewritten X sinks
* fractional framerates
* removed sinesrc, replaced by audiotestsrc
Bugs fixed since 0.9.5:
* 316442 : playbin should use autoaudiosink/autovideosink by default
* 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
* 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
* 321164 : gstringbuffer stops working under load
* 321426 : ximage plugin should be renamed to ximagesink
* 321446 : sinesrc should be dropped in favour of audiotestsrc
* 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
* 321816 : [API] xoverlay API to post prepare-xwindow-id message
* 321894 : vorbisenc doesn't compile
* 322117 : Rename libgsttagedit to libgsttag
Changes since 0.9.4:
* video caps now use a good range for framerate and w/h
* oggdemux/oggmux improvements
* playbin improvements
Bugs fixed since 0.9.4:
* 319110 : [PATCH] oggdemux chain finding is slow
* 320058 : playbin of a jpeg over http does not work
* 320923 : [volume] doesn't build on Solaris
* 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
Changes since 0.9.3:
* New element: audiotestsrc
* typefind improvements
* buffer-frames removed
Changes since 0.9.2:
* RTP base classes
Bugs fixed since 0.9.2:
* 313251 : ximagesink unused functions
* 315159 : audioconvert lost 24 bit conversions in the rewrite
|
|
gstreamer0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* element factory leak fixes
* tests cleanup
* BaseSrc seeking in other format than BYTES
* collectpad fixes
Bugs fixed since 0.10.0:
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
* 323882 : gst-launch manpage needs updates
* 323905 : use return val of g_list_append
API added since 0.10.0:
* GST_TYPE_STATIC_CAPS
* GST_TYPE_STATIC_PAD_TEMPLATE
* GstNetTimeProvider::active
* gst_base_src_set_format
Changes from the 0.8 series to 0.10 series:
* Refcounting and API revised for thread safety, see rules in
docs/design/part-MT-refcounting.txt
* Scheduling is now done by the elements, they start/stop
processing threads themselves. This removes the need for
a separate scheduler.
* State changes now happen from sink to source. This makes sure
that downstream elements are ready to process data when upstream
starts producing.
* EOS/ERROR/... does not change the state of elements anymore. This
means that when the application sets the state on an element, it
remains in this state.
* GMainLoop integration. Information on the state of the pipeline
is now received in the mainloop via the GstBus.
* Events move separate from the datastream, this allows for both
in and out of sync delivery of events.
* Generic _pull() replaced by _pull_region() so that random access
can be made faster.
* data passing happens from PAUSED, called the preroll phase. In this
state no data is rendered but it is queued in the sinks.
* negotiation simplified. Caps are now attached to buffers and travel
along with the datastream.
* GstBuffer is now subclassable.
* Ghostpads now look and feel like real pads.
* New Seeking/flushing policy.
* Addition of base classes and helper functions in the core to abstract
away the harder parts of plugin development.
|
|
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively. Bump PKGREVISION.
|
|
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).
While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
package they belong to.
|
|
|
|
in all PLIST.* files to make future version changes easier.
Approved by jmmv@
|
|
via tech-pkg.
|
|
martti@.
New features:
* New Ukrainian (uk) help files
* Use filters in the Open file dialogues
* Support turning off the screensaver when gnome-screensaver is used
* Scroll to the current file in the playlist when starting to play it
* Add ability to play back DVDs and VCDs from .iso and .bin/.cue files
* Add a menu item for switching angles on DVDs
* Don't add backup files to the playlist
* Remove audio CD playback from the UI, as to avoid duplication with sound-
juicer and Rhythmbox
Bug fixes:
* Play file from the beginning when double-clicking on it in the playlist
* Make CD drives with blank CDs in them unsensitive in the Play Disc menu
* Avoid weird startes when using the "Toggle fullscreen mode" shortcut
* Fix drag'n'drop on the playlist itself not working
* Parse Shoucast playlists in .m3u files properly
* Stop the currently playing song when loading a media, and playing this
media fails
* Set the play/pause buttons' tooltips according to the image
* Fix possible crashes on startup when the widget creation functions cannot
be found
* Use N/A instead of '0' when the bitrate or the number of frames per second
isn't available in the property window
* Fix a possible crash on startup in the Mozilla plugin
* Fix possible i18n problems with the Nautilus properties window and the
Mozilla plugin
* Fix compilation of the Mozilla plugin with newer versions of D-Bus
* Fix a memory leak in the Mozilla plugin
* Fix a crasher when running the Mozilla plugin in a debug build
* Allow compiling the Mozilla plugin against xulrunner
* Fix duplicate access key in the display preferences
* Fix wrong accesskeys for the saturation and hue sliders
* Show the video properties again when a stream has video
* Move Totem's remote socket to TMPDIR
* Remove libmusicbrainz dependency
* Detect DVDs and VCDs properly on a pmount setup
* Don't save Totem's thumbnail with an alpha component, for recent
Nautilus changes
* Remove keyboard shortcuts from the main video popup menu
* Fix resizing of the sidebar
* Fix problems parsing remote ASX files
GStreamer:
* GStreamer 0.10 support
* Fix an access to invalid memory when getting metadata from a file
xine-lib:
* Avoid playback stopping when seeking forward in DVDs
* Get the xine-lib version at run-time
|
|
|
|
Replex was created to remultiplex transport stream (TS) data taken from
a DVB source. The result is supposed to be a program stream (PS) that
can be used to burn a DVD (with dvdauthor). Replex can also remultiplex
other PSs and AVIs with MPEG2 content.
|
|
package has been removed.
|
|
the target libxvidcore.so.4.[0-9]*, which is wrong.
Bump PKGREVISION again.
|
|
Bump PKGREVISION.
|
|
This release is the long awaited 1.1.0. It is mostly API compatible
with the previous stable release as we dropped support for reduced
resolution coding. If your application didn't use that feature then the
upgrade is totally compatible.
Changes since 1.0.3:
* xvidcore:
* Improved Low bitrate quality.
* Improved VBV support
* Rate-Distortion mode decision for bvops
* New postprocessing functions, brightness and deringing
* New PowerPC port by Christoph Naegeli
* Brand new amd64 Linux 64bit port by Andre Werthmann
* Various decoder and encoder speedups
* A few bugs squashed
* VFW frontend
* Mingw/CygWin support
* Various small improvements
* A few bugs squashed
* DShow frontend
* Mingw/CygWin support
* Support for brightness control
* Various small improvements
* A few bugs squashed
Changes since 1.1.0-beta2:
* xvidcore
* Field interlaced decoding
* IEEE-1180 compliant SSE2 iDCT (disabled for safety)
* Fixed misaligned reads on RISC platforms such as ARM
* Completed GCC 4.0 support
* Export only public API on GNU/Linux and Solaris
* Work on the example apps. Support for AVS input in xvid_encraw
* VFW frontend
* Small updates
* DShow frontend
* Additional fourcc support
|
|
|
|
Update some messages/comments.
|
|
|
|
device_name instead.
|
|
don't try to remove it here. Bump PKGREVISION for PLIST fix.
|
|
|
|
|
|
in internal dvdread.
|
|
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
|
|
ernro.h.
|
|
|
|
missing this for non-template parameter methods.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
gmplayer can't share the mplayer-share/distinfo file due too some additional
files (skins).
|
|
is handled by the pkgsrc wrappers.
|
|
package. Avoid claiming that Flash is a web standard (and thus avoid
the debate about de facto vs real standards).
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
|
|
versions of this library as reported in:
http://mail-index.netbsd.org/port-amd64/2005/11/04/0001.html
Bump PKGREVISION to 3.
Maybe we should do this dependency bump in libcdio's buildlink3.mk file,
because it might also affect other packages...
|