aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/api-example.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-061-1/+1
| | | | | | make it more consistent with libavformat/output-example. Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-23/+28
| | | | | | Patch by Thilo Borgmann name.surname AT googlemail.com. Originally committed as revision 18409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-5/+6
| | | | Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-291-0/+452
Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk