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