| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics: remove useless whitespaces and put braces correctly | Baptiste Coudurier | 2008-04-24 | 1 | -13/+11 |
* | support for alac in .mov | Baptiste Coudurier | 2008-04-24 | 1 | -1/+14 |
* | special mpeg2 handling is no more needed | Baptiste Coudurier | 2008-04-04 | 1 | -12/+1 |
* | prevent writing empty stss atom | Baptiste Coudurier | 2008-03-30 | 1 | -1/+1 |
* | fix mpeg2 muxing, replace seq header if contained in extradata and key frame ... | Baptiste Coudurier | 2008-03-20 | 1 | -1/+12 |
* | cosmetics, move case up | Baptiste Coudurier | 2008-03-20 | 1 | -4/+3 |
* | ipod/iphone compatible mp4 muxer | Baptiste Coudurier | 2008-03-16 | 1 | -4/+41 |
* | cosmetics, remove whitespaces before and after parenthesis | Baptiste Coudurier | 2008-02-06 | 1 | -47/+47 |
* | 2 more missing consts found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -2/+2 |
* | stupid typo | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | support rawvideo in mov | Baptiste Coudurier | 2008-01-31 | 1 | -2/+18 |
* | use context in av_log | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | warning is only valid for mov | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | cosmetics, split long lines, remove useless braces, merge comments and if | Baptiste Coudurier | 2008-01-28 | 1 | -8/+7 |
* | cosmetics, vertically align | Baptiste Coudurier | 2008-01-28 | 1 | -13/+6 |
* | spoke too fast, fix dv fourcc in mov accordingly if strict | Baptiste Coudurier | 2008-01-28 | 1 | -1/+2 |
* | finally set codec tags for mov/mp4/3gp muxers, this should not break anything... | Baptiste Coudurier | 2008-01-28 | 1 | -0/+5 |
* | indentation | Baptiste Coudurier | 2008-01-28 | 1 | -17/+17 |
* | correctly and only set standard stsd fourcc for mp4/3gp | Baptiste Coudurier | 2008-01-28 | 1 | -21/+29 |
* | write esds atom when mpeg-4 systems tags are used | Baptiste Coudurier | 2008-01-28 | 1 | -2/+2 |
* | document tag field | Baptiste Coudurier | 2008-01-28 | 1 | -1/+1 |
* | add a ff_ prefix to newly exported functions from avc.c | Aurelien Jacobs | 2008-01-11 | 1 | -2/+2 |
* | Move isom_write_avcc() and related functions into a separate file. | Aurelien Jacobs | 2008-01-11 | 1 | -113/+1 |
* | extract isom_write_avcc into a function | Aurelien Jacobs | 2008-01-11 | 1 | -12/+19 |
* | Add one more parameter to avc_parse_nal_units so that it allows not to | Aurelien Jacobs | 2008-01-11 | 1 | -4/+4 |