aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/mp_taglists.h
Commit message (Collapse)AuthorAge
* demux_lavf: use Libav RIFF tag lists directlyGravatar Uoti Urpala2012-02-01
| | | | | | 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 r29684Gravatar Uoti Urpala2009-09-16
|\
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect thatGravatar cehoyos2009-08-30
| | | | | | | | | | | | | | 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 internalsGravatar Uoti Urpala2009-07-26
|/ | | | | 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 libmpmuxGravatar albeu2008-04-09
without libmpdemux. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26360 b3059339-0415-0410-9bf9-f77b7e298cf2