Include dependency graph for gvp.c:

Data Structures | |
| struct | demux_sys_t |
Defines | |
| #define | MAX_LINE 1024 |
| Format seems to be: gvp_version:<version> (1.1) url:<the media's url> docid:<integer> duration:<integer ms ?> title:<the title>=""> description:<desc line1>="">^M description:<desc linei>="">^M description:<desc final line (no ^M)> lines starting with # are comments. | |
| #define | SADD_INFO(type, field) |
Functions | |
| static int | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| int | Import_GVP (vlc_object_t *p_this) |
| void | Close_GVP (vlc_object_t *p_this) |
| #define MAX_LINE 1024 |
Format seems to be: gvp_version:<version> (1.1) url:<the media's url> docid:<integer> duration:<integer ms ?> title:<the title>=""> description:<desc line1>="">^M description:<desc linei>="">^M description:<desc final line (no ^M)> lines starting with # are comments.
Example:
# download the free Google Video Player from http://video.google.com/ gvp_version:1.1 url:http://vp.video.google.com/videodownload?version=0&secureurl=uAAAAMVHt_Q99OwfGxlWVWH7jd6AA_3n4TboaxIELD_kCg3KcBPSxExZFvQv5DGAxrahVg57KZNZvd0EORPBM3xrxTJ3FdLEWBYiduklpviqjE1Q5zLAkiEZaUsUSFtmbBZDTUUBuN9moYY59eK8lpWXsgTbYB1tLVtaxNBpAMRMyVeHoiJ7BzYdENk-PqJeBbr50QbQ83WK87yJAbN2pSRnF-ucCuNMSLBV7wBL4IcxFpYb1WOK-YXkyxY0NtWlPBufTA&sigh=matNCEVSOR8c-3zN9Gtx0zGinwU&begin=0&len=59749&docid=-715862862672743260 docid:-715862862672743260 duration:59749 title:Apple Macintosh 1984 Superbowl Commercial description:The now infamous Apple Macintosh commercial aired during the 1984 SuperBowl.
| #define SADD_INFO | ( | type, | |||
| field | ) |
Value:
if( field ) { input_ItemAddInfo( \ p_input, _("Google Video"), _(type), "%s", field ) ; }
| void Close_GVP | ( | vlc_object_t * | p_this | ) |
| static int Control | ( | demux_t * | p_demux, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
| int Import_GVP | ( | vlc_object_t * | p_this | ) |
1.5.1