136 Commits (2e9ad69aaf182e45e43646bda0dc89c68aecbddf)

Author SHA1 Message Date
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
Baptiste Coudurier fcef991a85 add pcm 24/32 le/be support 19 years ago
Michael Niedermayer 08db8f1846 simplify 19 years ago
Baptiste Coudurier 039627cf48 clean and simplify 19 years ago
Baptiste Coudurier b451719e07 simplify, amr.c sets frame_size to 160, and sample size is always 8000 19 years ago
Baptiste Coudurier 9c09db541e fix damr atom, needed for quicktime player 19 years ago
Baptiste Coudurier 98d12b09af move declaration to mov.h 19 years ago
Baptiste Coudurier 5616f85deb clean and simplify mov_write_packet 19 years ago
Baptiste Coudurier 611fd605a3 get avcC profile and level indication from sps (from handbrake) 19 years ago
Baptiste Coudurier 18c697acce write mdat in write_header avoid check in write_packet 19 years ago
Baptiste Coudurier 32ba6fb141 dont write stss atom if keyframes only 19 years ago
Baptiste Coudurier a336965e70 fix edts for tracks without b frames 19 years ago
Michael Niedermayer 87b041e0f0 little h.264 related hunk from diff between cvs and mobile hackerz 19 years ago
Michael Niedermayer 9e282ba382 the PSP rejects video with too high bitrates so lets claim they arent too high ... 19 years ago
Baptiste Coudurier a3a80ddca0 use 64bit atom version if needed 19 years ago
Baptiste Coudurier 3cdc7eb474 dvcpro is 411p in fact 19 years ago
Baptiste Coudurier c6e722e5e9 create edts atom when muxing B frames, needed to compute cts 19 years ago
Baptiste Coudurier c1b8e6d8a8 do nal reformating when muxing H264, create avcc atom 19 years ago
Baptiste Coudurier 8e32161943 correct computing of DV fourcc in mov muxer 19 years ago
Baptiste Coudurier 26f86eaf03 ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier 1522767d0d compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier b4712e3c8b CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
Baptiste Coudurier e60b4ced1f mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Benjamin Larsson dcfdb046ee Fix for title field in PSP compatible mp4 files. Patch by 19 years ago
Benjamin Larsson ed06cf6d1d gcc 2.95 fix 19 years ago
Michael Niedermayer b29af723de >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
François Revol ab561df995 finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Jan Kratochvil 11bec29441 AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 20 years ago
Erik Slagter 0c1e0bab66 This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it 20 years ago
Nico Sabbi 5cad192d50 according to the standard the object_type for H264 is 33, not 241 20 years ago
Michael Niedermayer 83fa2ef8cb round duration up in mov 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer ced225a762 fix psp muxing (probably this fix is wrong but its better then nothing) 20 years ago