| Commit message (Expand) | Author | Age | Files | Lines |
* | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -34/+21 |
* | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -11/+11 |
* | demux_mkv: avoid hang with some broken files | Uoti Urpala | 2011-09-25 | 1 | -0/+4 |
* | demux_mkv: fix failure to open some files from 0ece360eeaf95 | Uoti Urpala | 2011-08-20 | 1 | -32/+23 |
* | demux_mkv: support extradata for wavpack audio tracks | Uoti Urpala | 2011-08-20 | 1 | -12/+11 |
* | demux_mkv: clean up audio codec handling somewhat | Uoti Urpala | 2011-08-20 | 1 | -91/+78 |
* | demux_mkv: check for valid track in video/audio switching | Uoti Urpala | 2011-08-20 | 1 | -6/+20 |
* | demux_mkv: remove bad mkv_free() from 0ece360eeaf9 | Uoti Urpala | 2011-08-19 | 1 | -1/+0 |
* | demux_mkv: skip files faster in ordered chapter file search | Uoti Urpala | 2011-08-04 | 1 | -32/+50 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 1 | -2/+2 |
* | OSD: when switching sub/audio tracks show title of new track | Uoti Urpala | 2011-07-03 | 1 | -0/+3 |
* | demux: use talloc for sh_* structs and "lang" field | Uoti Urpala | 2011-07-03 | 1 | -2/+2 |
* | demux_mkv: support runtime video track switching | Uoti Urpala | 2011-04-08 | 1 | -0/+17 |
* | demux_mkv, demux_lavf: don't select initial audio track | Uoti Urpala | 2011-04-02 | 1 | -28/+1 |
* | demux_mkv: fix uninitialized variable | Uoti Urpala | 2011-04-02 | 1 | -1/+1 |
* | demux_mkv: support Blu-ray subtitles | Uoti Urpala | 2011-03-31 | 1 | -0/+2 |
* | demux_mkv: simplify subtitle type recognition | Uoti Urpala | 2011-03-31 | 1 | -14/+8 |
* | demux_mkv: use generic packet handling code for subtitles | Uoti Urpala | 2011-03-31 | 1 | -27/+5 |
* | demux_mkv: support E-AC-3 audio | Uoti Urpala | 2011-03-31 | 1 | -0/+3 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -5/+1 |
* | demux_mkv, chapters: change millisecond arithmetic to ns | Uoti Urpala | 2011-01-26 | 1 | -31/+27 |
* | subtitles/demux: store duration instead of endpts in demux packets | Uoti Urpala | 2011-01-18 | 1 | -1/+1 |
* | demux_mkv: remove old code for -nocorrect-pts support | Uoti Urpala | 2010-12-20 | 1 | -131/+0 |
* | demux_mkv: fix seeks to before the first index entry | Uoti Urpala | 2010-12-20 | 1 | -19/+16 |
* | demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available | Uoti Urpala | 2010-11-21 | 1 | -0/+8 |
* | demux_mkv: seek: fix bogus audio packet from earlier position | Uoti Urpala | 2010-11-15 | 1 | -1/+2 |
* | demux_mkv: fix minor seek problem | Uoti Urpala | 2010-11-15 | 1 | -1/+1 |
* | demux_mkv: seek: with no track-specific index entries use any | Uoti Urpala | 2010-11-08 | 1 | -38/+46 |
* | demux_mkv: fix relative seeks without index | Uoti Urpala | 2010-11-08 | 1 | -3/+3 |
* | demux_mkv: fix seek hang when going past end of file without index | Uoti Urpala | 2010-11-08 | 1 | -0/+2 |
* | demux_mkv: cleanup: separate index creation part of seeking | Uoti Urpala | 2010-11-08 | 1 | -59/+69 |
* | demux_mkv: fix decoded length calculation of LZO decompression | reimar | 2010-11-02 | 1 | -2/+4 |
* | demux_mkv: add some sanity checks | Uoti Urpala | 2010-11-02 | 1 | -16/+31 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -19/+18 |
* | demux_mkv: support V_MJPEG video tag | Uoti Urpala | 2010-10-27 | 1 | -0/+1 |
* | demux_mkv: accept files with no doctype in EBML header | Uoti Urpala | 2010-10-21 | 1 | -1/+4 |
* | demux_mkv: enable automatic index generation by default | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | demux_mkv: fix possible seek crash | Uoti Urpala | 2010-05-31 | 1 | -2/+2 |
* | demux_mkv: support VP8 video tag | Uoti Urpala | 2010-05-30 | 1 | -0/+1 |
* | demux_mkv: support WebM files | Uoti Urpala | 2010-05-30 | 1 | -2/+3 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -2/+2 |
* | demux_mkv: fix realvideo extradata handling | Uoti Urpala | 2010-05-26 | 1 | -2/+1 |
* | demux_mkv: fix crash bug introduced by recent change | Uoti Urpala | 2010-05-24 | 1 | -2/+2 |
* | demux_mkv: support switching to/from -nosound | Uoti Urpala | 2010-05-22 | 1 | -18/+13 |
* | demux_mkv: store streams sequentially in demuxer->[avs]_streams | Uoti Urpala | 2010-05-22 | 1 | -49/+55 |
* | demux_mkv: read tags. | Anton Khirnov | 2010-05-22 | 1 | -1/+17 |
* | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter() | Anton Khirnov | 2010-05-22 | 1 | -8/+4 |
* | bstr.[ch]: add new files for struct bstr related functionality | Uoti Urpala | 2010-05-20 | 1 | -2/+2 |
* | demux_mkv: fix verbose output of chapter numbering | Uoti Urpala | 2010-04-25 | 1 | -1/+1 |
* | demux_mkv: Fix problem with compressed subtitle private data | Uoti Urpala | 2010-03-21 | 1 | -10/+12 |
* | 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/+1 |
|\ |
|
| * | Add separate header for real_fix_timestamp(); avoids forward declarations. | diego | 2010-02-17 | 1 | -2/+1 |
| * | Remove one more incorrect direct ass.h include. | reimar | 2009-12-27 | 1 | -1/+0 |
| * | Avoid miscompilation issues with the grow_array function more permanently | reimar | 2009-12-11 | 1 | -1/+1 |
* | | demux_mkv: remove incorrect error message about compression | Uoti Urpala | 2010-01-28 | 1 | -1/+1 |
* | | demux_mkv: improve compression handling | Uoti Urpala | 2010-01-27 | 1 | -26/+34 |
* | | demux_mkv: use new EBML parser to read all track headers | Uoti Urpala | 2010-01-27 | 1 | -227/+135 |
* | | demux_mkv: handle compressed text subtitles | Uoti Urpala | 2010-01-27 | 1 | -3/+6 |
* | | demux_mkv: don't print errors for 0-size zlib decoding | Uoti Urpala | 2010-01-27 | 1 | -0/+4 |
* | | demux_mkv: use new EBML parser to read TrackEncodings | Uoti Urpala | 2010-01-27 | 1 | -151/+67 |
* | | demux_mkv: use new EBML parser to read Video element | Uoti Urpala | 2010-01-27 | 1 | -61/+33 |
* | | demux_mkv: use new EBML parser to read Audio element | Uoti Urpala | 2010-01-27 | 1 | -44/+22 |
* | | demux_mkv: use new EBML parser for Info parsing | Uoti Urpala | 2010-01-27 | 1 | -51/+29 |
* | | demux_mkv: remove pointless 'long double' use | Uoti Urpala | 2010-01-27 | 1 | -3/+3 |
* | | demux_mkv: use new EBML parser for chapter parsing | Uoti Urpala | 2010-01-27 | 1 | -198/+101 |
* | | demux_mkv: use new EBML parser for attachment parsing | Uoti Urpala | 2010-01-27 | 1 | -80/+21 |
* | | demux: take chapter/attachment name strings without 0-termination | Uoti Urpala | 2010-01-27 | 1 | -2/+3 |
* | | demux_mkv: don't stop playback on non-Cluster elements | Uoti Urpala | 2010-01-27 | 1 | -2/+5 |
* | | demux_mkv: improve Cues parsing | Uoti Urpala | 2010-01-27 | 1 | -65/+18 |
* | | demux_mkv: support reading all headers based on SeekHead | Uoti Urpala | 2010-01-27 | 1 | -150/+148 |
* | | demux_mkv: use new EBML parser for file header | Uoti Urpala | 2010-01-27 | 1 | -5/+29 |
* | | matroska: add new parsing code | Uoti Urpala | 2010-01-27 | 1 | -20/+20 |
* | | demux_mkv: improve seeking with generated index | Uoti Urpala | 2010-01-01 | 1 | -46/+69 |
* | | demux_mkv: remove useless code | Uoti Urpala | 2009-12-31 | 1 | -16/+2 |
* | | demux_mkv: respect -forceidx | Uoti Urpala | 2009-12-31 | 1 | -1/+1 |
* | | demux_mkv.c, ebml.c: Reformat to K&R style | Uoti Urpala | 2009-12-29 | 1 | -2232/+2037 |
* | | Support for multiple editions in Matroska | Daniel Dawson | 2009-12-04 | 1 | -27/+65 |
* | | demux_mkv: Detect and warn about virtual timeline nesting | Daniel Dawson | 2009-12-04 | 1 | -0/+16 |
* | | demux_mkv.c: Make time arithmetic more precise in one more case | Uoti Urpala | 2009-12-02 | 1 | -1/+1 |
* | | demux_mkv: Stop moving FLAC extradata into stream packets | Uoti Urpala | 2009-10-17 | 1 | -8/+6 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -26/+6 |
|\| |
|
| * | Avoid void * arithmetic. | reimar | 2009-09-30 | 1 | -1/+1 |
| * | Simplify aac_get_sample_rate_index | reimar | 2009-09-30 | 1 | -24/+4 |
| * | Check for grow_array allocation failure. | reimar | 2009-09-30 | 1 | -0/+8 |
| * | Avoid a possible crash if num_cluster_pos is 0. | reimar | 2009-09-30 | 1 | -1/+1 |
| * | Check for integer overflow in grow_array. | reimar | 2009-09-30 | 1 | -1/+4 |
| * | Rearrange code of grow_array to make it easier to extend. | reimar | 2009-09-30 | 1 | -2/+3 |
| * | Avoid a memleak if realloc fails in grow_array. | reimar | 2009-09-30 | 1 | -0/+3 |
| * | Change grow_array argument from void ** to void *, this avoids a aliasing | reimar | 2009-09-30 | 1 | -4/+5 |
* | | demux_mkv: Fix memory leaks in attachment reading | Uoti Urpala | 2009-09-18 | 1 | -2/+10 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -1/+4 |
|\| |
|
| * | Fix incompatible pointer types warning, also seems to fix mis-compilation wit... | reimar | 2009-08-17 | 1 | -2/+2 |
| * | Add Dolby TrueHD support for mkv demuxer. | cehoyos | 2009-08-13 | 1 | -1/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -17/+17 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -2/+1 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | demux_mkv.c: Make some time arithmetic more precise | Uoti Urpala | 2009-07-10 | 1 | -20/+21 |
* | | demux_mkv: Round more seeks to "backwards" keyframes | Uoti Urpala | 2009-07-09 | 1 | -1/+1 |
* | | demux_mkv: Make seeks more precise in some cases | Uoti Urpala | 2009-07-09 | 1 | -2/+2 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -13/+13 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -4/+19 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -4/+19 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -17/+17 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -16/+16 |
* | | Support chapter seeking with ordered chapters | Uoti Urpala | 2009-04-02 | 1 | -0/+1 |
* | | demux_mkv: Remove first_tc and stop_timecode | Uoti Urpala | 2009-04-02 | 1 | -33/+3 |
* | | demux_mkv: Adjust seeks a bit to catch inexact keyframe matches | Uoti Urpala | 2009-04-02 | 1 | -0/+4 |
* | | Add improved relative seek mode | Uoti Urpala | 2009-03-24 | 1 | -7/+17 |
* | | demux_mkv: Parse ordered chapter information | Uoti Urpala | 2009-03-22 | 1 | -2/+73 |
* | | demux_mkv: Some cleanup, fix duration printed at verbose level | Uoti Urpala | 2009-03-21 | 1 | -154/+134 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -89/+11 |
|\| |
|
| * | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 1 | -86/+8 |
| * | Convert CONFIG_ZLIB into a 0/1 option. | diego | 2009-02-07 | 1 | -3/+3 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -7/+7 |
|\| |
|
| * | Adapt to lzo changes in libavutil | reimar | 2009-02-02 | 1 | -7/+7 |
* | | Merge svn changes up to r27841 | Uoti Urpala | 2008-10-28 | 1 | -208/+0 |
|\| |
|
| * | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 | 1 | -208/+0 |
| * | Revert bad changes to SSA/ASS subtitle packet format | uau | 2008-09-08 | 1 | -38/+1 |
| * | demux_mkv: output correctly formated ASS packets | aurel | 2008-09-05 | 1 | -1/+38 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
| * | Remove unused function, fixes the warning: | diego | 2008-05-15 | 1 | -19/+0 |
| * | Remove unused variable, fixes the warning: | diego | 2008-05-15 | 1 | -1/+0 |
| * | cosmetics: Break overly long lines. | diego | 2008-05-15 | 1 | -5/+7 |
| * | Mark static tables const. | diego | 2008-05-15 | 1 | -4/+4 |
| * | Revert r26412: policy violation | rtogni | 2008-04-19 | 1 | -8/+7 |
* | | demux_mkv.c: Compiler warning fixes | Uoti Urpala | 2008-04-28 | 1 | -31/+12 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 | 1 | -5/+0 |
* | | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -1/+3 |
|/ |
|
* | demux_mkv.c: Mark some static tables const | uau | 2008-04-12 | 1 | -7/+8 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+2 |
* | Remove unused function. | eugeni | 2008-02-29 | 1 | -20/+0 |
* | Reindent. | eugeni | 2008-02-29 | 1 | -18/+18 |
* | Don't select audio stream in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -11/+1 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -21/+0 |
* | Remove stupid checks of free() argument. | eugeni | 2008-02-29 | 1 | -20/+10 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -20/+2 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 | 1 | -21/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -5/+0 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 1 | -11/+0 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -1/+3 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -5/+6 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment(). | eugeni | 2008-01-12 | 1 | -44/+1 |
* | Move all subtitle parsing from mkv demuxer to update_subtitles(). | eugeni | 2008-01-11 | 1 | -22/+1 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 | 1 | -40/+1 |
* | Set extradata for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 | 1 | -0/+4 |
* | Factorize private data decoding for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 | 1 | -20 |