]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/utils.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavformat / utils.c
2009-11-18 diegoAdd functions to return library license and library...
2009-11-11 diegoAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-10-30 bcoudurierprint packet duration when debugging timestamps
2009-10-19 bcouduriercheck stream index validity in av_program_add_stream_index
2009-10-19 bcoudurierrequest mp3 frame_size to be set in has_codec_parameter...
2009-10-19 bcoudurierreindent after commit
2009-10-19 bcoudurierIn dump_format, print streams not associated with any...
2009-10-18 bcoudurierfix indentation and add braces
2009-10-17 vitorAvoid segfault for empty input files
2009-10-11 cehoyosAllow autodetection of E-AC3.
2009-10-03 cehoyosAdd FIXME about low_delay vs has_b_frames.
2009-10-03 cehoyosB264 allows B frames without requiring a >=1 sized...
2009-09-18 michaelOnly use *ic_ptr when it has been initialized.
2009-09-17 bcoudurierprint at debug level the score at which codec probing...
2009-09-16 michaelPrint a warning if a format has been detected with...
2009-09-16 michaelPrint at debug level the score with which probing succe...
2009-09-16 michaelFix indention after last commit.
2009-09-16 michaelImprove amortized worst case speed of the muxers packet...
2009-09-16 michaelUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 michaelFix indention after previous commit.
2009-09-16 michaelMake packet interleaving in the muxer not scan throuh...
2009-09-16 michaelAlso reset *_end in flush_packet_queue().
2009-09-04 jbrAdd frame_size as a codec parameter requirement for...
2009-08-22 schreterSupport for generic multi-stream key frame finding...
2009-08-12 prossMoves the display of metadata to dump_format()
2009-07-15 benoitOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-08 benoitFix mem leak when user preallocates an AVFormatContext...
2009-07-02 michaelIf either of num or den is 0 make both 0 in av_set_pts_...
2009-07-01 michaelMake sure av_set_pts_info() does not set the fields...
2009-07-01 michaelMake arguments of av_set_pts_info() unsigned.
2009-06-25 bcoudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 bcoudurierlimit raw packet buffer size used for codec probing
2009-06-22 diegoAdd ff_ prefixes to exported symbols in libavformat...
2009-06-18 michaelPrint why av_find_stream_info() failed, this is a rathe...
2009-06-11 bcoudurierif b frames are parsed, set codec->has_b_frames
2009-05-31 bcoudurieruse dts codec probing
2009-05-31 bcoudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-30 bcouduriercast size to int64_t to avoid overflow
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierreindent
2009-04-11 reimarSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-03-19 bcouduriermove max analyze duration check before considering...
2009-03-14 reimarAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 michaelDont loose user flags when passing calls from the new...
2009-03-14 michaeladd avformat_seek_file()
2009-03-09 reimar100l, to start reading from the first frame we must...
2009-03-05 diegoMark pos_min and pos_max variables as av_uninit to...
2009-03-05 schreterPass packet position to the parser, so frame's AVPacket...
2009-03-03 diegocosmetics: Fix indentation.
2009-03-01 aureldeprecate old metadata API
2009-03-01 aureluse new metadata API in libavformat/utils.c
2009-03-01 michaelDisable MPEG1/2 style timestamp calculation for H264...
2009-02-28 mruRevert "Improve frame rate guessing for streams with...
2009-02-28 cehoyosImprove frame rate guessing for streams with two fields...
2009-02-27 reimarDo not allow standard-frame-rate detection to increase...
2009-02-27 reimarDetect the case when the time base is exact but far...
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaelAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 michaelAllow av_find_stream_info() to be aborted.
2009-02-21 michaelWaste less space for printing timebases.
2009-02-21 michaelPrint all timebases (idea from netgem)
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 michaelBe less noisy with invalid pts/dts.
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-12 benoitAdd a warning log when trying to encode into a containe...
2009-02-10 aurelremove now useless av_set_program_name() function
2009-02-08 superdumpAdd the ability to set the timestamp to the current...
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-03 bcoudurierlet packet pass through when no timestamps
2009-01-31 bcouduriersplit av_interleave_per_dts, to avoid code duplication
2009-01-22 michaelMove av_read_frame/parser related buffer variables...
2009-01-22 bcoudurierprint stream sar if present and different than codec sar
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-18 bcoudurierjpeg2k is intra only codec
2009-01-17 bcouduriermatch format in names list separated by commas
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 stefanoMove the AVFormatContext options definition to a dedica...
2009-01-09 lucabeDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 aurelrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 aurelAdd a second metadata compatibility layer, so that...
2009-01-07 michaelDo not try to duplicate packets that have data==NULL.
2009-01-06 aurelfree all allocated metadata structures
2009-01-06 aurelAdd a metadata compatibility layer, so that when a...
2009-01-04 aurelrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 michael10l format include path for metadata.h
2009-01-04 michaelGeneric metadata API.
2009-01-04 stefanoDrop the deprecated parse_image_size() and parse_frame_...
2008-11-08 stefanoFix argument constness for the av_codec_get_id() and
2008-10-23 bcoudurierdnxhd codec is intra only
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-19 michaelCheck for pts==dts on I/P frames in the presence of...
next