Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-15Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke
2009-07-08Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke
2009-07-02If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer
2009-07-02Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer
2009-07-01Make arguments of av_set_pts_info() unsigned.Michael Niedermayer
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
2009-06-25limit raw packet buffer size used for codec probingBaptiste Coudurier
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-18Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer
2009-06-11if b frames are parsed, set codec->has_b_framesBaptiste Coudurier
2009-05-31use dts codec probingBaptiste Coudurier
2009-05-31fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier
2009-05-30cast size to int64_t to avoid overflowBaptiste Coudurier
2009-04-13Set frame defaults in try_decode_frame.Baptiste Coudurier
2009-04-13reindentBaptiste Coudurier
2009-04-12Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-10Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-03-20move max analyze duration check before considering new packetBaptiste Coudurier
2009-03-15Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.Reimar Döffinger
2009-03-14Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer
2009-03-14add avformat_seek_file()Michael Niedermayer
2009-03-09100l, to start reading from the first frame we must seek to data_offset,Reimar Döffinger
2009-03-05Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-03cosmetics: Fix indentation.Diego Biurrun
2009-03-01deprecate old metadata APIAurelien Jacobs
2009-03-01use new metadata API in libavformat/utils.cAurelien Jacobs
2009-03-01Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer
2009-02-28Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård
2009-02-28Improve frame rate guessing for streams with two fields per frame.Ivan Schreter
2009-02-27Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger
2009-02-27Detect the case when the time base is exact but far finer than necessary toReimar Döffinger
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-24Change duration computation to use time_base instead of TB/2.Ivan Schreter
2009-02-24Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer
2009-02-23Allow av_find_stream_info() to be aborted.Michael Niedermayer
2009-02-22Waste less space for printing timebases.Michael Niedermayer
2009-02-22Print all timebases (idea from netgem)Michael Niedermayer
2009-02-21Use context variable repeat_pict for frame duration computation andIvan Schreter
2009-02-21Be less noisy with invalid pts/dts.Michael Niedermayer
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-02-12Add a warning log when trying to encode into a container requiring globalArt Clarke
2009-02-10remove now useless av_set_program_name() functionAurelien Jacobs
2009-02-09Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini