- 23 Mar, 2011 2 commits
-
-
Compn authored
-
Michael Niedermayer authored
* newdev/master: (33 commits) Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. Add kbdwin.o to AC3 decoder Detect byte-swapped AC-3 and support decoding it directly. cosmetics: indentation Always copy input data for AC3 decoder. ac3enc: make sym_quant() branch-free cosmetics: indentation Add a CPU flag for the Atom processor. id3v2: skip broken tags with invalid size id3v2: don't explicitly skip padding Make sure kbhit() is in conio.h fate: update wmv8-drm reference vc1: make P-frame deblock filter bit-exact. configure: Add the -D parameter to the dlltool command amr: Set the AVFMT_GENERIC_INDEX flag amr: Set the pkt->pos field properly to the start of the packet amr: Set the codec->bit_rate field based on the last packet rtsp: Specify unicast for TCP interleaved streams, too Set the correct target for mingw64 dlltool applehttp: Change the variable for stream position in seconds into int64_t ... Conflicts: ffmpeg.c ffplay.c libavcodec/ac3dec.c libavformat/avio.h libavformat/id3v2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2011 15 commits
-
-
Vitor Sessak authored
Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Kieran Kunhya authored
Fixes --disable-everything --enable-decoder=ac3 Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Carl Eugen Hoyos authored
Fixes ticket 10. The format string was locale-depending.
-
Michael Niedermayer authored
-
Reimar Döffinger authored
This allows the AC-3 decoder to be used directly with RealMedia decoders that unlike the libavformat one do not byte-swap automatically. Since the new code is only used in case we would fail directly otherwise there should be no risk for regressions.
-
Justin Ruggles authored
-
Justin Ruggles authored
Depending on error_recognition is not correct, low values do certainly not mean it is ok to crash. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
The Atom has SSSE3 support, which is useful in many cases, but sometimes the SSSE3 version is slower than the SSE2 equivalent on the Atom, but is generally faster on other processors supporting SSSE3. This flag allows for selectively disabling certain SSSE3 functions on the Atom.
-
Anton Khirnov authored
fixes issue2649.
-
Anton Khirnov authored
It's pointless, since there's a seek to the end of tag later.
-
Dave Yeo authored
Conio.h is a non-standard header and may not have kbhit() prototyped. This fixes compile on OS/2 where the EMX version (we're using a fork) of conio.h only has getch() and getche(). Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This updates the wmv8-drm reference after c47d3835. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
- 21 Mar, 2011 22 commits
-
-
Martin Storsjö authored
This is required for the generated .lib file to actually be usable by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
This makes the amr demuxer support seeking, closing roundup issue 2593.
-
Martin Storsjö authored
Previously, the field pointed to the second byte of the packet (which is the first byte of the actual AMR payload).
-
Martin Storsjö authored
This allows libavformat to guess an estimated duration for amr files. For streams with varying bit rates (or with silence descriptors or "no frame" blocks) the guess is, of course, inaccurate.
-
Martin Storsjö authored
According to the RFC, the default is multicast if nothing is specified, which doesn't make sense for TCP. According to a bug report, some Axis camera models give a "400 Bad Request" error if this is omitted. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
That fixes .lib creation for the win64 target.
-
Martin Storsjö authored
A similar variable for the total stream duration was changed to int64_t in b79c3df0, due to overflows in some odd streams. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
This fixes crashes on exit when plaing some RealRTSP streams (among other), e.g. rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3. These crashes have been present since 3e68b3ba. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Current code might stop in the middle of an invalid tag. fixes issue2650 Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Stefano Sabatini authored
Replace "codec (id=%d)" with "codec with id %d", slightly more readable.
-
Ronald S. Bultje authored
Also reset coded_block at each new slice, fixes problems in slice playback.
-
Ronald S. Bultje authored
Introduce end: and err: labels at the end of vc1_decode_frame(), which will clean up allocated memory consistently.
-
Ronald S. Bultje authored
-
Peter Ross authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Tomas Härdin authored
-
Carl Eugen Hoyos authored
Fixes ticket 11.
-
Michael Niedermayer authored
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It's an evil hack that assumes an AVIOContext is always based on top of an URLContext. It's also not used anywhere. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Mar, 2011 1 commit
-
-
Mans Rullgard authored
This fixes a typo in the size calculation for the sample buffer introduced in cbabccc3. Signed-off-by: Mans Rullgard <mans@mansr.com>
-