summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcfg.c
Commit message (Expand)AuthorAgeFilesLines
* gstavcfg.c: fix max->min typo in limits and implict double conversionJordan Petridis2020-08-041-2/+7
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-05-311-0/+4
* avcfg: Override type of bitrate property from int64 to intSebastian Dröge2019-04-091-5/+16
* avcfg: Fix AVOptionRanges leakSeungha Yang2019-01-131-4/+6
* avcfg: Ensure that ternary operator always evaluates to int64Nirbheek Chauhan2018-10-161-2/+2
* avcfg: Simplify codeEdward Hervey2018-09-211-75/+70
* avcfg: Properly initalize GValueEdward Hervey2018-07-161-1/+3
* avcfg: actually remove call to g_object_getvMathieu Duponchelle2018-07-131-1/+0
* avcfg: use g_object_get_property, not g_object_getvMathieu Duponchelle2018-07-131-0/+1
* avcfg: ignore some generic propertiesMathieu Duponchelle2018-07-131-0/+15
* avcfg: add skip support to overrides systemMathieu Duponchelle2018-07-131-2/+8
* avaudenc: install options genericallyMathieu Duponchelle2018-07-131-39/+38
* Refactor avcfg / avvidencMathieu Duponchelle2018-07-131-918/+408
* Use AV_ namespace for all CODEC_ macroNicolas Dufresne2018-07-131-12/+13
* avcfg: Use av_strdup() instead of g_strdup() for strings owned by ffmpegSebastian Dröge2016-04-251-1/+1
* avcfg: rc-min-rate and rc-max-rate are now 64bit integersEdward Hervey2016-02-161-2/+27
* libav: Remove usage of deprecated APIAndreas Cadhalpun2016-01-161-4/+1
* libav: Minor changes to build properly with v11alpha1Sebastian Dröge2014-08-121-1/+1
* gst-libav: fix context leaksVincent Penquerc'h2014-01-151-1/+3
* avcfg: Update config parameters a bit to fix compilationSebastian Dröge2014-01-031-22/+10
* CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller2013-05-061-16/+16
* av: Fix some memory leaks and misuse of libav APISebastian Dröge2012-12-171-4/+2
* av: Port remaining simple bitsSebastian Dröge2012-12-041-12/+0
* av: update to use AVOption variants.Luca Barbato2012-12-041-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* ext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]Edward Hervey2012-09-101-0/+1078