summaryrefslogtreecommitdiff
path: root/libavcodec/apiexample.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-02
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
* misc spelling fixesDiego Biurrun2007-06-12
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-22
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-22
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-07
* switch to native time basesMichael Niedermayer2005-04-30
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
* use av_free() instead of free() where it's meant to.François Revol2005-02-22
* dissallow sprintfMichael Niedermayer2005-01-12
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs d...Matthias Fritschi2004-04-09
* spelling fixFabrice Bellard2003-08-28
* FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2003-08-01
* last frames & b frames encoding fixMichael Niedermayer2003-07-23
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * more generic avoption_parseZdenek Kabelac2003-03-07
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* fixing api-exampleMichael Niedermayer2002-12-06
* apiexample doesnt send complete frames to the codecMichael Niedermayer2002-11-26
* fixing apiexampleMichael Niedermayer2002-09-19
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
* Initial revisionFabrice Bellard2001-07-22