source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1b15dc3c   14 years mans configure: make --disable-everything soft-disable things This allows …
(edit) @22d78b0   14 years martin Fix an "assignment from incompatible pointer type" warning in …
(edit) @35614edb   14 years martin Add patcheck checks for assignments that look like compound …
(edit) @186d0215   14 years vitor1001 Use lookup table to avoid division in mp2 decoder Originally …
(edit) @a64fadf6   14 years stefano.sabatini-lala Fix linking if MMX is disabled. Originally committed as revision …
(edit) @6951515c   14 years stefano.sabatini-lala Bump micro and add APIchanges entry after av_parse_color() extension. …
(edit) @9e74966b   14 years stefano.sabatini-lala Cosmetics: merge "} else" and "if (...) {" lines, less confusing. …
(edit) @4cf0b43   14 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @a52e2c3a   14 years stefano.sabatini-lala Extend color syntax, make it accept an alpha component specifier. …
(edit) @8e094dd6   14 years stefano.sabatini-lala Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth …
(edit) @7447204d   14 years mans vaapi: add missing #include "h263.h" Originally committed as revision …
(edit) @0b37ccca   14 years mans ra288: convert VLAs to fixed size Originally committed as revision …
(edit) @0724a674   14 years Reimar.Doeffinger Change type of zz_table to uint8_t to match the scantables it points …
(edit) @93f7aeb5   14 years martin Add a const declaration, fixing a warning Patch by Eli Friedman, eli …
(edit) @206afa55   14 years martin Fix clang warning, make initialization more readable Patch by Eli …
(edit) @8b4845c0   14 years martin Remove an unused label, fixing a warning Patch by Eli Friedman, eli …
(edit) @805488f0   14 years martin Add proper const declaration to a cast, fixes a warning Patch by Eli …
(edit) @b3858964   14 years Carl Eugen Hoyos Add const to some pointer parameters. Patch by Eli Friedman, eli D …
(edit) @1444438a   14 years Reimar.Doeffinger Add myself as maintainer for table generation code. Originally …
(edit) @c9f789ef   14 years Reimar.Doeffinger Update tablegen documentation for WRITE_ARRAY macro. Originally …
(edit) @765e6134   14 years mans Make implicit function declarations an error Originally committed as …
(edit) @f3bfe388   14 years mans Make ff_url_split() public ff_url_split() is retained as an alias, as …
(edit) @350120d2   14 years flameeyes tablegen: implement and use WRITE_ARRAY macros Two macros …
(edit) @ac014798   14 years flameeyes tableprint: use the type name as-is for the functions' names. This …
(edit) @07ece20c   14 years mans adpcm: convert VLAs to malloc/free Originally committed as revision …
(edit) @9577838   14 years martin Fix libvorbis encoding with more than 2 channels Fixes issue 1325. …
(edit) @9b1947c7   14 years martin Fix implicit cast warning Patch by Eli Friedman, eli dot friedman at …
(edit) @30bdefd1   14 years lessen42 Fix build without yasm Originally committed as revision 23816 to …
(edit) @0178d14f   14 years rsbultje First shot at VP8 optimizations: - MMXEXT, SSE2 and SSSE3 MC functions …
(edit) @21f45508   14 years lessen42 Add myself as VP8 and vorbisdec maintainer Originally committed as …
(edit) @0ef1dbed   14 years lessen42 VP8 bilinear filter Originally committed as revision 23813 to …
(edit) @a02bb835   14 years lessen42 vorbisdec: Take channels into account when checking against residue …
(edit) @54fdf5d1   14 years lessen42 vorbisdec: Fix header parsing with no floor1 partitions Originally …
(edit) @780621b8   14 years lessen42 vorbisdec: Remove write-only variable Originally committed as …
(edit) @92a54426   14 years mans vp8: warn and request sample if upscaling specified in header …
(edit) @2829ce4b   14 years mans Remove PPC perf counter support This functionality is better accessed …
(edit) @a788196e   14 years mans Remove --enable-gprof flag gprof is far too intrusive to be of use as …
(edit) @69d1290   14 years mans Remove unnecessary ../ from include directives Originally committed …
(edit) @7f02d357   14 years mans Add -I flags to HOSTCFLAGS Originally committed as revision 23805 to …
(edit) @f30d51d7   14 years mans ARM: fix build with TI compiler The TI compiler defines eabi to …
(edit) @276fc8a4   14 years mans Add missing avutil.h include to libavutil/mem.h Originally committed …
(edit) @cbabccc3   14 years mans ffv1: remove VLAs Originally committed as revision 23802 to …
(edit) @02591641   14 years mans shorten: remove VLA and check for buffer overflow Originally …
(edit) @17253f59   14 years mans alsdec: convert VLAs to fixed size The maximum value of sub_blocks is …
(edit) @70f2314   14 years mans pcx: convert VLAs to malloc/free Originally committed as revision …
(edit) @164d166e   14 years mans lsp: convert variable-length arrays to fixed size Max LP order is …
(edit) @5228bcd8   14 years mans svq1dec: replace VLA with malloc/free Originally committed as …
(edit) @bf9aa44b   14 years mans Fix brief make messages when CC etc are specified on command line …
(edit) @9502441   14 years mans huffyuv: remove unnecessary size argument from generate_len_table() …
(edit) @0912db02   14 years mans Make vp8 select h264dsp and use this to pull in mmx intrapred …
(edit) @0c590748   14 years Carl Eugen Hoyos Fix compilation without --enable-gpl. Originally committed as …
(edit) @15d31aa1   14 years darkshikari Really fix r23782 Originally committed as revision 23788 to …
(edit) @36672bac   14 years mans elbg: remove VLAs Originally committed as revision 23787 to …
(edit) @cd29c2b   14 years darkshikari Fix c99ism in r23782 Originally committed as revision 23786 to …
(edit) @96da2a69   14 years Carl Eugen Hoyos Cosmetics: Fix indentation. Originally committed as revision 23785 to …
(edit) @d45b771c   14 years mans huffyuv: make VLAs fixed size Originally committed as revision 23784 …
(edit) @4af8cdf   14 years darkshikari 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 …
(edit) @d6f8476b   14 years darkshikari Make VP8 DSP functions take two strides This isn't useful for the C …
(edit) @eb7626a3   14 years mans configure: remove superflous -lm flags Originally committed as …
(edit) @60361817   14 years mans configure: reverse order of -l flags Adding new libs to the front of …
(edit) @3091eeb3   14 years mans configure: remove unused flag save/restore functions Originally …
(edit) @9efdf9b5   14 years mans configure: simplify append function Originally committed as revision …
(edit) @84400e9d   14 years mans configure: simplify check_lib function Originally committed as …
(edit) @ad4d974c   14 years mans configure: remove unused function check_foo_config Originally …
(edit) @becfe99a   14 years mans twinvq: remove VLAs Originally committed as revision 23775 to …
(edit) @9bfb72d   14 years mans rv34: kill VLAs Originally committed as revision 23774 to …
(edit) @c47f567c   14 years martin rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' Patch …
(edit) @ca937a55   14 years martin RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all …
(edit) @73e6c53e   14 years martin rtpdec: Move AAC depacketization code in rtpdec to a proper payload …
(edit) @7fc8ac7f   14 years martin RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c Patch by …
(edit) @9b3788e   14 years martin RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c Patch by …
(edit) @30619e6e   14 years martin RTSP: Remove skip_spaces in favor of strspn Patch by Josh Allmann, …
(edit) @50061b62   14 years jmenon86 Print a space after the AVClass prefix. This improves readability a …
(edit) @d6a9349   14 years jmenon86 avienc : Avoid creating invalid AVI files when muxing subtitle streams …
(edit) @03ac56e7   14 years darkshikari fix typo in vp8 decoder error message Originally committed as …
(edit) @3491866a   14 years baptiste.coudurier Improve mov atom parsing debug message, print parent atom and size in …
(edit) @27d88069   14 years mans fate: add vp8 tests Originally committed as revision 23763 to …
(edit) @851ffa80   14 years mans configure: use warn function for unrecognised --cc and --arch settings …
(edit) @31a0dcb2   14 years mans configure: warn about missing yasm Originally committed as revision …
(edit) @7bfc8ae   14 years mans configure: add 'warn' function The 'warn' function records a warning …
(edit) @5113b3bd   14 years mans tta: replace potentially huge VLAs with malloc/free in context …
(edit) @1f563bfa   14 years lu_zero Remove typo: s/ingore/ignore/ Originally committed as revision 23758 …
(edit) @741b5fd4   14 years benoit.fouet Set an opaque alpha value when decoding rgba ffv1. Patch by Thad Ward …
(edit) @30cdfb49   14 years mans asfdec: ensure number of streams is within bounds; remove VLA in …
(edit) @dd93649b   14 years mans Remove VLA in ff_kbd_window_init, limit window size to 1024 …
(edit) @796cea09   14 years mans vp6: convert VLA to fixed size Originally committed as revision 23754 …
(edit) @89c7d805   14 years vitor1001 Fix compilation on x64. Originally committed as revision 23753 to …
(edit) @57dbd12b   14 years vitor1001 Fix asm constraints in apply_window() Originally committed as …
(edit) @986f143a   14 years mans alac: change VLAs to fixed size Originally committed as revision …
(edit) @bc2b3682   14 years vitor1001 SSE-optimized MP3 floating point windowing functions Originally …
(edit) @3bb96f91   14 years martin Correctly return EOF for smacker videos Patch by Alexei Svitkine, …
(edit) @31ed3f1f   14 years martin Fix dependencies for the ra_144 encoder Patch by Francesco Lavra, …
(edit) @5262f7ed   14 years mans snow: remove unused parameter to mc_block() Originally committed as …
(edit) @8f910a5   14 years stefan.gehrer avoid conditional and division in chroma MV calculation Originally …
(edit) @79aec757   14 years mans flacenc: convert VLA to fixed size Originally committed as revision …
(edit) @47ba7874   14 years vitor1001 Move float-specific function to mpegaudiodec_float.c Originally …
(edit) @9dac6dbb   14 years vitor1001 Remove pointless condition in #if Originally committed as revision …
(edit) @d6e00801   14 years alex.converse Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. …
(edit) @e29af818   14 years alex.converse aactab: Tablegenify ff_aac_pow2sf_tab. Originally committed as …
(edit) @2966cc18   14 years darkshikari Update x264asm header files to latest versions. Modify the asm …
Note: See TracRevisionLog for help on using the revision log.