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