| Commit message (Expand) | Author | Age |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 |
* | Add a comment to the #if 0 | reimar | 2008-01-29 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 |
* | Disable reading of flac metadata, mere metadata is not worth such a mess. | reimar | 2008-01-29 |
* | Properly check length of flac metadata. | reimar | 2008-01-29 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 |
* | Fix endless loop if nAvgBytesPerSec is 0. | reimar | 2008-01-19 |
* | Avoid a division by 0 if i_bps is 0. | reimar | 2008-01-19 |
* | Add name to email address. | diego | 2008-01-19 |
* | Put bff_mask into muxer context instead of a global variable. | reimar | 2008-01-13 |
* | Mark qt default palette tables as const | reimar | 2008-01-13 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 |
* | Remove a useless assignment (there is an if just a few lines above | reimar | 2008-01-13 |
* | Add a forgotten #ifdef USE_ASS around ass_free_track | reimar | 2008-01-13 |
* | moved pes_header from file-static to send_mpeg_pes_packet_ll() | nicodvb | 2008-01-13 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 |
* | ps1_header and ps2_header should be const | reimar | 2008-01-12 |
* | Add a few "const" attributes. | reimar | 2008-01-12 |
* | Add libass support to demux_lavf. | eugeni | 2008-01-12 |
* | Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment(). | eugeni | 2008-01-12 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 |
* | Move all subtitle parsing from mkv demuxer to update_subtitles(). | eugeni | 2008-01-11 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 |
* | Set extradata for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 |
* | Add extradata to sh_sub_t. | eugeni | 2008-01-11 |
* | Factorize private data decoding for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 |
* | Codecdata must always be malloc'd, fixes free being called with an | reimar | 2008-01-09 |
* | Deallocate audio track codecdata. | eugeni | 2008-01-07 |