index
:
gstreamer/gst-libav
0.10
0.10.13
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
GST_FFMPEG_NO_MIRROR
TYPEFIND
discontinued-for-monorepo
master
GStreamer plugin for the FFmpeg libav* libraries (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-libav)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
libav
/
gstavvidenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-06
plugins: uddate gst_type_mark_as_plugin_api() calls
Mathieu Duponchelle
1
-1
/
+1
2020-05-31
plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types
Sebastian Dröge
1
-0
/
+2
2020-01-27
avvidenc: handle GST_VIDEO_MULTIVIEW_MODE_MONO
Julien Isorce
1
-0
/
+3
2019-11-29
avvidenc: Fix error propagation
Edward Hervey
1
-1
/
+1
2019-10-25
avvideenc,avvidedec: Filtering hardware en/decoder by flag
Seungha Yang
1
-18
/
+6
2019-08-13
avvidenc: timestamp output buffers
Mathieu Duponchelle
1
-0
/
+11
2019-07-15
avvidenc: Close reference context before freeing it
Sebastian Dröge
1
-0
/
+1
2019-06-19
avvidenc: Also set the repeat_pict flag correctly and take the TFF flag from ...
Sebastian Dröge
1
-2
/
+5
2019-06-19
avvidenc: Correctly signal interlaced input to ffmpeg when the input caps are...
Sebastian Dröge
1
-2
/
+5
2019-03-23
avvidenc: pass Closed Caption metadata to libav
Mathieu Duponchelle
1
-0
/
+21
2018-07-13
avvidenc: port to send_frame / receive_packet
Mathieu Duponchelle
1
-99
/
+115
2018-07-13
avaudenc: install options generically
Mathieu Duponchelle
1
-10
/
+5
2018-07-13
av_codec_next (deprecated) -> av_codec_iterate
Mathieu Duponchelle
1
-14
/
+11
2018-07-13
Refactor avcfg / avvidenc
Mathieu Duponchelle
1
-198
/
+56
2018-07-13
Use AV_ namespace for all CODEC_ macro
Nicolas Dufresne
1
-6
/
+6
2018-05-11
libav: Switch to common include
Edward Hervey
1
-3
/
+0
2018-02-10
avvid*: Don't expose V4L2 mem-to-mem decoder and encoders
Edward Hervey
1
-0
/
+7
2017-03-22
avvidenc: Fix compiler errors in the previous commit
Arun Raghavan
1
-3
/
+3
2017-03-21
avvidenc: Classify image encoders with "Image" instead of "Video"
Arun Raghavan
1
-1
/
+5
2017-03-16
avvidenc: Add Stereo3D mapping
Jan Schmidt
1
-0
/
+36
2017-01-02
Fix some caps leaks when creating pad templates
Garima Gaur
1
-0
/
+3
2016-11-12
avvidenc/dec: Disable more hardware encoder/decoders
leigh123linux@googlemail.com
1
-1
/
+8
2016-09-14
av: Cast AVContext::bit_rate to a guint before passing to varargs functions
Sebastian Dröge
1
-1
/
+1
2016-09-03
Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecs
Iain Lane
1
-2
/
+5
2016-07-22
libav: Ignore more quasi-codecs
Sebastian Dröge
1
-1
/
+9
2016-07-22
libav: Ignore VAAPI decoders and VAAPI/nvenc encoders
Sebastian Dröge
1
-0
/
+14
2016-07-05
avvidenc: Create caps from the codec context after it is opened
Sebastian Dröge
1
-17
/
+23
2016-02-16
avvidenc: Set width/height and format in the AVFrame we pass to the encoder API
Sebastian Dröge
1
-0
/
+4
2016-01-19
avvidenc: Use AVPacket.flags for detecting keyframes
Sebastian Dröge
1
-7
/
+7
2016-01-16
libav: Remove usage of deprecated API
Andreas Cadhalpun
1
-1
/
+1
2015-11-20
Remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-6
/
+3
2015-11-02
avvidenc: Fix frame memory leak
Vineeth TM
1
-0
/
+4
2015-10-03
avvidenc: Pass the correct user_data to gst_buffer_new_wrapped_full()
Sebastian Dröge
1
-1
/
+1
2015-08-24
avvid/audenc: Set some tags in the output for downstream's info
Jan Schmidt
1
-0
/
+17
2015-08-17
avvidenc: use template subset check for accept-caps
Thiago Santos
1
-0
/
+2
2015-08-16
avvidenc: remove useless getcaps method
Thiago Santos
1
-16
/
+0
2015-06-28
avvidenc: Fix compiler warning
Sebastian Dröge
1
-1
/
+1
2015-06-28
avvidenc: Set AVFrame flags for interlacing per frame and not in set_format()
Sebastian Dröge
1
-7
/
+7
2015-06-28
av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLY
Sebastian Dröge
1
-4
/
+4
2015-06-28
avvidenc: Properly wrap and free the output AVPackets generated during draining
Sebastian Dröge
1
-5
/
+7
2015-06-28
avvidenc: Make sure to keep input data alive until libav is done with it
Sebastian Dröge
1
-5
/
+30
2015-06-28
av{aud,vid}enc: Stop using deprecated AVFrame APIs
Sebastian Dröge
1
-2
/
+2
2015-03-10
libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*
Sebastian Dröge
1
-1
/
+1
2014-06-21
avvidenc: Make sure to fixate caps before setting them on the pad
Sebastian Dröge
1
-1
/
+1
2014-06-02
avvidenc: Fix indention and "bracketing" of goto labels
Sebastian Dröge
1
-2
/
+5
2014-05-29
avvidenc: do all negotiation before opening the decoder
Wim Taymans
1
-42
/
+39
2014-05-19
avvidenc: Add thread-count parameter for libav encoders
Gavin Hurlbut
1
-2
/
+27
2014-04-30
avvidenc: guard against division by zero
Vincent Penquerc'h
1
-0
/
+12
2014-04-29
avvidenc: Fix leak of AVBufferRef
Stian Selnes
1
-5
/
+15
2014-03-25
avvidenc: discard input frame upon encoding error
Mark Nauwelaerts
1
-1
/
+2
[next]