aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_avi.c
Commit message (Expand)AuthorAge
* demux_avi: remove pointless checksGravatar reimar2010-11-14
* demux_avi: modify to avoid -aid problem in svnGravatar reimar2010-11-14
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\
| * Make audio switching with AVI demuxer chose the first audio streamGravatar reimar2010-03-31
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \
* | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| | * Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.Gravatar diego2010-02-17
| | * Add read_avi_header() to aviheader.h; avoids forward declarations.Gravatar diego2010-02-17
| | * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
| |/
| * Make len unsigned. More correct anyway and avoids sign extension to 64 bitGravatar reimar2010-02-14
| * Simplify.Gravatar reimar2010-02-14
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
| * Use calloc instead of initializing each struct member individually to 0.Gravatar reimar2009-11-16
| * Try to detect broken files with unaligned chunks.Gravatar reimar2009-11-16
* | 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
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * 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