535 Commits (795ed278e6d702ad841c3043e2b878afc6f599f4)

Author SHA1 Message Date
Baptiste Coudurier 6da5407401 parse pasp atom and set sample aspect ratio, 16 years ago
Baptiste Coudurier c3e92a6cb4 remove _t in typedef for POSIX compatibility 16 years ago
Kenan Gillet 73b458e354 Commit last ok'ed parts of QCELP decoder and enable it. 16 years ago
Kenan Gillet 061f407e53 More OKed parts of the QCELP decoder 16 years ago
Baptiste Coudurier 12e416c848 decrease atom size, fix broken files missing version/flags 16 years ago
Baptiste Coudurier 51c1520114 read itunes metadata, code based on Reimar's patch 16 years ago
Baptiste Coudurier 86b0affd08 simplify metadata reading 16 years ago
Baptiste Coudurier 5b9ce252a9 10l, fix amrwb sample rate 16 years ago
Baptiste Coudurier f06188d5ee set sample rate for amr to allow stream copy since no decoder is present, 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Baptiste Coudurier 0c5f76f708 support negative ctts in some way, unset wrong dts 16 years ago
Baptiste Coudurier 4e240985d8 stop parsing if tag size is wrongly < 8 to avoid infinite loop 16 years ago
Baptiste Coudurier aeb627888d merge amr wb case with amr nb and qcelp 16 years ago
Baptiste Coudurier 26f5e1469f do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 3a25c707fa remove vorbis dec hack, decoding will be done anyway to get frame size 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Baptiste Coudurier 7e4b3fb878 enable fl32/64 le/be in mov with stsd audio v2 16 years ago
Peter Ross a1ef2c4bb3 Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. 16 years ago
Baptiste Coudurier 021b8ae39b fix if/else case 17 years ago
Baptiste Coudurier 2288834f87 full lpcm support in mov audio stsd v2 17 years ago
Baptiste Coudurier aaef2bb345 support big endian lpcm with audio stsd v2 17 years ago
Baptiste Coudurier 6b477e1b71 keep original codec/fourcc endianness, fix XDCAMHD.mov 17 years ago
Baptiste Coudurier 9184d53a03 more complete audio stsd v2 17 years ago
Baptiste Coudurier 5ef3ad59f2 move version specific parsing code before codec specific code, will be needed 17 years ago
Art Clarke 138568e9da downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com 17 years ago
John Schmiederer ec072669f7 Use tkhd matrix for proper display in mov. 17 years ago
Baptiste Coudurier 5469b788ea cosmetics, remove space 17 years ago
Baptiste Coudurier 40e7aaa384 Return max score when ftyp atom is encountered. 17 years ago
Baptiste Coudurier d4fdba0df7 chinese avs demuxing support, demux AVSFileFormat.mp4 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
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