source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f6806986   13 years mans build: fix creation of tools dir with make 3.81 GNU make 3.81 …
(edit) @e2542dcc   13 years diego build: Mark all-yes Makefile target as phony.
(edit) @86c3c1ab   13 years diego pixfmt: fix YUV422/444 wrong endian comment Signed-off-by: Diego …
(edit) @5e27ec28   13 years mans build: create output directories as needed Signed-off-by: Mans …
(edit) @da55ee6c   13 years jason Add new yuv444 pixfmts to avcodec_align_dimensions2 Fixes draw_edges …
(edit) @4578435f   13 years diego swscale: Add Doxygen for hyscale_fast/hScale.
(edit) @b0da4903   13 years mans fate: enable lavfi-pixmt tests on big endian systems Signed-off-by: …
(edit) @635930d4   13 years mans PPC: swscale: disable altivec functions for unsupported formats …
(edit) @842f463c   13 years mans fate: merge identical pixdesc_be/le tests Signed-off-by: Mans …
(edit) @d6cc6ac6   13 years diego swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
(edit) @7ac6910d   13 years mans build: call texi2pod.pl with full path instead of symlink …
(edit) @57b4a3dd   13 years mans build: include sub-makefiles using full path instead of symlinks …
(edit) @618230c7   13 years Ronald S. Bultje swscale: update big endian reference values after dff5a835.
(edit) @cb7b55b0   13 years mans wavpack: skip blocks with no samples These blocks don't report audio …
(edit) @bd2deab7   13 years justin.ruggles cosmetics: remove outdated comment that is no longer true
(edit) @deb3ed0   13 years mans build: replace some addprefix/addsuffix with substitution refs …
(edit) @bb00b15f   13 years diego avutil: Remove unused arbitrary precision integer code.
(edit) @d2ee495f   13 years diego configure: Drop check for availability of ten assembler operands. …
(edit) @1bb52045   13 years alex.converse aacenc: Save channel configuration for later use.
(edit) @8dbaa5bd   13 years alex.converse aacenc: Fix codebook trellising for zeroed bands. Choose band type …
(edit) @13a09979   13 years rsbultje swscale: change prototypes of scaled YUV output functions. Remove …
(edit) @dff5a83   13 years Ronald S. Bultje swscale: re-add support for non-native endianness. This works through …
(edit) @3d3c8149   13 years Ronald S. Bultje swscale: disentangle yuv2rgbX_c_full() into small functions. This is …
(edit) @6fba14e   13 years Ronald S. Bultje swscale: split yuv2packed[12X]_c() remainders into small functions. …
(edit) @dc179ec8   13 years Ronald S. Bultje swscale: split yuv2packedX_altivec in smaller functions. This will …
(edit) @0d994b2f   13 years Ronald S. Bultje swscale: don't use planar output functions to write to NV12/21. This …
(edit) @8683c6a6   13 years justin.ruggles ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c This avoids …
(edit) @668afae4   13 years justin.ruggles ac3enc: merge log2_tab() into normalize_samples()
(edit) @7dcdf97   13 years justin.ruggles ac3enc: Remove bit allocation fallbacks. They introduce too much …
(edit) @659aa20e   13 years mans build: improve rules for test programs This generates dependencies …
(edit) @bc877faf   13 years mans build: factor out the .c and .S compile commands as a macro These …
(edit) @97535ff   13 years rsbultje swscale: remove unused xInc/srcW arguments from hScale().
(edit) @9a0dda8b   13 years jason H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit 2tap qpel …
(edit) @84153d1   13 years jason H.264: make filter_mb_fast support 4:4:4
(edit) @3fbc9bbb   13 years diego mpeg4videoenc: Remove disabled variant of mpeg4_encode_block(). As a …
(edit) @9ddf1b1a   13 years justin.ruggles configure: allow post-fixed cpu strings for athlon64, k8, and opteron …
(edit) @f3876ea   13 years diego Move some variable declarations below the proper #ifdefs. This avoids …
(edit) @d0ce090e   13 years mans ARM: silence some annoying armcc warnings This silences warnings …
(edit) @c713620b   13 years diego ffplay: Remove unused-but-set channels variable from …
(edit) @729f953f   13 years diego build: Add DEP_LIBS dependency directly to the shared library build …
(edit) @89b5829d   13 years diego build: Remove multiple inclusion guards from config.mak. config.mak …
(edit) @a6213f3d   13 years diego build: Remove redundant config.mak includes from subdirectory …
(edit) @3a0d0ff5   13 years diego aacenc: Mark psy_3gpp_window() as av_unused. It is intentionally left …
(edit) @b36518dc   13 years diego configure: Add -Wno-format-zero-length to CFLAGS. The C standard …
(edit) @fc66e231   13 years martin udp: Receive on the remote port number, if no local port is set For a …
(edit) @adbfc605   13 years diego doxygen: Consistently use '@' instead of '\' for Doxygen markup. …
(edit) @9abbe8cc   13 years martin Use av_printf_format to check the usage of printf style functions …
(edit) @67e9ae14   13 years martin Add av_printf_format, for marking printf style format strings and …
(edit) @9e19704a   13 years mans ARM: enable thumb for Cortex-M* CPUs These CPUs are thumb-only and …
(edit) @35fa0d47   13 years diego nsvdec: Propagate error values instead of returning 0 in …
(edit) @f038cf3c   13 years mans build: remove SRC_PATH_BARE variable Setting SRC_PATH to "." when …
(edit) @bb524924   13 years mans build: move basic rules and variables to main Makefile Signed-off-by: …
(edit) @8d853efe   13 years mans build: move special targets to end of main Makefile Signed-off-by: …
(edit) @41b68dc   13 years anton lavdev: improve feedback in case of invalid frame rate/size Show the …
(edit) @a4bda405   13 years anton vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() The …
(edit) @e60068ba   13 years anton v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() The …
(edit) @a5351720   13 years anton fbdev: prefer "framerate_q" over "fps" in device context The variable …
(edit) @da51a7c6   13 years anton bktr: prefer "framerate" over "fps" for grab_read_header() The …
(edit) @147bcf27   13 years anton ALSA: implement channel layout for playback. Currently quad, 5.0, 5.1 …
(edit) @2359aeb5   13 years anton alsa: support unsigned variants of already supported signed formats.
(edit) @921715ed   13 years anton alsa: add support for more formats. Specifically, f32, f64, s32, s24, …
(edit) @8986fddc   13 years mans ARM: allow building in Thumb2 mode Signed-off-by: Mans Rullgard …
(edit) @9cd7b85   13 years mans configure: add --optflags option This allows overriding the default …
(edit) @f87b03b5   13 years mans build: move documentation rules to doc/Makefile Signed-off-by: Mans …
(edit) @698a183e   13 years mans build: move test rules to tests/Makefile Signed-off-by: Mans Rullgard …
(edit) @684f4abf   13 years justin.ruggles ac3enc: remove unneeded local variable in asym_quant()
(edit) @f21fb76b   13 years justin.ruggles ac3enc: remove a branch in asym_quant() by doing 2 shifts
(edit) @0e4dbe29   13 years justin.ruggles ac3enc: avoid masking output in asym_quant() by using signed values …
(edit) @2702a6f1   13 years jason H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
(edit) @7c9079ab   13 years jason H.264: fix 4:4:4 + deblocking + MBAFF
(edit) @932db250   13 years jason H.264: fix 4:4:4 cropping warning
(edit) @85a88f9c   13 years jason H.264: reference the correct SPS in decode_scaling_matrices
(edit) @3b79f2e   13 years jason H.264: fix bug in lossless 4:4:4 decoding Coefficient test for i16x16 …
(edit) @67e7dc54   13 years diego rawdec: Fix decoding of QT WRAW files. From some tests it results …
(edit) @f082a0fb   13 years mans configure: report optimization for size separately This removes an …
(edit) @53d5cd2c   13 years diego mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.
(edit) @7ac63965   13 years diego mov: Support R10g codec identifier.
(edit) @a304a833   13 years diego riff/img2: Add JPEG 2000 codec IDs.
(edit) @2ea1ca17   13 years diego riff: Add DAVC fourcc. This fourcc is used by the "mpegable AVC" …
(edit) @682a2011   13 years diego riff: Add M263, XVIX, MMJP, CDV5 fourccs.
(edit) @d352df0   13 years diego rawvideo: Support auv2 fourcc.
(edit) @087d93f5   13 years diego swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().
(edit) @6371ce4b   13 years diego h264: Fix assert that failed to compile with -DDEBUG. The assert …
(edit) @84e70ef0   13 years diego h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. …
(edit) @ea57502c   13 years mans fate: remove output redirections from old regtest scripts All tests …
(edit) @e6c52cee   13 years justin.ruggles Replace usages of av_get_bits_per_sample_fmt() with …
(edit) @c5ee7407   13 years mans x86: cabac: fix register constraints for 32-bit mode Some operands …
(edit) @2143d69b   13 years mans cabac: move x86 asm to libavcodec/x86/cabac.h Signed-off-by: Mans …
(edit) @d075e7d5   13 years mans x86: h264: cast pointers to intptr_t rather than int Only the …
(edit) @3a4edb76   13 years mans x86: h264: remove hardcoded edi in decode_significance_8x8_x86() …
(edit) @b92c1a6d   13 years mans x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() …
(edit) @3fc4e36c   13 years mans x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() …
(edit) @e4b5a204   13 years mans x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() …
(edit) @3146a30e   13 years mans x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() …
(edit) @f743595e   13 years mans x86: cabac: remove hardcoded esi in get_cabac_inline() Signed-off-by: …
(edit) @da3af4d   13 years mans x86: cabac: remove hardcoded edx in get_cabac_inline() Signed-off-by: …
(edit) @51f16a9b   13 years mans x86: cabac: remove unused macro parameter Signed-off-by: Mans …
(edit) @018c3383   13 years mans x86: cabac: remove hardcoded ebx in inline asm Signed-off-by: Mans …
(edit) @6b712acc   13 years mans x86: cabac: remove hardcoded struct offsets from inline asm …
(edit) @34ee43fc   13 years mans cabac: remove inline asm under #if 0 A comment says it's not faster …
Note: See TracRevisionLog for help on using the revision log.