212 Commits (8e287af090d0ef65043f3b30573ead754375ff8f)

Author SHA1 Message Date
Michael Niedermayer ecec87afc6 revert regression test breaking change 18 years ago
Michael Niedermayer 4b96d28abc ignore duration of the first 2 frames in the max-time break check 18 years ago
Michael Niedermayer 6268538afa do not base frame rate guess on just one duration 18 years ago
Michael Niedermayer e07d8929eb indent 18 years ago
Michael Niedermayer fd97f6a2ea the next r_frame_rate try ... 18 years ago
Michael Niedermayer 06d1e5c2b6 gcc 2.95 fix 18 years ago
Michael Niedermayer 4d43cbcc74 rewrite r_frame_rate selectioon code again 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
Michael Niedermayer 89ddd2a9a5 split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex 18 years ago
Michael Niedermayer faf7cbf110 nut simple seeking first try 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Baptiste Coudurier 55bdd34d1a remove gcc warning about void * used in arithmetic 18 years ago
Baptiste Coudurier 18de0b81d5 fflags can/will be used for muxing too 18 years ago
Dominik Mierzejewski ccd3228e54 Use proper PRI?64 macros for %ll? format to fix printf format warnings: 18 years ago
Michael Niedermayer 03bb9ae58c 10l CODEC vs. FORMAT 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 5523d5f41e fix r_frame_rate detection in mpeg4 streams with non integer fps 18 years ago
Michael Niedermayer 730ba4067c fix r_frame_rate init code for groundhog.vob 18 years ago
Michael Niedermayer 6c17a956b4 drop broken telecine detection code 18 years ago
Michael Niedermayer 35eab0c043 reindent 18 years ago
Michael Niedermayer 5fb83c3844 dont ignore MAX_READ_SIZE 18 years ago
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago
Panagiotis Issaris 4ff8fcefd2 Migrate the "packetsize" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 09a455764b Migrate the "muxrate" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 5894991f94 Remove a redundant memset from libavformat. 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Panagiotis Issaris ec1b10f4b9 enable setting the year and track number using AVOption 18 years ago
Panagiotis Issaris 57c244f6c7 makes avformat_get_context_defaults() static 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 18 years ago
Nico Sabbi 9e6c94707e added option probesize; at the moment only used by mpegts.c 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Baptiste Coudurier 81f0f93826 update documentation 18 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 18 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 18 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 18 years ago
Reimar Döffinger 22ffac707e Try to find out correct start time to make seeking faster and add some 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