- 11 Mar, 2011 9 commits
-
-
Michael Niedermayer authored
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Author says, this is unneeded. This reverts commit 67fc32ac.
-
Marton Balint authored
In the main loop, stream_number is incremented after checking the stream type, so the search usually will not find the wanted stream. This patch eliminates the useless stream_number variable and introduces a new one, called real_stream_index to store the real stream index of the current stream, no matter if we are looping through all the streams or only the streams of a program. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Marton Balint authored
Yet another fix for the code originally designed for use without related_stream. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
-
Benjamin Larsson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 10 Mar, 2011 4 commits
-
-
Benjamin Larsson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Philip Langdale authored
The Broadcom CrystalHD decoder chips provide hardware video decoding for a number of video formats. It does so using a memory:memory interface where a compressed bitstream is fed in and decompressed pictures are copied out. As such, it works independent of any graphics hardware in the system. Features supported in this initial version: * Support for Linux (using current drivers/library from git.wilsonet.com) * Support for 70015 hardware * Formats: MPEG2, MPEG4 Part 2, H.264, VC1 and DivX 3.11 (untested) * Progressive content * Non-H.264 Interlaced content * H.264 MBAFF content Features missing in this initial version: * Support for OSX (might work - untested) * Support for Windows * Support for 70012 hardware * H.264 PAFF content Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is a bit experimental Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Mar, 2011 3 commits
-
-
Michael Niedermayer authored
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit fb61a7c5)
-
Anton Khirnov authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 08 Mar, 2011 24 commits
-
-
Nathan Caldwell authored
This reverts the removal of scoefs from AACEncContext. It resulted in scoefs being a NULL pointer when search_for_quantizers() is called. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Carl Eugen Hoyos authored
Allows to use output device alsa.
-
Justin Ruggles authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
This makes channel coupling more accurate, increasing quality for stereo content. It also simplifies exponent extraction and mantissa quantization by no longer needing to apply an offset to the exponents. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Benjamin Larsson authored
Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Nathan Caldwell authored
This reverts the removal of scoefs from AACEncContext. It resulted in scoefs being a NULL pointer when search_for_quantizers() is called. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anssi Hannula authored
This is used at least on some older DVB broadcasts for dual-mono audio tracks. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 6a7e074e)
-
Baptiste Coudurier authored
when writing and pressing q during encoding. Instead, check url_interrupt_cb at the end. Note that when a protocol is interrupted by url_interrupt_cb, some data may be silently discarded: the protocol context is not suitable for anything anymore. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 688c22e0)
-
Hendrik Leppkes authored
This is based on the component_type definition in the DVB SI spec [1]. [1]: http://www.dvb.org/technology/standards/a038_DVB-SI_dEN300468v1.12.1.pdfSigned-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 789936db)
-
Anssi Hannula authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 435cebd0)
-
Ronald S. Bultje authored
(cherry picked from commit 4e84f994)
-
Anton Khirnov authored
also change its prefix to ffio Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f1ef2cd9)
-
Anton Khirnov authored
AVIOContext.max_packet_size should be used directly instead. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e8bb2e24)
-
Young Han Lee authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 2790d7a9)
-
Anssi Hannula authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c9256246)
-
Thadeu Lima de Souza Cascardo authored
When decoding latm config, use the corresponding aac context and its m4ac instead of using NULL and a local variable. This fixes decoding of audio in MPEG TS from SBTVD (the Brazillian Digital TV Sytem), when there is no extradata. This is the case when using the decoder with gst-ffmpeg and a GStreamer mpegts demuxer. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 36864ac3)
-
Justin Ruggles authored
(cherry picked from commit 2d9a101a)
-
Justin Ruggles authored
(cherry picked from commit 7100d63c)
-
Justin Ruggles authored
It only has Altivec functions and is not compiled if Altivec is disabled. (cherry picked from commit d21be5f1)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit d34ca1cf)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 76aa876e)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e5197539)
-