]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Add support for http digest authentication
[ffmpeg] / libavformat / utils.c
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-09 Michael NiedermayerAdd special case to avoid binary search when appending...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
2010-03-05 Vitor SessakFix memory leak in NUT muxer
2010-02-28 Anton KhirnovPrint chapter info in dump_format().
2010-02-23 Michael NiedermayerCount all frames with codec_info_nb_frames not just...
2010-02-23 Michael NiedermayerPut codec_info_nb_frames back in AVStream and print...
2010-02-22 Michael NiedermayerMake sure mp1/mp2 get their frame_size set.
2010-02-22 Michael NiedermayerMake sure a set r_frame_rate is not overriden by a...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-02-07 Michael NiedermayerDirectly use av_rescale_rnd() instead of av_convert_ts...
2010-02-07 Michael NiedermayerUse av_compare_ts() for interleaving per dts.
2010-02-03 Michael NiedermayerDont try generic seek if seek request before first...
2010-02-03 Michael NiedermayerTry to open decoders in av_find_stream_info() even...
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-27 Michael NiedermayerFix duration calculation in the presence of a single...
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
2010-01-13 Tomas HärdinCheck there is a stream before writing header.
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniUse av_match_ext() in place of the deprecated match_ext...
2010-01-01 Stefano SabatiniDeprecate match_ext() in favor of av_match_ext(), and...
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2010-01-01 Stefano SabatiniDeprecate guess_format() in favor of av_guess_format().
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-12-13 Michael NiedermayerMake sure the Metadata: header is not printed if the...
2009-12-13 Michael NiedermayerMove dump_metadata() to where it is in ffmbc, looks...
2009-12-13 Michael Niedermayerindent
2009-12-13 Michael NiedermayerSkip dumping language twice.
2009-12-13 Michael Niedermayerdump metadata for AVStreams & AVPrograms too.
2009-12-13 Michael NiedermayerFactorize dump_metadata() out.
2009-12-13 Michael NiedermayerTry to simplify av_estimate_timings_from_pts() like...
2009-12-13 Michael NiedermayerDebug av_log() about stream probing from ffmbc.
2009-12-13 Michael NiedermayerAdd avg_frame_rate.
2009-12-13 Michael NiedermayerRemove commented out code.
2009-12-12 John StebbinsReset pts_buffers in av_read_frame_flush().
2009-12-06 Sean SoriaCalls to url_fseek should have their return value check...
2009-12-01 Sean SoriaChange ret type to int64_t because url_fseek returns...
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-11-30 Michael NiedermayerPrint a warning if the duration is estimated from the...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-11 Diego BiurrunAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-10-30 Baptiste Coudurierprint packet duration when debugging timestamps
2009-10-19 Baptiste Couduriercheck stream index validity in av_program_add_stream_index
2009-10-19 Baptiste Coudurierrequest mp3 frame_size to be set in has_codec_parameter...
2009-10-19 Baptiste Coudurierreindent after commit
2009-10-19 Baptiste CoudurierIn dump_format, print streams not associated with any...
2009-10-18 Baptiste Coudurierfix indentation and add braces
2009-10-17 Vitor SessakAvoid segfault for empty input files
2009-10-11 Carl Eugen HoyosAllow autodetection of E-AC3.
2009-10-03 Carl Eugen HoyosAdd FIXME about low_delay vs has_b_frames.
2009-10-03 WallakH264 allows B frames without requiring a >=1 sized...
2009-09-18 Michael NiedermayerOnly use *ic_ptr when it has been initialized.
2009-09-17 Baptiste Coudurierprint at debug level the score at which codec probing...
2009-09-16 Michael NiedermayerPrint a warning if a format has been detected with...
2009-09-16 Michael NiedermayerPrint at debug level the score with which probing succe...
2009-09-16 Michael NiedermayerFix indention after last commit.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-09-16 Michael NiedermayerUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 Michael NiedermayerFix indention after previous commit.
2009-09-16 Michael NiedermayerMake packet interleaving in the muxer not scan through...
2009-09-16 Michael NiedermayerAlso reset *_end in flush_packet_queue().
2009-09-04 Justin RugglesAdd frame_size as a codec parameter requirement for...
2009-08-22 Ivan SchreterSupport for generic multi-stream key frame finding...
2009-08-12 Peter RossMoves the display of metadata to dump_format()
2009-07-15 Art ClarkeOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-08 Art ClarkeFix mem leak when user preallocates an AVFormatContext...
2009-07-02 Michael NiedermayerIf either of num or den is 0 make both 0 in av_set_pts_...
2009-07-01 Michael NiedermayerMake sure av_set_pts_info() does not set the fields...
2009-07-01 Michael NiedermayerMake arguments of av_set_pts_info() unsigned.
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-11 Baptiste Coudurierif b frames are parsed, set codec->has_b_frames
2009-05-31 Baptiste Coudurieruse dts codec probing
2009-05-31 Baptiste Coudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-30 Baptiste Couduriercast size to int64_t to avoid overflow
2009-04-13 Baptiste CoudurierSet frame defaults in try_decode_frame.
2009-04-13 Baptiste Coudurierreindent
2009-04-11 Reimar DöffingerSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-10 Thilo BorgmannMake try_decode_frame() use the new avcodec_decode_...
next