| Commit message (Expand) | Author | Age | Files | Lines |
* | SimpleBlock keyframe flag is the most significant bit | David Conrad | 2007-08-31 | 1 | -1/+1 |
* | cosmetic: indentation | Aurelien Jacobs | 2007-08-16 | 1 | -1/+1 |
* | Don't pre-scale default_duration to avoid precision loss in fps calculation. | Aurelien Jacobs | 2007-08-16 | 1 | -5/+5 |
* | no need for special case default_duration for AAC | Aurelien Jacobs | 2007-08-16 | 1 | -1/+0 |
* | calculate default_duration according to framerate only when not already set | Aurelien Jacobs | 2007-08-16 | 1 | -0/+1 |
* | ensure that negative block_time are properly checked | Aurelien Jacobs | 2007-08-10 | 1 | -1/+2 |
* | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -21/+21 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -7/+7 |
* | add support for S_ASS and S_SSA codec string | Aurelien Jacobs | 2007-07-16 | 1 | -1/+3 |
* | Remove broken assert. ebml_read_element_id can handle level_up set to NULL. | Alex Beregszaszi | 2007-07-13 | 1 | -2/+0 |
* | add support for ASS like subtitles in Matroska | Aurelien Jacobs | 2007-07-11 | 1 | -2/+20 |
* | add support for Matroska subtitle tracks | Aurelien Jacobs | 2007-07-11 | 1 | -4/+2 |
* | duration must not be scaled | Aurelien Jacobs | 2007-07-09 | 1 | -1/+0 |
* | properly set AVStream.language according to Matroska track header | Aurelien Jacobs | 2007-07-09 | 1 | -4/+10 |
* | cosmetics: indentation after last commit | Aurelien Jacobs | 2007-06-24 | 1 | -3/+3 |
* | drop blocks which are part of unsupported tracks | Aurelien Jacobs | 2007-06-24 | 1 | -1/+5 |
* | simplify | Aurelien Jacobs | 2007-06-23 | 1 | -4/+2 |
* | use intreadwrite functions in matroskadec | Aurelien Jacobs | 2007-06-23 | 1 | -11/+6 |
* | Fix @file in matroskadec.c, it was still matroska.c | Reimar Döffinger | 2007-06-20 | 1 | -1/+1 |
* | cosmetics: use one type per field in every structs | Aurelien Jacobs | 2007-06-04 | 1 | -22/+24 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-06-04 | 1 | -15/+15 |
* | add support for real audio in matroska | Aurelien Jacobs | 2007-06-04 | 1 | -0/+85 |
* | fix an infinite loop in case one cluster is not enough to demux a packet | Aurelien Jacobs | 2007-06-04 | 1 | -1/+2 |
* | split some common code from the mkv demuxer that will be useful to the muxer | David Conrad | 2007-06-04 | 1 | -0/+2642 |