]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
add support for some MS DIB formats for avisynth
[ffmpeg] / libavformat / utils.c
2006-09-26 Michael Niedermayerfix r_frame_rate init code for groundhog.vob
2006-09-26 Michael Niedermayerdrop broken telecine detection code
2006-09-26 Michael Niedermayerreindent
2006-09-26 Michael Niedermayerdont ignore MAX_READ_SIZE
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-20 Panagiotis IssarisMigrate the "packetsize" OptionDef option to become...
2006-09-20 Panagiotis IssarisMigrate the "muxrate" OptionDef option to become an...
2006-09-14 Panagiotis IssarisMake OFFSET() reuse offsetof
2006-09-14 Panagiotis IssarisRemove a redundant memset from libavformat.
2006-09-10 Panagiotis IssarisUse and set sane AVOption defaults
2006-09-10 Panagiotis Issarismake AVOptions default value field work.
2006-09-09 Panagiotis Issarisundefines a few temporary defines which were not undefi...
2006-09-08 Panagiotis Issarisenable setting the year and track number using AVOption
2006-09-08 Panagiotis Issarismakes avformat_get_context_defaults() static
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-08-30 Michael Niedermayerfix b pyramid in mp4 muxing if no dts are provided...
2006-08-27 Nico Sabbiadded option probesize; at the moment only used by...
2006-08-27 Nico Sabbiinitial support for AVOption in AVFormatContext
2006-08-11 Baptiste Coudurierupdate documentation
2006-08-11 Baptiste Coudurierexport av_interleave_packet_per_dts
2006-08-08 Michael Niedermayerdont be too picky about timestampsbeing wrong if the...
2006-08-08 Michael Niedermayertimestamp debugging av_logs()
2006-07-23 Reimar DöffingerTry to find out correct start time to make seeking...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-08 Aurelien Jacobsset proper bits_per_sample value for ADPCM codecs
2006-07-07 Baptiste Coudurierav_get_bits_per_sample and due simplifications
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-29 Måns Rullgårdextradata may be used as bitstream reader input so...
2006-06-29 Måns Rullgårddo not fail av_find_stream_info() if params for all...
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-20 Måns Rullgårdincrease search limit in av_find_stream_info
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-06-15 Baptiste Couduriermake dump_format output more homogenous
2006-06-13 Michael Niedermayerfix probe of high bitrate mpeg2video
2006-03-24 Baptiste Coudurieruse av_d2q to parse frame rate
2006-03-21 Michael Niedermayerprovide more info on which streams lack codec parameters
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-02-11 Michael NiedermayerFix for url_fclose() being called on an already closed...
2006-02-02 Michael Niedermayerimprove fps guessing code
2006-02-02 Michael Niedermayersanity checks for seeking
2006-02-02 Michael Niedermayerdynamically increase probe buffer until format is detected
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-22 Gildas BazinWinCE cross-compilation support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-16 Michael Niedermayernan fps fix
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-11-04 Michael Niedermayerallow NULL write_header() and write_trailer()
2005-09-18 Michael Niedermayerprint more time_base fps stuff if av_log level is at...
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-09-02 Reimar DöffingerSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-08-15 Michael Niedermayersupport fixing missing pts by parsing future frames
2005-08-14 Wolfram Glogerminor fixes for invalid audio data patch by (Wolfram...
2005-08-14 Michael Niedermayera few checks, seems i forgot to commit this
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-17 Michael NiedermayerDVB subtitle decoder by (Ian Caulfield: imc25, cam...
2005-07-08 Kenneth Aafløyavformat/av_seek_frame_binary with growing file patch...
2005-07-05 Michael Niedermayerav_seek_frame() docs timestamp clarification
2005-06-29 Michael Niedermayerfix assertion failure
2005-06-28 Daniel Kristjanssonpart of the 'libavformat/utils.c doxygen documentation...
2005-06-27 Michael Niedermayerdont open and close codec at every call of try_decode_f...
2005-06-27 Michael Niedermayersupport changing in bitstream global headers into extra...
2005-06-05 Michael Niedermayertypo fix by (lists: kenneth aafloy net)
2005-05-29 Michael Niedermayerchanging a few AV_LOG_DEBUG to AV_LOG_INFO
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-22 Michael Niedermayerav_find_stream_info() end check fixes
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-05-12 Michael Niedermayer10l (overflows)
2005-05-06 Michael Niedermayerbetter r_frame_rate guessing code
2005-05-06 Michael Niedermayerdivision by zero fix
2005-05-06 Michael Niedermayerprefer container time_base for frame duration guess
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-03-24 Michael Niedermayerdiscard dummy packets before doing inapropriate checks...
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-13 Michael Niedermayerkeyframe & non keyframe index fixes
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-29 Michael Niedermayerdont predict missing timestamps if we lack the required...
2005-01-27 Roine Gustafssonsupport colon-separated rates patch by Roine Gustafsson...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-22 Michael Niedermayerfixing demuxing for short files where the framerate...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2005-01-03 Michael Niedermayer10l
2004-12-22 Michael Niedermayer1/0l fix
2004-12-21 Michael Niedermayerprefer integer fps if possible when guessing
2004-12-21 Michael Niedermayerguess fps for the variable fps case
2004-12-19 Michael Niedermayertry to guess the fps if they are variable
2004-12-15 Michael Niedermayerworkaround some broken mpeg-ps timestamps
2004-12-14 Michael Niedermayersome sanity checks on what is muxed, invalid timestamps...
2004-12-14 Michael Niedermayerfix timestamp prediction for low_delay mpeg streams
2004-12-06 Michael Niedermayeruse pts based duration/bitrate guessing code for mpeg-ts
next