source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @91823a6e   17 years kostya.shishkov Add 4x4 IDCT Originally committed as revision 11198 to …
(edit) @e2270b4e   17 years justin.ruggles cosmetics: rename ac3 decoder variables Originally committed as …
(edit) @e59cc205   17 years justin.ruggles cosmetics: rename common ac3 variables Originally committed as …
(edit) @8001d923   17 years justin.ruggles cosmetics: vertical align after last commit Originally committed as …
(edit) @5ce21342   17 years justin.ruggles cosmetics: rename ac3 bit allocation variables Originally committed …
(edit) @66ecf18e   17 years justin.ruggles cosmetics: rename ac3 tables Originally committed as revision 11193 …
(edit) @59e6f60a   17 years Aurélien Jacobs add ff_ prefix to all simple_idct symbols Originally committed as …
(edit) @98f48ce1   17 years kostya.shishkov Reindent after last commit Originally committed as revision 11191 to …
(edit) @51ece68   17 years kostya.shishkov Update Altivec variant of vc1_inv_trans_8x4 Originally committed as …
(edit) @8df7cfe9   17 years kostya.shishkov Use IDCT functions when FASTTX=0 Originally committed as revision …
(edit) @d2e45f33   17 years kostya.shishkov Switch VC-1 decoder to output decoded residual immediately. …
(edit) @30ea3075   17 years kostya.shishkov Rename some tables Originally committed as revision 11187 to …
(edit) @c95a3a9   17 years diego Add missing declarations for AltiVec functions, fixes the warnings: …
(edit) @4706949c   17 years diego Fix 'make checkheaders' on AltiVec-enabled systems. Originally …
(edit) @25b92a79   17 years diego Add small OS/2 section with a link to further information. patch by …
(edit) @4978618b   17 years kostya.shishkov Use existing function for VLC reading Originally committed as …
(edit) @b192e564   17 years kostya.shishkov Check decoded dimensions for validity Originally committed as …
(edit) @ea61e33a   17 years kostya.shishkov Intra types will be stored in int8_t array Originally committed as …
(edit) @52b91753   17 years kostya.shishkov Add decoder flags Originally committed as revision 11182 to …
(edit) @da71cdad   17 years kostya.shishkov Replace table with its H.263 counterpart Originally committed as …
(edit) @89f41c3d   17 years kostya.shishkov Register myself for future RV30/40 decoder Originally committed as …
(edit) @c552605c   17 years diego Add --list-indevs and --list-outdevs command line options. Originally …
(edit) @10d46dd0   17 years diego Add --disable-devices to --help output. Originally committed as …
(edit) @7dd2862b   17 years diego Add input and output devices to configure output. Originally …
(edit) @8fb1cb58   17 years diego Remove unnecessary quotes. Originally committed as revision 11176 to …
Note: See TracRevisionLog for help on using the revision log.