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 (Expand)Author
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
2009-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
2009-04-07Fix the copyright yearLuca Abeni
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni
2009-04-07Move scale factor computation to its own function. Patch by KenanKenan Gillet
2009-04-07Try to honor even completely invalid motion vectors as far as isMichael Niedermayer
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
2009-04-06Add missing entry corresponding to r18163.Stefano Sabatini
2009-04-06Cosmetics: remove empty line.Stefano Sabatini
2009-04-06Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
2009-04-06mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla
2009-04-06mlpdec: There must be no extraword for MLP.Ramiro Polla
2009-04-06mlpdec: Validate non-restart bit from the substream header.Ramiro Polla
2009-04-06mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla
2009-04-05swscale: Remove X86 commented out code.Ramiro Polla
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-04-05swscale: Use function pointers for swScale functions.Ramiro Polla
2009-04-05swscale: {}-related cosmetics.Ramiro Polla
2009-04-05swscale: Add const to some swScale functions' parameters.Ramiro Polla
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
2009-04-04Add missing static qualifier from function declaration. Patch by KenanKenan Gillet
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-04Remove JACK input device addition entry.Stefano Sabatini
2009-04-03Do not fail on zero packets.Michael Niedermayer
2009-04-03Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger
2009-04-03Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger
2009-04-03Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-03Update after the last two commits.Stefano Sabatini
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-04-03Implement av_fifo_space().Olivier Guilyardi
2009-04-03Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun
2009-04-03Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse
2009-04-03Update after the last API change.Stefano Sabatini
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-02swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla
2009-04-02swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla
2009-04-02swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
2009-04-02ReindentReimar Döffinger
2009-04-02Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger
2009-04-02Register VA API HW accelerators.Gwenole Beauchesne
2009-04-02Add VA API deps.Gwenole Beauchesne
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
2009-04-02Replace manual setting of the removed av_log_level variable by theDiego Biurrun
2009-04-02Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne