| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add support for FLAC in matroska | Aurelien Jacobs | 2006-11-21 | 1 | -0/+9 |
* | add support for tta in matroska | Aurelien Jacobs | 2006-11-20 | 1 | -0/+18 |
* | cosmetics: reindent after last commit | Aurelien Jacobs | 2006-11-20 | 1 | -7/+7 |
* | matroska: split real video frames so that each packet contains only one slice | Aurelien Jacobs | 2006-11-20 | 1 | -7/+32 |
* | matroska: properly handle real video extradata | Aurelien Jacobs | 2006-11-20 | 1 | -1/+8 |
* | simplify free()+set to NULL using av_freep() | Aurelien Jacobs | 2006-11-20 | 1 | -2/+1 |
* | Allows playback of truncated matroska files. | Aurelien Jacobs | 2006-11-12 | 1 | -4/+2 |
* | Fix wrong comment. | Steve L'Homme | 2006-11-11 | 1 | -1/+1 |
* | Add A_AAC codec identifier support in matroska. | Steve L'Homme | 2006-11-11 | 1 | -2/+2 |
* | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier | 2006-11-09 | 1 | -3/+2 |
* | add support for AAC in matroska | Aurelien Jacobs | 2006-11-08 | 1 | -3/+55 |