summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-06
| | | | Originally committed as revision 18338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-05
| | | | Originally committed as revision 18337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-05
| | | | Originally committed as revision 18336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ↵Ramiro Polla2009-04-05
| | | | | | max_channel. Originally committed as revision 18335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-05
| | | | Originally committed as revision 29149 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-05
| | | | | | Fixes issue946 Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29145 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: {}-related cosmetics.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29144 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-04
| | | | Originally committed as revision 29143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-04
| | | | Originally committed as revision 18333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-04
| | | | | | Based on patch by David Conrad. Originally committed as revision 18332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-04
| | | | | | Gillet. Originally committed as revision 18331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-04
| | | | | | with libswscale. Originally committed as revision 18330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove JACK input device addition entry.Stefano Sabatini2009-04-03
| | | | | | The addition of a new component is not considered an API change. Originally committed as revision 18329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not fail on zero packets.Michael Niedermayer2009-04-03
| | | | Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-03
| | | | Originally committed as revision 18327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-03
| | | | | | they are. Hopefully fixes some FATE errors, too. Originally committed as revision 18326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-03
| | | | Originally committed as revision 18325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-03
| | | | Originally committed as revision 18324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update after the last two commits.Stefano Sabatini2009-04-03
| | | | Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement JACK input device.Olivier Guilyardi2009-04-02
| | | | | | | Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_fifo_space().Olivier Guilyardi2009-04-02
| | | | | | Patch by Olivier Guilyardi list et samalyse DOT c0m. Originally committed as revision 18321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-02
| | | | Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-02
| | | | Originally committed as revision 18319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update after the last API change.Stefano Sabatini2009-04-02
| | | | Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
| | | | | | Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com. Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-02
| | | | Originally committed as revision 29129 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-02
| | | | Originally committed as revision 29128 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-02
| | | | Originally committed as revision 29127 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
| | | | | | Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentReimar Döffinger2009-04-02
| | | | Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-02
| | | | | | See also http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4 Originally committed as revision 18314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register VA API HW accelerators.Gwenole Beauchesne2009-04-02
| | | | | | | | 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
* Add VA API deps.Gwenole Beauchesne2009-04-02
| | | | Originally committed as revision 18312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-02
| | | | | | from registered HW accelerated codecs with REGISTER_HWACCEL(). Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace manual setting of the removed av_log_level variable by theDiego Biurrun2009-04-02
| | | | | | corresponding call to av_log_set_level(). Originally committed as revision 18310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne2009-04-02
| | | | Originally committed as revision 18309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an empty line in front of configure debug instructions.Diego Biurrun2009-04-02
| | | | | | This makes the actual error message that configure prints be more noticeable. Originally committed as revision 18308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-02
| | | | Originally committed as revision 18307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-02
| | | | Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: START/STOP_TIMER support for ARMv7Måns Rullgård2009-04-01
| | | | Originally committed as revision 18305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libavutil/timer.h per architectureMåns Rullgård2009-04-01
| | | | Originally committed as revision 18304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-01
| | | | Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SSE4 detection supportDavid Conrad2009-04-01
| | | | Originally committed as revision 18302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-01
| | | | Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused FILTSIGN macroDavid Conrad2009-04-01
| | | | Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-01
| | | | Originally committed as revision 18299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
| | | | Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
| | | | Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
| | | | Originally committed as revision 18297 to svn://svn.ffmpeg.org/ffmpeg/trunk