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
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-03Add AVPacket.convergence_duration.Michael Niedermayer
2008-09-02Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer
2008-08-30make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier
2008-08-29Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer
2008-08-28Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje
2008-08-28Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje
2008-08-27remove useless assignment (st is never read after this line)Aurelien Jacobs
2008-08-25When setting codec_id during codec probe we must also set codec_type.Andreas Öman
2008-08-24Mark several libavformat arrays constReimar Döffinger
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-14Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-12Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier
2008-08-10Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini
2008-08-08Implement avformat_version().Stefano Sabatini
2008-08-07Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård
2008-07-31check url_fseek return value, update seek reg testsBaptiste Coudurier
2008-07-18Fix a mem leak in av_find_stream_info().Erik Hovland
2008-07-15Move the codec_id overriding at a slightly better place.Michael Niedermayer
2008-07-14Remove common factors from timebase in av_set_pts_info().Michael Niedermayer
2008-07-13Remove old hackish codec probe system.Michael Niedermayer
2008-07-13Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer
2008-07-12indentMichael Niedermayer
2008-07-12Only try to probe the codec when the available data has roughly doubledMichael Niedermayer
2008-07-12Add mpegvideo and H.264 to the codec probe.Michael Niedermayer
2008-07-12indentMichael Niedermayer
2008-07-12New codec probing system try #1.Michael Niedermayer
2008-07-12Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer
2008-07-12Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer
2008-07-12Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer
2008-07-09indentMichael Niedermayer
2008-07-0910000l for myself, my last change was incomplete.Michael Niedermayer
2008-07-08Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer
2008-07-03Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje
2008-07-03Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje
2008-06-27give context to av_logBaptiste Coudurier
2008-06-26Also print flags with FF_FDEBUG_TS.Michael Niedermayer
2008-06-25make av_find_stream_info find frame_size for aac tooBaptiste Coudurier
2008-06-25Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer
2008-06-25Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer
2008-06-25We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer
2008-06-25Prevent duration calculation code from generating random durations forMichael Niedermayer
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-20Check if there is at least a stream before writing trailer.Art Clarke
2008-06-09Make timestamp debugging work nicer.Michael Niedermayer
2008-06-06Merge declaration and initialization.Ramiro Polla
2008-06-03Ensure the first audio stream is selected as the default streamAurelien Jacobs
2008-06-03Make update_initial_durations() also work if a dts occured before aMichael Niedermayer