| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+12 |
* | Make ff_mkv_codec_tags lie entirely in .rodata section. | Aurelien Jacobs | 2008-01-07 | 1 | -1/+1 |
* | export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) | Evgeniy Stepanov | 2007-12-29 | 1 | -4/+4 |
* | Make ff_mkv_codec_tags array const, it is never written. | Reimar Döffinger | 2007-12-02 | 1 | -1/+1 |
* | Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv | David Conrad | 2007-09-06 | 1 | -1/+1 |
* | Add V_SNOW | David Conrad | 2007-08-24 | 1 | -0/+1 |
* | use the most appropriate codec id for A_MPEG/L1 and L2 | Aurelien Jacobs | 2007-07-25 | 1 | -2/+2 |
* | reorder matroska codec tags so that the encoder picks up the appropriate tag | Aurelien Jacobs | 2007-07-25 | 1 | -3/+3 |
* | add support for S_ASS and S_SSA codec string | Aurelien Jacobs | 2007-07-16 | 1 | -0/+2 |
* | add support for ASS like subtitles in Matroska | Aurelien Jacobs | 2007-07-11 | 1 | -0/+2 |
* | add support for Matroska subtitle tracks | Aurelien Jacobs | 2007-07-11 | 1 | -0/+5 |
* | add support for real audio in matroska | Aurelien Jacobs | 2007-06-04 | 1 | -0/+5 |
* | split some common code from the mkv demuxer that will be useful to the muxer | David Conrad | 2007-06-04 | 1 | -2789/+3 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-04-10 | 1 | -1/+1 |
* | add support for seeking to a keyframe instead of a random frame | Aurelien Jacobs | 2007-04-09 | 1 | -0/+13 |
* | add an intermediate variable (prepare for next patch) | Aurelien Jacobs | 2007-04-09 | 1 | -1/+3 |
* | add support for seeking in matroska files | Aurelien Jacobs | 2007-04-09 | 1 | -0/+33 |
* | move matroska_find_track_by_num() upper in the file | Aurelien Jacobs | 2007-04-09 | 1 | -13/+15 |
* | cluster position is relative to segment_start | Aurelien Jacobs | 2007-04-09 | 1 | -1/+1 |
* | properly set streams start_time | Aurelien Jacobs | 2007-04-09 | 1 | -0/+1 |
* | remove unused context field | Aurelien Jacobs | 2007-04-09 | 1 | -3/+0 |
* | remove wrong and no more used packet reordering code | Aurelien Jacobs | 2007-04-09 | 1 | -51/+0 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | add support for V_THEORA into Matroska | Aurelien Jacobs | 2007-03-25 | 1 | -0/+1 |
* | disable pts reordering code and initialize a parser instead | Aurelien Jacobs | 2007-03-15 | 1 | -8/+1 |
* | remove outdated comment | Aurelien Jacobs | 2007-03-13 | 1 | -1/+0 |
* | remove no more needed parameters | Aurelien Jacobs | 2007-03-13 | 1 | -9/+3 |
* | set pkt->duration for laced packets too | Aurelien Jacobs | 2007-03-13 | 1 | -8/+1 |
* | calculate pts for laced packets | Aurelien Jacobs | 2007-03-13 | 1 | -4/+9 |
* | calculate default_duration for AAC tracks | Aurelien Jacobs | 2007-03-13 | 1 | -0/+1 |
* | scale duration and default_duration | Aurelien Jacobs | 2007-03-13 | 1 | -6/+7 |
* | move timecode calculation out of laces loop | Aurelien Jacobs | 2007-03-12 | 1 | -5/+7 |
* | cosmetic: indent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | reorder pts of packets from tracks using V_MPEG* codecs | Aurelien Jacobs | 2007-03-11 | 1 | -0/+60 |
* | revert r7181 | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | check if current block contains a B frame and gives this info to parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -5/+12 |
* | extract ebml_read_binary() out of matroska_parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -13/+24 |
* | reindent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -27/+27 |
* | parse clusters until some packets are queued | Aurelien Jacobs | 2007-03-11 | 1 | -6/+5 |
* | fix a stupid bug in ebml_read_sint() | Aurelien Jacobs | 2007-03-11 | 1 | -1/+0 |
* | use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() | Aurelien Jacobs | 2007-03-11 | 1 | -3/+3 |
* | don't rely on a specific appearance order for ebml elements at the same level | Aurelien Jacobs | 2007-03-02 | 1 | -15/+14 |
* | add support for simple blocks (ie. matroska v2) | Aurelien Jacobs | 2007-03-02 | 1 | -2/+9 |
* | cosmetics: fix indentation of the new matroska_parse_block() function | Aurelien Jacobs | 2007-03-01 | 1 | -162/+159 |
* | split a matroska_parse_block() function from matroska_parse_blockgroup() | Aurelien Jacobs | 2007-03-01 | 1 | -29/+44 |
* | fix an off-by-one error in probing function | Aurelien Jacobs | 2007-03-01 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | matroska: scale timecode according to time_scale | Aurelien Jacobs | 2006-11-28 | 1 | -1/+1 |
* | No need for special trick anymore for flac in matroska. | Aurelien Jacobs | 2006-11-23 | 1 | -8/+0 |