]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
[ffmpeg] / libavformat / utils.c
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
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...
next