summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* kill AVImageFormatBaptiste Coudurier2006-11-02
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-03
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
* drop broken telecine detection codeMichael Niedermayer2006-09-26
* reindentMichael Niedermayer2006-09-26
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-14
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-08
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-08
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-27
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-27
* update documentationBaptiste Coudurier2006-08-11
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-08
* timestamp debugging av_logs()Michael Niedermayer2006-08-08
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-24
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-21