summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mp_taglists.h
Commit message (Collapse)AuthorAgeFilesLines
* demux_lavf: use Libav RIFF tag lists directlyUoti Urpala2012-02-011-7/+3
| | | | | | Change demux_lavf to use CodecID -> RIFF tag mappings that are now available through the public Libav API. Previously it used a copy in ffmpeg_files/taglists.c. That can now be deleted.
* Merge svn changes up to r29684Uoti Urpala2009-09-161-3/+3
|\
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+1
|\|
| * Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect thatcehoyos2009-08-301-1/+1
| | | | | | | | | | | | | | it now can be used for both audio and video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29593 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Use own mp_*_taglists code instead of libavformat internalsUoti Urpala2009-07-261-3/+7
|/ | | | | Use the version of code under ffmpeg_files/ instead of relying on libavformat source files to be available.
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-091-0/+28
without libmpdemux. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26360 b3059339-0415-0410-9bf9-f77b7e298cf2