2010-03-12 21:56:14 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.14
changes:
-amrwbdec: give decoder a rank so decodebin/playbin will use it
-asfdemux improvements
-misc fixes
|
2009-10-28 19:28:14 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.13
changes:
Improve A52 decoder
Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs
ASF playback improvements
Improve mp3 parser and seeking
|
2009-07-09 20:17:00 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.10.12
changes:
Real and WMS RTSP improvements
Other cleanups and bug fixes
Improve ASF file handling
Large MPEG video file support
Interlacing support for MPEG video
New 'lamemp3dec' mp3 encoder element
x264enc moved from -bad
Remove id3mux in favour of the new id3tag element in -bad
|
2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-07 11:55:36 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.11
changes:
Migrate twolame element from -bad
mp3parse improvements
Support scaling in the synaesthsia visualisation
Improve realmedia streaming, supporting RDT and pnm://
Improved ASF demuxing, including streaming-mode seeking
Support for 4:4:4 MPEG-2 video
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-12-03 10:00:19 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.10.10:
Changes since 0.10.9:
* asfdemux and rmdemux fixes
* RDT support
* AMR-NB parser improvements
* Fix a52dec channel output negotiation
* Compilation fixes for mad, mpeg2dec
|
2008-10-31 15:09:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix API-depends and mention which files include this one.
|
2008-09-14 15:21:58 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.9
changes:
* Improvements in a52 and mp3 decoding
* Bug fixes in Xing header muxer
* MPEG demuxer improvements and dvdreadsrc bug-fixes
* Fix build with LAME 3.97 and above
* Fix LAME parameter settings to allow setting the bitrate properly
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|