19079 Commits (82a6ef2089d6af18434daae1256f069539009e55)
 

Author SHA1 Message Date
Diego Biurrun 82a6ef2089 Replace manual setting of the removed av_log_level variable by the 16 years ago
Gwenole Beauchesne da425800ee Add VA API pixfmt (only VLD is available ATM). 16 years ago
Diego Biurrun d326cf7f8f Add an empty line in front of configure debug instructions. 16 years ago
Gwenole Beauchesne b4df97365f Add MPEG-4 / H.263 bitstream decoding through VA API. 16 years ago
Baptiste Coudurier fcb4228c86 skip empty data packets in flv, fix input.flv 16 years ago
Måns Rullgård 60c703ac4b ARM: START/STOP_TIMER support for ARMv7 16 years ago
Måns Rullgård 439ccc4e0e Split libavutil/timer.h per architecture 16 years ago
Stefano Sabatini 0a47f60aa8 Extend read_line() to make it take a read_pal_component parameter. 16 years ago
David Conrad 710441c2f6 Add SSE4 detection support 16 years ago
Gwenole Beauchesne 41913a35b0 Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. 16 years ago
David Conrad 828775e160 Remove unused FILTSIGN macro 16 years ago
Måns Rullgård e5d0dbf558 Remove aandcttab.o from dct-test dependencies, the lib includes it 16 years ago
Måns Rullgård 99cc563f26 Make examples and test progs depend on libraries 16 years ago
Måns Rullgård 33afad5451 Add $(ELIBS) to example/test app link command 16 years ago
Måns Rullgård bbba084b4f Make examples and test progs depend on libraries 16 years ago
Måns Rullgård 92c093c1b5 Link tests/examples with -lfoo instead of libfoo.a 16 years ago
Måns Rullgård bdc2cc16eb Always use -L flags for all subdirs 16 years ago
Måns Rullgård 3fd422ff77 Move make rules applicable only to subdirs into subdir.mak 16 years ago
Ben Littler 13b47b4012 add another dv fourcc CDVH 16 years ago
Stefano Sabatini 59b053508f Reindent after the last patch. 16 years ago
Stefano Sabatini c95dd8d382 Add/fix support for bitstream formats reading in read_line(). 16 years ago
Stefano Sabatini 21010f6b2a Make the step and offset fields of the component descriptor express a 16 years ago
Reimar Döffinger 8514f8427f Fix ipvideo_decode_block_opcode_0xD again. 16 years ago
Stefano Sabatini 9b34899ecf Document read_line(). 16 years ago
Stefano Sabatini f9f74ab97b Add a notice telling that the behavior of skip_put_bits() is undefined 16 years ago
Reimar Döffinger dd9630e40f Cosmetics: remove some pointless {} 16 years ago
Reimar Döffinger 993a442315 Slightly simplify ipvideo_decode_block_opcode_0xD 16 years ago
Reimar Döffinger 49a20ffabc One more simplification for ipvideo_decode_block_opcode_0xA 16 years ago
Stefano Sabatini bcbd9a149e Cosmetics: reorder the pixel format descriptors to make them match the 16 years ago
Reimar Döffinger 5e8b83ac3b Slightly simplify first part of ipvideo_decode_block_opcode_0xA, 16 years ago
Stefano Sabatini f938cbf984 Change the order of the components for RGB565LE and RGB565BE, 16 years ago
Stefano Sabatini eb39fb512a Add comments specifying the name of the components in the descriptors. 16 years ago
Reimar Döffinger 283531a81e Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels 16 years ago
Reimar Döffinger 4472ad2cc4 Fix a too small CHECK_STREAM_PTR value in interplayvideo.c 16 years ago
Stefano Sabatini 30266c9286 Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a 16 years ago
Diego Biurrun e7f98e4e94 Add missing $(EXESUF) to example/test program dependency declaration. 16 years ago
Dylan Yudaken 3ba153f8da Replace MPEG group reference DCT implementation by newly rewritten version. 16 years ago
Dylan Yudaken 41b4dbbb0e Replacement reference DCT implementation. 16 years ago
Reimar Döffinger f02bd7e49c Avoid the last two uses of bitmasks in interplayvideo 16 years ago
Reimar Döffinger 3f300d7e25 100l, fix FATE test broken by r18264 16 years ago
Reimar Döffinger 9aaacc246a Reindent 16 years ago
Reimar Döffinger 1548839e51 Deduplicate code by moving it outside the if/else 16 years ago
Reimar Döffinger 268a618ba6 Rearrange how the different cases are checked to reduce the number of 16 years ago
Benoit Fouet 168fffdf01 Fix warnings in tree.c test code. 16 years ago
Reimar Döffinger 0448b78b97 Avoid "reloading" code by using a 64 bit type for the flags and loading all at once. 16 years ago
Reimar Döffinger 3766b9e0a8 Remove now pointless temporary pix variables. 16 years ago
Reimar Döffinger 0312b77ccd Slightly simplify part of ipvideo_decode_block_opcode_0x8 16 years ago
Reimar Döffinger 51e350284d Fix indentation 16 years ago
Reimar Döffinger 9be06a0ed1 Avoid code duplication by using ?: and array indexing instead of if..else 16 years ago
Reimar Döffinger 32eea24e9a Prettify some assignments 16 years ago