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-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
2009-02-04let packet pass through when no timestampsBaptiste Coudurier
2009-01-31split av_interleave_per_dts, to avoid code duplicationBaptiste Coudurier
2009-01-23Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer
2009-01-22print stream sar if present and different than codec sarBaptiste Coudurier
2009-01-22Handle av_read_frame() EAGAIN return.Michael Niedermayer
2009-01-18jpeg2k is intra only codecBaptiste Coudurier
2009-01-18match format in names list separated by commasBaptiste Coudurier
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-10Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini
2009-01-09Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni
2009-01-09rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs