Age | Commit message (Expand) | Author |
2008-05-26 | split ffm de/muxer | Baptiste Coudurier |
2008-05-26 | reenable test, data is available in this case | Baptiste Coudurier |
2008-05-21 | remove useless var | Baptiste Coudurier |
2008-05-21 | 10l, fix compilation | Baptiste Coudurier |
2008-05-21 | use duration from pkt | Baptiste Coudurier |
2008-05-21 | simplify | Baptiste Coudurier |
2008-05-21 | simplify | Baptiste Coudurier |
2008-05-21 | check pkt stream index before returning packet, prevent segfault | Baptiste Coudurier |
2008-01-08 | Fix random typos. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-07-06 | Use AV_RB* macros where appropriate. | Ronald S. Bultje |
2007-04-08 | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer |
2007-02-22 | codec_tag settable via VideoTag, and transmit codec_tag in ffm | Alex Beregszaszi |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2006-12-06 | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård |
2006-11-01 | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme |
2006-10-23 | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-07-10 | allow individual selection of muxers and demuxers | Måns Rullgård |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-01-21 | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin |
2006-01-19 | pts fix by (Bryan Mayland / bmayland O leoninedev o com) | Michael Niedermayer |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-10-12 | fix feed read_header, avoid using put_tag in write_header, to be consistent w... | Alex Beregszaszi |
2005-09-23 | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun |
2005-07-19 | remove non portable get/put_be64_double() | Michael Niedermayer |
2005-07-17 | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer |
2005-05-26 | AVPacket.pos | Michael Niedermayer |
2005-05-19 | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs |
2005-05-07 | Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. | Philip Gladstone |
2005-05-06 | Add in many fields that have been added to the Codec structure. This means | Philip Gladstone |
2005-04-30 | switch to native time bases | Michael Niedermayer |
2005-02-24 | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård |
2004-10-11 | 100l (forgoten seeking functions) | Michael Niedermayer |
2004-10-01 | move free() of AVStream priv data to av_write_trailer() | Michael Niedermayer |
2004-10-01 | do not call (av_)abort() | Michael Niedermayer |
2004-07-25 | ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) | Michael Niedermayer |
2004-05-29 | pass AVPacket into av_write_frame() | Michael Niedermayer |
2004-03-18 | adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ... | Michael Niedermayer |
2003-11-19 | Add more resilience in reading ffm files. In particular, don't assume | Philip Gladstone |
2003-10-14 | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson |
2003-09-10 | 64 bit pts for writing - more const usage | Fabrice Bellard |
2003-08-08 | add av_new_stream() usage | Fabrice Bellard |
2003-03-12 | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer |
2003-03-08 | fixing frame_rate accuracy | Michael Niedermayer |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |
2003-01-23 | use av_strdup() | Fabrice Bellard |
2002-12-09 | AVVideoFrame -> AVFrame | Michael Niedermayer |