| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -1/+1 |
* | demux_avi: remove pointless checks | reimar | 2010-11-14 | 1 | -7/+6 |
* | demux_avi: modify to avoid -aid problem in svn | reimar | 2010-11-14 | 1 | -22/+29 |
* | printf format fixes ("%d" -> "%zd") | diego | 2010-11-02 | 1 | -1/+3 |
* | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | Make audio switching with AVI demuxer chose the first audio stream | reimar | 2010-03-31 | 1 | -1/+1 |
* | | 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 | -11/+11 |
|\| |
|
| * | Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations. | diego | 2010-02-17 | 1 | -4/+1 |
| * | Add read_avi_header() to aviheader.h; avoids forward declarations. | diego | 2010-02-17 | 1 | -2/+0 |
| * | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 1 | -5/+12 |
* | | Merge svn changes up to r30595 | Uoti Urpala | 2010-03-09 | 1 | -2/+3 |
|\| |
|
| * | Make len unsigned. More correct anyway and avoids sign extension to 64 bit | reimar | 2010-02-14 | 1 | -1/+1 |
| * | Simplify. | reimar | 2010-02-14 | 1 | -2/+3 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -3/+7 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -24/+18 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -3/+3 |
| * | Use calloc instead of initializing each struct member individually to 0. | reimar | 2009-11-16 | 1 | -22/+1 |
| * | Try to detect broken files with unaligned chunks. | reimar | 2009-11-16 | 1 | -0/+15 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -31/+31 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -31/+31 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -1/+20 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -1/+20 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -12/+12 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -12/+12 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -2/+17 |
|\| |
|
| * | Make AVI demuxer more resilient against broken or incomplete files. | reimar | 2009-01-01 | 1 | -2/+17 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -2/+2 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -4/+4 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -1/+1 |
|\| |
|
| * | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -1/+1 |
* | | Mark some functions static | Uoti Urpala | 2008-04-23 | 1 | -1/+3 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 | 1 | -1/+2 |
|/ |
|
* | cosmetic typo fix, geneate > generate | compn | 2008-02-09 | 1 | -1/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -5/+5 |
* | Remove some pointless casts | reimar | 2007-12-01 | 1 | -2/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Support some weird AVI header, fixes bug 742 | reimar | 2007-02-06 | 1 | -0/+3 |
* | 100l confused FFMIN/FFMAX | reimar | 2006-12-01 | 1 | -1/+1 |
* | Proper fix for last demux_avi commit, stream switching now really should | reimar | 2006-12-01 | 1 | -8/+9 |
* | Make sure we do not hang if no streams are available | reimar | 2006-12-01 | 1 | -2/+6 |
* | Implement stream switching for AVI demuxer. | reimar | 2006-12-01 | 1 | -0/+25 |
* | Move initialization of sh_audio/sh_video members to aviheader | reimar | 2006-11-30 | 1 | -10/+0 |
* | Remove duplicate message, the same info is printed anyway. | diego | 2006-11-12 | 1 | -1/+0 |
* | Fix an obvious typo. | eugeni | 2006-11-05 | 1 | -1/+1 |
* | better wording for "workarounding" | kraymer | 2006-11-05 | 1 | -1/+1 |
* | MSGTRs for demux_avi.c | kraymer | 2006-11-05 | 1 | -4/+4 |
* | Allow lowercase letters in AVI stream id, fixes bug #277 | reimar | 2006-10-23 | 1 | -7/+4 |
* | Avoid crash after "AVI: No audio stream found -> no sound." message, | reimar | 2006-10-21 | 1 | -2/+2 |
* | as anounced, just some cleaning, purely janitorial changes | reynaldo | 2006-10-15 | 1 | -81/+0 |
* | Fix calculation of stream sizes when they are too big for a 32-bit variable | pacman | 2006-05-06 | 1 | -6/+6 |
* | dwStart support for mplayer. | corey | 2006-02-18 | 1 | -0/+6 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -4/+5 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -5/+4 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -4/+5 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -6/+6 |
* | fix crash if no video codec available | reimar | 2006-01-08 | 1 | -2/+2 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -2/+0 |
* | Avoid duplicated messages from demux_avi.c and demuxer.c. | diego | 2005-09-13 | 1 | -10/+0 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | 100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini | rtognimp | 2005-08-13 | 1 | -0/+39 |
* | demux_avi_control() missing in avi's demuxer struct. | ods15 | 2005-08-11 | 1 | -2/+2 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -2/+72 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -3/+1 |
* | OpenDML read/write support | ranma | 2004-03-17 | 1 | -6/+10 |
* | Seek in HTTP streams and stdin seek fixes | rtognimp | 2004-03-13 | 1 | -1/+1 |
* | enable seeking in http streams | attila | 2004-02-17 | 1 | -3/+3 |
* | Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca> | alex | 2003-10-22 | 1 | -0/+1 |
* | printing fps with 3 dec digit instead of 2 | arpi | 2003-08-27 | 1 | -1/+1 |
* | - ignore movi_end if reading from stdin | arpi | 2003-02-02 | 1 | -6/+6 |
* | upsz :)))))))))))))) | pontscho | 2003-01-12 | 1 | -1/+0 |
* | fixed these: | arpi | 2002-12-29 | 1 | -2/+2 |
* | accurate bitrate calculation using index, and more accurate guessing | arpi | 2002-12-21 | 1 | -14/+52 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -2/+2 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -11/+42 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+1 |
* | workaround old mencoder's cbr-mp3 header bug | arpi | 2002-11-02 | 1 | -1/+10 |
* | cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed, | arpi | 2002-11-02 | 1 | -48/+42 |
* | fix & workaround possible sig8/sig11 in blocksize calculation | arpi | 2002-10-17 | 1 | -2/+10 |
* | fixed invalid -aid/-vid segfault | arpi | 2002-09-25 | 1 | -1/+10 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -2/+0 |
* | corrects an off-by-one error when trying to seek beyond the end of file. | arpi | 2002-08-14 | 1 | -1/+1 |
* | detection of badly interleaved avi files and auto-switch to -ni | arpi | 2002-08-04 | 1 | -10/+34 |
* | count blocks by rounded-up chunksizes instead of chunks - | arpi | 2002-08-02 | 1 | -1/+7 |
* | Add uninit to the avi demuxer | albeu | 2002-07-26 | 1 | -0/+9 |
* | hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printf | arpi | 2002-07-04 | 1 | -3/+7 |
* | big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de> | arpi | 2002-05-12 | 1 | -14/+21 |
* | ehh. forgot to commit this one... | arpi | 2002-02-12 | 1 | -2/+13 |
* | using audio.dwStart too... (for baittest.avi) | arpi | 2001-12-04 | 1 | -0/+1 |
* | -nobps NaN fixed | arpi | 2001-11-11 | 1 | -1/+3 |
* | while_encoding.avi (ffmpeg) fix (ignoring movi_ check if end<=start) | arpi | 2001-10-24 | 1 | -4/+4 |
* | better logic to choose valid info at broken index | arpi | 2001-10-24 | 1 | -8/+35 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -6/+0 |
* | AVI - no audio stream fix | arpi | 2001-10-21 | 1 | -1/+1 |
* | libdemux cleanup part 1 | arpi | 2001-10-20 | 1 | -4/+14 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+673 |