]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
[ffmpeg] / libavformat / utils.c
2007-05-10 Benoit FouetUse url_fopen error code when opening input file
2007-05-02 Daniel Cardenasgive the position offset of the file in the packet
2007-05-02 Benoit Fouetreturn right format in set_codec_from_probe_data
2007-04-26 Alex Beregszasziproperly compile code for REDIR_DEMUXER
2007-04-26 Luca AbeniFix reading PTSs and DTSs in libavformat, by reverting...
2007-04-24 Benoit Fouetmore format abbreviations
2007-04-22 Michael Niedermayerdont assert(0) due to buggy rm demuxer
2007-04-22 Michael Niedermayerfix av_seek_frame_generic() so that it doesnt fail...
2007-04-22 Michael Niedermayerinit packet before calling the demuxer
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-12 John DonaghyDVR-MS probe audio format
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-06 Víctor PaesaAdd some help for the analyzeduration option.
2007-03-30 Michael Niedermayeranalyze end condition must match r_fps selection condition
2007-03-27 Michael Niedermayerrequire at least a score of AVPROBE_SCORE_MAX/4 or...
2007-03-21 Wolfram Glogerav_estimate_timings_from_pts() flushes the packet queue...
2007-03-20 Michael Niedermayerrevert r8428, the check was not that useless
2007-03-20 Michael Niedermayeri think this is more correct
2007-03-17 Michael Niedermayerremove incorrect special case for audio
2007-03-17 Michael Niedermayerfix indention
2007-03-17 Michael Niedermayerreorder pts into dts support
2007-03-17 Michael Niedermayerremove useless if()
2007-03-17 Michael Niedermayersimplify
2007-03-17 Michael Niedermayersimplify
2007-03-16 Michael Niedermayerremove silly video check, theres nothing video specific...
2007-03-16 Michael Niedermayeradd a delay variable to hold the timestamp buffer size
2007-03-16 Michael Niedermayerremove special case for h.264 whatever this was suppose...
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 Baptiste Coudurierremove codec_info_duration/nb_frames from AVStream
2007-03-03 Panagiotis IssarisMove the libavformat public API comments to avformat...
2007-03-02 Kristian Amliereplace the auto array "duration_error" with a malloced...
2007-03-01 Baptiste Couduriercheck for any seeking failure during probe
2007-02-27 Baptiste Coudurieruse avcodec_decode_audio2
2007-02-20 Michael Niedermayertry to fill in missing bits_per_sample
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-02-05 Wolfram GlogerFix audio corruption when cutting.
2007-02-02 Michael Niedermayerpackets must be correctly interleaved
2007-01-23 Michael Niedermayermake av_find_stream_info() duration user selectable
2007-01-23 Michel BardiauxFix wrong comment, patch by Michel Bardiaux mbardiaux...
2007-01-21 Michael Niedermayerset codec_tag from codec_id if its not set and can...
2007-01-19 Reimar DöffingerAttempt to better document AVFMT_NOFILE.
2007-01-19 Reimar DöffingerDemuxers with AVFMT_NOFILE will open a (possibly differ...
2007-01-08 Baptiste Coudurierremoved unused av_frac_set
2007-01-08 Baptiste Coudurierremove #if obsoleted after last major version bump
2007-01-08 Baptiste Coudurier10l, only allocate priv_data if not already done
2007-01-08 Baptiste Coudurierhumm, actually do what's in the doxy
2007-01-02 Michael Niedermayerindention
2007-01-02 Michael Niedermayernth try of getting the frame rate detecton working
2007-01-01 Michael Niedermayerrevert regression test breaking change
2006-12-29 Michael Niedermayerignore duration of the first 2 frames in the max-time...
2006-12-29 Michael Niedermayerdo not base frame rate guess on just one duration
2006-12-12 Michael Niedermayerindent
2006-12-12 Michael Niedermayerthe next r_frame_rate try ...
2006-12-12 Michael Niedermayergcc 2.95 fix
2006-12-11 Michael Niedermayerrewrite r_frame_rate selectioon code again
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Baptiste Couduriercosmetics, remove braces, remove spaces just inside...
2006-12-06 Andy Parkinsdo not truncate pts/dts if value is AV_NOPTS_VALUE...
2006-11-14 Michael Niedermayersplit av_seek_frame_binary() so the code becomes idepen...
2006-11-11 Michael Niedermayernut simple seeking first try
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-10-30 Baptiste Coudurierremove gcc warning about void * used in arithmetic
2006-10-27 Baptiste Coudurierfflags can/will be used for muxing too
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-13 Michael Niedermayer10l CODEC vs. FORMAT
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Michael Niedermayerfix r_frame_rate detection in mpeg4 streams with non...
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
next