]> git.sesse.net Git - ffmpeg/history - libavformat/ffm.c
id3v2 writer
[ffmpeg] / libavformat / ffm.c
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-22 Alex Beregszaszicodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-21 Gildas BazinAdd --disable-protocols option to configure to disable...
2006-01-19 Michael Niedermayerpts fix by (Bryan Mayland / bmayland O leoninedev o...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-12 Alex Beregszaszifix feed read_header, avoid using put_tag in write_head...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-19 Michael Niedermayerremove non portable get/put_be64_double()
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-05-07 Philip GladstoneFlush the ffm packet to the wire (or file) whenever...
2005-05-06 Philip GladstoneAdd in many fields that have been added to the Codec...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-10-01 Michael Niedermayermove free() of AVStream priv data to av_write_trailer()
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-07-25 Michael Niedermayerffserver fixes by (Koos Vriezen <koos.vriezen at xs4all...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-03-18 Michael Niedermayeradjust_write_index() fix by ("Curi Fabio Eduardo (SFL...
2003-11-19 Philip GladstoneAdd more resilience in reading ffm files. In particular...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-08-08 Fabrice Bellardadd av_new_stream() usage
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-08 Michael Niedermayerfixing frame_rate accuracy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-23 Fabrice Bellarduse av_strdup()
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Philip GladstoneFix a crash caused by a null coded_picture pointer...
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat