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
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-22codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-21Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin
2006-01-19pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-13fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-19remove non portable get/put_be64_double()Michael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-05-07Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.Philip Gladstone
2005-05-06Add in many fields that have been added to the Codec structure. This meansPhilip Gladstone
2005-05-01switch to native time basesMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
2004-10-01move free() of AVStream priv data to av_write_trailer()Michael Niedermayer
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-07-25ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-03-18adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ...Michael Niedermayer
2003-11-19Add more resilience in reading ffm files. In particular, don't assumePhilip Gladstone
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-08-08add av_new_stream() usageFabrice Bellard
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-08fixing frame_rate accuracyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-24use av_strdup()Fabrice Bellard
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-09Fix a crash caused by a null coded_picture pointer in ffserver.Philip Gladstone
2002-12-04cleanupMichael Niedermayer
2002-11-25renamed libav to libavformatFabrice Bellard