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