288 Commits (a106d4112d4a4c437ee07679e6d165356e316a87)

Author SHA1 Message Date
Baptiste Coudurier c6e2c6c9c6 support for 3gp metadata 17 years ago
Baptiste Coudurier 07b7b06d92 move utf8 code before udta func, will be used by 3gp tags 17 years ago
Baptiste Coudurier c55cc074cc write usual brand for ipod format 17 years ago
Baptiste Coudurier d32d6defee simplify 17 years ago
Baptiste Coudurier 20e22af85a factorize psp metadata 17 years ago
Baptiste Coudurier f7635edb4d cosmetics 17 years ago
Baptiste Coudurier c3858df291 cosmetics 17 years ago
Baptiste Coudurier 709c9f8de3 support alac in ipod m4a format, tested on quicktime 17 years ago
Baptiste Coudurier ccec1b69c0 m4v/m4a are usual itunes/ipod/iphone extensions 17 years ago
Baptiste Coudurier d88812a91f indent 17 years ago
Baptiste Coudurier d1d87dfba0 rework udta handling, if any track set bitexact, don't write any metadata 17 years ago
Baptiste Coudurier 1dc7ff331a 10l, add parentheses 17 years ago
Baptiste Coudurier cabc1a7dce indent 17 years ago
Baptiste Coudurier b63ba850c1 remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits 17 years ago
Baptiste Coudurier 0724373d2c cosmetics 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 96f69e0d87 warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy 17 years ago
Baptiste Coudurier c4f078ffe1 reindent 17 years ago
Baptiste Coudurier e95580e70a this should be valid for audio too 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Baptiste Coudurier 287d6cfad7 cosmetics: remove useless whitespaces and put braces correctly 17 years ago
Baptiste Coudurier 463e7afd18 support for alac in .mov 17 years ago
Baptiste Coudurier b64518e91b special mpeg2 handling is no more needed 17 years ago
Baptiste Coudurier b371539a3d prevent writing empty stss atom 17 years ago
Baptiste Coudurier 721da10aeb fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it 17 years ago
Baptiste Coudurier 7b0f4c9aaa cosmetics, move case up 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Baptiste Coudurier 91208916c6 cosmetics, remove whitespaces before and after parenthesis 17 years ago
Michael Niedermayer f70eccdb39 2 more missing consts found by -Wwrite-strings. 17 years ago
Baptiste Coudurier fa7343eaf2 stupid typo 17 years ago
Baptiste Coudurier ccac843872 support rawvideo in mov 17 years ago
Baptiste Coudurier 4ad08accb2 use context in av_log 17 years ago
Baptiste Coudurier c8134d7104 warning is only valid for mov 17 years ago
Baptiste Coudurier 0b98a7b3b2 cosmetics, split long lines, remove useless braces, merge comments and if 17 years ago
Baptiste Coudurier 506e4bb8bc cosmetics, vertically align 17 years ago
Baptiste Coudurier bbe052463d spoke too fast, fix dv fourcc in mov accordingly if strict 17 years ago
Baptiste Coudurier ea1664e33a finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell 17 years ago
Baptiste Coudurier d97f214435 indentation 17 years ago
Baptiste Coudurier a23c9c4a50 correctly and only set standard stsd fourcc for mp4/3gp 17 years ago
Baptiste Coudurier d0c0a29b5a write esds atom when mpeg-4 systems tags are used 17 years ago
Baptiste Coudurier 2c2f58c0ad document tag field 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago
Aurelien Jacobs 6e6eebf919 extract isom_write_avcc into a function 17 years ago
Aurelien Jacobs de04ad45ec Add one more parameter to avc_parse_nal_units so that it allows not to 17 years ago
Aurelien Jacobs ed7fa39c2d Check return value of avc_parse_nal_units(). 17 years ago
Baptiste Coudurier b356f75d46 fix indentation 17 years ago
Baptiste Coudurier 79e42311d3 use generic 'glbl' atom if extradata is present but no specific method is known 17 years ago
Baptiste Coudurier 44fb8ebb62 fix dnxhd 720p in mov for quicktime player 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago