- 24 Sep, 2011 40 commits
-
-
Michael Niedermayer authored
* qatar/master: flvdec: Fix invalid pointer deferences when parsing index configure: disable hardware capabilities ELF section with suncc on Solaris x86 Use explicit struct initializers for AVCodec declarations. Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. adpcmenc: Set bits_per_coded_sample adpcmenc: fix QT IMA ADPCM encoder adpcmdec: Fix QT IMA ADPCM decoder permit decoding of multichannel ADPCM_EA_XAS Fix input buffer size check in adpcm_ea decoder. fft: avoid a signed overflow mpegps: Handle buffer exhaustion when reading packets. Conflicts: libavcodec/adpcm.c libavcodec/adpcmenc.c libavdevice/alsa-audio-enc.c libavformat/flvdec.c libavformat/mpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
Sascha Sommer authored
use put_bits_count to get the buffer fill state instead of num_saved_bits as num_saved_bits is sometimes reset when frames are lost (Ticket 495)
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Michael Niedermayer authored
This reverts commit a2077b85.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
It prevents leaving the state only half initialized. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Sean McGovern authored
When using suncc to build, the Solaris linker will mark an executable with each instruction set encountered by the Solaris assembler. As our libraries contain their own guards for processor-specific code, instead suppress generation of the HWCAPS ELF section on Solaris x86 only. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Stefano Sabatini authored
(Very) slighly improve readability.
-