305 Commits (efdccce500de7dbd91a8f35fabdd8ccbed4d7064)

Author SHA1 Message Date
Baptiste Coudurier 0b98a7b3b2 cosmetics, split long lines, remove useless braces, merge comments and if 17 years ago
Baptiste Coudurier 506e4bb8bc cosmetics, vertically align 17 years ago
Baptiste Coudurier bbe052463d spoke too fast, fix dv fourcc in mov accordingly if strict 17 years ago
Baptiste Coudurier ea1664e33a finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell 17 years ago
Baptiste Coudurier d97f214435 indentation 17 years ago
Baptiste Coudurier a23c9c4a50 correctly and only set standard stsd fourcc for mp4/3gp 17 years ago
Baptiste Coudurier d0c0a29b5a write esds atom when mpeg-4 systems tags are used 17 years ago
Baptiste Coudurier 2c2f58c0ad document tag field 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago
Aurelien Jacobs 6e6eebf919 extract isom_write_avcc into a function 17 years ago
Aurelien Jacobs de04ad45ec Add one more parameter to avc_parse_nal_units so that it allows not to 17 years ago
Aurelien Jacobs ed7fa39c2d Check return value of avc_parse_nal_units(). 17 years ago
Baptiste Coudurier b356f75d46 fix indentation 17 years ago
Baptiste Coudurier 79e42311d3 use generic 'glbl' atom if extradata is present but no specific method is known 17 years ago
Baptiste Coudurier 44fb8ebb62 fix dnxhd 720p in mov for quicktime player 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Benoit Fouet cfac9ec701 Cosmetics: indentation. 17 years ago
Benoit Fouet 89a0d7908b Prevent mov muxer from writing empty udta atoms. 17 years ago
Baptiste Coudurier 86161ceca1 dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific 17 years ago
Baptiste Coudurier 00996920ed indentation 17 years ago
Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder 17 years ago
Ramiro Polla 89938d29b5 Typo 17 years ago
Måns Rullgård 4f9e995a96 kill harmless 64-bit pointer cast warning 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Baptiste Coudurier 911f9b714e warn user if video codec timebase is very high 18 years ago
Aurelien Jacobs b1b64c237f typo 18 years ago
Michael Niedermayer db8f4a92c9 warn the user about the the mdhd problem 18 years ago
Baptiste Coudurier 4f60f34a89 print and return error if output is non seekable 18 years ago
Baptiste Coudurier e23848a49c cosmectics, use consistant and homogeneous type names for atoms 18 years ago
Baptiste Coudurier ccba88d764 cosmectics, mov -> mp4 18 years ago
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 19 years ago
Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 19 years ago