| Commit message (Expand) | Author | Age | Files | Lines |
* | matroska: implement support for ProRes | Luca Barbato | 2012-09-19 | 1 | -0/+1 |
* | matroska: implement support for ALAC | Moritz Bunkus | 2012-09-19 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -63/+63 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | matroskaenc: add support for muxing SRT tracks | Aurelien Jacobs | 2010-07-25 | 1 | -0/+1 |
* | matroska: Add V_VP8 | Google | 2010-05-19 | 1 | -0/+1 |
* | matroskadec: add support for SIPR audio tracks | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 1 | -2/+1 |
* | Support demuxing Blu-ray subtitles in matroska files. | Carl Eugen Hoyos | 2010-01-27 | 1 | -0/+1 |
* | matroska: add support for MLP and TRUEHD codec tags | Aurelien Jacobs | 2009-03-30 | 1 | -0/+2 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -0/+7 |
* | matroska: sort codec tags list | Aurelien Jacobs | 2008-12-12 | 1 | -29/+29 |
* | matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) | Kurtnoise | 2008-12-12 | 1 | -0/+1 |
* | matroska: add E-AC-3 support | Aurelien Jacobs | 2008-09-01 | 1 | -1/+1 |
* | matroska: add support for most variants of PCM | Aurelien Jacobs | 2008-08-20 | 1 | -3/+9 |
* | matroskadec: remove useless comments in ff_mkv_codec_tags | Aurelien Jacobs | 2008-08-05 | 1 | -4/+1 |
* | matroska: add support for A_QUICKTIME/QDM2 codec | Aurelien Jacobs | 2008-07-27 | 1 | -0/+1 |
* | 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 |