| Commit message (Expand) | Author | Age |
* | Allows up to 8 bytes of extradata for cmsg24 | rtogni | 2006-10-10 |
* | Fix extradata lenght when adding cmsg24 data | rtogni | 2006-10-10 |
* | Cleanup: remove some old commented out skips | rtogni | 2006-10-10 |
* | Fix problems on live streams with huge timestamps, causing overflows and | rtogni | 2006-10-09 |
* | Make fill_buffer function check for stream eof, fixes hang at eof (bug #580) | reimar | 2006-09-24 |
* | Missing part of previous patch to demux_real.c (revision 19958) | reimar | 2006-09-23 |
* | int->unsigned to avoid crash to sign extension, partially fixes bug #580 | reimar | 2006-09-23 |
* | Fix some potential integer overflow in memory allocation (mot of these | rtognimp | 2006-05-14 |
* | Fix potential integer overflows in memory allocation. Patch by Reimar and me,... | rtognimp | 2006-05-11 |
* | Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod... | reynaldo | 2006-04-22 |
* | always cast stream IDs to unsigned before comparing to MAX_STREAMS. | reimar | 2006-04-15 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | Only MAX_STREAMS streams are allowed (cid 115) | rtognimp | 2006-03-11 |
* | Fix potential read from an unitialized pointer (CID: 236) | rtognimp | 2006-03-09 |
* | stream_id == MAX_STREAMS is invalid, since counting starts with 0. | reimar | 2006-03-08 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 |
* | Print some more useful data from header in verbose mode | rtognimp | 2006-01-15 |
* | Always try to parse index chunk, no reason to check for movi_end | reimar | 2006-01-14 |
* | Fix printing of audio fourcc in hex format | rtognimp | 2006-01-14 |
* | Print audio 4cc for every stream, print 4cc of selected audio track | rtognimp | 2006-01-14 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 |
* | Don't leak memory (free audio reordering buffers) | rtognimp | 2006-01-04 |
* | Remove assumption that all audio packets in a block have the same | rtognimp | 2006-01-04 |
* | 1000.0l timestamps are float | rtognimp | 2006-01-04 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 |
* | make demuxer seek and close functions return void, patch by Dominik Mierzejewski | wanderer | 2005-12-11 |
* | Move audio packets reordering from codec interface to demuxers for real | rtognimp | 2005-12-09 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | Fix rm files with a really big index chunk. | reimar | 2005-03-03 |
* | Do not read any more data at eof: if got eof in the middle of an audio | rtognimp | 2005-01-24 |
* | Be less verbose with -v (do not print a line for each demuxed packet) | rtognimp | 2005-01-24 |
* | Reduce excessive verbosity. | diego | 2005-01-22 |
* | Play RV30 with 8-elements cmsg24 | rtognimp | 2005-01-22 |
* | Decode MP3 in rm files | rtognimp | 2005-01-15 |
* | Reduce index verbosity | rtognimp | 2005-01-06 |
* | Real multirate files support | rtognimp | 2005-01-06 |
* | Print waveheader only when verbose | reimar | 2005-01-06 |
* | Memleak fix: free index data at demuxer_close | rtognimp | 2004-11-01 |
* | do not attempt to seek backward in stream on MDPR chunk with no codec data | reimar | 2004-08-10 |
* | index creation/reading behaviour just like the avi demuxer, patch based on wo... | alex | 2004-06-25 |
* | 100l for me. Header seek is not needed to fix 28_8 and can cause sig11 | rtognimp | 2004-05-01 |
* | Fix for 28_8 in rm files and header length != 0x4e | rtognimp | 2004-04-27 |
* | Stop reading the file if an INDX chunk is found instead of a data packet. | mosu | 2004-03-28 |
* | Support for v3 audio section (used with 14_4 codec) in real files | rtognimp | 2004-02-22 |