123 Commits (ca6940f871c2b8fdd056407f7928659d42c6d1b0)

Author SHA1 Message Date
Baptiste Coudurier 4278662d45 treat frame_size > 1 as compressed audio 18 years ago
Baptiste Coudurier 10fc840c52 fix pcm u/s8 muxing 18 years ago
Baptiste Coudurier 2260499caf deobfuscate, clearly split mov case 18 years ago
Baptiste Coudurier 1e5f5e3b7a use common tables for mov muxer and demuxer 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Baptiste Coudurier 1aad0dfd62 remove useless sampleDuration 18 years ago
Baptiste Coudurier b596102e7e check codec frame size directly and only for audio 18 years ago
Michael Niedermayer 79e5a53c0a utf8 title support for psp (untested) 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Baptiste Coudurier f45b744cb7 simplify 18 years ago
Baptiste Coudurier aa90239fd9 mov vfr muxing 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Baptiste Coudurier ffb512e349 move track timescale/sampleDuration init to write_header and return error if not set 18 years ago
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Baptiste Coudurier 7228914047 set elst start time to first pts 18 years ago
Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 18 years ago
Baptiste Coudurier 87494ea03c detailed infos about d263 atom 18 years ago
Baptiste Coudurier 915282e5b8 indention 18 years ago
Baptiste Coudurier 5997ed786a only set fields for mov, reserved for 3gp, mp4 18 years ago
Baptiste Coudurier 80f05e7981 sampleSize field to 16, reserved for mp4 and 3gp 18 years ago
Baptiste Coudurier 86ca5710bb mp4, 3gp field is reserved and value is 2 18 years ago
Baptiste Coudurier 57ef6acc39 use ternary 18 years ago
Baptiste Coudurier c096ebca48 vbr compression id is only used in mov 18 years ago
Baptiste Coudurier e40ee6a268 move common code from mov.c and movenc.c to isom.c 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 18 years ago
Baptiste Coudurier 06fcf56c50 typo fix 18 years ago
Baptiste Coudurier 875f92876a 10l, all modes is 0x81FF 18 years ago
Baptiste Coudurier b7d9da100d simplify and write correct values conforming to specs 18 years ago
Michael Niedermayer 2111e3f9f2 check for unparsed AMR input 18 years ago
Michael Niedermayer 9a39cd35b8 vbr requires version=1 and samplesize=0 per QT spec 18 years ago
Baptiste Coudurier 5cb49ca11b write exact values for audio stsd v1 18 years ago
Baptiste Coudurier 42fb414804 check only existing streams 19 years ago
Baptiste Coudurier 0aec3c5cbf simplify 19 years ago
Baptiste Coudurier aa1c1c615a fix aac in mov for ipod 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Stefan Huehner a97c1e93aa Add (mostly) const to variable and parameter declaration, where a char* was 19 years ago
Baptiste Coudurier 543eebd568 fix mp3 muxing 19 years ago
Michael Niedermayer 7cf0e16f96 fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... 19 years ago
Michael Niedermayer ed90d370ec dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) 19 years ago
Michael Niedermayer 6f276720ac dont write LAVF_ID if bitexact and any meta tag is set 19 years ago
Michael Niedermayer efda33957f simplify meta tag writing code 19 years ago
Baptiste Coudurier 2c95f59f06 fix avc nal parsing 19 years ago
Baptiste Coudurier 5e0c720a4e fix mulaw muxing 19 years ago
Baptiste Coudurier 6dd19fff4d do not write wave if not needed 19 years ago
Baptiste Coudurier 3a72cbd9f0 fix AMR muxing in mov 19 years ago