353 Commits (b845df113c94fc3cd0699f59600eb2c0aacd329c)

Author SHA1 Message Date
Art Clarke e3ec60d82a free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 391872e467 aac chan config is 0 if bitstream contains program_config_element 17 years ago
Albert Astals Cid 6f04eb1e8a free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es 17 years ago
Baptiste Coudurier 585dac65db only print debug info when sample is actually added 17 years ago
Baptiste Coudurier 285a3da9bd warn about multiple fourcc 17 years ago
Baptiste Coudurier 978677a779 demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Henrik Gulbrandsen e8430214c3 set pkt duration, only when dts == pts though, 17 years ago
Baptiste Coudurier eb034aca18 yes it is true for mp4 17 years ago
Baptiste Coudurier 43612ffe25 remove unneeded variable 17 years ago
Baptiste Coudurier baf9fb32c0 move vars decls where vars are used 17 years ago
Baptiste Coudurier 45a97d3018 set channels and sample rate from mpeg4audio config 17 years ago
Baptiste Coudurier 1dec399449 parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files 17 years ago
Baptiste Coudurier 69b1c62756 update doc 17 years ago
Baptiste Coudurier 7e6273322c error is -1 17 years ago
Baptiste Coudurier cfb5a2abcb cosmetics 17 years ago
Baptiste Coudurier 47e1d7efce move vars decls where vars are used 17 years ago
Baptiste Coudurier 8cd92bb915 parser should not be needed anymore, merge cases and set frame size for amr too 17 years ago
Baptiste Coudurier 3b8c000d1e lower frame size to split amr/qcelp/gsm frames 17 years ago
Baptiste Coudurier 37ffe34bf3 align and remove useless braces 17 years ago
Baptiste Coudurier 1c126b4f38 cosmetics, remove whitespaces in tags 17 years ago
Baptiste Coudurier cc326d2bf3 set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov 17 years ago
Baptiste Coudurier 3f78a3a955 demux qcelp, so this can work with soc decoder and stream copy 17 years ago
Baptiste Coudurier be51192502 set alac frame size from extradata 17 years ago
Michael Niedermayer 7344dac4ad Fix probe for mov00003.mqv. 17 years ago
Baptiste Coudurier 0265fe81e4 remove cast 17 years ago
Baptiste Coudurier 612b5cbb24 better error message 17 years ago
Baptiste Coudurier 5e788d588b support mp4 fragmented files without any samples in the moov atom 17 years ago
Baptiste Coudurier 44e43aab03 check frag track id before setting st 17 years ago
Baptiste Coudurier 5610f20ed4 gsm in mov, demux surge-1-16-B-agsm.mov 17 years ago
Baptiste Coudurier 9e81a0ce00 print essence path in error message 17 years ago
Baptiste Coudurier 9ce84dd8b4 cosmetics, useless braces 17 years ago
Baptiste Coudurier 6282c5f45b print stream index in error message 17 years ago
Baptiste Coudurier 71f3623510 according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov 17 years ago
Baptiste Coudurier d3bc61ac75 Only use chunk demuxing for old uncompressed audio mechanism specified by stts. 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Baptiste Coudurier 48a5529016 sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing 17 years ago
Baptiste Coudurier 433aeb6240 support fragments when non streamable 17 years ago
Baptiste Coudurier 61aedb0f56 mp4 fragments support 17 years ago
Baptiste Coudurier 117a9190cd cosmetics, split or move too long lines 17 years ago
Baptiste Coudurier db3ee6cc96 simplify, and only stop parsing when non streamable 17 years ago
Baptiste Coudurier bb787a93dd atoms are not mp4 only, and yes probe is sufficient 17 years ago
Baptiste Coudurier 9c55b7725b update description 17 years ago
Baptiste Coudurier 3efe8848fc return ENOMEM 17 years ago
Baptiste Coudurier 2922cbdb14 cannot free AVStream like this, and return ENOMEM 17 years ago
Baptiste Coudurier e3c4740fd4 indentation 17 years ago
Baptiste Coudurier eb61405a07 remove useless debug print since now mov_build_index will do 17 years ago
Baptiste Coudurier f9900374ec free track data asap 17 years ago
Baptiste Coudurier 1e77810d3b move mov_build_index before mov_read_trak to avoid useless declaration 17 years ago