summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård2009-04-01
| | | | Originally committed as revision 18296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always use -L flags for all subdirsMåns Rullgård2009-04-01
| | | | Originally committed as revision 18295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-01
| | | | Originally committed as revision 18294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another dv fourcc CDVHBen Littler2009-04-01
| | | | Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last patch.Stefano Sabatini2009-03-31
| | | | Originally committed as revision 18292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add/fix support for bitstream formats reading in read_line().Stefano Sabatini2009-03-31
| | | | Originally committed as revision 18291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the step and offset fields of the component descriptor express aStefano Sabatini2009-03-31
| | | | | | number of bits for bitstreams formats. Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger2009-03-31
| | | | Originally committed as revision 18289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document read_line().Stefano Sabatini2009-03-31
| | | | Originally committed as revision 18286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini2009-03-31
| | | | | | if n is 0. Originally committed as revision 18285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove some pointless {}Reimar Döffinger2009-03-31
| | | | Originally committed as revision 18284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger2009-03-31
| | | | Originally committed as revision 18283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger2009-03-31
| | | | Originally committed as revision 18282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-31
| | | | | | same order in pixfmt.h. Originally committed as revision 18281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger2009-03-31
| | | | | | hopefully allows for further simplifications in the future. Originally committed as revision 18280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini2009-03-31
| | | | | | to make them resemble the order in the name: BGR <-> RGB. Originally committed as revision 18279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comments specifying the name of the components in the descriptors.Stefano Sabatini2009-03-31
| | | | Originally committed as revision 18278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger2009-03-31
| | | | | | in a more natural order. Originally committed as revision 18277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger2009-03-31
| | | | Originally committed as revision 18276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini2009-03-31
| | | | | | (non const) AVPixFmtDescriptor *. Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun2009-03-31
| | | | Originally committed as revision 29114 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-31
| | | | | | patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk