aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)Gravatar rfelker2004-04-26
* More keyframe search fix for VP6xGravatar rtognimp2004-04-25
* Fix VP62 keyframe searchGravatar rtognimp2004-04-25
* Suggest -playlist if asf_stream_start failsGravatar rtognimp2004-04-25
* Don't say that a protocol is unsupported if that's not trueGravatar rtognimp2004-04-25
* Fix support for audio only streamsGravatar rtognimp2004-04-25
* More bounds checking fixes (thnaks to Miguel Freitas)Gravatar rtognimp2004-04-25
* Escape urls (needed for urls in playlists)Gravatar rtognimp2004-04-24
* Stop parsing an url after connection failureGravatar rtognimp2004-04-24
* Handle url redirectionGravatar rtognimp2004-04-24
* Some sanity and bound checkingGravatar rtognimp2004-04-24
* 1000000000000l to bunkusGravatar rfelker2004-04-23
* Clear subs in broken OGM files (those without empty subtitle packets) a bit l...Gravatar mosu2004-04-23
* Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ...Gravatar mosu2004-04-23
* 10l: don't run strcmp if arg is NULLGravatar rtognimp2004-04-19
* Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'Gravatar ranma2004-04-19
* Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65...Gravatar rtognimp2004-04-17
* Respect -playlist for asx streamsGravatar rtognimp2004-04-17
* less verbosity + printf --> mp_msgGravatar diego2004-04-17
* 10l to me: writing outside allocated memoryGravatar rtognimp2004-04-15
* specify field mode when setting image heightGravatar henry2004-04-15
* Try Real rtsp, then live.com on every rtsp stream (remove extensionGravatar rtognimp2004-04-14
* Do not crash on audio only streamsGravatar rtognimp2004-04-13
* Add license, remove bogus comment as told by Reza Jelveh, the author.Gravatar diego2004-04-12
* Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)Gravatar rtognimp2004-04-12
* nsv (Nullsoft streaming video) demuxerGravatar rtognimp2004-04-12
* lavf ASF supportGravatar michael2004-04-11
* seekingGravatar michael2004-04-11
* avoid unneeded stream_reset()Gravatar michael2004-04-11
* nicer EOF solution, mpeg-ps works now tooGravatar michael2004-04-11
* libavformat really doesnt like it that the streams get stuck if the end is re...Gravatar michael2004-04-11
* demux_lavfGravatar michael2004-04-11
* '%' is unsafe and need to be escaped.Gravatar bertrand2004-04-07
* netbsd audio support by Bernd ErnestiGravatar alex2004-04-06
* correct typeconversion of fps, patches by several pplGravatar alex2004-04-06
* Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ...Gravatar mosu2004-04-06
* make gcc eating this under hurdGravatar alex2004-04-05
* fixed broken diseqc fetch from channels fileGravatar nicodvb2004-04-04
* disallow non-sense type parameter; added support for absolute file path; pref...Gravatar nicodvb2004-04-03
* Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and...Gravatar mosu2004-04-02
* Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i...Gravatar mosu2004-04-02
* make stupid gcc versions happyGravatar rfelker2004-03-31
* remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)Gravatar michael2004-03-30
* Fix hanging at end of mms:// streams.Gravatar rtognimp2004-03-28
* Stop reading the file if an INDX chunk is found instead of a data packet.Gravatar mosu2004-03-28
* Implemented "seek to position".Gravatar mosu2004-03-26
* Removed the limitation to max. eight laced blocks.Gravatar mosu2004-03-25
* Round Chunklen to word boundaryGravatar ranma2004-03-24
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* Better vprp aspect fixGravatar ranma2004-03-22