source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0d29b7d5   16 years michaelni Add {} between if/else Originally committed as revision 16837 to …
(edit) @9913860b   16 years michaelni Export all tracks (each is a different language) instead of just one. …
(edit) @c58d6796   16 years michaelni remove pointless {} Originally committed as revision 16835 to …
(edit) @a10f1cbb   16 years michaelni Move current_track variable closer to where it is used. Originally …
(edit) @68e1794e   16 years michaelni Fix memleak of fourxm->tracks on error return. Originally committed …
(edit) @4f989885   16 years michaelni vertical align Originally committed as revision 16832 to …
(edit) @cc988dd7   16 years michaelni Fix memleak of header in error returns. Originally committed as …
(edit) @59afda9f   16 years michaelni better header_size check Originally committed as revision 16830 to …
(edit) @4698bb24   16 years michaelni size < 4 is invalid Originally committed as revision 16829 to …
(edit) @f7ad5aa2   16 years ramiro.polla indentation Originally committed as revision 16828 to …
(edit) @b1549d61   16 years ramiro.polla mingw: don't check for minimum mingw runtime and w32api versions for …
(edit) @bbfb80f3   16 years benoit.fouet Whitespace cosmetics to align return statements. Originally committed …
(edit) @16f753f4   16 years benoit.fouet Check buffer is inside what is passed when probing for flac. …
(edit) @ca6532f6   16 years mans ARM: remove some unused macro arguments Originally committed as …
(edit) @d8f9269d   16 years mans ARM: reorder some instructions in put_pixels*_arm for speed gains …
(edit) @00c5727d   16 years mans ARM: replace jump tables with conditional branches Originally …
(edit) @d9e68f5c   16 years mans ARM: replace explicit literal loads with ldr Rd, =lit Originally …
(edit) @fc252eba   16 years mans ARM: change alignment of loops in put_pixels*_arm to 32 Originally …
(edit) @4f928a4d   16 years mans ARM: optimised mid_pred() Originally committed as revision 16819 to …
(edit) @1214bd8   16 years mans ARM: allow register operands for shifts in MULL() Originally …
(edit) @20631a9c   16 years lucabe72 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h Originally …
(edit) @620b8a2e   16 years stefan.gehrer fix doxygen file reference Originally committed as revision 16816 to …
(edit) @8dc81a45   16 years baptiste.coudurier seek at 0 when timestamp requested is negative Originally committed …
(edit) @eded5c43   16 years Aurélien Jacobs add a ff_gcd() function again, for compatibility with old libavcodec …
(edit) @73c87551   16 years Aurélien Jacobs vp5: don't try decoding a P frame before any I frame was parsed fix …
(edit) @7a420671   16 years Aurélien Jacobs make it clear that the new metadata API is a work in progress …
(edit) @99ed41a8   16 years diego Fix filenames in Doxygen comments. Originally committed as revision …
(edit) @bd591ead   16 years stefano.sabatini-lala Update preset files documentation to match with r16795. Originally …
(edit) @822005ed   16 years stefano.sabatini-lala Implement avfilter_graph_check_validity(). Originally committed as …
(edit) @e1b6bdbb   16 years stefano.sabatini-lala Change "H.263 Intel" long name to "Intel H.263". Originally committed …
(edit) @4f924f9a   16 years mans configure: exit with error if OS is unknown Originally committed as …
(edit) @115d095e   16 years benoit.fouet Add a Changelog entry for the ALSA stuff. Originally committed as …
(edit) @9289a32a   16 years kostya.shishkov Fix AAC data smuggling: aactab.h declares only 316 of 428 elements in …
(edit) @811bfa76   16 years diego Remove misleading comment about how to build SHA1 test program. …
(edit) @a6cef965   16 years benoit.fouet Remove unneeded check. Originally committed as revision 16803 to …
(edit) @a44cb89b   16 years benoit.fouet Fix an exploit in indeo by checking we are not writing out of the …
(edit) @f2f35d3   16 years mans Fix version.h dependency on version.sh Originally committed as …
(edit) @35fd8122   16 years benoit.fouet Add ALSA support in libavdevice. Patch by Nicolas George: name surname …
(edit) @1db2c5c9   16 years diego version.h depends on version.sh. Originally committed as revision …
(edit) @67eb5da6   16 years diego HAVE_3DNOW --> HAVE_AMD3DNOW Originally committed as revision 16798 …
(edit) @137ae327   16 years lessen42 Workaround for gcc 3.4 to align sh properly Originally committed as …
(edit) @8076c473   16 years diego Reorganize header #includes: Unconditionally #include standard C …
(edit) @17771682   16 years robert.swain Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr …
(edit) @1e60e933   16 years diego 10l: Add #undefs for system free/malloc/realloc, which must be used …
(edit) @a1a84f69   16 years robert.swain Add (un)installation targets for ffpresets using the new DATADIR …
(edit) @77652a6   16 years diego C files should #include the header files of the same name. Originally …
(edit) @14a8acf   16 years mans configure: add datadir variable and write to config.{h,mak} …
(edit) @b58f29a   16 years diego Disambiguate the macros used to disable fprintf/printf/puts functions. …
(edit) @ed0fd852   16 years diego Add required limits.h header. Originally committed as revision 16789 …
(edit) @c79de5c0   16 years robert.swain The default subq value in the x264 CLI is now 6, not 5. Originally …
(edit) @f4406ec1   16 years diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. …
(edit) @ebc3209a   16 years diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. …
(edit) @0f73b510   16 years diego Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro …
(edit) @3bf96eec   16 years diego Add AMD 3DNow! instruction enabling/disabling support in the build …
(edit) @75aa95a6   16 years diego Drop redundant architecture extension dependencies. Originally …
(edit) @3bb13a47   16 years diego Drop _MSC_VER case from macro declaration. This compiler will never …
(edit) @5090122f   16 years diego Drop deprecated av_fifo_write function with the next libavutil version …
(edit) @4ce94923   16 years diego Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. Their …
(edit) @c60208e7   16 years diego Directly #include some required headers. Originally committed as …
(edit) @30e98e62   16 years diego Add missing architecture-specific options to summary output. …
(edit) @724cc2df   16 years Reimar.Doeffinger Use AV_WL32/AV_WB32 in bitstream.h Originally committed as revision …
(edit) @7996d153   16 years diego SSE depends on x86. Originally committed as revision 16777 to …
(edit) @692c315   16 years diego Do not #include common.h without necessity. This eliminates the need …
(edit) @57be00b   16 years stefano.sabatini-lala Make more descriptive the long names for the various variants of …
(edit) @4815e246   16 years stefano.sabatini-lala Move documentation of av_register_all() from allformats.c to …
(edit) @f3c04c13   16 years diego Remove redundant av_log2_16bit forward declaration, fixes checkheaders …
(edit) @6b8b7258   16 years diego Move internal.h #include to the end of the file so that it is after …
(edit) @bd53b426   16 years mans ARM: NEON optimised H.264 weighted prediction Originally committed as …
(edit) @5a29589   16 years mans ARM: NEON optimised H.264 biweighted prediction Originally committed …
(edit) @1615fb91   16 years diego Declare struct SwsContext before using it, fixes the checkheaders …
(edit) @dfe44a85   16 years diego Disable C code when compiling AltiVec code, fixes the warning: …
(edit) @f40c7dbb   16 years diego spelling/grammar cosmetics Originally committed as revision 28351 to …
(edit) @7a24ec50   16 years diego Fix #endif comments. Originally committed as revision 28350 to …
(edit) @4ceb4e31   16 years diego Add required headers to fix warnings during 'make checkheaders'. …
(edit) @aeb987c   16 years justin.ruggles flacdec: get total number of samples from STREAMINFO Originally …
(edit) @7fa9a0a2   16 years justin.ruggles use function and definitions from libavcodec/flac.h in oggparseflac.c …
(edit) @ce7e821   16 years justin.ruggles move FLAC_STREAMINFO_SIZE to flac.h Originally committed as revision …
(edit) @d38b8821   16 years justin.ruggles define FLAC metadata types in flac.h Originally committed as revision …
(edit) @6cde949a   16 years justin.ruggles Handle ID3v2 tags in raw FLAC streams by skipping them. Patch by David …
(edit) @9f3d3ecf   16 years justin.ruggles flacdec: cosmetics: some line wrapping at 80 chars Originally …
(edit) @1df0390e   16 years justin.ruggles flacdec: cosmetics: indentation Originally committed as revision …
(edit) @1bec121   16 years justin.ruggles flacdec: cosmetics: use consistent coding style (K&R) Originally …
(edit) @62560865   16 years diego Add configuration options section to help output. Originally …
(edit) @732c9a34   16 years diego help output cosmetics Originally committed as revision 16759 to …
(edit) @d233d8ef   16 years diego Remove --enable-static and --disable-shared from help output. Only one …
(edit) @15396d5c   16 years diego Use cc_default variable in help output for --cc option. The cc …
(edit) @799fde37   16 years diego Add a check for ppc4xx instructions; rename preprocessor directive …
(edit) @f5b96597   16 years diego Remove pointless #if HAVE_ALTIVEC around internal header #include and …
(edit) @a0d8a50b   16 years mans configure: add help for fastdiv Originally committed as revision …
(edit) @13de8a08   16 years justin.ruggles cosmetics: indentation Originally committed as revision 16753 to …
(edit) @5305f40   16 years justin.ruggles flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR Originally …
(edit) @9f2db545   16 years justin.ruggles flacdec: remove another unneeded debugging statement Originally …
(edit) @f7f3e3bf   16 years justin.ruggles flacdec: remove unneeded debugging statements Originally committed as …
(edit) @c5706efd   16 years justin.ruggles flacdec: remove some unused code Originally committed as revision …
(edit) @dfcb6b56   16 years diego Directly #include a bunch of indirectly #included headers. Originally …
(edit) @da837937   16 years diego Fix undefined preprocessor directives warnings during 'make …
(edit) @175da7da   16 years diego Add required headers to fix 'make checkheaders'. Originally committed …
(edit) @19e017f2   16 years stefan.gehrer remove alloc_table_0 and alloc_table_2, the same data exists in …
(edit) @45beb850   16 years stefan.gehrer remove zigzag_scan8x8, it is the same as ff_zigzag_direct Originally …
(edit) @3e72336   16 years stefan.gehrer avoid duplication of size_table and offset_table Originally committed …
Note: See TracRevisionLog for help on using the revision log.