summaryrefslogtreecommitdiff
path: root/libavformat/avlanguage.c
Commit message (Collapse)AuthorAgeFilesLines
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-081-1/+2
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 100l, all avlanguage tables should be both static and const.Reimar Döffinger2009-09-061-3/+3
| | | | Originally committed as revision 19780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a test on an always false condition.Benoit Fouet2009-06-171-1/+1
| | | | Originally committed as revision 19214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-281-16/+16
| | | | Originally committed as revision 18711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-271-0/+764
Patch by Cyril Comparon: standard_gmail_full_name_address Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18698 to svn://svn.ffmpeg.org/ffmpeg/trunk