2005-12-18 |
reimar |
fix crash with invalid -vid and no audio stream
|
2005-12-05 |
rathann |
fix
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-11-05 |
reimar |
Speex support. Seeking and pts generation does not work.
|
2005-11-01 |
reimar |
Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla
|
2005-10-30 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
2005-10-13 |
reimar |
Use PRI?64 defines as format strings for 64 bit variables.
|
2005-09-26 |
rtognimp |
Don't pass NULL pointers to demux_info_add()
|
2005-09-19 |
alex |
Disassemble comments and pass it to the demux_info interface
|
2005-09-02 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
2005-08-05 |
rtognimp |
Demuxer modularization
|
2005-05-13 |
nicodvb |
prevent possible exploit
|
2005-05-12 |
nicodvb |
fixup the correct sh_a
|
2005-05-12 |
nicodvb |
fixed too few parameters to mp_msg(); silence compilation warnings, removed unused variable
|
2005-05-12 |
nicodvb |
don't call fixup_audio if there's no audio
|
2005-05-12 |
nicodvb |
vorbis extradata is now passed from demuxer to decoder in matroska's way
|
2005-05-02 |
reimar |
Fix the memleak fix: in case of error, demux_close_ogg should be called
|
2005-05-01 |
mosu |
Nasty workaround for codec initialization data. In _at least_ one case (AAC) the stream_header.size element seems to be four bytes off. Skip those bytes but only for known cases (again AAC) and not for all.
|
2005-02-27 |
rfelker |
Fix the ogg fourcc nightmare!!!
|
2005-02-22 |
henry |
Theora fixes:
|
2005-02-06 |
reimar |
Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
|
2005-01-22 |
mosu |
More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
|
2005-01-21 |
mosu |
More user-friendly stream, -xid and -slang info output even in non-verbose mode.
|
2005-01-19 |
reimar |
100l, completely broken pointer arithmetic causing crashes.
|
2004-11-25 |
mosu |
Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
|
2004-11-05 |
mosu |
Fix member alignment for usage on 64bit processors.
|
2004-10-30 |
mosu |
Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
|
2004-10-14 |
reimar |
some memory leaks fixed
|
2004-09-28 |
joey |
show ogg subtitle language on OSD, if available
|
2004-09-28 |
joey |
fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
|
2004-08-24 |
mosu |
Do not use globals. Put the variables into the appropriate demuxer struct instead.
|
2004-08-22 |
joey |
moved combined vobsub_lang into sub_select
|
2004-07-28 |
reimar |
fixes a crash and unchecked string-handling in ENCA code.
|
2004-06-27 |
mosu |
The granulepos does not depend on the number of channels, only on the sample size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de).
|
2004-05-08 |
henry |
ENCA support (http://trific.ath.cx/software/enca/)
|
2004-05-07 |
mosu |
Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" with "Ogg" as it is a name, not an abbreviation/acronym.
|
2004-05-05 |
mosu |
Be more verbose and tell the user which subtitle stream has been selected (if any).
|
2004-04-29 |
mosu |
Leave the subs uninitialized and not "forcefully off" if the user hasn't chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished.
|
2004-04-23 |
rfelker |
1000000000000l to bunkus
|
2004-04-23 |
mosu |
Clear subs in broken OGM files (those without empty subtitle packets) a bit later in order to avoid flickering if there are more subs following immediately. Patch by Michael Reinsch <mr at uue adot org>
|
2004-04-23 |
mosu |
Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot hu-berlin anotherdot de>
|
2004-04-06 |
mosu |
Changed -sid/-aid/-vid to be zero based and select the n'th stream of its type, e.g. -sid 1 will select the second subtitle stream.
|
2004-04-02 |
mosu |
Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <andrej at lucky onedot net>
|
2004-01-31 |
mosu |
Cleanup and small improvement in seeking if the final_granulepos is known. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
|
2004-01-06 |
mosu |
Properly set the file duration for audio-only Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
|
2003-12-08 |
alex |
1000l
|
2003-12-08 |
mosu |
Fixes for a couple of warnings.
|
2003-12-08 |
mosu |
Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
|
2003-11-15 |
mosu |
Small format fixes.
|
2003-11-15 |
mosu |
For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a "packet header byte" like in Ogm streams. Basically the handling for Vorbis != Theora != FLAC != Ogm.
|
2003-10-15 |
mosu |
Clear subs a bit later than requested in order to avoid clearing the subs if the following entry starts exactly after this one. Patch by Jarrod Johnson <jbj-mplayer@ura.dnsalias.org>.
|
2003-10-04 |
lumag |
FLAC decoding support via imported libmpflac.
|
2003-10-04 |
gabucino |
many small typo and grammar fixes
|
2003-09-02 |
mosu |
Do not automatically select a subtitle stream for display.
|
2003-08-28 |
mosu |
Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
|
2003-08-18 |
alex |
Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
|
2003-08-14 |
diego |
Spelling police:
|
2003-07-09 |
diego |
output typo fixes: unknow --> unknown
|
2003-07-02 |
albeu |
A little hack to be able to play ogg radio stream
|
2003-05-11 |
mosu |
Preliminary Theora support. Patch by David Kuehling.
|