| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -0/+1 |
|\ |
|
| * | Add header file for store_ughvlc(); avoids forward declarations. | diego | 2010-02-17 | 1 | -0/+1 |
| * | Mark mov_build_index() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -1/+1 |
|\| |
|
| * | 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on, | reimar | 2009-09-04 | 1 | -1/+1 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | 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 | -59/+59 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -59/+59 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -19/+40 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -19/+40 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -7/+7 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -7/+7 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+0 |
|\| |
|
| * | Remove unused variable from demux_mov. | reimar | 2009-03-08 | 1 | -1/+0 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -13/+14 |
|\| |
|
| * | Fix a couple of unused variable warnings through the av_unused attribute. | diego | 2009-02-07 | 1 | -10/+11 |
| * | Convert CONFIG_ZLIB into a 0/1 option. | diego | 2009-02-07 | 1 | -3/+3 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -1/+1 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -3/+3 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -3/+3 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 1 | -2/+2 |
|\| |
|
| * | And a 1000l for r27263, swapped a condition, thus setting size to | reimar | 2008-07-16 | 1 | -1/+1 |
| * | 100l, fix calloc being called with the wrong argument due to reordering | reimar | 2008-07-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27281 | Uoti Urpala | 2008-07-15 | 1 | -26/+29 |
|\| |
|
| * | Change a broken check. FFMAX does not work as intended because trak->chunkmap... | reimar | 2008-07-14 | 1 | -2/+2 |
| * | Reindent after last commit | reimar | 2008-07-11 | 1 | -9/+9 |
| * | Check size of tkdata before using it in mov demuxer. | reimar | 2008-07-11 | 1 | -0/+2 |
| * | Add atom_len sanity check to mov demuxer. | reimar | 2008-07-11 | 1 | -0/+1 |
| * | Quick hack to fix demux_mov crashes where easily possible. | reimar | 2008-07-11 | 1 | -16/+16 |
* | | Merge svn changes up to r27202 | Uoti Urpala | 2008-07-05 | 1 | -0/+4 |
|\| |
|
| * | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 | 1 | -0/+4 |
* | | Merge svn changes up to r27184 | Uoti Urpala | 2008-07-01 | 1 | -4/+5 |
|\| |
|
| * | Do not use stdata before checking its length | reimar | 2008-06-29 | 1 | -4/+5 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 | 1 | -1/+2 |
|/ |
|
* | Use HAVE_QUICKTIME instead of MACOSX preprocessor condition. | diego | 2008-03-15 | 1 | -1/+1 |
* | Use AV_RB*, reduces x86_64 code size by almost 1kB. | reimar | 2008-02-09 | 1 | -18/+12 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 | 1 | -0/+4 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 | 1 | -2/+3 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 | 1 | -2/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -3/+3 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 | 1 | -9/+4 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 | 1 | -8/+3 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Codecdata must always be malloc'd, fixes free being called with an | reimar | 2008-01-09 | 1 | -2/+4 |
* | Cosmetics: Fix indentation. | cehoyos | 2007-12-14 | 1 | -1/+1 |
* | Set correct image format for 24bit "raw " in mov files. | cehoyos | 2007-12-14 | 1 | -1/+7 |
* | warning fix: | diego | 2007-09-09 | 1 | -1/+1 |
* | Split lschunks function further, it is simply too huge to do any useful chang... | reimar | 2007-08-25 | 1 | -62/+72 |
* | warning fix: | diego | 2007-08-25 | 1 | -1/+0 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 | 1 | -0/+8 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -8/+0 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 | 1 | -2/+1 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 1 | -0/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Fix audio samplerates below 7000 Hz. | uau | 2007-03-07 | 1 | -1/+1 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 | 1 | -2/+4 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 1 | -2/+2 |
* | English grammar fix: There is no 's' after "does not exist" | reimar | 2007-02-14 | 1 | -3/+3 |
* | 100l copy-and-paste bug. Do not print video info when the problem is with sub... | reimar | 2007-02-14 | 1 | -1/+1 |
* | Set sub_utf8 for mov subs. | reimar | 2007-02-05 | 1 | -0/+1 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 | 1 | -16/+2 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -2/+0 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 | 1 | -1/+3 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 | 1 | -8/+8 |
* | Support multiple subs in mov | reimar | 2006-11-19 | 1 | -0/+7 |
* | Try reading palette for vobsub | reimar | 2006-11-17 | 1 | -1/+18 |
* | Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa... | reimar | 2006-11-17 | 1 | -0/+1 |
* | 10l copy&Ãpaste bug in subtitle sh handling | reimar | 2006-11-14 | 1 | -2/+2 |
* | Incomplete support for vobsub (missing palette support) and | reimar | 2006-11-13 | 1 | -0/+57 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 | 1 | -1/+9 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 | 1 | -4/+12 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 | 1 | -1/+14 |
* | auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on... | nicodvb | 2006-08-04 | 1 | -0/+18 |
* | Add simple edit list support to mov demuxer, it supports delay of audio and v... | atmos4 | 2006-07-23 | 1 | -0/+18 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 | 1 | -5/+5 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -1/+0 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 | 1 | -2/+0 |
* | support for vorbis in mp4/mov | nicodvb | 2006-06-09 | 1 | -2/+60 |
* | Disable unsecure dumping of generic track with -v -v -v | rtogni | 2006-06-05 | 1 | -1/+1 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -11/+2 |
* | missing argument for mp_msg, fixes: | rathann | 2006-05-13 | 1 | -1/+1 |
* | Fix potential integer overflows in memory allocation. Patch by Reimar and me,... | rtognimp | 2006-05-11 | 1 | -13/+32 |
* | Partially revert 1.140, restoring the old behaviour for all codecs | rtognimp | 2006-04-23 | 1 | -2/+5 |
* | Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod... | reynaldo | 2006-04-22 | 1 | -1/+1 |
* | Fix passing qdm2 extradata to lavc decoder | rtognimp | 2006-03-27 | 1 | -1/+5 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | le2me_32 is not necessary, tested by Diego on BE machine | rathann | 2006-03-14 | 1 | -1/+1 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 | 1 | -3/+19 |
* | Reduce output verbosity in non-verbose mode, change some printf to mp_msg. | diego | 2006-03-06 | 1 | -37/+37 |
* | This patch fixes pcm (twos, swot) in MOV. | rtognimp | 2006-03-02 | 1 | -2/+2 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -27/+27 |
* | Partial support for QuickTime sound atom version 2. | corey | 2006-01-02 | 1 | -5/+33 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | 10l, off by one error in last patch (codecdata length sanity check), | reimar | 2005-10-05 | 1 | -1/+1 |
* | Detect eof when seeking and do _not_ restart the video. | reimar | 2005-09-28 | 1 | -1/+8 |
* | Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for | reimar | 2005-09-27 | 1 | -0/+3 |
* | Wrong editlist handling: end pts must be included. | reimar | 2005-09-16 | 1 | -1/+1 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 | 1 | -1/+1 |
* | extra size checks for samples array to avoid crashes in some rare cases. | reimar | 2005-08-30 | 1 | -0/+16 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -10/+26 |
* | Add missing range/length check for video trak desc (fixes bug #335). | reimar | 2005-07-10 | 1 | -1/+8 |
* | cosmetic: split the lschunks function in two. | reimar | 2005-07-10 | 1 | -300/+317 |
* | avoid bad memory access | reimar | 2005-06-20 | 1 | -1/+3 |
* | fix memleak when playing mov files | reimar | 2005-06-20 | 1 | -0/+24 |
* | The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schul... | nplourde | 2005-05-18 | 1 | -0/+2 |
* | Fix audio playback for no-sound-3gp.3gp (amr nb) | rtognimp | 2005-05-06 | 1 | -1/+1 |
* | Decode "d263" and "damr" atoms in 3gp files | rtognimp | 2005-05-05 | 1 | -0/+16 |
* | Also '3g2a' can be used for 3GPP Profile 2 | rtognimp | 2005-04-28 | 1 | -0/+1 |
* | Fix alac from QTpro (in standard mov file, not in m4a file) | rtognimp | 2005-03-30 | 1 | -0/+11 |
* | alac support via lavc decoder | rtognimp | 2005-03-06 | 1 | -0/+9 |
* | set sh_audio->delay ins audio-only case so that correct time is displayed | reimar | 2005-03-01 | 1 | -0/+2 |
* | Mp3On4 demuxer support | rtognimp | 2005-02-15 | 1 | -0/+2 |
* | Reset stream eof after parsing header, fixes bug #218 | reimar | 2005-01-23 | 1 | -0/+3 |
* | Fix channels, sample rate and sample size for 3gp files | rtognimp | 2004-12-29 | 1 | -8/+26 |
* | fix position bar and length display for mov files | reimar | 2004-12-21 | 1 | -6/+50 |
* | Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples. | diego | 2004-12-18 | 1 | -0/+3 |
* | Extended support for other object type IDs in the ESDS. This enables e.g. MPE... | mosu | 2004-11-15 | 1 | -1/+8 |
* | AVC support moved to libavcodec, avcC atom is now passed in extradata | rtognimp | 2004-09-13 | 1 | -3/+13 |
* | AVC (fourcc avc1) in mp4 support | rtognimp | 2004-08-29 | 1 | -0/+33 |
* | Negate default palette for grayscale cvid | rtognimp | 2004-06-27 | 1 | -1/+11 |
* | typo | diego | 2004-06-25 | 1 | -1/+1 |
* | Have the MOV demuxer recognize and display (via MPINFO) registered ISO | diego | 2004-01-20 | 1 | -4/+37 |
* | Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>. | mosu | 2003-11-06 | 1 | -2/+2 |
* | 1000000l!!!! | rfelker | 2003-11-03 | 1 | -4/+0 |
* | Fix for borked .mov files with bogus user data length values. Patch by Marek ... | mosu | 2003-09-20 | 1 | -0/+4 |
* | Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>. | mosu | 2003-09-11 | 1 | -0/+1 |
* | Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com> | mosu | 2003-09-02 | 1 | -9/+21 |
* | ffsvq3 fix, dunno if this is the correct fix | michael | 2003-05-10 | 1 | -1/+2 |
* | Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from | diego | 2003-04-20 | 1 | -2/+1 |
* | Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch) | rtognimp | 2003-03-15 | 1 | -5/+6 |
* | Animatrix AAC fix, patch by <dimakar(at)yahoo.com> | rtognimp | 2003-03-12 | 1 | -3/+4 |
* | MACOSX support patch, based on Dan Christiansens work | alex | 2003-02-25 | 1 | -1/+5 |
* | Attached PATCH fixes the case, when data-flag and reference flags are set and | arpi | 2003-01-27 | 1 | -1/+1 |
* | 32 bpp is a valid color depth. Fixes 0-bit rle reports | rtognimp | 2003-01-26 | 1 | -1/+1 |
* | patch adds support for MOV-Reference-Files. | arpi | 2003-01-13 | 1 | -4/+20 |
* | (hopefully) fixed .mov streaming | arpi | 2003-01-12 | 1 | -0/+5 |
* | - always print the longest stream in info, not the selected one | arpi | 2003-01-06 | 1 | -7/+17 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -2/+0 |
* | find best (longest) streams if not specified (-aid/-vid) | arpi | 2002-12-07 | 1 | -11/+39 |
* | dump URL references | arpi | 2002-11-29 | 1 | -1/+41 |
* | - parsing the handler reference atom (hnlr), save handler fourccs | arpi | 2002-11-29 | 1 | -4/+98 |
* | reversing warning fix (requested by alex) | michael | <