| 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 | -4/+2 |
|\ |
|
| * | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 | 1 | -2/+1 |
| * | libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 | 1 | -2/+0 |
| * | Add separate header for real_fix_timestamp(); avoids forward declarations. | diego | 2010-02-17 | 1 | -0/+1 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -2/+4 |
* | | 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 | -64/+64 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -64/+64 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -21/+35 |
|\| |
|
| * | chunk size = 0 is valid for DATA chunks (used in live streams), don't | rtogni | 2009-05-10 | 1 | -1/+1 |
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -20/+34 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -5/+5 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -5/+5 |
|/ |
|
* | Be more robust against corrupted RM files that contain invalid packet length | zuxy | 2009-02-19 | 1 | -1/+9 |
* | Fix a regression caused by r17933; RealMedia index tables could never be prin... | zuxy | 2009-02-15 | 1 | -1/+1 |
* | Support seek in multirate RealMedia files. | zuxy | 2009-02-15 | 1 | -32/+26 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 1 | -50/+41 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | Apply patch for oCERT #2008-013 / CVE-2008-3827 | reimar | 2008-09-30 | 1 | -0/+3 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -2/+2 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 | 1 | -6/+0 |
* | demux_real.c: Always use MP_NOPTS_VALUE for unknown pts | uau | 2008-04-12 | 1 | -1/+1 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -3/+1 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -1/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -3/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Don't overread audio data | rtogni | 2008-01-06 | 1 | -1/+14 |
* | Don't dynamically allocate sub_packet_lengths[] in raac demuxing. | rtogni | 2008-01-06 | 1 | -3/+1 |
* | Print warning about encrypted audio tracks | rtogni | 2007-11-15 | 1 | -0/+2 |
* | Remove unused code and fix warning: | diego | 2007-10-21 | 1 | -14/+0 |
* | Fix format string to match actual type. | reimar | 2007-06-24 | 1 | -1/+2 |
* | 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 |
* | Call real_fix_timestamp() after seeking, to avoid video freezing | rtogni | 2007-01-27 | 1 | -3/+13 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 | 1 | -23/+21 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -1/+0 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 | 1 | -48/+10 |
* | Change some constants in pts arithmetic from float to double. | uau | 2006-11-09 | 1 | -2/+2 |
* | Changed code that used pts=0 in demux packets to indicate "not known". | uau | 2006-11-09 | 1 | -13/+13 |
* | Prevent segfault if video codec init fails | rtogni | 2006-10-29 | 1 | -0/+4 |
* | Quick hack to implement percent-based seeking, also fixes seeking with gmplayer | reimar | 2006-10-29 | 1 | -0/+2 |
* | Fix timestamps for streams where kf_base gets negative | rtogni | 2006-10-15 | 1 | -2/+2 |
* | Remove useless assignements, thanks reimar for noticing them | rtogni | 2006-10-14 | 1 | -2/+0 |
* | Remove old hack to search for .ar and VIDO, we know where they are | rtogni | 2006-10-11 | 1 | -16/+1 |
* | Allows up to 8 bytes of extradata for cmsg24 | rtogni | 2006-10-10 | 1 | -2/+2 |
* | Fix extradata lenght when adding cmsg24 data | rtogni | 2006-10-10 | 1 | -0/+1 |
* | Cleanup: remove some old commented out skips | rtogni | 2006-10-10 | 1 | -10/+0 |
* | Fix problems on live streams with huge timestamps, causing overflows and | rtogni | 2006-10-09 | 1 | -25/+27 |
* | Make fill_buffer function check for stream eof, fixes hang at eof (bug #580) | reimar | 2006-09-24 | 1 | -1/+2 |
* | Missing part of previous patch to demux_real.c (revision 19958) | reimar | 2006-09-23 | 1 | -2/+2 |
* | int->unsigned to avoid crash to sign extension, partially fixes bug #580 | reimar | 2006-09-23 | 1 | -1/+1 |
* | Fix some potential integer overflow in memory allocation (mot of these | rtognimp | 2006-05-14 | 1 | -5/+10 |
* | Fix potential integer overflows in memory allocation. Patch by Reimar and me,... | rtognimp | 2006-05-11 | 1 | -2/+9 |
* | Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod... | reynaldo | 2006-04-22 | 1 | -2/+2 |
* | always cast stream IDs to unsigned before comparing to MAX_STREAMS. | reimar | 2006-04-15 | 1 | -4/+4 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -2/+2 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -2/+2 |
* | Only MAX_STREAMS streams are allowed (cid 115) | rtognimp | 2006-03-11 | 1 | -1/+1 |
* | Fix potential read from an unitialized pointer (CID: 236) | rtognimp | 2006-03-09 | 1 | -1/+1 |
* | stream_id == MAX_STREAMS is invalid, since counting starts with 0. | reimar | 2006-03-08 | 1 | -1/+1 |
* | 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 |
* | Print some more useful data from header in verbose mode | rtognimp | 2006-01-15 | 1 | -0/+2 |
* | Always try to parse index chunk, no reason to check for movi_end | reimar | 2006-01-14 | 1 | -4/+2 |
* | Fix printing of audio fourcc in hex format | rtognimp | 2006-01-14 | 1 | -1/+1 |
* | Print audio 4cc for every stream, print 4cc of selected audio track | rtognimp | 2006-01-14 | 1 | -0/+8 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 1 | -2/+4 |
* | Don't leak memory (free audio reordering buffers) | rtognimp | 2006-01-04 | 1 | -0/+4 |
* | Remove assumption that all audio packets in a block have the same | rtognimp | 2006-01-04 | 1 | -4/+7 |
* | 1000.0l timestamps are float | rtognimp | 2006-01-04 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -1/+8 |
* | make demuxer seek and close functions return void, patch by Dominik Mierzejewski | wanderer | 2005-12-11 | 1 | -3/+2 |
* | Move audio packets reordering from codec interface to demuxers for real | rtognimp | 2005-12-09 | 1 | -74/+126 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -4/+0 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -8/+26 |
* | Fix rm files with a really big index chunk. | reimar | 2005-03-03 | 1 | -0/+5 |
* | Do not read any more data at eof: if got eof in the middle of an audio | rtognimp | 2005-01-24 | 1 | -0/+1 |
* | Be less verbose with -v (do not print a line for each demuxed packet) | rtognimp | 2005-01-24 | 1 | -2/+1 |
* | Reduce excessive verbosity. | diego | 2005-01-22 | 1 | -3/+3 |
* | Play RV30 with 8-elements cmsg24 | rtognimp | 2005-01-22 | 1 | -5/+15 |
* | Decode MP3 in rm files | rtognimp | 2005-01-15 | 1 | -4/+2 |
* | Reduce index verbosity | rtognimp | 2005-01-06 | 1 | -1/+1 |
* | Real multirate files support | rtognimp | 2005-01-06 | 1 | -27/+231 |
* | Print waveheader only when verbose | reimar | 2005-01-06 | 1 | -0/+1 |
* | Memleak fix: free index data at demuxer_close | rtognimp | 2004-11-01 | 1 | -1/+6 |
* | do not attempt to seek backward in stream on MDPR chunk with no codec data | reimar | 2004-08-10 | 1 | -0/+5 |
* | index creation/reading behaviour just like the avi demuxer, patch based on wo... | alex | 2004-06-25 | 1 | -14/+26 |
* | 100l for me. Header seek is not needed to fix 28_8 and can cause sig11 | rtognimp | 2004-05-01 | 1 | -4/+0 |
* | Fix for 28_8 in rm files and header length != 0x4e | rtognimp | 2004-04-27 | 1 | -1/+17 |
* | Stop reading the file if an INDX chunk is found instead of a data packet. | mosu | 2004-03-28 | 1 | -0/+3 |
* | Support for v3 audio section (used with 14_4 codec) in real files | rtognimp | 2004-02-22 | 1 | -0/+58 |
* | 1000000000l reported by Steven Schultz (thanks!) | rfelker | 2004-01-30 | 1 | -1/+2 |
* | add support for aac in real media files | attila | 2004-01-29 | 1 | -0/+37 |
* | continue playing real files after errors | attila | 2004-01-29 | 1 | -27/+36 |
* | Fix for Real files with header size == 0x10 (normally is 0x12) | rtognimp | 2004-01-16 | 1 | -5/+10 |
* | 1000l to me | alex | 2003-12-09 | 1 | -1/+1 |
* | Proper runtime index generation with support for growing files. Patch by rgse... | alex | 2003-12-08 | 1 | -67/+148 |
* | seek in realmedia files | luran | 2003-11-12 | 1 | -49/+176 |
* | serious bugs - 1l absinth (changed to absinth against cola inflation) | alex | 2003-08-31 | 1 | -8/+8 |
* | BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu> | arpi | 2003-08-02 | 1 | -1/+3 |
* | removing my (nonworking) email address | alex | 2003-07-03 | 1 | -1/+1 |
* | typo in console output | diego | 2003-06-28 | 1 | -1/+1 |
* | skip dnet/ac3 byteswapping | arpi | 2003-05-17 | 1 | -1/+3 |
* | Support codecs 14_4 and 28_8 | rtognimp | 2003-04-30 | 1 | -0/+2 |
* | - fixed playback of files with bad WxH in header (tricky! we can always read the | arpi | 2003-03-10 | 1 | -16/+32 |
* | Hopefully fixed all RV30/RV40 A-V sync issues | arpi | 2003-03-09 | 1 | -9/+24 |
* | Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is) | arpi | 2003-03-09 | 1 | -2/+2 |
* | rv40 pict_type parser | michael | 2003-03-07 | 1 | -5/+19 |
* | commented out nonsense | alex | 2003-02-21 | 1 | -0/+2 |
* | disable num_of_packets check, it's unreliable | arpi | 2003-02-04 | 1 | -0/+2 |
* | sanity check | arpi | 2003-01-12 | 1 | -0/+4 |
* | fixed playback of pnm:// streamed files | arpi | 2002-12-26 | 1 | -1/+1 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -0/+2 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+2 |
* | move timestamp debug printf to higher verbose level (hope it's ok) | atmos4 | 2002-11-05 | 1 | -1/+1 |
* | ASF-style stream auto-selection, to fix files with fake a/v streams (only | arpi | 2002-11-05 | 1 | -96/+44 |
* | - realaudio ATRC (sony atrac3) codec support | arpi | 2002-11-04 | 1 | -13/+45 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -1/+4 |
* | stream selection cleanup, fixed -nosound | arpi | 2002-10-10 | 1 | -111/+71 |
* | rv10 cleanup | michael | 2002-10-01 | 1 | -25/+3 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -5/+6 |
* | - added matrix cracking/debugging code - disabled | arpi | 2002-08-27 | 1 | -1/+28 |
* | some files has some shit before teh audio/video headers... | arpi | 2002-08-25 | 1 | -9/+22 |
* | 10l - fixed chunktab size calculation | arpi | 2002-08-24 | 1 | -1/+5 |
* | - changed re-muxed packet structure (see struct dp_hdr_t) | arpi | 2002-08-24 | 1 | -35/+62 |
* | RV20 A-V desync fixed - use timestamp hack only for RV30 | arpi | 2002-08-14 | 1 | -6/+14 |
* | RV40 support | arpi | 2002-08-12 | 1 | -1/+8 |
* | fixed 'eof at 66s' bug | arpi | 2002-08-05 | 1 | -14/+40 |
* | fixed playback speed and a-v sync issues | arpi | 2002-06-14 | 1 | -5/+39 |
* | fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net> | arpi | 2002-06-13 | 1 | -1/+12 |
* | Implement Nilmoni's and Bernd Ernesti's patches for: | atmos4 | 2002-06-13 | 1 | -3/+10 |
* | export subpacket-size and matrix w*h to the codec (cook) | arpi | 2002-06-10 | 1 | -18/+28 |
* | export extra data for cook codec, some debug stuff | arpi | 2002-06-10 | 1 | -14/+31 |
* | - multiple audio/video stream support fixed | arpi | 2002-06-09 | 1 | -23/+63 |
* | sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev... | arpi | 2002-06-08 | 1 | -37/+196 |
* | completed real seeking - working very well with audio only files | alex | 2002-04-30 | 1 | -31/+72 |
* | Added demuxer uninit | albeu | 2002-04-24 | 1 | -0/+4 |
* | added PRE-ALPHA seeking ability and index table generator (like avi's one) | alex | 2002-03-15 | 1 | -29/+188 |
* | fixed num_of_packets and current_packet handling, bug found by Mike Melanson | alex | 2002-01-23 | 1 | -7/+6 |
* | fix dnet support | alex | 2002-01-18 | 1 | -2/+36 |
* | updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and ... | alex | 2002-01-04 | 1 | -85/+126 |
* | added read_index_chunk, fixed audio_header parser for version5 | alex | 2001-12-30 | 1 | -23/+149 |
* | fixed rv10 with subid=3 | alex | 2001-12-29 | 1 | -2/+5 |
* | fixed audio detection code and improved ;) | alex | 2001-12-27 | 1 | -76/+108 |
* | improved audio codec detection | alex | 2001-12-27 | 1 | -10/+91 |
* | added real demuxer | alex | 2001-12-26 | 1 | -0/+402 |