source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @9b4dd1b8   17 years michaelni Document Motion_Est_IDs. Originally committed as revision 11262 to …
(edit) @3e0b7b56   17 years michaelni Remove old variable with the next major version bump. Originally …
(edit) @0c39c38   17 years baptiste.coudurier add bitrate helper to choose all dnxhd variants Originally committed …
(edit) @86404ffb   17 years baptiste.coudurier avoid infinite loop if pixel format conversion does not exist …
(edit) @fe9bb347   17 years diego dv1394 depends on dv_demuxer, fixes linking with demuxers disabled. …
(edit) @1ba8f5eb   17 years michaelni another comment ->doxy Originally committed as revision 11257 to …
(edit) @bafc102   17 years michaelni ME default does not belong to the ME type enum. Originally committed …
(edit) @0e373b9   17 years michaelni change some normal comments to doxy ones Originally committed as …
(edit) @ca75a92   17 years Reimar.Doeffinger Simplify av_close_input_file similarly to av_open_input_file …
(edit) @17acc63a   17 years Reimar.Doeffinger Simplify av_open_input_file Originally committed as revision 11253 to …
(edit) @b079757   17 years kostya.shishkov Correct spatial prediction mode in RV30/40 for vertical left direction …
(edit) @5492209a   17 years michaelni clarify FIXME Originally committed as revision 11251 to …
(edit) @841f39a7   17 years Reimar.Doeffinger Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option …
(edit) @3426d575   17 years benoit.fouet Fix crash in PCM decoder when number of channels is not set. Patch by …
(edit) @fa13095a   17 years benoit.fouet Enable av_read_pause(), av_read_play() and the ASF demuxer's …
(edit) @08c015c0   17 years diego Remove unnecessary system include path from pkg-config files. …
(edit) @03726b70   17 years justin.ruggles Skip dialog normalization. It shouldn't be used by the decoder, and …
(edit) @224bc440   17 years justin.ruggles Revert commit made in revision 11228. I'm getting some strange results …
(edit) @407c50a   17 years Aurélien Jacobs move FLAC mmx dsp to its own file Originally committed as revision …
(edit) @bcfe2ba   17 years baptiste.coudurier useless 0L here Originally committed as revision 11243 to …
(edit) @282b65cc   17 years baptiste.coudurier remove now useless fields Originally committed as revision 11242 to …
(edit) @7c622eed   17 years baptiste.coudurier do not retain useless pointers to avstream priv_data, use it directly …
(edit) @11f16b66   17 years baptiste.coudurier remove duplicate field Originally committed as revision 11240 to …
(edit) @03dc32f   17 years baptiste.coudurier cosmetics: func -> parse, remove useless parenthesis Originally …
(edit) @a4813b67   17 years baptiste.coudurier remove useless declaration Originally committed as revision 11238 to …
(edit) @73d07c27   17 years baptiste.coudurier save pointer to parse table, it is unlikely to change Originally …
(edit) @23d2cfe9   17 years baptiste.coudurier remove useless seek Originally committed as revision 11236 to …
(edit) @01eeb422   17 years baptiste.coudurier cosmetics Originally committed as revision 11235 to …
(edit) @687f35f3   17 years baptiste.coudurier support streamed mov/mp4 Originally committed as revision 11234 to …
(edit) @5cb4b82a   17 years baptiste.coudurier return error when url_fseek could not read until desired offset in …
(edit) @5d81d641   17 years diego cosmetics: comment typo fixes Originally committed as revision 11232 …
(edit) @c49e23e2   17 years lu_zero Make strict altivec parsers happy (gcc-4.3 and others) Originally …
(edit) @6cd1500d   17 years kostya.shishkov RV40 decoder should use availability cache Originally committed as …
(edit) @a52ef6a8   17 years kostya.shishkov RV30/40 decoding core Originally committed as revision 11229 to …
(edit) @b40211ff   17 years justin.ruggles downmix before the IMDCT if no block switching is used Originally …
(edit) @15c57ced   17 years Reimar.Doeffinger Add 'l' suffix where it is necessary because type can not always be …
(edit) @2aaf95a2   17 years baptiste.coudurier choose next sample by sample position when streams' next dts …
(edit) @88808c60   17 years michaelni document how to free the result of av_alloc_format_context() …
(edit) @30dc5541   17 years andreas Add missing '\n' to log format text Originally committed as revision …
(edit) @94eadc8b   17 years andreas SDL does not seem to support more than two channels. So, if this is …
(edit) @2886f311   17 years andreas Notify the input coder about the number of requested channels. If the …
(edit) @79328e9c   17 years andreas Make DCA decoder honor avctx->request_channels in a more advisory way. …
(edit) @6708eefe   17 years andreas Make AC3 decoder honor avctx->request_channels Originally committed …
(edit) @626464fb   17 years kostya.shishkov Make fill_rectangle() available for other decoders Originally …
(edit) @9a1feb86   17 years heydowns Fix brain-dead parts of r11216, specifically: Actually unreference …
(edit) @04e911ed   17 years kostya.shishkov Benjamin expressed the wish to be DCA maintainer too Originally …
(edit) @aeb59e83   17 years heydowns Ensure that our total reference frame count does not exceed the SPS …
(edit) @41f7e2d1   17 years heydowns Actually return with an error condition if we're being asked to deal …
(edit) @33e00731   17 years heydowns Make h264 decoder conform to requirements of mpegvideo's …
(edit) @603972fc   17 years Reimar.Doeffinger Add a missing break, before av_set_number would always return NULL for …
(edit) @36e097bc   17 years heydowns Fix non_zero_count_cache for deblocking in field pictures. Based on …
(edit) @1b77e87   17 years Aurélien Jacobs add required include to make this file self-contained Originally …
(edit) @569cb218   17 years mans Revert r11202: do not create copy relocations when linking to shared …
(edit) @a309073b   17 years mans use av_log_get/set_level() Originally committed as revision 11209 to …
(edit) @0bc308de   17 years lu_zero kill a warning, av_sha1_update accepts uint8_t * not uint64_t * …
(edit) @537c8e7a   17 years lu_zero Provide sha1 to outside applications Patch from Diego Pettenò …
(edit) @84be6e72   17 years michaelni av_*_next() API for libavformat Originally committed as revision …
(edit) @562b2163   17 years michaelni avoid using first_avcodec Originally committed as revision 11205 to …
(edit) @55b9e69a   17 years michaelni av_*_next() API for libavcodec Originally committed as revision 11204 …
(edit) @8540e8c3   17 years takis.issaris Show which bitstreamfilters were compiled in, similar to the protocols …
(edit) @e1191012   17 years mans do not create copy relocations when linking to shared libs Originally …
(edit) @571bf37f   17 years diego typo/clarification Originally committed as revision 11201 to …
(edit) @72d6b1bf   17 years ramiro.polla Fix compilation of os_support.c for MinGW with --disable-network Patch …
(edit) @3a18218e   17 years kostya.shishkov Enable 4x4 IDCT for FASTTX=0 mode in WMV3 Originally committed as …
Note: See TracRevisionLog for help on using the revision log.