~ubuntu-branches/debian/sid/ffmpeg/sid

« back to all changes in this revision

Viewing changes to libavutil/opt.h

  • Committer: Package Import Robot
  • Author(s): Andreas Cadhalpun, Fabian Greffrath, Andreas Cadhalpun
  • Date: 2015-09-22 15:15:20 UTC
  • mfrom: (0.1.29)
  • Revision ID: package-import@ubuntu.com-20150922151520-hhmd3in9ykigjvs9
Tags: 7:2.8-1
[ Fabian Greffrath ]
* Pass the --dbg-package=ffmpeg-dbg parameter only to dh_strip.
* Add alternative Depends: libavcodec-ffmpeg-extra56 to libavcodec-dev and
  ffmpeg-dbg to allow for building and debugging with this library installed.

[ Andreas Cadhalpun ]
* Import new major upstream release 2.8.
* Remove the transitional lib*-ffmpeg-dev packages.
* Drop old Breaks on kodi-bin.
* Drop workaround for sparc, which is no Debian architecture anymore.
* Re-enable x265 on alpha, as it's available again.
* Disable unavailable frei0r, opencv and x264 on mips64el.
* Disable libopenjpeg (#787275) and libschroedinger (#787957) decoders.
  (Closes: #786670)
* Disable libdc1394 on sparc64, because it links against the broken due to
  #790560 libudev1.
* Enable libsnappy support.
* Add new symbols.
* Update debian/copyright.
* Update debian/tests/encdec_list.txt.
* Add hls-only-seek-if-there-is-an-offset.patch. (Closes: #798189)
* Add 'Breaks: libavutil-ffmpeg54 (>= 8:0)' to the libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n);
414
414
attribute_deprecated const AVOption *av_set_int(void *obj, const char *name, int64_t n);
415
415
 
 
416
attribute_deprecated
416
417
double av_get_double(void *obj, const char *name, const AVOption **o_out);
 
418
attribute_deprecated
417
419
AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
 
420
attribute_deprecated
418
421
int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
419
422
attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len);
420
423
attribute_deprecated const AVOption *av_next_option(FF_CONST_AVUTIL55 void *obj, const AVOption *last);
438
441
 */
439
442
void av_opt_set_defaults(void *s);
440
443
 
441
 
#if FF_API_OLD_AVOPTIONS
442
 
attribute_deprecated
 
444
/**
 
445
 * Set the values of all AVOption fields to their default values. Only these
 
446
 * AVOption fields for which (opt->flags & mask) == flags will have their
 
447
 * default applied to s.
 
448
 *
 
449
 * @param s an AVOption-enabled struct (its first member must be a pointer to AVClass)
 
450
 * @param mask combination of AV_OPT_FLAG_*
 
451
 * @param flags combination of AV_OPT_FLAG_*
 
452
 */
443
453
void av_opt_set_defaults2(void *s, int mask, int flags);
444
 
#endif
445
454
 
446
455
/**
447
456
 * Parse the key/value pairs list in opts. For each key/value pair