source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cc812c8c   16 years baptiste.coudurier correctly pack and interleave pcm samples in mxf Originally committed …
(edit) @34c65ac6   16 years baptiste.coudurier function is static Originally committed as revision 16886 to …
(edit) @fd5583bc   16 years baptiste.coudurier use new ff_interleave_add_packet Originally committed as revision …
(edit) @ccf0071d   16 years baptiste.coudurier split av_interleave_per_dts, to avoid code duplication Originally …
(edit) @4becee23   16 years stefan.gehrer ADPCM found in Xbox wav files can be decoded with existing …
(edit) @7f3a6a05   16 years justin.ruggles cosmetics: change comment type and vertical alignment Originally …
(edit) @64cb3765   16 years justin.ruggles cosmetics: add some documentation to FLACContext Originally committed …
(edit) @1a969d6d   16 years Roman R. Cosmetics: fixing indentation Originally committed as revision 16880 …
(edit) @77cd35cd   16 years Roman R. unrolling encoding loops Originally committed as revision 16879 to …
(edit) @b45ba151   16 years Roman R. Cosmetics: simplifying static initialization Originally committed as …
(edit) @85eca52   16 years Roman R. simplifying DIF encoding process Originally committed as revision …
(edit) @76bd5997   16 years Roman R. Cosmetics: fixing the indentation Originally committed as revision …
(edit) @9b8390bf   16 years Roman R. factoring code into dv_init_enc_block Originally committed as …
(edit) @5c2a9dd6   16 years Roman R. Cosmetics: replacing 0 with NULL for pointer assignment Originally …
(edit) @2331854d   16 years Roman R. Cosmetics: moving the function definition around Originally committed …
(edit) @b25d4392   16 years Roman R. Replacing the constant with a macro Originally committed as revision …
(edit) @82159ad9   16 years justin.ruggles flacdec: add support for SAMPLE_FMT_32 Originally committed as …
(edit) @99b38122   16 years michaelni Fix documentation of the return value of avcodec_encode_video(). …
(edit) @67a7e4db   16 years diego Use '#if defined()' for OS-specific preprocessor checks. Avoids some …
(edit) @e1f7cb7f   16 years mans ARM: NEON optimised vector_fmul_window Originally committed as …
(edit) @dd927e2e   16 years mans ARM: NEON optimised vector_fmul Originally committed as revision …
(edit) @89150098   16 years stefan.gehrer remove duplicate tables Originally committed as revision 16866 to …
(edit) @63cae55d   16 years alex.converse Use the new RDFT code in the QDM2 decoder. Originally committed as …
(edit) @68602540   16 years alex.converse Add the rdft family of transforms (fft/ifft of an all real sequence) …
(edit) @9d52d54d   16 years diego Add required header mem.h, av_malloc and friends are used. Originally …
(edit) @dbef3f46   16 years diego cosmetics: Move all #includes together at the beginning of the file. …
(edit) @cf2c671f   16 years diego Add 'void' keyword to parameterless function declaration. Originally …
(edit) @dc8a7c93   16 years diego Add missing void keyword to parameterless function declarations. …
(edit) @f92a6c66   16 years kostya.shishkov Record B-fraction index from frame header and two fields from entry …
(edit) @3021a8a7   16 years benoit.fouet Make ff_h263_resync() return the bit position of the resync_marker or …
(edit) @5449a787   16 years lucabe72 If AVPacket->data == NULL, the packet does not contain any buffer to …
(edit) @73f18493   16 years benoit.fouet Use a constant instead of a magic number. Patch by Gwenolé Beauchesne: …
(edit) @2ed42113   16 years stefan.gehrer avoid indeterminate order of accessing src Originally committed as …
(edit) @04e76709   16 years Aurélien Jacobs typo Originally committed as revision 16854 to …
(edit) @4d55404f   16 years diego Rename string.c to avstring.c so that the name of header and C file …
(edit) @2e584eea   16 years diego cosmetics: Add empty line for consistent formatting. patch by Gwenolé …
(edit) @eea3256   16 years alex.converse Mark ff_fft_end av_cold. Originally committed as revision 16851 to …
(edit) @bf23f6dc   16 years tempn pvez avi fourcc is truemotion1 Originally committed as revision 16850 …
(edit) @7d685b48   16 years diego spelling/grammar/consistency review part III Originally committed as …
(edit) @bfe3676f   16 years diego spelling/grammar/consistency review part II Originally committed as …
(edit) @7b484a7a   16 years Reimar.Doeffinger Add "const" to AES function arguments where possible without …
(edit) @0838cfdc   16 years michaelni Fix remotely exploitable arbitrary code execution vulnerability. Found …
(edit) @5a446bc8   16 years lorenm fix an overflow in vc1 intra overlap filter Originally committed as …
(edit) @b69201a8   16 years diego Add common.h #include, necessary for av_const. Originally committed …
(edit) @8116911   16 years kostya.shishkov Fix Doxygen comments for VC-1 decoder. Originally committed as …
(edit) @1aa73351   16 years kostya.shishkov Fix Doxygen comments for RV3/4 decoder. Originally committed as …
(edit) @20642e28   16 years kostya.shishkov Fix Doxygen comments for APE decoder. Originally committed as …
(edit) @89c9ff50   16 years diego spelling/grammar/consistency review part I Originally committed as …
(edit) @d972e56c   16 years baptiste.coudurier second try fixing time code in gxf Originally committed as revision …
(edit) @be195ed1   16 years michaelni Prefer av_freep() over av_free() for variables in the context for …
(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 …
Note: See TracRevisionLog for help on using the revision log.