aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_avi.c
Commit message (Expand)AuthorAge
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Make AVI demuxer more resilient against broken or incomplete files.Gravatar reimar2009-01-01
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
|/
* cosmetic typo fix, geneate > generateGravatar compn2008-02-09
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Remove some pointless castsGravatar reimar2007-12-01
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Support some weird AVI header, fixes bug 742Gravatar reimar2007-02-06
* 100l confused FFMIN/FFMAXGravatar reimar2006-12-01
* Proper fix for last demux_avi commit, stream switching now really shouldGravatar reimar2006-12-01
* Make sure we do not hang if no streams are availableGravatar reimar2006-12-01
* Implement stream switching for AVI demuxer.Gravatar reimar2006-12-01
* Move initialization of sh_audio/sh_video members to aviheaderGravatar reimar2006-11-30
* Remove duplicate message, the same info is printed anyway.Gravatar diego2006-11-12
* Fix an obvious typo.Gravatar eugeni2006-11-05
* better wording for "workarounding"Gravatar kraymer2006-11-05
* MSGTRs for demux_avi.cGravatar kraymer2006-11-05
* Allow lowercase letters in AVI stream id, fixes bug #277Gravatar reimar2006-10-23
* Avoid crash after "AVI: No audio stream found -> no sound." message,Gravatar reimar2006-10-21
* as anounced, just some cleaning, purely janitorial changesGravatar reynaldo2006-10-15
* Fix calculation of stream sizes when they are too big for a 32-bit variableGravatar pacman2006-05-06
* dwStart support for mplayer.Gravatar corey2006-02-18
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* fix crash if no video codec availableGravatar reimar2006-01-08
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Avoid duplicated messages from demux_avi.c and demuxer.c.Gravatar diego2005-09-13
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and niniGravatar rtognimp2005-08-13
* demux_avi_control() missing in avi's demuxer struct.Gravatar ods152005-08-11
* Demuxer modularizationGravatar rtognimp2005-08-05
* Move generic length and percent pos calculation to demuxer.cGravatar reimar2005-01-15
* OpenDML read/write supportGravatar ranma2004-03-17
* Seek in HTTP streams and stdin seek fixesGravatar rtognimp2004-03-13
* enable seeking in http streamsGravatar attila2004-02-17
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>Gravatar alex2003-10-22