gstreamer/ext/celt
Sebastian Dröge 16e70c80ae ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possible and correctly handle the granulepos in...
Original commit message from CVS:
* ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
Correctly take the granulepos from upstream if possible and
correctly handle the granulepos in various calculations: the
granulepos is the sample number of the _last_ sample in a frame, not
the first.
* ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
(gst_celt_enc_encode), (gst_celt_enc_chain),
(gst_celt_enc_change_state):
* ext/celt/gstceltenc.h:
Handle non-zero start timestamps in the encoder and detect/handle
stream discontinuities. Fixes bug #547075.
2008-08-31 15:01:32 +00:00
..
gstcelt.c Add CELT encoder and decoder elements based on the Speex elements. 2008-08-02 17:29:44 +00:00
gstceltdec.c ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possible and correctly handle the granulepos in... 2008-08-31 15:01:32 +00:00
gstceltdec.h Add CELT encoder and decoder elements based on the Speex elements. 2008-08-02 17:29:44 +00:00
gstceltenc.c ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possible and correctly handle the granulepos in... 2008-08-31 15:01:32 +00:00
gstceltenc.h ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possible and correctly handle the granulepos in... 2008-08-31 15:01:32 +00:00
Makefile.am Add CELT encoder and decoder elements based on the Speex elements. 2008-08-02 17:29:44 +00:00