index
:
~thiagoss/gst-libav
master
reverted-acceptcaps
Unnamed repository; edit this file 'description' to name the repository.
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-28
avviddec: Use the new get_buffer2() API instead of the deprecated APIs
Sebastian Dröge
1
-94
/
+26
2015-06-28
avviddec: Also proxy the data/size pointers for our wrapper AVBufferRef
Sebastian Dröge
1
-1
/
+2
2015-06-26
codecmap: add vp9 mapping
Wim Taymans
1
-0
/
+9
2015-06-26
avviddec: Wrap the original AVBufferRef in our own buffer for the destroy fun...
Sebastian Dröge
1
-6
/
+18
2015-06-26
avviddec: libav will already copy the reordered_opaque pointer for us
Sebastian Dröge
1
-3
/
+0
2015-06-26
avviddec: Negotiate based on the AVFrame information, not the context informa...
Sebastian Dröge
2
-60
/
+88
2015-06-11
avcodec: Check against codec format list
Nicolas Dufresne
1
-6
/
+26
2015-06-11
viddec: Replicate any 3D/multiview info from input caps onto output
Jan Schmidt
1
-0
/
+9
2015-06-05
avviddec: Release stream lock while calling avcodec_decode_video2()
Sebastian Dröge
1
-0
/
+7
2015-06-02
avviddec: Post error message before returning a flow error
Olivier Crête
1
-1
/
+2
2015-06-02
avcodecmap: Use video/x-cavs mime type instead of video/x-gst-av-cavs
Aurélien Zanelli
1
-1
/
+6
2015-06-02
avauddev: Unref decoded AVFrame after we're done with it
Sebastian Dröge
1
-0
/
+1
2015-03-29
avdemux: resurrect some flow return handling
Mark Nauwelaerts
1
-0
/
+1
2015-03-10
avdemux: fix double semicolon
Tim-Philipp Müller
1
-1
/
+1
2015-03-10
libav: Add support for 10 bit planar AYUV formats
Sebastian Dröge
1
-0
/
+6
2015-03-10
libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*
Sebastian Dröge
6
-243
/
+243
2015-03-09
avviddec: Don't copy padding if handling a frame failed
Sebastian Dröge
1
-5
/
+5
2015-03-09
avviddec: If a flow return during draining is not OK, don't drain any further
Sebastian Dröge
1
-4
/
+2
2015-03-09
avviddec: Error out if we try to allocate a buffer without being negotiated
Sebastian Dröge
1
-1
/
+9
2015-03-05
avdemux: remove duplicate goto block
Luis de Bethencourt
1
-10
/
+4
2015-03-05
avdemux: check AVIO Context has been allocated
Luis de Bethencourt
1
-0
/
+3
2015-02-24
Add drain() vfunc implementation that does the same as finish()
Jan Schmidt
1
-0
/
+1
2015-01-27
avviddec: Implement SKIP and new SKIP_KEY_UNITS_ONLY flags
Jan Schmidt
1
-10
/
+22
2014-11-28
av: use GMutex instead of deprecated GStaticMutex
Aurélien Zanelli
1
-7
/
+7
2014-11-16
videodec: Ensure update_pool is initialized
Nicolas Dufresne
1
-1
/
+1
2014-09-23
avauddec: drain samples until libav doesn't have more data
Aleix Conchillo Flaqué
1
-25
/
+14
2014-09-12
avviddec: drain frames until libav doesn't have more data
IBM Thinklab
1
-4
/
+2
2014-08-12
libav: Minor changes to build properly with v11alpha1
Sebastian Dröge
1
-1
/
+1
2014-08-12
avviddec: After draining frames, flush the libav decoder
Jan Schmidt
1
-0
/
+1
2014-08-11
avviddec: Don't lose frames on EOS
Aleix Conchillo Flaqué
1
-25
/
+15
2014-08-06
avauddec: Bump the rank of avdec_aac so it is used by default
Thibault Saunier
1
-0
/
+1
2014-06-21
avvidenc: Make sure to fixate caps before setting them on the pad
Sebastian Dröge
1
-1
/
+1
2014-06-06
avcodecmap: place supported profiles in mpeg4 caps
Wim Taymans
1
-1
/
+16
2014-06-06
avcodecmap: remove deprecated media types
Wim Taymans
1
-16
/
+0
2014-06-06
codecmap: don't expose more deprecated media types
Wim Taymans
1
-2
/
+2
2014-06-06
Revert "avcodecmap: do more reverse mapping of MPEG4"
Wim Taymans
1
-10
/
+0
2014-06-06
avaudenc: add a comment about using -1 in _finish_frame
Vincent Penquerc'h
1
-0
/
+3
2014-06-06
avaudenc: avoid using wrong number of samples
Vincent Penquerc'h
1
-1
/
+1
2014-06-02
avvidenc: Fix indention and "bracketing" of goto labels
Sebastian Dröge
1
-2
/
+5
2014-05-29
avcodecmap: handle simple and advanced-simple profile in MPEG4
Wim Taymans
1
-6
/
+19
2014-05-29
avvidenc: do all negotiation before opening the decoder
Wim Taymans
1
-42
/
+39
2014-05-29
avcodecmap: do more reverse mapping of MPEG4
Wim Taymans
1
-0
/
+10
2014-05-26
avdemux: use GstFlowCombiner
Thiago Santos
1
-41
/
+16
2014-05-26
avdemux: remove legacy check from pad-alloc times
Thiago Santos
1
-8
/
+0
2014-05-19
avvidenc: Add thread-count parameter for libav encoders
Gavin Hurlbut
2
-2
/
+28
2014-05-16
gstavviddec: Sanitize and fix qos handling.
Mathieu Duponchelle
1
-48
/
+15
2014-05-08
videodec: Don't use non-growable pool
Nicolas Dufresne
1
-1
/
+21
2014-04-30
libav: avoid dividing by zero on insane fps/par
Vincent Penquerc'h
1
-14
/
+31
2014-04-30
avvidenc: guard against division by zero
Vincent Penquerc'h
1
-0
/
+12
2014-04-29
avaudenc: Fix leak of AVBufferRef
Sebastian Dröge
1
-7
/
+15
[next]