source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8f4d0d4   16 years mans ARM: change MULL() macro to inline function Originally committed as …
(edit) @96dea17a   16 years mans ARM: mathops.h whitespace cosmetics Originally committed as revision …
(edit) @7fb94406   16 years diego Add missing #include "libavutil/avstring.h", fixes …
(edit) @d0ee502   16 years robert.swain Fix perceptual noise shaping scaling including an oversight of the …
(edit) @c2dec194   16 years diego Fix test program build: ff_eval was replaced by ff_eval2. Originally …
(edit) @4fd71a0e   16 years pross Decode audio channel layout from RIFF/WAV file format. Originally …
(edit) @dcc37c9b   16 years diego Add some const specifiers to function name variables; fixes a bunch of …
(edit) @b09a7c05   16 years andreas h264: Implement decoding of picture timing SEI message. Now correct …
(edit) @9f0a705   16 years andreas Only warn about "Invalid and inefficient vfw-avi packed B frames" …
(edit) @6408c25b   16 years diego Merge ARCH_BFIN lines. Originally committed as revision 27889 to …
(edit) @efa430fa   16 years diego Add tests target for libswscale test programs. Originally committed …
(edit) @9f87962   16 years diego Fix illegal identifier, are reserved for the system. Originally …
(edit) @1a220bcd   16 years mans Remove forgotten ASM_OBJS in libswscale Originally committed as …
(edit) @82d1605f   16 years dominik Remove duplicated MM_* macros for CPU capabilities from dsputil.h. Add …
(edit) @c6eaba6   16 years banan Change the dca channel layout, S -> SIDE not BACK. Originally …
(edit) @9d9b9d32   16 years andreas Change multichannel API define prefix from "CHANNEL_" to "CH_". …
(edit) @7cebed70   16 years Reimar.Doeffinger Replace long with x86_reg in postprocess_template.c like in all other …
(edit) @48dc2fb8   16 years banan Guess channel layout based on the number of channels if a custom …
(edit) @87c3b9bc   16 years banan Add channel layouts for dca. Originally committed as revision 15765 …
(edit) @b215365   16 years kostya.shishkov Introduce RV3-specific motion vector prediction. Now B-frames in RV3 …
(edit) @34b37f8   16 years dominik Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it. Originally …
(edit) @0d72e7d0   16 years pross Add audio channel layout API to libavcodec. Originally committed as …
(edit) @3a57547e   16 years revol Fix build. Originally committed as revision 15761 to …
(edit) @ecad9872   16 years diego Initialize variable to silence the warning: libavutil/pca.c:72: …
(edit) @cb377ec5   16 years vitor1001 OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet …
(edit) @6cd911f1   16 years diego Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet …
(edit) @08c43397   16 years vitor1001 Use ff_dot_productf() in ra288.c Originally committed as revision …
(edit) @3ef08e32   16 years diego Remove nonsense @return Doxygen comment for void function. Originally …
(edit) @88df35d3   16 years diego cosmetics: small spelling fixes Originally committed as revision …
(edit) @1fb0d4b8   16 years vitor1001 Add a LPC filter Part of the QCELP patch by Kenan Gillet, kenan.gillet …
(edit) @0bc484ad   16 years vitor1001 Add ff_dot_productf() to celp_math.{c,h} Part of the QCELP patch by …
(edit) @8c31f18b   16 years vitor1001 More OKed parts of QCELP data tables patch by Kenan Gillet, …
(edit) @0e60e190   16 years Roman R. renaming macro in order to conform with the rest of libavcodec …
(edit) @5bab8536   16 years diego Add check target to run both tests and checkheaders targets. …
(edit) @63d247ea   16 years diego Remove duplicated patch submission checklist entry by putting the more …
(edit) @bc48bb08   16 years diego Remove unused variable, patch by Art Clarke, aclarke vlideshow com. …
(edit) @5f621dd2   16 years kostya.shishkov Correct motion vector scaling in B-frames for RV3/4 Originally …
(edit) @1fcb9be3   16 years diego asm() --> asm() in #warning comment Originally committed as …
(edit) @01f54021   16 years diego Add missing headers to pass 'make checkheaders'. Originally committed …
(edit) @a9a8c830   16 years diego Fix av_picture_copy missing pixels on packed planar AVPictures with …
(edit) @a56fbe2a   16 years diego Revert adding controversial 'make checkheaders' item to the …
(edit) @bf2cdefc   16 years michaelni Reset state after some frame header is found. Fixes issue704 …
(edit) @2cdba8bf   16 years diego Add 'make checkheaders' to developer guidelines and patch checklist. …
(edit) @ba26cfab   16 years diego OKed parts of QCELP data tables patch by Kenan Gillet, kenan.gillet …
(edit) @f23938f5   16 years michaelni Check sub_packet_size against 0 to avoid div by zero later. Fixes …
(edit) @8ff8de7   16 years Carl Eugen Hoyos Fix endless loop when opening corrupt FLV files (issue 699). Patch by …
(edit) @2be3fe39   16 years diego Add the function declaration of ff_svq1_packet_checksum to svq1.h and …
(edit) @b735aeea   16 years michaelni Replace literally hardcoded max slice number by named constant. …
(edit) @d5b3a863   16 years banan Fix compilation, remove stray ; Originally committed as revision …
(edit) @9ed73b4   16 years banan Fix selection of quant step table Originally committed as revision …
(edit) @6f02853d   16 years banan Fix huffman coded dca samples. Originally committed as revision 15733 …
(edit) @42d6c3ba   16 years kostya.shishkov Detect split RV30 slices Originally committed as revision 15732 to …
(edit) @75add6fb   16 years vitor1001 Silence GCC warnings: ibswscale/swscale.c: In function ‘sws_scale’: …
(edit) @2ee054c2   16 years kostya.shishkov Fix chroma motion compensation for RV30 Originally committed as …
(edit) @782fc0c3   16 years flameeyes Rename template included sources from .h to _template.c. There are …
(edit) @485ec4f   16 years Aurélien Jacobs set correct number of fractions for multitable fixes the following …
(edit) @bddddb5a   16 years michaelni rgb2rgb.h was not really intended to be a public header, thus remove …
(edit) @b29e6551   16 years michaelni Remove rgb2rgb.h dependancy. Originally committed as revision 27835 …
(edit) @d2d39859   16 years mans ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S Originally …
(edit) @83ad74e   16 years mans ARM: move VFP DSP functions to dsputils_vfp.S Originally committed as …
(edit) @a648516b   16 years mans ARM: move prefetch_arm to dsputil_arm_s.S Originally committed as …
(edit) @c130bedc   16 years mans ARM: use new macros for assembler function labels Originally …
(edit) @c72ab301   16 years mans ARM: add some assembler convenience macros Originally committed as …
(edit) @785b0f3c   16 years baptiste.coudurier fix umid base value, use revision 5 and generic material type …
(edit) @bee2eac5   16 years baptiste.coudurier svq3 decoder may need zlib Originally committed as revision 15722 to …
(edit) @0df4903a   16 years baptiste.coudurier fix sound essence compression UL Originally committed as revision …
(edit) @1d30d1a   16 years baptiste.coudurier fix start position UL Originally committed as revision 15720 to …
(edit) @c4864924   16 years baptiste.coudurier svq3 watermark code now needs zlib Originally committed as revision …
(edit) @1e002b60   16 years baptiste.coudurier svq3 watermark decoding support, based on reverse engineering work by …
(edit) @65f65c30   16 years vitor1001 Silence GCC warning Originally committed as revision 27834 to …
(edit) @ede72510   16 years mans cosmetic: align backslashes in makefiles Originally committed as …
(edit) @864ac5d6   16 years mans Merge OBJS-$(FOO) lists with same FOO Originally committed as …
(edit) @ba5fc967   16 years banan Disable codec downmix when not using simd instead of silently produce …
(edit) @1402ee72   16 years banan Fix dca decoder with non simd float2int16 conversion Originally …
(edit) @49c91c34   16 years banan Fix compilation with TRACE Originally committed as revision 15713 to …
(edit) @36e8de07   16 years Carl Eugen Hoyos Remove unused code that can't be compiled without svn archive. …
(edit) @b98f10c0   16 years mans ARM: faster ARMv6 FASTDIV() Originally committed as revision 15712 to …
(edit) @590bd200   16 years Aurélien Jacobs remove useless ifdeffery, tscc won't do anything useful without zlib …
(edit) @2eef7c62   16 years Aurélien Jacobs enable zlib and bzlib only when useful Originally committed as …
(edit) @bee764e   16 years Aurélien Jacobs svq3: remove unused include Originally committed as revision 15709 to …
(edit) @9b0d44ef   16 years michaelni Do not attempt to use the unscaled yuv2rgb converter when height is …
(edit) @c87348a9   16 years mans Use OBJS variable for all object files There is no longer any need to …
(edit) @0ca1656a   16 years mans Remove unused SRCS make variable Originally committed as revision …
(edit) @4f034993   16 years mans Add CONFIG_GOLOMB and auto-select when needed Originally committed as …
(edit) @47a158cb   16 years mans Auto-enable CONFIG_MDCT when needed Originally committed as revision …
(edit) @1091c959   16 years mans AC3 encoder doesn't need FFT Originally committed as revision 15704 …
(edit) @bd3151f2   16 years diego Add subtitle format section. Originally committed as revision 15703 …
(edit) @9ff0c388   16 years diego cosmetics: Slightly update MP3 support entry. Originally committed as …
(edit) @82ced5a9   16 years diego Mark formats requiring external libs with an 'E' in the format support …
(edit) @3f33271   16 years diego Add GSM into list of supported audio codecs. Originally committed as …
(edit) @360f980b   16 years diego cosmetics: Uniformize external library comments. Originally committed …
(edit) @f6958006   16 years lessen42 Documentation and changelog update for libspeex decoding Originally …
(edit) @6e587953   16 years diego cosmetics: Change the order of mlp parser objects to be consistent. …
(edit) @a79d1aed   16 years diego Move declaration of mlp decoder dependency on mlp parser to the …
(edit) @a3341b9d   16 years baptiste.coudurier cosmetics: ffserver -> FFserver Originally committed as revision …
(edit) @f9739144   16 years baptiste.coudurier cosmetics, indentation Originally committed as revision 15694 to …
(edit) @a69b06be   16 years baptiste.coudurier check if stream is set, fix potential segv Originally committed as …
(edit) @b6bb00b0   16 years mans Build MMX/SSE FFT only if CONFIG_FFT is set Originally committed as …
(edit) @3c69e5d3   16 years mans DCA decoder needs FFT Originally committed as revision 15691 to …
(edit) @c510c7b5   16 years mans configure: add foo_suggest facility This is like foo_select, except …
Note: See TracRevisionLog for help on using the revision log.