summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-21
| | | | | | | so they always appear in proper order. patch by Sam Hocevar < sam -- at -- zoy -- dot -- org > Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some files generated by regression tests.Diego Biurrun2005-09-21
| | | | Originally committed as revision 4605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun2005-09-20
| | | | Originally committed as revision 4604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* precautionary checksMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenize a few commentsMichael Niedermayer2005-09-20
| | | | | | very minor cleanup Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print NULLMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
| | | | | | where it makes more sense. Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts for h.263 decodingMichael Niedermayer2005-09-19
| | | | Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
| | | | Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
| | | | | | | print more likely correct fps not sure if this is formated optimally ... Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
| | | | | | | fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg and MPlayer's broken packetizer (but will not decode right of course). Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more x264 encoding parametersDario Andrade2005-09-14
| | | | | | patch by Dario Andrade <dario at ip tv> Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typo fixesDiego Biurrun2005-09-13
| | | | Originally committed as revision 4593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the people want lower case ...Michael Niedermayer2005-09-12
| | | | Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-09-12
| | | | Originally committed as revision 4589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify GPL patch acceptance policyMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid stdio.hMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ↵Michael Niedermayer2005-09-11
| | | | | | ...) Originally committed as revision 4584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common questions people ask me all the time, lets hope this reduces the ↵Michael Niedermayer2005-09-11
| | | | | | stuff in my inbox, otherwise ill train bogofilter on them ... Originally committed as revision 4583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing include noticed by g0thMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
| | | | | | spliting AVOption specific stuff out of avcodec.h into opt.h Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
| | | | Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused table entriesMichael Niedermayer2005-09-10
| | | | | | change non portable table access Originally committed as revision 4574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
| | | | | | | needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
| | | | Originally committed as revision 4571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log in debug modeAlex Beregszaszi2005-09-07
| | | | Originally committed as revision 4570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set time_base as soon as time_scale is known instead of in a unrelated ↵Michael Niedermayer2005-09-06
| | | | | | chunck which might be missing Originally committed as revision 4569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce unnecessary swscaler verbosity.Diego Biurrun2005-09-06
| | | | Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Wrong comment after #endif.Diego Biurrun2005-09-06
| | | | | | Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu > Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a little script to turn the inside of a struct into a AVOption arrayMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption first tryMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray non-existent -o option from an example.Michel Bardiaux2005-09-06
| | | | | | patch by Michel Bardiaux < mbardiaux -- at -- mediaxim -- dot -- be > Originally committed as revision 4562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
| | | | Originally committed as revision 4561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set a few variables correctlyMichael Niedermayer2005-09-05
| | | | Originally committed as revision 4560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer2005-09-05
| | | | Originally committed as revision 4559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_rate value is not always correct (is there anything in quicktime ↵Michael Niedermayer2005-09-04
| | | | | | which is?) so try to guess it from time_scale Originally committed as revision 4558 to svn://svn.ffmpeg.org/ffmpeg/trunk