aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* do not attempt to seek backward in stream on MDPR chunk with no codec dataGravatar reimar2004-08-10
* Better protection against double definition of MPEGLAYER3WAVEFORMATGravatar wight2004-08-09
* LIVE.COM tests moved to ./configureGravatar wight2004-08-09
* Use port number embedded in url for mms streamsGravatar rtognimp2004-08-07
* fix for crash when seeking with -novideo optionGravatar reimar2004-08-07
* Removed the old Matroska demuxer.Gravatar mosu2004-08-04
* mingw stdin fixesGravatar faust32004-07-31
* fixes a crash and unchecked string-handling in ENCA code.Gravatar reimar2004-07-28
* prevent segfault on shmem failerGravatar iive2004-07-26
* Fix -nosound and -novideo (bug #28)Gravatar rtognimp2004-07-25
* Fix segfault caused by changing a pointer that will be freed laterGravatar rtognimp2004-07-25
* reduced code complexity, and also made consistent with other partsGravatar alex2004-07-21
* removing broken and unneeded copyGravatar alex2004-07-21
* skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts....Gravatar alex2004-07-21
* Updated to conform to a small change in the LIVE.COM API.Gravatar rsf2004-07-20
* Updated to cnform to a small change in the LIVE.COM API.Gravatar rsf2004-07-20
* embarassing typoGravatar diego2004-07-19
* no redefinition, clashes with OpenBSDGravatar alex2004-07-18
* cache min fill adjustment, based on patch by Jeremy HuddlestonGravatar iive2004-07-16
* missed function name change after ENCA support commitGravatar iive2004-07-14
* added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)Gravatar nicodvb2004-07-12
* x86_64 fix by John Stebbins <john@stebbins.name>Gravatar faust32004-07-12
* Make rtp:// cohexist with LIVE.COMGravatar rtognimp2004-07-11
* OpenBSD portability patches from the OpenBSD ports treeGravatar diego2004-07-11
* Remove useless "size restrictions" messageGravatar ranma2004-07-03