source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eee99eb3   16 years baptiste.coudurier return eof/error if only ffm header has been written, should fix #815
(edit) @cdf51395   16 years victorpaesa Explain how to add IPv6 support to Cygwin. Originally committed as …
(edit) @9f5aca8f   16 years Aurélien Jacobs don't support the mp3 extension in the mp2 muxer especially not under …
(edit) @55b557ec   16 years kostya.shishkov Silence compiler warnings for XL decoder Originally committed as …
(edit) @b7093975   16 years kostya.shishkov Make WNV1 decoder use temporary buffer for bit-reversed input …
(edit) @94f694a4   16 years diego cosmetics: Remove period after copyright statement non-sentence. …
(edit) @bf89d54e   16 years diego cosmetics: Remove period after copyright statement non-sentence. …
(edit) @ad4d0b9e   16 years kostya.shishkov Make TM2 decoder byteswap input into separate buffer instead of doing …
(edit) @a2a98637   16 years kostya.shishkov Factorize stream reading in TM2 decoder Originally committed as …
(edit) @3ffabd4e   16 years kostya.shishkov Silence two pointer assignment compiler warnings in rv34.c Originally …
(edit) @5d44b2a1   16 years kostya.shishkov Silence useless compiler warning when passing AVFrame* instead of …
(edit) @bc4cccd4   16 years diego Remove H.264 encoder initialization. We have no H.264 encoder to speak …
(edit) @d1c6e47c   16 years rsbultje Fix the Transport: line in the SETUP request so that it works with WMS …
(edit) @82aaa790   16 years diego Use full internal pathname in doxygen @file directives. Otherwise …
(edit) @bad5537e   16 years diego Use full internal pathname in doxygen @file directives. Otherwise …
(edit) @65ffe3e8   16 years diego Fix filenames in doxygen comments. Originally committed as revision …
(edit) @674bd4f6   16 years diego cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. …
(edit) @7591b304   16 years baptiste.coudurier remove some warnings due to avctx->execute Originally committed as …
(edit) @a95d00b2   16 years mans shorten: trivial simplification of signature check Originally …
(edit) @f579d24b   16 years baptiste.coudurier assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at …
(edit) @a4fd53c4   16 years baptiste.coudurier fix decoding 720p50 audio samples Originally committed as revision …
(edit) @06466638   16 years baptiste.coudurier free audio fifo Originally committed as revision 16905 to …
(edit) @5efa932d   16 years baptiste.coudurier use st->priv_data to store per stream context Originally committed as …
(edit) @8f81963   16 years baptiste.coudurier change prototype of mxf_interleave_get_packet to make it compatible …
(edit) @59bcc93   16 years baptiste.coudurier do not use PAL_samples_per_frame in init, to make init independant …
(edit) @a9025f2a   16 years baptiste.coudurier cosmetics, remove empty lines Originally committed as revision 16901 …
(edit) @a1a37f13   16 years baptiste.coudurier add my copyright as well Originally committed as revision 16900 to …
(edit) @aecee3b2   16 years baptiste.coudurier fix doxygen tag Originally committed as revision 16899 to …
(edit) @8090b22   16 years baptiste.coudurier cosmetics, align vertically Originally committed as revision 16898 to …
(edit) @74334ae1   16 years baptiste.coudurier write best effort video line map Originally committed as revision …
(edit) @4118d68f   16 years baptiste.coudurier add frame layout local tag, best effort Originally committed as …
(edit) @baed2ec4   16 years baptiste.coudurier add aes3 pcm wrapping and use it by default Originally committed as …
(edit) @c6b579df   16 years baptiste.coudurier split wav_desc in generic_sound_desc Originally committed as revision …
(edit) @3f2795ed   16 years baptiste.coudurier thanks to interleaving, audio is now locked Originally committed as …
(edit) @221ef8ca   16 years baptiste.coudurier local tag 3201 is picture essence coding, so do not write it for wav …
(edit) @383dde71   16 years baptiste.coudurier stored height is stupidly /2 if interlaced Originally committed as …
(edit) @95900588   16 years baptiste.coudurier add size param to write_generic_desc Originally committed as revision …
(edit) @52e5cd2b   16 years baptiste.coudurier parse mpeg2 progressive frame flag Originally committed as revision …
(edit) @7c7c1a76   16 years baptiste.coudurier delay header writing and parse mpeg2 frame Originally committed as …
(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 …
Note: See TracRevisionLog for help on using the revision log.