| Commit message (Expand) | Author | Age |
* | Fix format string to match actual type. | reimar | 2007-06-24 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Call real_fix_timestamp() after seeking, to avoid video freezing | rtogni | 2007-01-27 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 |
* | Change some constants in pts arithmetic from float to double. | uau | 2006-11-09 |
* | Changed code that used pts=0 in demux packets to indicate "not known". | uau | 2006-11-09 |
* | Prevent segfault if video codec init fails | rtogni | 2006-10-29 |
* | Quick hack to implement percent-based seeking, also fixes seeking with gmplayer | reimar | 2006-10-29 |
* | Fix timestamps for streams where kf_base gets negative | rtogni | 2006-10-15 |
* | Remove useless assignements, thanks reimar for noticing them | rtogni | 2006-10-14 |
* | Remove old hack to search for .ar and VIDO, we know where they are | rtogni | 2006-10-11 |
* | 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 |