]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
ensure that the codec_id detection in av_find_stream_info() does not
[ffmpeg] / libavformat / utils.c
2007-08-06 Michael Niedermayerensure that the codec_id detection in av_find_stream_in...
2007-08-04 Michael Niedermayerset a more reasonable start_time if the first timestamp...
2007-08-04 Michael Niedermayercorrect initial timestamps which have AV_NOPTS_VALUE
2007-08-03 Michael Niedermayermove code which adds a AVPacket into the packet buffer...
2007-07-31 Michael Niedermayerdeal with the case where one of pts,dts has wrapped...
2007-07-30 Michael Niedermayerkill antiwrapping code, i do not think this did anythin...
2007-07-27 Michael Niedermayertry exact match before case insensitive match in codec_...
2007-07-25 Michael NiedermayerAvoid misdetecting acelp in ASF as MP3.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOTSUPP with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-16 Ramiro PollaMove av_gettime() back to lavf/utils.c
2007-07-14 Måns Rullgårdavoid division by zero in av_find_stream_info() when...
2007-07-11 Aurelien JacobsMove public API functions av_codec_get_tag() and av_cod...
2007-07-07 Måns Rullgårdremove unused functions
2007-06-23 Måns Rullgårduse new string functions
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-10 Ronald S. BultjeAdd a bounds check on AVProbeData input.
2007-06-04 Ramiro PollaExport av_init_packet
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
next