summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* closed/needs_more_info stateMichael Niedermayer2007-12-21
| | | | Originally committed as revision 11297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen function parameter name.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More consistent { placement.Michael Niedermayer2007-12-21
| | | | Originally committed as revision 11292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-21
| | | | Originally committed as revision 11291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
| | | | | | of array reads. Originally committed as revision 11290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset manually selected codecs at the end of opt_input_file, to avoid ↵Baptiste Coudurier2007-12-21
| | | | | | propagating selection to output file Originally committed as revision 11289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
| | | | | | array read. Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-21
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentBenjamin Larsson2007-12-20
| | | | Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-20
| | | | Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure strides have positive values before converting.Peter Schlaile2007-12-20
| | | | | | Patch by Peter Schlaile: peter schlaile de Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-12-20
| | | | Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
| | | | | | applied by the audio decoder, and use that option in the AC3 decoder. Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
| | | | Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
| | | | | | instead of messing with ByteIOContext internal is_streamed field Originally committed as revision 11276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
| | | | | | Patch by Reinhard Nissl: rnissl gmx de Originally committed as revision 11275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-19
| | | | Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
| | | | Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-19
| | | | | | AVFormatParameters is never available when needed and is an annoying mess. Originally committed as revision 11267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some more entries.Diego Biurrun2007-12-19
| | | | Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little more doxygenization.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document Motion_Est_IDs.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-18
| | | | Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-18
| | | | Originally committed as revision 11259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.Diego Biurrun2007-12-17
| | | | | | patch by Aurel Originally committed as revision 11258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another comment ->doxyMichael Niedermayer2007-12-17
| | | | Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-17
| | | | Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some normal comments to doxy onesMichael Niedermayer2007-12-17
| | | | Originally committed as revision 11255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-17
| | | | Originally committed as revision 11254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify av_open_input_fileReimar Döffinger2007-12-17
| | | | Originally committed as revision 11253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
| | | | | | and add its version that does not rely on down left neighbour subblock. Originally committed as revision 11252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify FIXMEMichael Niedermayer2007-12-17
| | | | Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
| | | | Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk