221 Commits (f974f1faafb51e74f683cfe5e55255e980071592)

Author SHA1 Message Date
  Baptiste Coudurier bed4fc54c9 write copyright metadata tag 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Baptiste Coudurier 1993f8d640 terminate tag tables by CODEC_ID_NONE 16 years ago
  Baptiste Coudurier cf74dd4a5c do not fail if audio is uncompressed and frame size is not set, just set it 16 years ago
  Baptiste Coudurier efa1fb39d2 cosmetics, remove whitespace 16 years ago
  Kurtnoise 4ed1942008 actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr 16 years ago
  Damiano Galassi 544a0f47af skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, 16 years ago
  Baptiste Coudurier c4e02d702c change the logic to mux 13818-3 and 11172-3 in mp4, less code 16 years ago
  Baptiste Coudurier e00c3de821 forbid mp3 < 16000hz in anything except mov 16 years ago
  Baptiste Coudurier c3b1325158 dirac muxing support in mp4/mov 16 years ago
  Baptiste Coudurier baa0be4cf0 cosmetics, vertical align 16 years ago
  Baptiste Coudurier d4a240cbc9 ac3 muxing support in mov/mp4/m4v 16 years ago
  Baptiste Coudurier dfce888f8a correctly mux mpeg2 audio 13818-3 in mp4 16 years ago
  Baptiste Coudurier e8c4df40e3 check for malloc failure 16 years ago
  Baptiste Coudurier db568c079a copy whole frame in vosData for dnxhd, this code will be used for other codecs too 16 years ago
  Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
  Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
  Baptiste Coudurier bc4c3a55f5 clarify error message about codec tag 17 years ago
  Baptiste Coudurier 40f8675ccf set correct ftyp minor version for 3gp/2 17 years ago
  Baptiste Coudurier 6ba9ed9557 invert mode_mov condition 17 years ago
  Baptiste Coudurier d3e4783212 simplify 17 years ago
  Baptiste Coudurier 3473ca9a25 change 3gp/3g2 brands if h264 is present 17 years ago
  Baptiste Coudurier cd70d17f5f simplify ipod brand selection 17 years ago
  Baptiste Coudurier 7b0fb8b77a fix warning, write_ftyp return int now 17 years ago
  Baptiste Coudurier 835790846c put avc1 brand in compat list when h264 is present 17 years ago
  Michael Niedermayer 65f526835f I think we are also compliant to iso2. 17 years ago
  Michael Niedermayer ed6e47c21d Add isom to the compatible brands. 17 years ago
  Michael Niedermayer 1560b66714 Calculate ftyp size instead of hardcoding it. 17 years ago
  Michael Niedermayer a04aec6d1a simplify MODE_3G2 17 years ago
  Michael Niedermayer 2c77994fc8 Change MODE_* to 1<<c so several can be set at the same time. 17 years ago
  Baptiste Coudurier ce072b2d30 cosmetics, reindent 17 years ago
  Baptiste Coudurier 283c9a8ed4 don't write double sets of metadata in mov, only write usual ones 17 years ago
  Baptiste Coudurier 927509e10b indent 17 years ago
  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