| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adapt to lzo changes in libavutil | reimar | 2009-02-02 | 1 | -7/+7 |
* | 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 |
* | 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: 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/+12 |
* | Vobsub support tridx setting in .idx file. | ulion | 2007-12-19 | 1 | -2/+8 |
* | Move temp variable declaration into inner loop scope. | ulion | 2007-12-10 | 1 | -2/+3 |
* | Convert vobsub custom colors from rgb to yuv using a common function. | ulion | 2007-12-09 | 1 | -1/+3 |
* | Move vobsub palette->yuv convert code into a common function. | ulion | 2007-12-08 | 1 | -9/+3 |
* | Restore y of palette into the same value range as it was in the .ifo file. | ulion | 2007-12-08 | 1 | -0/+1 |
* | add support for wavpack into matroska | aurel | 2007-10-21 | 1 | -0/+4 |
* | Fix warnings: | diego | 2007-08-26 | 1 | -2/+0 |
* | Avoid crash if a non-existent audio track is selected with -aid | reimar | 2007-07-16 | 1 | -5/+5 |
* | fix typo in a comment | aurel | 2007-07-13 | 1 | -1/+1 |
* | Add some missing frees. | reimar | 2007-07-05 | 1 | -2/+7 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -2/+3 |
* | index_mode is already defined in demuxer.h | reimar | 2007-06-24 | 1 | -2/+0 |
* | Remove the now unused demux_mkv_change_subs function | reimar | 2007-06-24 | 1 | -39/+0 |
* | Set demuxer->sub->sh to one of the s_streams like done for audio and video. | reimar | 2007-06-24 | 1 | -24/+17 |
* | 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf | reimar | 2007-06-23 | 1 | -1/+1 |
* | Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ... | reimar | 2007-06-23 | 1 | -30/+30 |
* | demux_mkv very long seek fix | uau | 2007-06-20 | 1 | -1/+1 |
* | Don't set random codec parameters for AC3/DTS in mkv. | aurel | 2007-06-10 | 1 | -2/+2 |
* | Fix segfault when encoding from an mkv file with embedded fonts. | eugeni | 2007-06-07 | 1 | -1/+2 |
* | Get rid of __attribute__((__packed__)) in Matroska demuxer | reimar | 2007-05-28 | 1 | -122/+43 |
* | Remove useless setting of dp->len, it is already set to that value by | reimar | 2007-05-17 | 1 | -1/+0 |
* | Fix indentation broken in r23287 | reimar | 2007-05-10 | 1 | -4/+4 |
* | Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv | reimar | 2007-05-10 | 1 | -0/+1 |
* | Avoid code duplication in mkv demuxer for standard fourcc/extradata handling | reimar | 2007-05-10 | 1 | -29/+23 |
* | Fix NULL pointer dereference in demux_mkv that happens when | eugeni | 2007-05-01 | 1 | -2/+2 |
* | Matroska seeking fixes | uau | 2007-03-16 | 1 | -12/+22 |
* | Use explicit path for headers from the loader/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long... | reimar | 2007-03-05 | 1 | -7/+0 |
* | Use libavutil's av_clip* instead of unreadable MIN/MAX chaos. | reimar | 2007-03-01 | 1 | -13/+3 |
* | Make sure sub->sh is set when a subtitle is selected | reimar | 2007-02-08 | 1 | -0/+4 |
* | Another round of subtitle code cleanup | reimar | 2007-02-05 | 1 | -54/+12 |
* | Make mkv demuxer use ffmpeg LZO as well. | reimar | 2007-01-31 | 1 | -17/+13 |
* | Simplify and make lzo decompression code more similar to zlib one. | reimar | 2007-01-27 | 1 | -2/+2 |
* | Forgotten free on error | reimar | 2007-01-27 | 1 | -0/+2 |
* | *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s... | reimar | 2007-01-27 | 1 | -1/+1 |
* | Remove comment printed by -demuxer help, it belongs in the copyright header. | diego | 2007-01-25 | 1 | -1/+1 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 | 1 | -152/+13 |
* | Fix display of multiple simultaneous subtitles without libass. | uau | 2006-12-21 | 1 | -1/+3 |
* | VobSub tracks cannot be handled by libass, do not mark them with 'a'. | eugeni | 2006-12-15 | 1 | -1/+2 |
* | Rename: ass_process_font -> ass_add_font. | eugeni | 2006-12-03 | 1 | -1/+1 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -1/+0 |
* | Cosmetics: indentation fix. | eugeni | 2006-11-23 | 1 | -10/+10 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 | 1 | -20/+0 |
* | Don't spam the console with timestamps (non-error messages printed every | rtogni | 2006-11-14 | 1 | -2/+2 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 | 1 | -13/+7 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 1 | -6/+8 |
* | If parsing a seek head fails then mplayer should try continue parsing the fil... | mosu | 2006-11-07 | 1 | -0/+9 |
* | Fix index-based seeking in audio-only files, fixes bug #621 | reimar | 2006-11-05 | 1 | -1/+2 |
* | add MSGTR_MPDEMUX_MKV for demux_mkv.c | kraymer | 2006-11-05 | 1 | -38/+32 |
* | Libass interface reworked: | eugeni | 2006-10-28 | 1 | -3/+3 |
* | Implement -noidx since index can use quite a bit of memory, esp. when using v... | reimar | 2006-10-15 | 1 | -0/+6 |
* | Cosmetics | reimar | 2006-10-12 | 1 | -5/+3 |
* | strncpy->strlcpy | reimar | 2006-10-12 | 1 | -1/+1 |
* | Remove useless return; at end of function | reimar | 2006-10-12 | 1 | -1/+0 |
* | Simplify demux_mkv_get_sub_lang | reimar | 2006-10-12 | 1 | -14/+1 |
* | modifications pointed out by reimar doffinger | ptt | 2006-10-12 | 1 | -17/+5 |
* | added OSD audio switching visualization | ptt | 2006-10-11 | 1 | -0/+34 |
* | More possible memleaks. | reimar | 2006-10-11 | 1 | -0/+7 |
* | Avoid memleak on error while reading attachments or multiple | reimar | 2006-10-11 | 1 | -0/+4 |
* | Simplify (by using realloc with NULL parameter) and refactor code to grow | reimar | 2006-10-10 | 1 | -18/+15 |
* | Free track->language before assigning new value | reimar | 2006-10-09 | 1 | -0/+1 |
* | Missing (in close function)/misplaced free for track structure itself. | reimar | 2006-10-09 | 1 | -1/+1 |
* | Free track data if error occurs while reading trackentry | reimar | 2006-10-09 | 1 | -30/+41 |
* | Free track encodings on error or demuxer close | reimar | 2006-10-09 | 1 | -4/+23 |
* | replace malloc+memset by calloc | reimar | 2006-10-09 | 1 | -8/+4 |
* | Remove cast of realloc result missed in last patch | reimar | 2006-10-09 | 1 | -1/+1 |
* | Remove unneeded casts for malloc/realloc calls | reimar | 2006-10-09 | 1 | -44/+43 |
* | Add matroska v2 (SimpleBlock) support. | eugeni | 2006-09-25 | 1 | -8/+45 |
* | Fix r19815: mkv_d->duration could be assigned an uninitialized value. | eugeni | 2006-09-13 | 1 | -1/+1 |
* | Fix seeking in Matroska files with non-default TimecodeScale value. | eugeni | 2006-09-12 | 1 | -1/+2 |
* | Fix block duration calculation in mkv demuxer. | eugeni | 2006-09-12 | 1 | -0/+1 |
* | Fix movie duration calculation in case when TimecodeScale element comes after | eugeni | 2006-09-12 | 1 | -5/+9 |
* | Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch | reimar | 2006-09-03 | 1 | -25/+14 |
* | Add support for rendering matroska plaintext subtitles with libass. | eugeni | 2006-09-02 | 1 | -4/+28 |
* | Matroska subtitles are always utf-8, no need to recode them. | eugeni | 2006-09-02 | 1 | -3/+0 |
* | Fix read beyond the end of allocated memory block. | eugeni | 2006-09-02 | 1 | -1/+1 |
* | Display track names in matroska files. | eugeni | 2006-09-02 | 1 | -1/+25 |
* | Extract "application/x-font" attachments from matroska, in addition | eugeni | 2006-09-01 | 1 | -1/+2 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -13/+16 |
* | SSA/ASS parser reworked, with 2 main results: | eugeni | 2006-08-22 | 1 | -2/+2 |
* | Fix seeking in matroska files when timecodes do not start from zero. | eugeni | 2006-08-18 | 1 | -1/+1 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -33/+50 |
* | Native MPEG4 SP/ASP/AP support in Matroska. | rathann | 2006-07-22 | 1 | -0/+13 |
* | more c++ decl crap | rfelker | 2006-07-10 | 1 | -1/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -3/+200 |
* | Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h. | eugeni | 2006-07-07 | 1 | -5/+5 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -3/+3 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 1 | -5/+5 |
* | feed any audio track present in the mux; switch to any of the available audio... | nicodvb | 2006-06-19 | 1 | -29/+36 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -2/+2 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -0/+3 |
* | fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa... | gpoirier | 2006-05-14 | 1 | -0/+1 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -3/+0 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -12/+5 |
* | Do not give bogus timestamps for laced packets with no default duration. Patc... | mosu | 2006-04-24 | 1 | -0/+4 |
* | 10l, keyframes must have tag 0x10, not 1. | reimar | 2006-04-14 | 1 | -1/+1 |
* | Fix RealAudio codecs (add descrambling) | rtognimp | 2006-04-03 | 1 | -10/+151 |
* | Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia... | mosu | 2006-03-22 | 1 | -0/+14 |
* | Add audio_delay argument to demux_mkv_seek. | corey | 2006-02-27 | 1 | -3/+3 |
* | Improved handling of text subs in Matroska files with adjacent newlines (\N) ... | mosu | 2006-01-04 | 1 | -8/+14 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | sort timestamps instead of assuming conventional B-frame order. (fixes x264 B... | lorenm | 2005-11-05 | 1 | -6/+14 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -8/+0 |
* | Added support for A_AAC. | mosu | 2005-10-22 | 1 | -1/+12 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -2/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference... | mosu | 2005-08-24 | 1 | -2/+2 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -10/+27 |
* | demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V... | mosu | 2005-06-09 | 1 | -1/+1 |
* | Do not switch to audio tracks whose codec private data differs from the main ... | mosu | 2005-05-21 | 1 | -0/+4 |
* | Reset the saved max_pts used for timecode reordering after seeking. Otherwise... | mosu | 2005-05-19 | 1 | -0/+1 |
* | removed unused variables | nicodvb | 2005-05-14 | 1 | -5/+0 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 | 1 | -48/+3 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -10/+21 |
* | Online audio switching now supports Matroska too. Patch by Michael Behrisch | gpoirier | 2005-04-13 | 1 | -0/+26 |
* | Fix the ogg fourcc nightmare!!! | rfelker | 2005-02-27 | 1 | -2/+2 |
* | Handle missing palettes in the info part of VobSubs in Matroska files correct... | mosu | 2005-01-21 | 1 | -0/+2 |
* | More support for AVC in Matroska. | mosu | 2005-01-16 | 1 | -0/+5 |
* | set sub_utf8 only when actually using mkv subtitles, will break external | reimar | 2005-01-16 | 1 | -2/+1 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -5/+0 |
* | Do not access word-sized elements on potentially unaligned memory addresses. ... | mosu | 2005-01-13 | 1 | -1/+1 |
* | Call subcp_close when closing the demuxer | reimar | 2005-01-11 | 1 | -0/+3 |
* | Support for AVC in Matroska. | mosu | 2005-01-11 | 1 | -0/+11 |
* | Make use of the default duration for one frame if it is present in the file. ... | mosu | 2004-11-28 | 1 | -0/+3 |
* | Added support for MPEG-1 and MPEG-2 in Matroska. | mosu | 2004-11-26 | 1 | -4/+135 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+15 |
* | DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce... | mosu | 2004-1 |