3494 Commits (37a4b3bb02f52dab1fb226c72c1e1bafcd0afff7)

Author SHA1 Message Date
Diego Biurrun 07cb073bf9 Remove unused variable, fixes the warning: 16 years ago
Baptiste Coudurier d4fdba0df7 chinese avs demuxing support, demux AVSFileFormat.mp4 16 years ago
Evgeniy Stepanov 5e8477b011 matroskadec: decode track private data if needed 16 years ago
Evgeniy Stepanov 935ec5a1d5 matroskadec: move buffer decoding code to a separate function 16 years ago
Aurelien Jacobs 51e1cc16d3 matroskadec: fix a memory leak 16 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 16 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 16 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 16 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 16 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 16 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 16 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 16 years ago
Art Clarke 6919e54c00 Check if there is at least a stream before writing trailer. 16 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 years ago
Baptiste Coudurier 2562ccb38d remove useless close func 16 years ago
Baptiste Coudurier 6a862b4947 remove useless close func 16 years ago
Baptiste Coudurier 9f5d3b13cf ffm has no per stream priv_data anymore 16 years ago
Luca Abeni e917464155 Fix neverending loop which might happen when sending high-bitrate MPEG2 16 years ago
Florian Echtler 25176d6e22 Parse 'dats' as data. 16 years ago
Art Clarke e3ec60d82a free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com 16 years ago
Aurelien Jacobs ded4241bb0 matroskadec: remove some useless code 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
Joakim Plate de6a9a2673 matroskadec: set cur_dts after seek 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