- Jul 20, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jul 18, 2011
-
-
Raimo Järvi authored
If extradata is created for LATM, libav will use it for initialising AAC decoder and decoding will fail. Fixes bug #652812.
-
- Jul 12, 2011
-
-
Edward Hervey authored
Contains MT fixes
-
David Schleef authored
Fixes #651768.
-
- Jul 11, 2011
-
-
Edward Hervey authored
Too many suspicious errors/warnings pop up when more than 1 thread is used. Fixes #653649
-
Wim Taymans authored
See: https://bugzilla.gnome.org/show_bug.cgi?id=615698
-
- Jun 30, 2011
-
-
Edward Hervey authored
This still causes issues with bad (missing?) downmixing. They can be handled by existing a52dec/dtsdec See Bug #608892
-
Mark Nauwelaerts authored
Fixes #653717.
-
Mark Nauwelaerts authored
... by _init'ing them as locals rather than _new'ing them. Fixes #653648.
-
- Jun 25, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jun 23, 2011
-
-
David Schleef authored
From 69b981f to 605cd9a
-
- Jun 21, 2011
-
-
Jan Schmidt authored
Add a max-threads property, which defaults to '0 = auto' Add a utility function taken from libschroedinger which sets the ffmpeg worker thread count to match the computer processor count by default.
-
- Jun 06, 2011
-
-
Raimo Järvi authored
Fixes bug #651714.
-
- Jun 01, 2011
-
-
- May 30, 2011
-
-
Raimo Järvi authored
Fixes bug #651447.
-
- May 29, 2011
-
-
Edward Hervey authored
Avoids bogus timestamps for AVCHD-lite streams
-
Edward Hervey authored
-
- May 27, 2011
-
-
Sebastian Dröge authored
Fixes bug #650596.
-
- May 26, 2011
-
-
Sebastian Dröge authored
-
- May 25, 2011
-
-
Rafael Diniz authored
Also add the stream-format fields to the CODEC_ID_AAC caps. Fixes bug #650695.
-
- May 19, 2011
-
-
Stefan Kost authored
From 9e5bbd5 to 69b981f
-
- May 18, 2011
-
-
Stefan Kost authored
From fd35073 to 9e5bbd5
-
Stefan Kost authored
From 46dfcea to fd35073
-
- May 09, 2011
-
-
Thadeu Lima de Souza Cascardo authored
When input buffer timestamps are invalid, next timestamp are used for audio. Then, the next out timestamp is updated with the used timestamp and the calculated duration. However, if the used timestamp is invalid, it should not be used. Otherwise, the next buffer will use a wrong timestamp that is not in the clipped segment, making the buffer to be dropped. This fixes playback with SBTVD MPEG TS streams, using AAC LATM.
-
- May 06, 2011
-
-
Vincent Penquerc'h authored
A keyframe may be quite a while in the future, and the decoder has no way of knowing this. A poor decision could mean quite some time with no video output. This decision should be left to the upstream element: a demuxer might know about incoming keyframes, or some other element might be able to request a keyframe. Fixes bug #649372.
-
Punya Prakash authored
Previously autoconf appended too many additional quotes to parameters like --with-ffmpeg-extra-configure=" --target-os=linux --extra-cflags='-mfpu=neon -mfloat-abi=softfp'". Fixes bug #648816.
-
- Apr 24, 2011
-
-
Tim-Philipp Müller authored
From c3cafe1 to 46dfcea
-
- Apr 22, 2011
-
-
David Schleef authored
-
- Apr 21, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
We might want to expose the various properties in the future
-
Edward Hervey authored
-
Edward Hervey authored
Right now it doesn't use any of the extra fields AVPacket provides. It might be wise to investigate the pts/dts ones to see if we can finally get rid of the timing-related cruft we have.
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
We just use qmin/qmax instead
-
Edward Hervey authored
-
Edward Hervey authored
It is now gone and we need to switch to the new API See #566605
-
Edward Hervey authored
-