1273 Commits (a9d21e7830d88d960f9ffabdf32c4627ce3e14ee)

Author SHA1 Message Date
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Baptiste Coudurier b95319a2f2 move amr parameters adjusting like other codecs 18 years ago
Baptiste Coudurier d00f8e1771 dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them 18 years ago
Baptiste Coudurier 312954f056 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier 989ac5a685 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier b60c04547c support vdva fourcc (dv + dv audio in mov) 18 years ago
Brian Brice 5bce834e84 fix ODML AVI Duration for files > 2GB 18 years ago
Michael Niedermayer 52e5461288 fix fallback if theres no index 19 years ago
Michael Niedermayer 56c96a229b read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') 19 years ago
Steve L'Homme 052aa2ad3c value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) 19 years ago
Michael Niedermayer 7ad5455cd7 total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) 19 years ago
Baptiste Coudurier afbbe5e34f set correct first gop closed value 19 years ago
Baptiste Coudurier 2b7e230b10 rename closed_gop to first_gop_closed 19 years ago
Baptiste Coudurier 6a7eba1f07 init buffer 19 years ago
Benjamin Larsson 6c496518e8 Added codec id for QCELP. 19 years ago
Michael Niedermayer 955ab9a4d8 attribute_deprecated 19 years ago
Michael Niedermayer a1c69e0b50 fix probing of 02-Penguin.flac 19 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 19 years ago
Steve L'Homme 0b23d689d8 Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % 19 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 19 years ago
Baptiste Coudurier 201f1d4546 use packet dts as correct media field number and use av_interleave_pkt_per_dts 19 years ago
Baptiste Coudurier 81f0f93826 update documentation 19 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 19 years ago
Baptiste Coudurier 7228914047 set elst start time to first pts 19 years ago
Baptiste Coudurier b361ba2a45 fourcc cleanup 19 years ago
Baptiste Coudurier 61e3dd7865 enable 'NONE' audio fourcc 19 years ago
Baptiste Coudurier 76c9cb0a7a parse mpeg frame to get pict type and closed gop flag 19 years ago
David Conrad 8331891957 Support AAC audio in AVI with tag 0xff 19 years ago
Michael Niedermayer 494bbf5805 dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 19 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 19 years ago
Michael Niedermayer b9b18fbdea both timestamps are dts, (checked trailer.gxf, spec is unclear) 19 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 19 years ago
Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 19 years ago
Baptiste Coudurier 87494ea03c detailed infos about d263 atom 19 years ago
Baptiste Coudurier 915282e5b8 indention 19 years ago
Baptiste Coudurier 5997ed786a only set fields for mov, reserved for 3gp, mp4 19 years ago
Baptiste Coudurier 80f05e7981 sampleSize field to 16, reserved for mp4 and 3gp 19 years ago
Baptiste Coudurier 86ca5710bb mp4, 3gp field is reserved and value is 2 19 years ago
Baptiste Coudurier 57ef6acc39 use ternary 19 years ago
Baptiste Coudurier c096ebca48 vbr compression id is only used in mov 19 years ago
Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 19 years ago
Baptiste Coudurier 2965f17b4f sample size is 1 if bits per sample is 8 and mono channel 19 years ago
Baptiste Coudurier f8503792f0 revert r5909, dont use non constant static variable, breaks multithreaded apps 19 years ago
Baptiste Coudurier e1dacee11e parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf 19 years ago
Baptiste Coudurier 61ca932e4a skip run-in sequence before reading header 19 years ago
Baptiste Coudurier 49b6f16239 again, disable DEBUG 19 years ago
Baptiste Coudurier f0d4729212 10l, check container_ul existence 19 years ago
Baptiste Coudurier c2e8805441 remove duplicate code 19 years ago
Baptiste Coudurier 3bb63b822f attempt to demux clip wrapped content 19 years ago
Baptiste Coudurier 8c5002db17 add codec detection based on essence container ul 19 years ago