summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix AAC ISO formats with recent GStreamerJens Georg2016-05-162-0/+21
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Don't run validation on make check, add extra targetJens Georg2013-05-301-1/+1
|
* Refactor MPEG2 profiles a bitJens Georg2013-05-084-284/+164
|
* Add MPEG_PS_{NTSC,PAL} profilesJens Georg2013-05-082-0/+354
|
* Add MPEG_TS_HD_NA profileJens Georg2013-05-071-30/+43
| | | | | Note: This also matches MPEG_TS_HD_NA_T files since we don't have any means of deciding whether the 4 byte timestamps are valid or not.
* Add MPEG_TS_SD_NA profileJens Georg2013-05-071-1/+15
| | | | | Note: This also matches MPEG_TS_SD_NA_T files since we don't have any means of deciding whether the 4 byte timestamps are valid or not.
* Add MPEG_TS_SD_EU profileJens Georg2013-05-071-7/+32
| | | | | Note: This also matches MPEG_TS_SD_EU_T files since we don't have any means of deciding whether the 4 byte timestamps are valid or not.
* Fix audio rates for EU TS streamsJens Georg2013-05-071-5/+11
|
* Also use EU bitrates for MPEG audioJens Georg2013-05-071-1/+1
|
* profiles: MULT5 AAC goes up to level 4Jens Georg2013-04-181-0/+6
|
* profiles: Remove depth matching for PNGJens Georg2013-04-181-1/+2
|
* build: Add XML validation in data with "make check"Jens Georg2013-04-181-0/+5
|
* profiles: TS_*_EU allows more audio bitratesJens Georg2013-04-181-6/+15
|
* profiles: _SD_EU can contain MPEG audioJens Georg2013-04-181-0/+13
|
* Add a script that extract restriction attributes and their typesKrzesimir Nowak2012-11-301-0/+110
| | | | Was useful when writing GUPnPDLNA{Foo}Information classes.
* xml: Uncomment the "level" field in common audio restrictionKrzesimir Nowak2012-11-301-4/+3
| | | | | | First, we provide a "unsupported" values for those backends which does not know how to extract this attribute and second - GStreamer already knows how to extract it.
* Upgrade build system to build all the new codeKrzesimir Nowak2012-11-301-1/+1
| | | | Also, bumped API version to 2.0.
* Relax depth requirement for PNGJens Georg2012-11-301-1/+1
| | | | GStreamer 1.0 currently doesn't provide this information.
* xml: Add AVC_MP4_HP_HD_EAC3 profileJens Georg2012-03-021-0/+58
|
* xml: Rename AVC_MKV restriction to AVC-L4Jens Georg2012-03-021-3/+3
|
* xml: Add EAC3-3024 restrictionJens Georg2012-03-022-7/+8
|
* xml: Add AVC_MP4_MP_SD_EAC3Jens Georg2012-03-021-0/+41
|
* xml: Losen bitrate restrictionsJens Georg2012-03-022-2/+2
|
* xml: Add EAC3 audio formatJens Georg2012-03-021-0/+22
|
* xml: Add MKV profilesJens Georg2012-03-022-10/+197
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669981
* Add MPEG4_P2_MP4_SP_L5_AACJens Georg2011-09-061-0/+9
|
* Correct MPEG4_P2_MP4_SP_L6_AACJens Georg2011-09-061-5/+172
|
* Add SP_4000 and SP_12000Jens Georg2011-09-061-0/+22
|
* Correct SP_8000 restrictionJens Georg2011-09-061-3/+3
| | | | Restriction applies to SP@L5. Also relax bitrate requirements.
* Correct typo in profile descriptionJens Georg2011-09-061-1/+1
|
* xml: Relax bitrate restriction on AAC*320Arun Raghavan2011-09-021-1/+1
|
* xml: Fix ADTS profilesArun Raghavan2011-09-021-6/+12
| | | | These got broken by commit f25eee35882ee6e7eba6fda26e047a01d82343fb
* Add 'MPEG4_P2_MP4_SP_L6_AAC' profileJens Georg2011-07-281-0/+338
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655504
* Relax restrictions for AAC_ADTSLuis de Bethencourt2011-07-061-13/+7
|
* Fix AAC profilesJens Georg2011-07-051-6/+21
|
* Relax some video restrictions for MPEG TSZeeshan Ali (Khattak)2011-03-091-20/+20
| | | | Relax pixel-aspect-ratio and video bitrate restrictions for MPEG TS.
* Add 'MPEG_TS_SD_EU_ISO' profileZeeshan Ali (Khattak)2011-03-041-0/+108
|
* Remove format I420 field from XMLParthasarathi Susarla2011-02-083-12/+0
| | | | | Gstreamer currently doesn't export the format field so dropping the field for now.
* xml: Add JPEG icon profilesZeeshan Ali (Khattak)2010-08-311-0/+26
|
* xml: Add PNG icon profilesZeeshan Ali (Khattak)2010-08-311-0/+26
|
* libgupnp-dlna: Add support for extended profilesArun Raghavan2010-08-251-0/+9
| | | | | | | | | This adds support for 'extended' profiles, which will allow us to define profiles for media types not supported by the DLNA spec (like Ogg, Theora, Mattroska, AVI). Also included are changes to mark extended profiles as so in gupnp-dlna-ls-profiles.
* xml: Ignore PAR in relaxed mode for AVC*Arun Raghavan2010-08-251-1/+1
|
* xml: Relax AVC_MP4_MP_HD_1080i_AAC profile restrictionsArun Raghavan2010-08-251-2/+8
|
* xml: Relax AVC_MP4_MP_HD_720p_AAC profile restrictionsArun Raghavan2010-08-251-2/+8
|
* xml: Relax AVC_MP4_MP* profile restrictionsArun Raghavan2010-08-251-25/+25
|
* xml: Relax AVC_MP4_BL_L3* profile restrictionsArun Raghavan2010-08-252-8/+14
|
* xml: Relax AVC_MP4_BL_CIF15_* profile restrictionsArun Raghavan2010-08-252-15/+21
|
* xml: Relax MPEG1 profile restrictionsArun Raghavan2010-08-251-6/+10
|
* xml: Relax AAC profile restrictionsArun Raghavan2010-08-251-2/+2
|
* libgupnp-dlna: Add relaxed mode supportParthasarathi Susarla2010-08-251-0/+24
| | | | | | | | | | | | | | | * dlna-profiles.rng Modify the xml schema to support relaxed mode * gupnp-dlna-discoverer.[hc] Add an array of profiles_list to support every combination of relaxed and extended mode support * gupnp-dlna-load.[hc] Parse the xml (dlna profiles) files depending on the mode (either relaxed or strict) set on the discoverer * dlna-profile-parser.c Add parameters to the test program to test for relaxed and extended mode support