summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
Commit message (Collapse)AuthorAge
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
| | | | | | | | | Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr > Original thread: Date: Nov 1, 2005 7:41 PM Subject: [Ffmpeg-devel] libavcodec help Originally committed as revision 5054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 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
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print NULLMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid stdio.hMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing include noticed by g0thMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
| | | | | | spliting AVOption specific stuff out of avcodec.h into opt.h Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption first tryMichael Niedermayer2005-09-06
Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk