source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @78168450   17 years Aurélien Jacobs simplify Originally committed as revision 10800 to …
(edit) @6c867e04   17 years Aurélien Jacobs parse sample rate instead of setting a default one Originally …
(edit) @fd402a5a   17 years Aurélien Jacobs add support for PCM codec Originally committed as revision 10798 to …
(edit) @93fa8b2b   17 years Aurélien Jacobs check compression_type to assign audio codec Originally committed as …
(edit) @e5d34ab   17 years Aurélien Jacobs make compression_type a function local var instead of a context var …
(edit) @97e5dcc0   17 years Aurélien Jacobs add support for big_endian encoded headers Originally committed as …
(edit) @2c82386d   17 years Aurélien Jacobs add some error processing Originally committed as revision 10794 to …
(edit) @fa34563b   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 10793 to …
(edit) @f8cab062   17 years Aurélien Jacobs parse header chunk in a loop (don't depend on a fixed chunk ordering) …
(edit) @af704ee4   17 years Aurélien Jacobs add audio and video codec context vars Originally committed as …
(edit) @080b1c82   17 years Aurélien Jacobs better log message Originally committed as revision 10790 to …
(edit) @f4097430   17 years Aurélien Jacobs move vp6 header parsing into its own function Originally committed as …
(edit) @3773e5fc   17 years Aurélien Jacobs remove 2 temporary variables Originally committed as revision 10788 …
(edit) @9853ce80   17 years Aurélien Jacobs set a default value for num_channels Originally committed as revision …
(edit) @215eb102   17 years Aurélien Jacobs move audio header parsing in its own function Originally committed as …
(edit) @d51bd73c   17 years Aurélien Jacobs add a log message Originally committed as revision 10785 to …
(edit) @1680692a   17 years Aurélien Jacobs fix comment Originally committed as revision 10784 to …
(edit) @98942fb2   17 years Aurélien Jacobs small simplification Originally committed as revision 10783 to …
(edit) @bbfc038f   17 years kostya.shishkov WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 …
(edit) @ff4b050   17 years banan Unaligned memory access rcrash fix Originally committed as revision …
(edit) @f97931c1   17 years andreas set start_time to 0 to enable seeking in mp3-files patch by Thorsten …
(edit) @d34841f1   17 years banan Added myself as maintainer of the Nellymoser codec Originally …
(edit) @59771f71   17 years mbardiaux Print pixel and display aspect ratios Originally committed as …
(edit) @3c11a27b   17 years michaelni replace (disabled by default) assert(0) by abort() if the picture …
(edit) @abc4e572   17 years diego Simplify one variable setting. Originally committed as revision …
(edit) @c5be140c   17 years benoit.fouet Make url_split() strip url options (?opt=var) from the returned …
(edit) @2f3cbef0   17 years diego Rename LIB to LIBNAME for consistency. Originally committed as …
(edit) @24743a76   17 years diego Rename LIB to LIBNAME for consistency. Originally committed as …
(edit) @522e9cf4   17 years diego 1l: Update wrong #endif comment. Originally committed as revision …
(edit) @39c70be1   17 years diego Add FFMPEG_ prefix to all multiple inclusion guards. Originally …
(edit) @880de6b0   17 years diego Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). …
(edit) @9c05103f   17 years diego Add multiple inclusion guards to config.h. Originally committed as …
(edit) @deb43f0b   17 years diego Explain why there are no multiple inclusion guards in these header …
(edit) @9b1f04b0   17 years diego Clarify comment that explains why this header lacks multiple inclusion …
(edit) @e75f8997   17 years ramiro.polla Add entry about pr not being present in standard MSYS install. …
(edit) @0e872a48   17 years diego Add SLIB_UNINSTALL_EXTRA_CMD for MinGW. based on a patch by Dave Yeo, …
(edit) @5b5d049   17 years diego Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via …
(edit) @ab54bff2   17 years Aurélien Jacobs Remove wrong multiple inclusion guards. Those files are really meant …
(edit) @5b21bdab   17 years diego Add FFMPEG_ prefix to all multiple inclusion guards. Originally …
(edit) @6a03549e   17 years diego Add a comment that explains why this header lacks multiple inclusion …
(edit) @31b2c144   17 years diego Add missing multiple inclusion guards. Originally committed as …
(edit) @ca34b9e6   17 years diego Use filename as multiple inclusion guard. Originally committed as …
(edit) @aeb6a697   17 years diego Fix #endif comment typo. Originally committed as revision 10761 to …
(edit) @52703a64   17 years diego Use filename as multiple inclusion guard. Originally committed as …
(edit) @7f3c02f   17 years diego comment grammar fix Originally committed as revision 10759 to …
(edit) @0f652a8e   17 years benoit.fouet Re-enable DEBUG_SEEK flag. Originally committed as revision 10758 to …
(edit) @86161cec   17 years baptiste.coudurier dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) …
(edit) @00996920   17 years baptiste.coudurier indentation Originally committed as revision 10756 to …
(edit) @ed7b48b2   17 years Carl Eugen Hoyos Fix streaming to XBox360. Patch by Patric Stout, patric T liefdeis O …
(edit) @8a2d973d   17 years diego misc Doxygen spelling/grammar fixes Originally committed as revision …
(edit) @227a388d   17 years Aurélien Jacobs cosmetics: reindent Originally committed as revision 10753 to …
(edit) @d3e412d0   17 years Aurélien Jacobs add support for VP6 in electronicarts demuxer Originally committed as …
(edit) @c03c4cac   17 years Aurélien Jacobs remove useless &0xFF Originally committed as revision 10751 to …
(edit) @a066c5b7   17 years Aurélien Jacobs merge declaration and initialization Originally committed as revision …
(edit) @df2eef0f   17 years Aurélien Jacobs remove unused context vars Originally committed as revision 10749 to …
(edit) @059baac   17 years Aurélien Jacobs remove unused code Originally committed as revision 10748 to …
(edit) @c3527cc9   17 years Aurélien Jacobs remove unused tags definition Originally committed as revision 10747 …
(edit) @0cf3fbc2   17 years Aurélien Jacobs remove unused close function Originally committed as revision 10746 …
(edit) @269b94e3   17 years Aurélien Jacobs simplify bitstream reading Originally committed as revision 10745 to …
(edit) @2143b118   17 years Carl Eugen Hoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF …
(edit) @f1bf85b8   17 years Aurélien Jacobs Cygwin don't like this function declaration. So move this …
(edit) @c7be258   17 years benoit.fouet Undefine DEBUG_SEEK. Patch by Thorsten Jordan: tjordan macrosystem de …
(edit) @636b13c5   17 years banan Nellymoser ASAO decoder Originally committed as revision 10741 to …
(edit) @85aec3bd   17 years ramiro.polla Remove gcc import libraries from Win32 builds. They weren't even …
(edit) @9a3fb640   17 years benoit.fouet Merge audio and video bitstream filter options handling. Originally …
(edit) @44a7e65a   17 years Carl Eugen Hoyos Fix mix-up of values in r10690 (deblocking for PAFF). Patch by Martin …
(edit) @f28b1048   17 years Aurélien Jacobs add support for VP6 with huffman encoded blocks closes issue 104 …
(edit) @437c2079   17 years Aurélien Jacobs moves fraps huffman decoder to its own file, making it more generic …
(edit) @5d25d2a9   17 years diego cosmetics: Move asf_read_close() down to get rid of a forward …
(edit) @fe0b9a6   17 years benoit.fouet Increment minor after r10709. Originally committed as revision 10734 …
(edit) @3f30c42b   17 years Reimar.Doeffinger Fix rc4 header, #ifndef -> #define Originally committed as revision …
(edit) @d02f154   17 years diego Add multiple inclusion guards. Originally committed as revision 10732 …
(edit) @c1d5a67   17 years diego Add standard license header. Originally committed as revision 10731 …
(edit) @d5a8a02   17 years diego Consistently place comments in file header. Originally committed as …
(edit) @547972fd   17 years diego cosmetics: sort() Originally committed as revision 10729 to …
(edit) @0cd05c08   17 years Aurélien Jacobs VP6A needs its Makefile rules too Originally committed as revision …
(edit) @3c3704d2   17 years voroshil Fix MJPEG decoder for AMV files. Since decoding is doing from the end …
(edit) @4d570f94   17 years michaelni prevent infinite loop and memcpy of negative amounts fixes issue194 …
(edit) @972c5f9e   17 years mans simply buffer checks in vorbis_comment() Originally committed as …
(edit) @0a770ae7   17 years mans use bytestream_get_* in vorbis_comment() Originally committed as …
(edit) @80b1c5a8   17 years Reimar.Doeffinger Add RC4 encryption/decryption function Originally committed as …
(edit) @211dd1e8   17 years michaelni factorize code and add safety check to prevent memcpying negative …
(edit) @0d43dd8c   17 years andreas Simplify tests for field macroblocks patch by Jeff Downs, heydowns a …
(edit) @b8a9dfb7   17 years ramiro.polla Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for …
(edit) @29a7b8ef   17 years ramiro.polla Fix memleak Closes issue 102 Originally committed as revision 10719 …
(edit) @6ad42348   17 years ramiro.polla ffserver needs ffm_muxer specifically, and rtsp_demuxer for …
(edit) @35d6cebd   17 years diego Use single quotes to get rid of a bunch of backslash escapes. …
(edit) @5645c838   17 years diego Consistently use $(FOO) instead of ${FOO} in Makefile variables. …
(edit) @1084771a   17 years diego 10l: refill2() is not unused, it is used conditionally. Fix the …
(edit) @5e832bc2   17 years Carl Eugen Hoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not …
(edit) @0f26eec2   17 years diego Disable unused code; fixes several gcc warnings: cabac.h:112: warning: …
(edit) @2a7feb18   17 years Carl Eugen Hoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. Patch by Andrea …
(edit) @bdb27356   17 years Carl Eugen Hoyos Fix intended order of operations for 4 assert() checks. Patch by …
(edit) @645f7879   17 years ramiro.polla Specify in documentation that avcodec_find_(en|de)coder* only searches …
(edit) @770d9daf   17 years benoit.fouet Add functionality to set the direction of a ByteIOContext buffer. …
(edit) @3ea78411   17 years diego warning fixes: snow.c: In function ‘decode_header’: snow.c:3668: …
(edit) @736e63ed   17 years mans check values more thoroughly in vorbis_header() Originally committed …
(edit) @739587bf   17 years mans use bytestream_get_* in vorbis_header() Originally committed as …
(edit) @f5475e1b   17 years mans fix buffer overread with invalid Vorbis header Originally committed …
(edit) @62f2c069   17 years mans remove duplicate Vorbis comment tag handling Originally committed as …
Note: See TracRevisionLog for help on using the revision log.