Age | Commit message (Expand) | Author |
2008-09-03 | forbid mp3 < 16000hz in anything except mov | Baptiste Coudurier |
2008-09-03 | dirac muxing support in mp4/mov | Baptiste Coudurier |
2008-09-03 | cosmetics, vertical align | Baptiste Coudurier |
2008-09-03 | ac3 muxing support in mov/mp4/m4v | Baptiste Coudurier |
2008-09-02 | correctly mux mpeg2 audio 13818-3 in mp4 | Baptiste Coudurier |
2008-08-31 | check for malloc failure | Baptiste Coudurier |
2008-08-31 | copy whole frame in vosData for dnxhd, this code will be used for other codec... | Baptiste Coudurier |
2008-08-24 | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger |
2008-08-23 | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs |
2008-06-27 | clarify error message about codec tag | Baptiste Coudurier |
2008-06-15 | set correct ftyp minor version for 3gp/2 | Baptiste Coudurier |
2008-06-14 | invert mode_mov condition | Baptiste Coudurier |
2008-06-14 | simplify | Baptiste Coudurier |
2008-06-14 | change 3gp/3g2 brands if h264 is present | Baptiste Coudurier |
2008-06-14 | simplify ipod brand selection | Baptiste Coudurier |
2008-06-14 | fix warning, write_ftyp return int now | Baptiste Coudurier |
2008-06-14 | put avc1 brand in compat list when h264 is present | Baptiste Coudurier |
2008-06-13 | I think we are also compliant to iso2. | Michael Niedermayer |
2008-06-13 | Add isom to the compatible brands. | Michael Niedermayer |
2008-06-13 | Calculate ftyp size instead of hardcoding it. | Michael Niedermayer |
2008-06-12 | simplify MODE_3G2 | Michael Niedermayer |
2008-06-12 | Change MODE_* to 1<<c so several can be set at the same time. | Michael Niedermayer |
2008-06-12 | cosmetics, reindent | Baptiste Coudurier |
2008-06-12 | don't write double sets of metadata in mov, only write usual ones | Baptiste Coudurier |
2008-06-11 | indent | Baptiste Coudurier |
2008-06-11 | support for 3gp metadata | Baptiste Coudurier |
2008-06-11 | move utf8 code before udta func, will be used by 3gp tags | Baptiste Coudurier |
2008-06-11 | write usual brand for ipod format | Baptiste Coudurier |
2008-06-11 | simplify | Baptiste Coudurier |
2008-06-11 | factorize psp metadata | Baptiste Coudurier |
2008-06-11 | cosmetics | Baptiste Coudurier |
2008-06-11 | cosmetics | Baptiste Coudurier |
2008-06-11 | support alac in ipod m4a format, tested on quicktime | Baptiste Coudurier |
2008-06-09 | m4v/m4a are usual itunes/ipod/iphone extensions | Baptiste Coudurier |
2008-06-09 | indent | Baptiste Coudurier |
2008-06-09 | rework udta handling, if any track set bitexact, don't write any metadata | Baptiste Coudurier |
2008-06-09 | 10l, add parentheses | Baptiste Coudurier |
2008-06-09 | indent | Baptiste Coudurier |
2008-06-09 | remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc... | Baptiste Coudurier |
2008-06-09 | cosmetics | Baptiste Coudurier |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-29 | warn if pts is not set, prevent writing negative/weird cts, happens when usin... | Baptiste Coudurier |
2008-05-29 | reindent | Baptiste Coudurier |
2008-05-29 | this should be valid for audio too | Baptiste Coudurier |
2008-05-06 | Remove unnecessary parentheses from return calls. | Diego Biurrun |
2008-04-24 | cosmetics: remove useless whitespaces and put braces correctly | Baptiste Coudurier |
2008-04-24 | support for alac in .mov | Baptiste Coudurier |
2008-04-04 | special mpeg2 handling is no more needed | Baptiste Coudurier |
2008-03-30 | prevent writing empty stss atom | Baptiste Coudurier |
2008-03-20 | fix mpeg2 muxing, replace seq header if contained in extradata and key frame ... | Baptiste Coudurier |