| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013' | Michael Niedermayer | 2012-09-20 | 1 | -0/+1 |
|\ |
|
| * | 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 |
* | | lavf/mkv: prefix video stereo arrays with ff_. | Clément Bœsch | 2012-09-16 | 1 | -2/+2 |
* | | add OTF support for attachments | Sébastien Brochet | 2012-09-10 | 1 | -0/+1 |
* | | matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. | Philip Langdale | 2012-08-25 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -65/+65 |
|\| |
|
| * | 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 |
* | | matroskadec: Implement support for ALAC | Moritz Bunkus | 2012-08-05 | 1 | -0/+1 |
* | | matroska: add support for Opus. | Nicolas George | 2012-07-20 | 1 | -0/+1 |
* | | matroska: improve declaration of video_stereo_* constant tables | Aurelien Jacobs | 2011-05-24 | 1 | -2/+2 |
* | | matroska: cleanup handling of video stereo mode | Aurelien Jacobs | 2011-05-24 | 1 | -0/+24 |
|/ |
|
* | 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 |