| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect cast found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+120 |
* | Make ff_mkv_codec_tags lie entirely in .rodata section. | Aurelien Jacobs | 2008-01-07 | 1 | -1/+1 |
* | move num_packets=0 where it belongs | Aurelien Jacobs | 2008-01-02 | 1 | -1/+1 |
* | export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) | Evgeniy Stepanov | 2007-12-29 | 1 | -19/+0 |
* | clear internal queue when seeking | Aurelien Jacobs | 2007-12-29 | 1 | -0/+2 |
* | move internal queue freeing code in its own function | Aurelien Jacobs | 2007-12-29 | 1 | -7/+18 |
* | fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) | Gabriel Forté | 2007-12-29 | 1 | -2/+6 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -1/+1 |
* | cosmetics: comment spelling fixes | Diego Biurrun | 2007-12-03 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -18/+18 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-10-21 | 1 | -62/+62 |
* | Make Matroska demuxer output full frames instead of slices for RealVideo | Aurelien Jacobs | 2007-10-21 | 1 | -29/+4 |
* | 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 |