source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5a43bbc3   16 years stefano.sabatini-lala Add missing entry corresponding to r18163. Originally committed as …
(edit) @26f3f291   16 years stefano.sabatini-lala Cosmetics: remove empty line. Originally committed as revision 18341 …
(edit) @b4656e6b   16 years stefano.sabatini-lala Fix minor version for the r18116 entry: minor was not bumped in that …
(edit) @8613af0   16 years justin.ruggles Add convenience macros for 5.0/5.1 back speaker configurations. …
(edit) @75428fa4   16 years ramiro.polla mlpdec: Filters and matrices may change only once per substream per …
(edit) @89e39be3   16 years ramiro.polla mlpdec: There must be no extraword for MLP. Originally committed as …
(edit) @cc9c5126   16 years ramiro.polla mlpdec: Validate non-restart bit from the substream header. …
(edit) @0091d8a1   16 years ramiro.polla mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and …
(edit) @dd40902   16 years ramiro.polla swscale: Remove X86 commented out code. Originally committed as …
(edit) @300a3d0d   16 years michaelni Make sure the last bits of huffyuv frames are zeroed. Fixes issue946 …
(edit) @40fa5140   16 years ramiro.polla swscale: Use function pointers for swScale functions. Originally …
(edit) @14d5c18c   16 years ramiro.polla swscale: {}-related cosmetics. Originally committed as revision 29144 …
(edit) @7ac40327   16 years ramiro.polla swscale: Add const to some swScale functions' parameters. Originally …
(edit) @cc2e555   16 years lessen42 ARM: NEON optimized put_signed_pixels_clamped Originally committed as …
(edit) @08e12b22   16 years mans ARM: NEON optimised add_pixels_clamped Based on patch by David …
(edit) @3c00556f   16 years Reynaldo H. Verdejo Pinochet Add missing static qualifier from function declaration. Patch by Kenan …
(edit) @6b434361   16 years stefano.sabatini-lala Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency …
(edit) @1b2120c3   16 years stefano.sabatini-lala Remove JACK input device addition entry. The addition of a new …
(edit) @634b927f   16 years michaelni Do not fail on zero packets. Originally committed as revision 18328 …
(edit) @0be9e73e   16 years Reimar.Doeffinger Mark line_skip3 asm argument as output-only instead of using …
(edit) @d7460a9c   16 years Reimar.Doeffinger Mark put_signed_pixels_clamped_mmx output operands as early-clobber …
(edit) @531a3d2   16 years Reimar.Doeffinger Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via …
(edit) @68367bde   16 years gbeauchesne Add VC-1 bitstream decoding through VA API. Originally committed as …
(edit) @b1516707   16 years stefano.sabatini-lala Update after the last two commits. Originally committed as revision …
(edit) @80ff8a1   16 years stefano.sabatini-lala Implement JACK input device. Patch by Olivier Guilyardi list samalyse …
(edit) @7b09db35   16 years stefano.sabatini-lala Implement av_fifo_space(). Patch by Olivier Guilyardi list et …
(edit) @a8f9e7f6   16 years diego Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. …
(edit) @3dd65312   16 years alex.converse Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from …
(edit) @dd3bbb49   16 years stefano.sabatini-lala Update after the last API change. Originally committed as revision …
(edit) @fabd2469   16 years stefano.sabatini-lala Move AVPacket declaration from avformat.h to avcodec.h. Patch by …
(edit) @95b5770b   16 years ramiro.polla swscale: Remove mmx2 params from h[yc]scale(). Originally committed …
(edit) @392b6567   16 years ramiro.polla swscale: Split h[yc]scale_fast() into their own functions. Originally …
(edit) @5b7c7dd3   16 years ramiro.polla swscale: Execute sfence and emms depending on runtime flags. …
(edit) @3dd2f87e   16 years Carl Eugen Hoyos Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. Patch by Jai Menon …
(edit) @3dd36041   16 years Reimar.Doeffinger Reindent Originally committed as revision 18315 to …
(edit) @fb9ac654   16 years Reimar.Doeffinger Support DVD subtitles in mov/mp4 as created by Nero. See also …
(edit) @e103e6db   16 years gbeauchesne Register VA API HW accelerators. Pending bits from earlier approved …
(edit) @ff41873   16 years gbeauchesne Add VA API deps. Originally committed as revision 18312 to …
(edit) @5666fd73   16 years gbeauchesne Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL …
(edit) @82a6ef20   16 years diego Replace manual setting of the removed av_log_level variable by the …
(edit) @da425800   16 years gbeauchesne Add VA API pixfmt (only VLD is available ATM). Originally committed …
(edit) @d326cf7f   16 years diego Add an empty line in front of configure debug instructions. This makes …
(edit) @b4df973   16 years gbeauchesne Add MPEG-4 / H.263 bitstream decoding through VA API. Originally …
(edit) @fcb4228c   16 years baptiste.coudurier skip empty data packets in flv, fix input.flv Originally committed as …
(edit) @60c703ac   16 years mans ARM: START/STOP_TIMER support for ARMv7 Originally committed as …
(edit) @439ccc4e   16 years mans Split libavutil/timer.h per architecture Originally committed as …
(edit) @0a47f60a   16 years stefano.sabatini-lala Extend read_line() to make it take a read_pal_component parameter. …
(edit) @710441c2   16 years lessen42 Add SSE4 detection support Originally committed as revision 18302 to …
(edit) @41913a35   16 years gbeauchesne Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. …
(edit) @828775e1   16 years lessen42 Remove unused FILTSIGN macro Originally committed as revision 18300 …
(edit) @e5d0dbf   16 years mans Remove aandcttab.o from dct-test dependencies, the lib includes it …
(edit) @99cc563f   16 years mans Make examples and test progs depend on libraries Originally committed …
(edit) @33afad54   16 years mans Add $(ELIBS) to example/test app link command Originally committed as …
(edit) @bbba084b   16 years mans Make examples and test progs depend on libraries Originally committed …
(edit) @92c093c1   16 years mans Link tests/examples with -lfoo instead of libfoo.a Originally …
(edit) @bdc2cc16   16 years mans Always use -L flags for all subdirs Originally committed as revision …
(edit) @3fd422ff   16 years mans Move make rules applicable only to subdirs into subdir.mak Originally …
(edit) @13b47b40   16 years tempn add another dv fourcc CDVH Originally committed as revision 18293 to …
(edit) @59b05350   16 years stefano.sabatini-lala Reindent after the last patch. Originally committed as revision 18292 …
(edit) @c95dd8d3   16 years stefano.sabatini-lala Add/fix support for bitstream formats reading in read_line(). …
(edit) @21010f6b   16 years stefano.sabatini-lala Make the step and offset fields of the component descriptor express a …
(edit) @8514f842   16 years Reimar.Doeffinger Fix ipvideo_decode_block_opcode_0xD again. Originally committed as …
(edit) @9b34899e   16 years stefano.sabatini-lala Document read_line(). Originally committed as revision 18286 to …
(edit) @f9f74ab9   16 years stefano.sabatini-lala Add a notice telling that the behavior of skip_put_bits() is undefined …
(edit) @dd9630e4   16 years Reimar.Doeffinger Cosmetics: remove some pointless {} Originally committed as revision …
(edit) @993a4423   16 years Reimar.Doeffinger Slightly simplify ipvideo_decode_block_opcode_0xD Originally …
(edit) @49a20ffa   16 years Reimar.Doeffinger One more simplification for ipvideo_decode_block_opcode_0xA …
(edit) @bcbd9a14   16 years stefano.sabatini-lala Cosmetics: reorder the pixel format descriptors to make them match the …
(edit) @5e8b83ac   16 years Reimar.Doeffinger Slightly simplify first part of ipvideo_decode_block_opcode_0xA, …
(edit) @f938cbf9   16 years stefano.sabatini-lala Change the order of the components for RGB565LE and RGB565BE, to make …
(edit) @eb39fb51   16 years stefano.sabatini-lala Add comments specifying the name of the components in the descriptors. …
(edit) @283531a8   16 years Reimar.Doeffinger Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the …
(edit) @4472ad2c   16 years Reimar.Doeffinger Fix a too small CHECK_STREAM_PTR value in interplayvideo.c Originally …
(edit) @30266c92   16 years stefano.sabatini-lala Make read_line() take as parameter a const AVPixFmtDescriptor * rather …
(edit) @e7f98e4e   16 years diego Add missing $(EXESUF) to example/test program dependency declaration. …
(edit) @3ba153f8   16 years diego Replace MPEG group reference DCT implementation by newly rewritten …
(edit) @41b4dbb   16 years diego Replacement reference DCT implementation. patch by Dylan Yudaken, …
(edit) @f02bd7e4   16 years Reimar.Doeffinger Avoid the last two uses of bitmasks in interplayvideo Originally …
(edit) @3f300d7e   16 years Reimar.Doeffinger 100l, fix FATE test broken by r18264 Originally committed as revision …
(edit) @9aaacc24   16 years Reimar.Doeffinger Reindent Originally committed as revision 18270 to …
(edit) @1548839e   16 years Reimar.Doeffinger Deduplicate code by moving it outside the if/else Originally …
(edit) @268a618b   16 years Reimar.Doeffinger Rearrange how the different cases are checked to reduce the number of …
(edit) @168fffdf   16 years benoit.fouet Fix warnings in tree.c test code. Originally committed as revision …
(edit) @0448b78b   16 years Reimar.Doeffinger Avoid "reloading" code by using a 64 bit type for the flags and …
(edit) @3766b9e0   16 years Reimar.Doeffinger Remove now pointless temporary pix variables. Originally committed as …
(edit) @0312b77c   16 years Reimar.Doeffinger Slightly simplify part of ipvideo_decode_block_opcode_0x8 Originally …
(edit) @51e35028   16 years Reimar.Doeffinger Fix indentation Originally committed as revision 18263 to …
(edit) @9be06a0   16 years Reimar.Doeffinger Avoid code duplication by using ?: and array indexing instead of …
(edit) @32eea24   16 years Reimar.Doeffinger Prettify some assignments Originally committed as revision 18261 to …
(edit) @e3114eb1   16 years Reimar.Doeffinger Get rid of some pointless bitmask/shifter variables in …
(edit) @504ffed1   16 years diego Mark non-exported functions in test and example programs as static. …
(edit) @cafe71c6   16 years gbeauchesne Remove inclusion of va.h, not needed anymore after r18256. Originally …
(edit) @0de74546   16 years diego Give better names to reference DCT functions. patch by Dylan Yudaken, …
(edit) @a3d636af   16 years gbeauchesne Improve VA API buffers allocation logic. This also reduces struct …
(edit) @ccc745cd   16 years benoit.fouet Move declaration of prn before any assignment. Originally committed …
(edit) @b89894ab   16 years Aurélien Jacobs matroska: add support for MLP and TRUEHD codec tags Originally …
(edit) @1b4a516b   16 years diego Rename regression test result files from b-libav* to b-lavf* for …
(edit) @13cbe2c0   16 years mans Quote stored configure arguments containing spaces Originally …
(edit) @67c447a6   16 years mans Fix running regression tests on remote targets Originally committed …
(edit) @11b93979   16 years gbeauchesne Record MPEG-4 sprite trajectory points [up to …
Note: See TracRevisionLog for help on using the revision log.