aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* FLAC decoding support via imported libmpflac.Gravatar lumag2003-10-04
* many small typo and grammar fixesGravatar gabucino2003-10-04
* Backwards compatibility fix for old SSA CodecIDs.Gravatar mosu2003-10-02
* simple fix for buffer overflow (remotely exploitable). feel free toGravatar rfelker2003-09-25
* Changed the criteria for when to drop RTP packets whose timestamp is too farGravatar rsf2003-09-24
* Fix for imprecise floating point calculations.Gravatar mosu2003-09-22
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!Gravatar lumag2003-09-20
* Fix for borked .mov files with bogus user data length values. Patch by Marek ...Gravatar mosu2003-09-20
* get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a...Gravatar faust32003-09-19
* Different decision making for seeking which takes the direction into account.Gravatar mosu2003-09-15
* Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tris...Gravatar mosu2003-09-12
* Improved backwards seeking for small seek steps. Patch by matthieu <mat100@if...Gravatar mosu2003-09-12
* warning fix (missing C initializers)Gravatar pl2003-09-12
* 1000lGravatar henry2003-09-12
* yet another sync fixGravatar henry2003-09-11
* Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.Gravatar mosu2003-09-11
* Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...Gravatar mosu2003-09-10
* Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...Gravatar mosu2003-09-10
* Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by ...Gravatar mosu2003-09-08
* plen=0 is handledGravatar alex2003-09-07
* audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yaho...Gravatar alex2003-09-06
* 10l - forgotten gettimeofdayGravatar henry2003-09-05
* cdda && cddb aren't uris too (hopefully all the pseudo urls are catched befor...Gravatar alex2003-09-03
* Do not automatically select a subtitle stream for display.Gravatar mosu2003-09-02
* Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>Gravatar mosu2003-09-02
* Fix immediatemode with mplayer (ie playing both sound and video)Gravatar albeu2003-09-01
* spelling fixesGravatar diego2003-09-01
* serious bugs - 1l absinth (changed to absinth against cola inflation)Gravatar alex2003-08-31
* Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libe...Gravatar mosu2003-08-29
* Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.Gravatar mosu2003-08-28
* Updated highest demuxer number.Gravatar mosu2003-08-28
* printing fps with 3 dec digit instead of 2Gravatar arpi2003-08-27
* This patch fixes:Gravatar alex2003-08-27
* Removed some ":" in the track output for easier cut&paste.Gravatar mosu2003-08-27
* Track selection uses the n-th audio/subtitle/video track as the ID, not the n...Gravatar mosu2003-08-27
* a/v sync cleanupsGravatar henry2003-08-27
* added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such no...Gravatar alex2003-08-25
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)Gravatar arpi2003-08-24
* - seek() is always synchronized to keyframes, so the decoders don'tGravatar arpi2003-08-24
* Support for linked seek heads, multiple seek heads, multiple cues.Gravatar mosu2003-08-24
* Re-added block duration parsing, needed for subtitles. Got lost in the last u...Gravatar mosu2003-08-23
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>Gravatar alex2003-08-18
* a/v sync improvementsGravatar henry2003-08-18
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>Gravatar alex2003-08-17
* fix compilation on mingwGravatar faust32003-08-17
* Fixes for compilation with gcc versions != 3.2.Gravatar mosu2003-08-17
* Big reorganization. Relies on libmatroska's Read() function and then processe...Gravatar mosu2003-08-17
* Forgot #include <sys/socket.h>Gravatar albeu2003-08-16
* url_unescape_string is used by the command line parser. These few helperGravatar albeu2003-08-16
* ftp support for mingwGravatar faust32003-08-16