summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+2
| | | | Originally committed as revision 18776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+1
| | | | Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2
| | | | Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-093-7/+11
| | | | | | Fixes a couple of 'discards qualifiers from pointer target type' warnings. Originally committed as revision 29281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-081-1/+1
| | | | | | | Fixes "dnxhdenc.c:805: warning: initialization from incompatible pointer type". patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-081-1/+1
| | | | | | | | things like [in] vflip [out]; Originally committed as revision 18772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-082-6/+6
| | | | Originally committed as revision 18771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-071-4/+8
| | | | Originally committed as revision 29272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-061-1/+1
| | | | | | | | | | This matches the return value of ogg_find_codec and fixes "libavformat/oggdec.c:333: warning: assignment discards qualifiers from pointer target type" Patch by Daniel Verkamp (daniel - drv . nu) Originally committed as revision 18769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-061-1/+1
| | | | | | Patch by Daniel Verkamp daniel @ drv @ nu. Originally committed as revision 18768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp2009-05-062-0/+3
| | | | | | Patch by Daniel Verkamp daniel AT drv + nu. Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-063-0/+158
| | | | | | Patch by Daniel Verkamp daniel|at|drv|nu. Originally committed as revision 18766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-064-0/+105
| | | | | | Patch by Daniel Verkamp name at drv ... nu. Originally committed as revision 18765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CGA and palette data for 8088flex TMV decoder.Daniel Verkamp2009-05-062-0/+184
| | | | | | Patch by Daniel Verkamp daniel _AT_ drv DOT nu. Originally committed as revision 18764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-061-0/+9
| | | | | | under-paranoid in r18651. Originally committed as revision 18763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-061-3/+8
| | | | | | | The previous code would print the wrong error message for MLP streams with TrueHD noise type. Originally committed as revision 18762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-061-4/+4
| | | | Originally committed as revision 18761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-061-0/+9
| | | | Originally committed as revision 18758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ↵Kostya Shishkov2009-05-061-1/+9
| | | | | | message Originally committed as revision 18755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-062-13/+131
| | | | | | Patch by Laurent Aimar (fenrir at `antonym of 'audio'+antonym of 'WAN'` dot org) Originally committed as revision 18754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-061-17/+17
| | | | | | Patch by Laurent Aimar (f-e-n-r-i-r .@.t. v=i=d=e=o=l=a=n .d.o.t. o=r=g) Originally committed as revision 18753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-061-7/+6
| | | | Originally committed as revision 18752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-062-8/+3
| | | | | | | | not needed for spectral extension or enhanced coupling since it is redundant information, so I am removing it from decode_band_structure() as well. Originally committed as revision 18751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2009-05-051-2/+2
| | | | Originally committed as revision 18750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-051-3/+3
| | | | Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_parse_color().Stefano Sabatini2009-05-052-0/+225
| | | | Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-051-3/+4
| | | | Originally committed as revision 18747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-051-8/+8
| | | | Originally committed as revision 18746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-051-9/+9
| | | | Originally committed as revision 18745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: use av_clip()Måns Rullgård2009-05-051-10/+2
| | | | Originally committed as revision 18744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-052-0/+69
| | | | Originally committed as revision 18743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-051-4/+4
| | | | Originally committed as revision 18742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-051-4/+0
| | | | | | | Fixes issue1044. This may cause regressions with broken streams, if you find any, please report! Originally committed as revision 18741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-051-33/+26
| | | | | | This is slightly modified patch by Laurent Aimar. Originally committed as revision 18740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-051-0/+1
| | | | Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-051-0/+3
| | | | Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer2009-05-051-1/+6
| | | | | | not slower. Other archs are not changed as the larger VOFW was slower on PPC. Originally committed as revision 29256 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-041-0/+7
| | | | | | | | | Left to its own devices, gcc calculates the full 64-bit product only to discard the low 32 bits. This forces it to do the right thing. 20% faster MP3 decoding on G4. Originally committed as revision 18737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-041-2/+4
| | | | | | | bytes along with consumed bytes on successful decoding. patch by Zdenek Kabelac, zdenek.kabelac gmail com Originally committed as revision 18736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about nonfree license of libfaac.Diego Biurrun2009-05-041-3/+4
| | | | Originally committed as revision 18735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-041-1/+1
| | | | Originally committed as revision 18734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-033-5/+1
| | | | Originally committed as revision 18733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether extra bits block has enough data.Laurent Aimar2009-05-031-0/+8
| | | | | | Patch by Laurent Aimar "f\145nr\151r >at< vide\157lan <dot> o\162g" Originally committed as revision 18732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-023-8/+0
| | | | Originally committed as revision 18731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-022-9/+3
| | | | Originally committed as revision 18730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-021-1/+1
| | | | Originally committed as revision 29242 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-021-2/+50
| | | | | | Patch by Laurent Aimar [(wolf, son of Loki) <at> (videolan) <dot> (org)] Originally committed as revision 18729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use new packet reading API, fixes a memory leak.Zdenek Kabelac2009-05-011-0/+3
| | | | | | patch by Zdenek Kabelac, zdenek.kabelac gmail com Originally committed as revision 18728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-011-1/+1
| | | | Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-011-46/+4
| | | | | | This also avoids the need for '\=' escaping. Originally committed as revision 18726 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud