summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-126-0/+23
| | | | | | | filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-121-1/+4
| | | | | | Patch by John Stebbins, jstebbins jetheaddev com Originally committed as revision 20806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-122-0/+100
| | | | Originally committed as revision 20805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-123-27/+27
| | | | | | Significantly reduce codectest execution time. Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-111-1/+12
| | | | | | | | dv. Patch by Tomas Härdin, tomas D hardin A codemill D se Originally committed as revision 20803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-12-111-2/+2
| | | | Originally committed as revision 20802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-111-5/+7
| | | | | | | Some code does call av_free_packet() on failed av_new_packets(), this prevents the freeing of uninitialized pointers. Originally committed as revision 20801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-111-2/+2
| | | | | | | Add ';' and '\n' to the terminating characters for the name of a filter, and ';' to the terminating characters for its args. Originally committed as revision 20800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-113-0/+124
| | | | Originally committed as revision 20799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-111-0/+1
| | | | | | Patch by Martin Storsjö ($name at $name dot `abbreviation for "street"`) Originally committed as revision 20798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-111-0/+10
| | | | | | 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-102-1/+3
| | | | 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-101-0/+1
| | | | Originally committed as revision 20795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-101-2/+2
| | | | Originally committed as revision 20794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-101-8/+8
| | | | 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-101-1/+1
| | | | Originally committed as revision 20792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct a forgotten RGB32.Michael Niedermayer2009-12-101-1/+1
| | | | Originally committed as revision 20791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-101-2/+2
| | | | | | 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-102-2/+2
| | | | | | big endian) Originally committed as revision 20789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-101-0/+6
| | | | Originally committed as revision 20788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-091-2/+2
| | | | Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-091-0/+1
| | | | Originally committed as revision 20786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-091-1/+5
| | | | 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-091-1/+2
| | | | | | 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-091-10/+10
| | | | Originally committed as revision 20783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-091-1/+1
| | | | Originally committed as revision 20782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-081-0/+2
| | | | | | Fixes issue 1602. Originally committed as revision 20781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention patcheck.Zhihang Wang2009-12-081-0/+3
| | | | | | 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-081-0/+2
| | | | | | 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-081-1/+2
| | | | | | | | 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-081-1/+1
| | | | Originally committed as revision 20777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder is no longer GPL; update FAQDaniel Verkamp2009-12-081-8/+0
| | | | Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-081-10/+10
| | | | Originally committed as revision 20775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MBtree support for libx264Erik Slagter2009-12-0819-16/+19
| | | | | | 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-081-0/+2
| | | | | | 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-081-5/+1
| | | | | | 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-081-8/+8
| | | | Originally committed as revision 20771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do as the comment says and signal an error.Michael Niedermayer2009-12-081-2/+4
| | | | 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-081-5/+4
| | | | | | | 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-081-3/+18
| | | | | | 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-081-0/+5
| | | | | | 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-081-2/+2
| | | | 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-081-1/+2
| | | | | | 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-081-0/+1
| | | | 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-081-1/+1
| | | | 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-081-1/+1
| | | | | | | | | 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-071-0/+6
| | | | | | | | 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-071-9/+3
| | | | Originally committed as revision 20760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-071-15/+15
| | | | Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-071-2/+4
| | | | | | Fixes issue 1593. Originally committed as revision 20758 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud