1563 Commits (505dfb09d9455711e6407192088dadccfb30d59e)

Author SHA1 Message Date
Michael Niedermayer 15f14fc7c2 move duration finding code into read_packet() so it can be skiped if duration has already been set 18 years ago
Michael Niedermayer 17fcb1709f use amf_get_string() 18 years ago
Michael Niedermayer 759dd138df cosmetics 18 years ago
Michael Niedermayer 896bcd2e85 amf_get_string() by Allan Hsu allan aat counterpop doot net 18 years ago
Michael Niedermayer 4eb0c66505 get rid of AVFMTCTX_NOHEADER, create streams in read_header() 18 years ago
Michael Niedermayer c45388b193 set flags correctly in write header instead of seeking back and fixing it in write_trailer() 18 years ago
Måns Rullgård f27a726809 use standard INT64_MAX instead of MAXINT64 (and MIN) 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Baptiste Coudurier 68a432cf14 cosmetics, remove braces, remove spaces just inside parens 18 years ago
Andy Parkins 8533284dae do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com 18 years ago
Allan Hsu 6cac3a3b08 Defines various common FLV format values between the FLV muxer and demuxer 18 years ago
Ryan Martell 73fe1052dd Minor modifications to handle mms streaming. 18 years ago
Baptiste Coudurier d1e8675c2e probe with some success image files not containing number pattern but having recognized image extension 18 years ago
Kostya Shishkov 5f3c4ba46c Do not touch pkt->pts 18 years ago
Kostya Shishkov dfbb76d373 Some VQA v1 files don't have audio stream 18 years ago
Mike Melanson b40a061fcb Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. 18 years ago
Allan Hsu 56cca5f10c Fix wrong flags for S16LE and S16BE audio in FLV files. 18 years ago
Loïc Le Loarer 8fa641f8e8 Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. 18 years ago
Kostya Shishkov 61710f7bb5 Better VQA demuxer 18 years ago
Aurelien Jacobs be691b1060 matroska: scale timecode according to time_scale 18 years ago
Baptiste Coudurier 7f25df4cd3 move source_package declaration in the loop and reset it each iteration 18 years ago
Baptiste Coudurier 6a287fd7ce readjust dts if negative 18 years ago
Aurelien Jacobs 5b9b3b6846 cleanup the #ifdef mess in muxer/demuxer registration 18 years ago
Aurelien Jacobs b9d328597c No need for special trick anymore for flac in matroska. 18 years ago
Reimar Döffinger 6e8c46b7e3 Set CODEC_TYPE_DATA for timecode tracks. 18 years ago
Reimar Döffinger 9ed0023447 Set st->need_parsing = 2 for MPEG-content. 18 years ago
Aurelien Jacobs d9d6e7b7b9 add support for FLAC in matroska 18 years ago
Aurelien Jacobs e9f36c5c4d move common voc muxer and demuxer data to voc.c 18 years ago
Aurelien Jacobs 5d244b2932 split voc.c into vocdec.c and vocenc.c 18 years ago
Aurelien Jacobs 0d6d963294 add support for tta in matroska 18 years ago
Aurelien Jacobs 9a313fe040 cosmetics: reindent after last commit 18 years ago
Aurelien Jacobs a487d231cb matroska: split real video frames so that each packet contains only one slice 18 years ago
Aurelien Jacobs 363c86ce66 matroska: properly handle real video extradata 18 years ago
Aurelien Jacobs a76920d843 simplify free()+set to NULL using av_freep() 18 years ago
Kostya Shishkov 322af4bed5 Identation 18 years ago
Kostya Shishkov c8f9f9b91a Divide first audio buffer chunk into atomary bufffers. 18 years ago
Diego Biurrun 5836d158b6 Fix misplaced comment. 18 years ago
Diego Biurrun 8662900b3b Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files 18 years ago
Oded Shimon 468f8102d5 change mpeg4 fourcc from "mp4s" to "mp4v" 18 years ago
Oded Shimon bf054f7430 update to libnut, use framecode table generator 18 years ago
Oded Shimon a851cf8cf7 update to libnut API, changes to frame_table_input 18 years ago
Michael Niedermayer 2b70eb2bed fix support for avis with sample_size > packet size 18 years ago
Baptiste Coudurier 550f6f974b parse video frame headers to get key flag 18 years ago
Michael Niedermayer f7c9f48dc6 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) 18 years ago
Baptiste Coudurier 43a8686416 print error when unsupported sample rate is used with swf 18 years ago
Michael Niedermayer 06599638dd check max_pts_distance 18 years ago
Michael Niedermayer 0a3b575bc7 skip non keyframes after seeking between syncpoint and the first keyframe 18 years ago
Michael Niedermayer c873bc17bf remove unused variables 18 years ago
Michael Niedermayer 09e151848a removing unused code 18 years ago
Ryan Martell 1ad20f96f2 remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com 18 years ago