| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable from demux_mov. | reimar | 2009-03-08 | 1 | -1/+0 |
* | 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 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 | 1 | -0/+4 |
* | Do not use stdata before checking its length | reimar | 2008-06-29 | 1 | -4/+5 |
* | 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 | 2002-11-23 | 1 | -3/+3 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -3/+3 |
* | export imagedescription for qt video codecs | arpi | 2002-11-11 | 1 | -3/+5 |
* | workaround for ms11 ima4 | alex | 2002-11-04 | 1 | -0/+3 |
* | fix possible sig8 - found by Alex | arpi | 2002-11-02 | 1 | -1/+1 |
* | set up nBlockAlign, nBytesPerSec correctly if extended audio header avail. | arpi | 2002-10-31 | 1 | -1/+9 |
* | pass audio codecdata | arpi | 2002-10-31 | 1 | -1/+10 |
* | memleak fix (found by valgrind) | arpi | 2002-10-16 | 1 | -4/+9 |
* | ss_div/ss_mul defaults to 0 | arpi | 2002-10-16 | 1 | -1/+1 |
* | BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARC | jkeil | 2002-10-07 | 1 | -11/+9 |
* | dump processed edit list data | arpi | 2002-09-27 | 1 | -0/+3 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -2/+0 |
* | fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one) | arpi | 2002-09-18 | 1 | -4/+37 |
* | support for .mp4 with .mp3 audio | arpi | 2002-08-05 | 1 | -0/+6 |
* | skip 'pnot' and 'PICT' - fixes incoming/1.mov | arpi | 2002-08-01 | 1 | -0/+4 |
* | workaround for empty version1 audio headers (bugreport by Sascha Sommer) | arpi | 2002-07-12 | 1 | -1/+1 |
* | edit-list support for video - fixes various A-V sync problems (TODO: seeking) | arpi | 2002-07-07 | 1 | -6/+74 |
* | fixed endless 'unknown chunk' and doublespeed ima4 audio bugs | arpi | 2002-07-06 | 1 | -2/+5 |
* | CBR audio PTS fixes (using stsd v1 header) | arpi | 2002-06-30 | 1 | -14/+24 |
* | dump edit list | arpi | 2002-06-29 | 1 | -5/+7 |
* | Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see f... | atmos4 | 2002-06-07 | 1 | -1/+2 |
* | cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com> | arpi | 2002-06-07 | 1 | -0/+2 |
* | some more output cosmetics, especially for vivo and mov demuxers | arpi | 2002-05-20 | 1 | -22/+22 |
* | typo fix for pre2 | alex | 2002-04-21 | 1 | -1/+1 |
* | 'wide' may contain 'mdat' | arpi | 2002-04-18 | 1 | -1/+3 |
* | FPS calculation fixed | arpi | 2002-04-15 | 1 | -9/+2 |
* | get aspect info from display size if != real size | arpi | 2002-04-15 | 1 | -2/+6 |
* | some under-devel code, will be required for qtx codecs | arpi | 2002-03-27 | 1 | -0/+35 |
* | Use esds parser for movie esds atom and only pass decoder specific configurat... | atmos4 | 2002-03-24 | 1 | -4/+15 |
* | - Add parsing of Sync Layer Descriptor | atmos4 | 2002-03-24 | 1 | -10/+6 |
* | 10l fix memory allocation | atmos4 | 2002-03-24 | 1 | -2/+6 |
* | eeh 10l, forgot malloc of esds struct. | atmos4 | 2002-03-24 | 1 | -1/+2 |
* | Improved MP4 parsing (finally) | atmos4 | 2002-03-24 | 1 | -7/+27 |
* | Add Parsing off ftyp box and some more docs ref | atmos4 | 2002-03-22 | 1 | -9/+31 |
* | Add a usefull url, btw. audio esds needs some fixing with some files, I'll in... | atmos4 | 2002-03-21 | 1 | -0/+2 |
* | insert mpeg4 video header into the first chunk | arpi | 2002-03-21 | 1 | -3/+23 |
* | 0.1l | arpi | 2002-03-21 | 1 | -0/+1 |
* | support multiple video header extension chunks | arpi | 2002-03-21 | 1 | -7/+7 |
* | argh 0.5l | atmos4 | 2002-03-21 | 1 | -1/+2 |
* | Recognize and skip ftype chunk used by some .mp4 files and | atmos4 | 2002-03-21 | 1 | -12/+25 |
* | temporary disabled len=0 code due to reported loop errors | alex | 2002-03-21 | 1 | -0/+2 |
* | |