summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
| | | | | | Patch by Martin Storsjö ($name at $name dot `Sao Tome and Principe domain`) Originally committed as revision 20797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
| | | | Originally committed as revision 20796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-10
| | | | Originally committed as revision 20795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-10
| | | | Originally committed as revision 20794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct a forgotten RGB32.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-10
| | | | | | Fixes issue1466, and decoding of plain lossless jpeg. Originally committed as revision 20790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-10
| | | | | | big endian) Originally committed as revision 20789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-09
| | | | Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-09
| | | | Originally committed as revision 20786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
| | | | Originally committed as revision 20785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-09
| | | | | | Fixes issue1550. Originally committed as revision 20784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-09
| | | | Originally committed as revision 20783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-09
| | | | Originally committed as revision 20782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-08
| | | | | | Fixes issue 1602. Originally committed as revision 20781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention patcheck.Zhihang Wang2009-12-08
| | | | | | Patch by Zhihang Wang, zhihang D wang A gmail Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-08
| | | | | | found in the context. Originally committed as revision 20779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-08
| | | | | | | | of the type 0xRRGBBAA parsed by av_parse_color(), using a simple int was resulting in unexpected results as the most significant bit was used for the sign. Originally committed as revision 20778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-08
| | | | Originally committed as revision 20777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder is no longer GPL; update FAQDaniel Verkamp2009-12-08
| | | | Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-08
| | | | Originally committed as revision 20775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MBtree support for libx264Erik Slagter2009-12-08
| | | | | | Patch by Erik Slagter Originally committed as revision 20774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-08
| | | | | | other means) Originally committed as revision 20773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-08
| | | | | | Fixes issue1061. Originally committed as revision 20772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini2009-12-08
| | | | Originally committed as revision 20771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do as the comment says and signal an error.Michael Niedermayer2009-12-08
| | | | Originally committed as revision 20770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer2009-12-08
| | | | | | | buffers. This and the previous revision fix a heap overflow. Originally committed as revision 20769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer2009-12-08
| | | | | | Fixes issue1167. Originally committed as revision 20768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that the buffer size speified to avcodec_encode_audio() is not larger ↵Michael Niedermayer2009-12-08
| | | | | | than the actual size. Originally committed as revision 20767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-08
| | | | Originally committed as revision 20766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-08
| | | | | | Fixes issue 1588. Originally committed as revision 20765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-08
| | | | Originally committed as revision 20764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-08
| | | | Originally committed as revision 20763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ↵Michael Niedermayer2009-12-08
| | | | | | | | | have been wrong. Fixes issue1571. Originally committed as revision 20762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that compilation fails if functions like ff_put_string are used in ↵Reimar Döffinger2009-12-07
| | | | | | | | code that selected a bitstream writer for which they do not work. Originally committed as revision 20761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-07
| | | | Originally committed as revision 20760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
| | | | Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-07
| | | | | | Fixes issue 1593. Originally committed as revision 20758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-07
| | | | Originally committed as revision 29978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Print error messages on errors.Michael Niedermayer2009-12-07
| | | | Originally committed as revision 20757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-06
| | | | | | | These typos moved the exponent pointer too far ahead. Fixes issue1055. Originally committed as revision 20756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-06
| | | | | | | These index variables are incremented before each use, so they should be initialized to -1. Originally committed as revision 29977 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after the last commit.Stefano Sabatini2009-12-06
| | | | Originally committed as revision 20755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-06
| | | | | | from the bottom to the top one. Originally committed as revision 20754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation for r20435 (which added the -fpre option).Ramiro Polla2009-12-06
| | | | Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-06
| | | | Originally committed as revision 20752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-06
| | | | | | Patch by Dark Shikari Originally committed as revision 20751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-06
| | | | | | Patch by Dark Shikari Originally committed as revision 20750 to svn://svn.ffmpeg.org/ffmpeg/trunk