| Commit message (Expand) | Author | Age |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 |
* | demux_real.c: Always use MP_NOPTS_VALUE for unknown pts | uau | 2008-04-12 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | Don't overread audio data | rtogni | 2008-01-06 |
* | Don't dynamically allocate sub_packet_lengths[] in raac demuxing. | rtogni | 2008-01-06 |
* | Print warning about encrypted audio tracks | rtogni | 2007-11-15 |
* | Remove unused code and fix warning: | diego | 2007-10-21 |
* | 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 |