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