source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @12eaa3b7   17 years justin.ruggles simplify Originally committed as revision 11360 to …
(edit) @b35c67e   17 years justin.ruggles pass an AC3DecodeContext to ac3_downmix() instead of multiple …
(edit) @866181e5   17 years justin.ruggles cosmetics: rename sampling_rate to sample_rate Originally committed …
(edit) @0345fade   17 years justin.ruggles do not need to cast a (void *) Originally committed as revision 11357 …
(edit) @1b70d88b   17 years justin.ruggles cosmetics: vertical realignment after last commit Originally …
(edit) @d802d7c   17 years justin.ruggles cosmetics: rename all AC3DecodeContext variables from ctx to s …
(edit) @23c8cb89   17 years justin.ruggles cosmetics: rename GetBitContext gb to gbc Originally committed as …
(edit) @005ab694   17 years justin.ruggles remove unused context variable Originally committed as revision 11353 …
(edit) @f9a9b350   17 years Aurélien Jacobs export raw SSA tracks with their own codec ID (patch by Evgeniy …
(edit) @243cc4c3   17 years Aurélien Jacobs clear internal queue when seeking Originally committed as revision …
(edit) @34c9c1ba   17 years Aurélien Jacobs move internal queue freeing code in its own function Originally …
(edit) @b3d8c2c4   17 years Aurélien Jacobs fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) …
(edit) @5cc9253f   17 years michaelni indent Originally committed as revision 11348 to …
(edit) @7ef55085   17 years michaelni Try to fix url_split() so that the ?foobar part is in the path and …
(edit) @18be65dd   17 years ivop add myself as maintainer for pcx.c and sunrast.c Originally committed …
(edit) @540945eb   17 years ivop add PCX and Sun Rasterfile decoders Originally committed as revision …
(edit) @29e35482   17 years ivop remove forgotten debug statement Originally committed as revision …
(edit) @3c808d8c   17 years ivop Sort properly Originally committed as revision 11343 to …
(edit) @d43df959   17 years ivop Sun Rasterfile decoder Originally committed as revision 11342 to …
(edit) @7ecc634e   17 years lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 …
(edit) @e1502118   17 years lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 …
(edit) @16ed0322   17 years lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 …
(edit) @02c164c1   17 years justin.ruggles use cutoff frequency to adjust bandwidth in ac3 encoder Originally …
(edit) @08ac1e78   17 years justin.ruggles use bps instead of kbps for bitrate Originally committed as revision …
(edit) @359154b   17 years michaelni Revert hack which should have never been commited. …
(edit) @3ab64e46   17 years michaelni Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() …
(edit) @c135b52   17 years justin.ruggles Do not give advice for which bitrate to choose. Originally committed …
(edit) @678a7179   17 years justin.ruggles fix typo Originally committed as revision 11333 to …
(edit) @22170ec0   17 years diego Remove mistakenly added multiple inclusion guards. Originally …
(edit) @35562dc9   17 years diego Fix make checkheaders. Originally committed as revision 11331 to …
(edit) @3035cb67   17 years diego Add necessary #include, fixes the warnings: ppc/h264_altivec.c: In …
(edit) @d479d58   17 years diego Fix clicking sound in xa-adpcm. patch by Alexander Strange, astrange …
(edit) @91be76a6   17 years ivop remove useless cast Originally committed as revision 11328 to …
(edit) @9f175aa0   17 years michaelni Fix encoding wmv1 with -mbd 1. fixes issue262 Originally committed as …
(edit) @a33cab3a   17 years diego Check for the presence of llrint(), lrint(), round() and roundf() and …
(edit) @52d08608   17 years diego Remove outdated comment. Originally committed as revision 11325 to …
(edit) @81644c2e   17 years diego Check for the presence of sys/select.h and conditionally #include it. …
(edit) @945208c   17 years michaelni Fix detected fps for old divx/xvid. Originally committed as revision …
(edit) @9de0be61   17 years michaelni Do not force fps unless the user actually specified one. fixes …
(edit) @b4abe1d1   17 years ivop PC Paintbrush PCX image decoder Originally committed as revision …
(edit) @b4dba580   17 years michaelni fix pts and keyframe flags for yuv4mpeg fixes issue258 Originally …
(edit) @d6bb52ac   17 years ivop remove useless assignment Originally committed as revision 11319 to …
(edit) @0fd0cae0   17 years ivop remove useless assignment Originally committed as revision 11318 to …
(edit) @9a8d7318   17 years ivop remove useless casts Originally committed as revision 11317 to …
(edit) @9c87b8f7   17 years Reimar.Doeffinger Check for avcodec_open codec parameter == NULL and return error in …
(edit) @a5baedea   17 years michaelni Prevent silent overwriting of files on windows. fixes issue308 …
(edit) @7dc75e8d   17 years michaelni Revert r6124, the change was just wrong, other formats than MPEG-PS …
(edit) @4f365f37   17 years diego djgpp port, first part patch by Michael Kostylev, mik niipt ru …
(edit) @64bb7bd5   17 years diego typo: begining --> beginning Originally committed as revision 11312 …
(edit) @9e052e8d   17 years lu_zero Reindent Originally committed as revision 11311 to …
(edit) @4049e014   17 years lu_zero Minor fix Originally committed as revision 11310 to …
(edit) @efc90ebf   17 years Reimar.Doeffinger begining -> beginning typo fix Originally committed as revision 11309 …
(edit) @6b646b06   17 years lu_zero 10l do not load after the buffer... Originally committed as revision …
(edit) @88b00723   17 years Reimar.Doeffinger 100l, av_read_packet must check for read_packet error, in case of …
(edit) @08571377   17 years lu_zero Add C/B == 0 cases, 2% slower on CELL but should address Issue299 …
(edit) @1e0f3468   17 years Reimar.Doeffinger Add a av_alloc_put_byte function. The name is in analogy to …
(edit) @4159db8c   17 years lu_zero Reindent Originally committed as revision 11304 to …
(edit) @e36b639f   17 years lu_zero Partially address issue299, no performance change apparently …
(edit) @8d8d178d   17 years lu_zero Avoid a vec_add, directly start with sum Originally committed as …
(edit) @c7f66add   17 years lu_zero Reindent Originally committed as revision 11301 to …
(edit) @a75fe63d   17 years lu_zero Factorize common code (almost cosmetic) Originally committed as …
(edit) @907fc60   17 years lu_zero Cosmetics Originally committed as revision 11299 to …
(edit) @9fa35729   17 years gpoirier add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 …
(edit) @82ed1ca7   17 years michaelni closed/needs_more_info state Originally committed as revision 11297 …
(edit) @9fbd14ac   17 years diego Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. Originally …
(edit) @00ef4f58   17 years diego Fix Doxygen function parameter name. Originally committed as revision …
(edit) @8bfb108b   17 years diego comment typo fixes Originally committed as revision 11294 to …
(edit) @56b69633   17 years diego comment typo fixes Originally committed as revision 25485 to …
(edit) @b7d8f6e0   17 years diego Fix "suggest parentheses around assignment used as truth value" …
(edit) @f315b394   17 years michaelni More consistent { placement. Originally committed as revision 11292 …
(edit) @76abb18e   17 years michaelni indent Originally committed as revision 11291 to …
(edit) @febdd0b9   17 years michaelni ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out …
(edit) @a06a18c5   17 years baptiste.coudurier reset manually selected codecs at the end of opt_input_file, to avoid …
(edit) @815c81c0   17 years michaelni 30% faster h264_chroma_mc8_c(), this also prevents a possible out of …
(edit) @91fd7398   17 years ivop typo ;) Originally committed as revision 11287 to …
(edit) @1308f273   17 years michaelni Document ByteIOContext and URLContext change rules. Originally …
(edit) @107b5f93   17 years banan Reindent Originally committed as revision 11285 to …
(edit) @7b76c224   17 years banan Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files Originally …
(edit) @5efaf000   17 years benoit.fouet Make sure strides have positive values before converting. Patch by …
(edit) @ba66ae94   17 years michaelni Document a few more structure change rules with relation to ABI/API. …
(edit) @b356f75d   17 years baptiste.coudurier fix indentation Originally committed as revision 11282 to …
(edit) @252f17e2   17 years michaelni Document structure change rules with relation to ABI/API. Originally …
(edit) @1408352a   17 years justin.ruggles Add option for user to scale the amount of dynamic range compression …
(edit) @cd31f8dc   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 11279 to …
(edit) @fd2982a0   17 years Aurélien Jacobs remove double check of pb->read_seek Originally committed as revision …
(edit) @17e45b37   17 years Aurélien Jacobs pb->buf_end is already set by url_open_buf() Originally committed as …
(edit) @ceeacce6   17 years Aurélien Jacobs use proper url_is_streamed() API instead of messing with ByteIOContext …
(edit) @8293fea5   17 years Carl Eugen Hoyos Fix problem with multithreaded decoding, introduced by r11214. Patch …
(edit) @b075e520   17 years michaelni Make recently added and still unused read_seek functions return …
(edit) @502bdf68   17 years michaelni Merge recently added and still unused play and pause functions. …
(edit) @79e42311   17 years baptiste.coudurier use generic 'glbl' atom if extradata is present but no specific method …
(edit) @bde24601   17 years baptiste.coudurier supports glbl atom containing generic extradata for all codecs …
(edit) @f47b9f48   17 years Reimar.Doeffinger Increase minor version due to new av_close_input_stream Originally …
(edit) @2506fd54   17 years Reimar.Doeffinger Add a av_close_input_stream function Originally committed as revision …
(edit) @2e9b86ac   17 years michaelni Remove dead code which disappeared with the last major version bump. …
(edit) @71957315   17 years michaelni Remove *_codec_id from AVFormatParameters with the next major version …
(edit) @62600469   17 years michaelni Allow overriding codec_ids. Originally committed as revision 11266 to …
(edit) @379374ea   17 years diego cosmetics: Sort some more entries. Originally committed as revision …
(edit) @004050ee   17 years michaelni Remove unneeded avio wrapper functions. Originally committed as …
(edit) @0cd60abf   17 years michaelni A little more doxygenization. Originally committed as revision 11263 …
Note: See TracRevisionLog for help on using the revision log.