summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-053-2/+4
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-043-205/+186
* swscale: {}-related cosmetics.Ramiro Polla2009-04-041-7/+10
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-042-70/+72
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-042-0/+39
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-042-0/+49
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-041-1/+1
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-047-16/+19
* Remove JACK input device addition entry.Stefano Sabatini2009-04-031-3/+0
* Do not fail on zero packets.Michael Niedermayer2009-04-031-1/+1
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-031-2/+2
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-031-1/+1
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-031-1/+1
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-033-0/+359
* Update after the last two commits.Stefano Sabatini2009-04-031-0/+6
* Implement JACK input device.Olivier Guilyardi2009-04-027-1/+337
* Implement av_fifo_space().Olivier Guilyardi2009-04-023-1/+14
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-021-1/+1
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-021-13/+31
* Update after the last API change.Stefano Sabatini2009-04-021-0/+9
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-022-51/+51
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-024-2/+24
* ReindentReimar Döffinger2009-04-021-1/+1
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-021-0/+1
* Register VA API HW accelerators.Gwenole Beauchesne2009-04-021-0/+3
* Add VA API deps.Gwenole Beauchesne2009-04-021-0/+7
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-022-4/+14
* Replace manual setting of the removed av_log_level variable by theDiego Biurrun2009-04-021-1/+1
* Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne2009-04-021-0/+1
* Add an empty line in front of configure debug instructions.Diego Biurrun2009-04-021-0/+1
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-022-0/+177
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-021-0/+4
* ARM: START/STOP_TIMER support for ARMv7Måns Rullgård2009-04-012-1/+42
* Split libavutil/timer.h per architectureMåns Rullgård2009-04-014-44/+132
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-011-3/+8
* Add SSE4 detection supportDavid Conrad2009-04-012-2/+10
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-012-0/+3
* Remove unused FILTSIGN macroDavid Conrad2009-04-011-1/+0
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-011-1/+1
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-5/+0
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-012-1/+3
* Make examples and test progs depend on librariesMåns Rullgård2009-04-012-2/+4
* Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård2009-04-011-1/+1
* Always use -L flags for all subdirsMåns Rullgård2009-04-011-1/+1
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-012-30/+26
* add another dv fourcc CDVHBen Littler2009-04-011-0/+1
* Reindent after the last patch.Stefano Sabatini2009-03-311-10/+10
OpenPOWER on IntegriCloud