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-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-03Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò
2008-09-28cosmetics: Break overly long lines, one grammar fix.Diego Biurrun
2008-09-27spelling/wording/grammarDiego Biurrun
2008-09-27Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun
2008-09-10Clarify convergence_duration.Michael Niedermayer
2008-09-07bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs
2008-09-03Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger
2008-09-03Add AVPacket.convergence_duration.Michael Niedermayer
2008-09-03Try to clarify the semantics of AVPacket.duration.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-12increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier
2008-08-08Implement avformat_version().Stefano Sabatini
2008-08-07Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-07-23SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov
2008-07-12New codec probing system try #1.Michael Niedermayer
2008-07-10Motion Pixels MVI Demuxer.Gregory Montoir
2008-07-09One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-09Make timestamp debugging work nicer.Michael Niedermayer
2008-06-09remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-23Pass time_base as argument to new_chapter() as well.Michael Niedermayer
2008-05-23Document pts/dts.Michael Niedermayer
2008-05-23Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer
2008-05-23nb_chapters should be unsignedMichael Niedermayer
2008-05-23s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer
2008-05-23Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer
2008-05-23clarify start/end timebaseMichael Niedermayer
2008-05-23align commentsMichael Niedermayer
2008-05-23chapter id and timebaseMichael Niedermayer
2008-05-23add support for chapters definition in lavfAnton Khirnov
2008-04-25Avoid using reserved __names.Michael Niedermayer
2008-03-30IFF demuxerJai Menon
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-21rl2 demuxerSascha Sommer
2008-03-18MSN TCP Webcam stream demuxer.Ramiro Polla
2008-03-16ipod/iphone compatible mp4 muxerBaptiste Coudurier
2008-03-09Typo + grammarRamiro Polla
2008-03-09Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-02-20revert 12156Michael Niedermayer
2008-02-20Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer
2008-02-20Clean up lib* version definitionsMåns Rullgård