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
/
libav
/
gstavaudenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
avaudenc: Remember how many samples the codec consumed for telling the base c...
Sebastian Dröge
1
-3
/
+4
2015-06-28
av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLY
Sebastian Dröge
1
-2
/
+2
2015-06-28
avaudenc: Make sure to keep input data alive until libav is done with it
Sebastian Dröge
1
-23
/
+53
2015-06-28
av{aud,vid}enc: Stop using deprecated AVFrame APIs
Sebastian Dröge
1
-23
/
+23
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-04-29
avaudenc: Fix leak of AVBufferRef
Sebastian Dröge
1
-7
/
+15
2014-04-14
avaudenc: Fix compile without gst debug
Edward Hervey
1
-3
/
+2
2014-02-20
avaudenc: fix audio encoder flushing according to libav docs
Thiago Santos
1
-69
/
+79
2014-01-15
gst-libav: fix context leaks
Vincent Penquerc'h
1
-0
/
+2
2014-01-03
avenc: Stop using the removed inter_threshold field
Sebastian Dröge
1
-1
/
+0
2013-10-26
avaudenc: post better error message if experimental codecs don't work
Tim-Philipp Müller
1
-0
/
+10
2013-10-15
avenc: Add compliance property
Greg Rutz
1
-1
/
+15
2013-08-29
libav: avcodec_close() also resets fields like the AVCodec
Sebastian Dröge
1
-2
/
+33
2013-05-06
CODEC_ID_* -> AV_CODEC_ID_*
Tim-Philipp Müller
1
-3
/
+3
2013-01-22
avenc_aac: downgrade to RANK_NONE until it gets fixed
Tim-Philipp Müller
1
-1
/
+12
2012-12-17
av: Fix some memory leaks and misuse of libav API
Sebastian Dröge
1
-7
/
+2
2012-12-17
avcodecmap: Only set "formats" field on raw audio/video caps
Sebastian Dröge
1
-2
/
+1
2012-12-12
avaudenc: init frame with defaults
Wim Taymans
1
-0
/
+1
2012-12-12
avaudenc: Properly handle planar audio formats with more than AV_NUM_DATA_POI...
Sebastian Dröge
1
-9
/
+16
2012-12-11
avvidenc: Simplify color formats in the raw video caps
Sebastian Dröge
1
-1
/
+0
2012-12-11
avaudenc: Reorder audio channels if necessary and add proper support for chan...
Sebastian Dröge
1
-0
/
+18
2012-12-05
avaudenc: Add support for planar audio formats
Sebastian Dröge
1
-3
/
+77
2012-12-05
av: Correctly populate the codec context with the defaults
Sebastian Dröge
1
-2
/
+5
2012-12-05
av: Use av_codec_is_{en,de}coder() API instead of private struct fields
Sebastian Dröge
1
-1
/
+1
2012-12-04
av: Port remaining simple bits
Sebastian Dröge
1
-2
/
+2
2012-12-04
av: update to use AVOption variants.
Luca Barbato
1
-2
/
+2
2012-12-02
avaudenc: log error string as well in debug output
Tim-Philipp Müller
1
-1
/
+4
2012-12-01
avaudenc: use sample rate as ticks per second fallback
Tim-Philipp Müller
1
-1
/
+1
2012-12-01
avaudenc: fix output timestamping
Tim-Philipp Müller
1
-4
/
+12
2012-11-20
avvidenc: Implement reset vfunc
Sebastian Dröge
1
-3
/
+3
2012-11-20
avaudenc: Implement draining
Sebastian Dröge
1
-6
/
+34
2012-11-20
avaudenc: Implement flush vfunc properly
Sebastian Dröge
1
-0
/
+12
2012-11-20
avaudenc: Some minor cleanup
Sebastian Dröge
1
-18
/
+4
2012-11-20
avaudenc: Use non-deprecated avcodec_encode_audio2() API
Sebastian Dröge
1
-15
/
+20
2012-11-20
avaudenc: Port to audio encoder base class
Sebastian Dröge
1
-312
/
+91
2012-11-20
av: Use PROP_ instead of ARG_
Sebastian Dröge
1
-11
/
+11
2012-11-19
av: Put declarations in header files and rename audio codec files
Sebastian Dröge
1
-0
/
+824