summaryrefslogtreecommitdiff
path: root/libavcodec/apiexample.c
Commit message (Collapse)AuthorAgeFilesLines
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-071-0/+1
| | | | Originally committed as revision 4357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-2/+1
| | | | 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-061-80/+0
| | | | | | 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-221-7/+7
| | | | Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-121-5/+6
| | | | 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-091-5/+5
| | | | | | dot org>) Originally committed as revision 2988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixFabrice Bellard2003-08-281-1/+1
| | | | Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2003-08-011-2/+8
| | | | Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frames & b frames encoding fixMichael Niedermayer2003-07-231-3/+13
| | | | 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-121-1/+2
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more generic avoption_parseZdenek Kabelac2003-03-071-2/+2
| | | | | | * reused help ptr for sub ptr Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-061-1/+4
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-5/+5
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-101-1/+83
| | | | | | * demo code - awating more comments Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-4/+4
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing api-exampleMichael Niedermayer2002-12-061-16/+20
| | | | Originally committed as revision 1320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample doesnt send complete frames to the codecMichael Niedermayer2002-11-261-0/+3
| | | | Originally committed as revision 1284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing apiexampleMichael Niedermayer2002-09-191-15/+15
| | | | Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-151-4/+4
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+407
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk