]> git.sesse.net Git - ffmpeg/history - libavcodec/apiexample.c
Add long names to some AVCodec declarations.
[ffmpeg] / libavcodec / apiexample.c
2007-06-13 Carl Eugen HoyosImprove understanding ofavcodec_find_decoder()
2007-06-12 Diego Biurrunmisc spelling fixes
2007-02-22 Panagiotis IssarisThe memsetting of the end of buffer is not needed for...
2007-02-22 Panagiotis IssarisStray comment, probably copy & pasted from audio_encode...
2007-02-18 Panagiotis IssarisRemove a non-C dependency (being M_PI) from the libavco...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-07 Michael Niedermayerapiexample fix by (Chip: szarlada, freemail hu)
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-06 Michael NiedermayerAVOption removial patch from (James A. Morrison >ja2mor...
2005-02-22 François Revoluse av_free() instead of free() where it's meant to.
2005-01-12 Michael Niedermayerdissallow sprintf
2004-04-09 Matthias Fritschiwriting corrupt files on MinGW patch by (Matthias Frits...
2003-08-28 Fabrice Bellardspelling fix
2003-08-01 Michael NiedermayerFF_INPUT_BUFFER_PADDING_SIZE
2003-07-23 Michael Niedermayerlast frames & b frames encoding fix
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-07 Zdenek Kabelac* more generic avoption_parse
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* still unfinished code for Options
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-06 Michael Niedermayerfixing api-example
2002-11-26 Michael Niedermayerapiexample doesnt send complete frames to the codec
2002-09-19 Michael Niedermayerfixing apiexample
2001-08-15 Fabrice Bellardchanged opendivx to mpeg4
2001-07-22 Fabrice BellardInitial revision