| Commit message (Expand) | Author | Age | Files | Lines |
* | aviheader.c: silence a warning | Uoti Urpala | 2012-02-29 | 1 | -2/+4 |
* | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 1 | -1/+1 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 1 | -2/+2 |
* | aviheader.c: avoid using uninitialized data in an error case | reimar | 2010-12-16 | 1 | -1/+3 |
* | demux_avi: Add WAVEFORMATEXTENSIBLE support | reimar | 2010-12-16 | 1 | -0/+2 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -7/+7 |
* | spelling fixes | siretart | 2010-11-02 | 1 | -1/+1 |
* | aviheader.c: Remove obfuscating use of le2me_32. | reimar | 2010-11-02 | 1 | -6/+3 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -12/+3 |
|\ |
|
| * | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 | 1 | -11/+1 |
| * | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 1 | -1/+2 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 1 | -0/+1 |
|\| |
|
| * | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -0/+1 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -5/+5 |
|\| |
|
| * | Do not modify priv->idx_pos when regenerating the index, use a local | reimar | 2009-12-17 | 1 | -5/+5 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
|\| |
|
| * | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -7/+7 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -8/+7 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -0/+17 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -0/+17 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -25/+25 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -25/+25 |
* | | Mark some functions static | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Set sh_video->format when parsing aviheader, otherwise it might never | reimar | 2007-12-01 | 1 | -0/+1 |
* | Check wLongsPerEntry before using it. | reimar | 2007-09-13 | 1 | -5/+5 |
* | Fix detection of xan audio. -noidx or -forceidx still is necessary | reimar | 2007-08-01 | 1 | -0/+5 |
* | Simplify: use FFMAX | reimar | 2007-07-25 | 1 | -1/+1 |
* | Remove some useless "extern" before function prototypes | reimar | 2007-07-25 | 1 | -9/+9 |
* | Use stream_read_qword_le | reimar | 2007-07-14 | 1 | -2/+1 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 1 | -0/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Sanity-check sh_video->bih->biSize | reimar | 2007-01-21 | 1 | -0/+2 |
* | dont read index if -noidx | michael | 2006-12-29 | 1 | -0/+3 |
* | Replace another MIN macro by FFMIN | reimar | 2006-12-09 | 1 | -10/+5 |
* | Move initialization of sh_audio/sh_video members to aviheader | reimar | 2006-11-30 | 1 | -2/+6 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+0 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -3/+0 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -1/+1 |
* | make sure the indx chunk is big enough to hold the basic structure. | iive | 2006-04-06 | 1 | -0/+3 |
* | use calloc instead of malloc - simplifies code and fixes overflow problems. | reimar | 2006-04-06 | 1 | -6/+2 |
* | zero sized frames are not keyframes | michael | 2006-04-06 | 1 | -0/+2 |
* | Limit the number of entires to the amount that does fit into the chunk. | iive | 2006-04-06 | 1 | -0/+5 |
* | 100L to who wrote this. Also fix broken headers while at it. | albeu | 2006-03-29 | 1 | -1/+6 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -19/+19 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -8/+8 |
* | fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >) | aurel | 2006-02-09 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -5/+5 |
* | libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2 | reynaldo | 2005-10-31 | 1 | -26/+24 |
* | memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com | henry | 2005-06-16 | 1 | -0/+1 |
* | switch from DIVX -> FMP4 fourcc for libavcodec | michael | 2005-02-22 | 1 | -0/+2 |
* | Use libc qsort to sort ODML index. | reimar | 2005-01-02 | 1 | -40/+5 |
* | fix quicksort to avoid stack overflow and extreme runtimes | reimar | 2004-12-31 | 1 | -6/+22 |
* | Index-Recovery cosmetix | atmos4 | 2004-10-20 | 1 | -5/+5 |
* | Recover Keyframe-Index for XviD aswell | atmos4 | 2004-10-18 | 1 | -0/+2 |
* | small fixes | rathann | 2004-08-28 | 1 | -0/+1 |
* | We still need to make sure the upper 16 bits of dwFlags are cleared | ranma | 2004-06-30 | 1 | -2/+10 |
* | Remove borken index fixup (breaks more than it fixes) | ranma | 2004-06-30 | 1 | -13/+0 |
* | If we don't have a NEWAVIINDEX chunk, but have an OpenDML index, | ranma | 2004-06-29 | 1 | -0/+7 |
* | Only use odml index for files that need it | ranma | 2004-04-30 | 1 | -4/+9 |
* | forgot to commit | alex | 2004-04-29 | 1 | -2/+2 |
* | don't use odml when we don't have to -- the code is buggy! | rfelker | 2004-04-27 | 1 | -0/+3 |
* | Use aspect from encoder for AVI vprp header | ranma | 2004-03-24 | 1 | -3/+1 |
* | Better vprp aspect fix | ranma | 2004-03-22 | 1 | -1/+3 |
* | OpenDML read/write support | ranma | 2004-03-17 | 1 | -4/+264 |
* | Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca> | alex | 2003-10-22 | 1 | -1/+61 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -1/+1 |
* | fix bih->biSize for uncompressed files too | arpi | 2002-10-17 | 1 | -1/+1 |
* | 10l - do not read INDEX twice!!! | arpi | 2002-10-16 | 1 | -4/+6 |
* | msmpeg4v1 indexing | michael | 2002-06-02 | 1 | -1/+8 |
* | playback of 'being downloaded' files | arpi | 2002-06-02 | 1 | -1/+2 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -1/+1 |
* | big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de> | arpi | 2002-05-12 | 1 | -21/+41 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -2/+2 |
* | I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25... | arpi | 2002-03-31 | 1 | -0/+3 |
* | AVI demuxer fixes: | arpi | 2002-02-12 | 1 | -5/+93 |
* | Don't read index for -forceidx and -nodix (speedup with bad media and not nee... | atmos4 | 2002-02-10 | 1 | -1/+2 |
* | more movi_end mess | arpi | 2002-01-17 | 1 | -1/+4 |
* | workaround for broken 'muvi' chunks | arpi | 2002-01-14 | 1 | -1/+2 |
* | better, nicer progress status for index generation | arpi | 2001-12-27 | 1 | -2/+16 |
* | is itn't %, it is a byteposition of the video ... | jaf | 2001-12-25 | 1 | -1/+1 |
* | Divide by Zero fix. | atmos4 | 2001-12-17 | 1 | -2/+1 |
* | fixed sig8 while -idx on some files (actually this is a workaround) :( | gabucino | 2001-12-14 | 1 | -1/+2 |
* | added demux_info | alex | 2001-11-22 | 1 | -0/+1 |
* | Progress indicator for index creation. | atmos4 | 2001-11-07 | 1 | -0/+2 |
* | -idx fixes: support for divx4 and ignoring bad movi_end | arpi | 2001-10-31 | 1 | -6/+15 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -6/+1 |
* | AVI - no audio stream fix | arpi | 2001-10-21 | 1 | -0/+2 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+241 |