Remove 'query formats' feature
commite6d5b31ba14be2e11bb615dde6a30764f1b1a942
authorToni Gundogdu <legatvs@gmail.com>
Tue, 24 Jul 2012 07:34:10 +0000 (24 10:34 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Sun, 29 Jul 2012 13:15:15 +0000 (29 16:15 +0300)
tree7b516deb971aa82d2bea6697c490595838760275
parent5a5ec4a0ddb0f2637295735b67ab73e184378b37
Remove 'query formats' feature

Querying the available formats for a media URL will no longer be
supported by the library the way it was implemented in 0.4 . The new
design of the media script support that allows returning all available
media stream URLs for different available formats with just one call,
obsoletes the "traditional query formats" implementation found in 0.4 .

This patch removes the planned support for the quvi_query_formats_*
function set. It also also obsoletes the support for the "query_formats"
function in the media scripts.
21 files changed:
src/Makefile.am
src/_quvi_query_formats_s.h [deleted file]
src/api/Makefile.am
src/api/doxy/glossary_termino.dp
src/api/doxy/groups.dp
src/api/doxy/main.dp
src/api/doxy/parse_media.dp
src/api/doxy/query_formats.dp [deleted file]
src/api/query_formats_free.c [deleted file]
src/api/query_formats_get.c [deleted file]
src/api/query_formats_new.c [deleted file]
src/lua/Makefile.am
src/lua/def.h
src/lua/exec.h
src/lua/exec_media_script_query_formats.c [deleted file]
src/misc/match_media_script.c
src/misc/match_media_script.h
src/misc/scan_scripts.c
src/quvi-1.0/quvi/qdef.h
src/quvi-1.0/quvi/qfunc.h
src/quvi-1.0/quvi/qoption.h