aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* print build numGravatar michael2004-10-24
* 10l (mplayer doesnt like AV_NOPTS_VALUE)Gravatar michael2004-10-24
* seeking based on the largest timestamp in an mpeg streamGravatar aurel2004-10-23
* Index-Recovery cosmetixGravatar atmos42004-10-20
* Remove redundant ASF status line, there is another for all formats.Gravatar diego2004-10-19
* support function for vcd on darwinGravatar nplourde2004-10-18
* enable vcd for all darwin based sys not only mac osxGravatar nplourde2004-10-18
* add vcd support to darwin for ppcGravatar nplourde2004-10-18
* Fix compilation when LOG is definedGravatar rtognimp2004-10-18
* EOF detection (fix hanging at end of stream)Gravatar rtognimp2004-10-18
* Fix segfault for unexistant/unreachable rtsp streamsGravatar rtognimp2004-10-18
* Recover Keyframe-Index for XviD aswellGravatar atmos42004-10-18
* avoid segfault with -vc dummyGravatar reimar2004-10-15
* some memory leaks fixedGravatar reimar2004-10-14
* removed dependency on liba52Gravatar nicodvb2004-10-11
* LIBAVFORMAT_BUILD >= 4619Gravatar michael2004-10-10
* typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>Gravatar diego2004-10-10
* Support ON2 variation of AVI format (.vp5 files)Gravatar rtognimp2004-10-08
* fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy...Gravatar nicodvb2004-10-07
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev...Gravatar reimar2004-10-07
* fixed small memleakGravatar reimar2004-10-01
* better, tuneable (via #define) MP3 detection, limit demux_audio to scanningGravatar reimar2004-09-28
* show ogg subtitle language on OSD, if availableGravatar joey2004-09-28
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...Gravatar joey2004-09-28
* missing externGravatar rathann2004-09-23
* With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...Gravatar mosu2004-09-21
* fix playback of files with displaysize not set (aspect was set to NaN for these)Gravatar reimar2004-09-18
* moved sh_audio initialization from dec_audio to demuxer.c to fixGravatar reimar2004-09-16
* AVC support moved to libavcodec, avcC atom is now passed in extradataGravatar rtognimp2004-09-13
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.Gravatar mosu2004-09-12
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)Gravatar reimar2004-09-11
* show video format for all demuxers, not just avi (move this somewhere else if...Gravatar rfelker2004-09-10
* avoid always skipping first junk with a "sync lost" messageGravatar reimar2004-09-09
* chunk size fix from Ross Finlayson, ported from xineGravatar diego2004-09-08
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsGravatar rfelker2004-09-05
* fixed warning in my patchGravatar rfelker2004-09-05
* ensure that avi files have a valid header as soon as possible.Gravatar rfelker2004-09-05
* allow empty assignments, necessary for some weird servers...Gravatar reimar2004-08-30
* AVC (fourcc avc1) in mp4 supportGravatar rtognimp2004-08-29
* small fixesGravatar rathann2004-08-28
* use correct headersGravatar rathann2004-08-28
* added forgotten dvb-t params lp_coderate and hierarchyGravatar nicodvb2004-08-26
* Cosmetics: fix some compiler warnings.Gravatar mosu2004-08-25
* Display the language code for subtitles from Matroska files.Gravatar mosu2004-08-24
* Do not use globals. Put the variables into the appropriate demuxer struct ins...Gravatar mosu2004-08-24
* Support for subtitle switching in Matroska.Gravatar mosu2004-08-24
* moved combined vobsub_lang into sub_selectGravatar joey2004-08-22
* more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>Gravatar diego2004-08-22
* nut is only handled by lavf, speed up detectionGravatar alex2004-08-21
* DTS support via lavc and libdtsGravatar rtognimp2004-08-12