summaryrefslogtreecommitdiff
path: root/libavcodec/apiexample.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-02
| | | | | | in libavcodec/apiexample.c. Originally committed as revision 15520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
| | | | | | patch by Carl Eugen Hoyos: ! cehoyos ag or at ! Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-18
| | | | Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-07
| | | | Originally committed as revision 4357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_free() instead of free() where it's meant to.François Revol2005-02-22
| | | | Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs ↵Matthias Fritschi2004-04-09
| | | | | | dot org>) Originally committed as revision 2988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixFabrice Bellard2003-08-28
| | | | Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2003-08-01
| | | | Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frames & b frames encoding fixMichael Niedermayer2003-07-23
| | | | Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more generic avoption_parseZdenek Kabelac2003-03-07
| | | | | | * reused help ptr for sub ptr Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | | | * demo code - awating more comments Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing api-exampleMichael Niedermayer2002-12-06
| | | | Originally committed as revision 1320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample doesnt send complete frames to the codecMichael Niedermayer2002-11-26
| | | | Originally committed as revision 1284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing apiexampleMichael Niedermayer2002-09-19
| | | | Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk