summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-06
| | | | | | | 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-06
| | | | Originally committed as revision 18761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-06
| | | | 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-06
| | | | | | message Originally committed as revision 18755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
| | | | | | 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-06
| | | | | | 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-06
| | | | 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-06
| | | | | | | | 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-05
| | | | Originally committed as revision 18750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-05
| | | | Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_parse_color().Stefano Sabatini2009-05-05
| | | | Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-05
| | | | 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-05
| | | | Originally committed as revision 18746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
| | | | Originally committed as revision 18745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
| | | | Originally committed as revision 18744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
| | | | Originally committed as revision 18743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-05
| | | | 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-05
| | | | | | | 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-05
| | | | | | 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-05
| | | | Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
| | | | 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-05
| | | | | | 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-04
| | | | | | | | | 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-04
| | | | | | | 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-04
| | | | Originally committed as revision 18735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-04
| | | | Originally committed as revision 18734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
| | | | Originally committed as revision 18733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether extra bits block has enough data.Laurent Aimar2009-05-03
| | | | | | 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-02
| | | | Originally committed as revision 18731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
| | | | 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-02
| | | | Originally committed as revision 29242 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-02
| | | | | | 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-01
| | | | | | 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-01
| | | | Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-01
| | | | | | This also avoids the need for '\=' escaping. Originally committed as revision 18726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_token()Michael Niedermayer2009-05-01
| | | | | | based on a patch by Stefano Sabatini Originally committed as revision 18725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-01
| | | | | | Fixes pink.mpg / issue1046. Originally committed as revision 18724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-01
| | | | Originally committed as revision 18723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-30
| | | | Originally committed as revision 18722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
| | | | Originally committed as revision 18721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document change in r18719.Ramiro Polla2009-04-30
| | | | Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_free_packet().Ramiro Polla2009-04-30
| | | | Originally committed as revision 18719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun2009-04-30
| | | | | | libavcodec/motionpixels.c:302: warning: statement with no effect Originally committed as revision 18718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix licence check functionMåns Rullgård2009-04-29
| | | | Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-29
| | | | Originally committed as revision 18716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require --enable-nonfree for turning on libfaac support.Diego Biurrun2009-04-29
| | | | | | libfaac lies about being LGPL, when it really is not. Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize GPL and nonfree license checks into a common function.Diego Biurrun2009-04-29
| | | | Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-29
| | | | | | Approved by Mans on IRC Originally committed as revision 18713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-29
| | | | Originally committed as revision 18712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-28
| | | | Originally committed as revision 18711 to svn://svn.ffmpeg.org/ffmpeg/trunk