Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
themselves be reasonably positioned. Patch by Thilo Borgmann thilo.borgmann googlemail com, see mailinglist thread "[FFmpeg-devel] Google Summer of Code participation". Originally committed as revision 18350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Move scale factor computation to its own function. Patch by KenanKenan Gillet
Gillet. Originally committed as revision 18345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Try to honor even completely invalid motion vectors as far as isMichael Niedermayer
easy. Fixes issue961. Originally committed as revision 18344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
Originally committed as revision 18339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla
Originally committed as revision 18338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06mlpdec: There must be no extraword for MLP.Ramiro Polla
Originally committed as revision 18337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06mlpdec: Validate non-restart bit from the substream header.Ramiro Polla
Originally committed as revision 18336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ↵Ramiro Polla
max_channel. Originally committed as revision 18335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
Fixes issue946 Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
Originally committed as revision 18333 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
Based on patch by David Conrad. Originally committed as revision 18332 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-04Add missing static qualifier from function declaration. Patch by KenanKenan Gillet
Gillet. Originally committed as revision 18331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
with libswscale. Originally committed as revision 18330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger
Originally committed as revision 18327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger
they are. Hopefully fixes some FATE errors, too. Originally committed as revision 18326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger
Originally committed as revision 18325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
Originally committed as revision 18324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse
Originally committed as revision 18319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com. Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Register VA API HW accelerators.Gwenole Beauchesne
Pending bits from earlier approved patches: https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-March/066111.html https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-April/066918.html Originally committed as revision 18313 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
from registered HW accelerated codecs with REGISTER_HWACCEL(). Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne
Originally committed as revision 18309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne
Originally committed as revision 18307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini
Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add SSE4 detection supportDavid Conrad
Originally committed as revision 18302 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne
Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Remove unused FILTSIGN macroDavid Conrad
Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård
Originally committed as revision 18299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Reindent after the last patch.Stefano Sabatini
Originally committed as revision 18292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add/fix support for bitstream formats reading in read_line().Stefano Sabatini
Originally committed as revision 18291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Make the step and offset fields of the component descriptor express aStefano Sabatini
number of bits for bitstreams formats. Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger
Originally committed as revision 18289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Document read_line().Stefano Sabatini
Originally committed as revision 18286 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini
if n is 0. Originally committed as revision 18285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Cosmetics: remove some pointless {}Reimar Döffinger
Originally committed as revision 18284 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger
Originally committed as revision 18283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger
Originally committed as revision 18282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini
same order in pixfmt.h. Originally committed as revision 18281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger
hopefully allows for further simplifications in the future. Originally committed as revision 18280 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini
to make them resemble the order in the name: BGR <-> RGB. Originally committed as revision 18279 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Add comments specifying the name of the components in the descriptors.Stefano Sabatini
Originally committed as revision 18278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger
in a more natural order. Originally committed as revision 18277 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger
Originally committed as revision 18276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini
(non const) AVPixFmtDescriptor *. Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken
patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Replacement reference DCT implementation.Dylan Yudaken
patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger
Originally committed as revision 18272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31100l, fix FATE test broken by r18264Reimar Döffinger
Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk