| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: add EAC3 muxing support. | Benoit Fouet | 2014-10-10 | 1 | -0/+1 |
* | Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr(). | Carl Eugen Hoyos | 2014-05-21 | 1 | -1/+4 |
* | Merge commit '121b5b7e0476d22408d748b914799b7c00acc3a4' | Michael Niedermayer | 2014-04-04 | 1 | -2/+2 |
|\ |
|
| * | isom: add some BOXX tags | Piotr Bandurski | 2014-04-04 | 1 | -0/+4 |
| * | isom: add 'flic' tag | Reimar Döffinger | 2014-04-04 | 1 | -0/+1 |
| * | isom: add 'm1v ' tag | Carl Eugen Hoyos | 2014-04-04 | 1 | -0/+1 |
| * | OpenEXR decoder | Jimmy Christensen | 2014-04-01 | 1 | -0/+1 |
| * | mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd | Michael Niedermayer | 2014-03-31 | 1 | -56/+0 |
| * | isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata() | Michael Niedermayer | 2014-03-31 | 1 | -2/+4 |
| * | isom: Simplify mov_rewrite_dvd_sub_extradata() | Michael Niedermayer | 2014-03-31 | 1 | -10/+8 |
| * | isom: fix C99-style declaration | Michael Niedermayer | 2014-03-16 | 1 | -1/+2 |
* | | avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions f... | Michael Niedermayer | 2014-03-17 | 1 | -56/+0 |
* | | avformat/isom: only write the size if its non zero in mov_rewrite_dvd_sub_ext... | Michael Niedermayer | 2014-03-17 | 1 | -2/+4 |
* | | avformat/isom: Simplify mov_rewrite_dvd_sub_extradata() | Michael Niedermayer | 2014-03-17 | 1 | -10/+8 |
* | | avformat/isom: fix mix of declaration and statement | Michael Niedermayer | 2014-03-16 | 1 | -1/+2 |
* | | Merge commit '8f629a986c46f227abda1811a6ad1f449871ca35' | Michael Niedermayer | 2014-03-16 | 1 | -0/+57 |
|\| |
|
| * | isom: convert mp4 dvdsub extradata to vobsub format | wm4 | 2014-03-15 | 1 | -0/+57 |
* | | Merge commit '4f3db5d3418a24f3b90422e98ad75388052c4284' | Michael Niedermayer | 2014-03-09 | 1 | -0/+1 |
|\| |
|
| * | movenc: allow muxing HEVC in MODE_MP4. | Tim Walker | 2014-03-09 | 1 | -0/+1 |
* | | Merge commit '1d9014f0b008485eac4c19d5f5e11ede59237167' | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
|\| |
|
| * | movenc: use 'hev1' tag for HEVC in MODE_MOV. | Tim Walker | 2014-03-09 | 1 | -1/+1 |
| * | movdec: handle 0x7fff langcode as macintosh per the specs | Baptiste Coudurier | 2014-03-09 | 1 | -1/+1 |
* | | Merge commit '8a0bc40545a216a49f43db5d9a42a63961333354' | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
|\| |
|
| * | libspeex: support ZygoAudio (quality 10 mode) | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
| * | isom: lpcm in mov default to big endian | Mark Himsley | 2014-03-09 | 1 | -0/+1 |
| * | isom: add "MNG" FourCC | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
| * | isom: Support MPEG-2 video mov files from FPC5 | Carl Eugen Hoyos | 2014-03-09 | 1 | -0/+1 |
| * | isom: add "NO16" FourCC | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
| * | isom: add Radius DV YUV FourCCs | Piotr Bandurski | 2014-03-09 | 1 | -0/+2 |
* | | avformat/isom: remove duplicated line | Michael Niedermayer | 2014-03-09 | 1 | -1/+0 |
* | | Merge commit 'eeae858596a5ce5a84797283f590a16add5704f4' | Michael Niedermayer | 2014-03-09 | 1 | -0/+1 |
|\| |
|
| * | isom: Support Sony XAVC in mov | Carl Eugen Hoyos | 2014-03-09 | 1 | -0/+1 |
| * | isom: add xd51 hdcam | Ben Littler | 2014-03-09 | 1 | -0/+1 |
| * | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+1 |
| * | mov: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 1 | -0/+3 |
* | | Support MPEG-2 video mov files with sample description mp2v. | Carl Eugen Hoyos | 2014-02-23 | 1 | -0/+1 |
* | | lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags() | wm4 | 2014-01-19 | 1 | -0/+9 |
* | | avformat/isom: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -7/+2 |
* | | avformat/isom: free extradata on failure to read it | Michael Niedermayer | 2013-12-25 | 1 | -1/+4 |
* | | avformat/isom: check avio_read() result | Michael Niedermayer | 2013-12-22 | 1 | -1/+3 |
* | | avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized | Michael Niedermayer | 2013-12-18 | 1 | -1/+1 |
* | | avformat/isom: lpcm in mov default to big endian | Mark Himsley | 2013-11-01 | 1 | -0/+1 |
* | | lavf/riff: Fix a comment. | Carl Eugen Hoyos | 2013-10-18 | 1 | -1/+1 |
* | | Support 4k AVC-Intra in mov. | Carl Eugen Hoyos | 2013-10-18 | 1 | -0/+1 |
* | | lavf/mov: Support HEVC demuxing. | Yusuke Nakamura | 2013-10-16 | 1 | -0/+3 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | | isom: add xd51 hdcam , someone needs to binary search FCP for new isom... | Compn | 2013-06-19 | 1 | -0/+1 |
* | | Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9' | Michael Niedermayer | 2013-05-17 | 1 | -0/+2 |
|\| |
|
| * | Apple Intermediate Codec decoder | Kostya Shishkov | 2013-05-17 | 1 | -0/+2 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|