summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-15
| | | | | | fix issue697 Originally committed as revision 15829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call check_back_and_send_rr() function only in case of RTP as a transport.Ronald S. Bultje2008-11-15
| | | | | | | | Don't call it for RDT, since it is unneeded and it doesn't provide a RTPDemuxContext, leading to some memory errors. See "[PATCH] fix small memory error in rtsp.c" thread on ML. Originally committed as revision 15828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-15
| | | | Originally committed as revision 15827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush SDP descriptionLuca Barbato2008-11-15
| | | | Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-15
| | | | | | | comment documentation in that function. See discussion on ML in the "[PATCH] RDT/Realmedia patches #2" thread. Originally committed as revision 15825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for interrupt when receiving from socketJindřich Makovička2008-11-14
| | | | Originally committed as revision 15824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje2008-11-14
| | | | | | RDT/Realmedia patches #2" thread on the mailinglist. Originally committed as revision 15823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-14
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-14
| | | | Originally committed as revision 15821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mmx.h includeBaptiste Coudurier2008-11-14
| | | | Originally committed as revision 15820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert fdct_mmx to plain asmBaptiste Coudurier2008-11-14
| | | | Originally committed as revision 15819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add sse2 fdctBaptiste Coudurier2008-11-13
| | | | Originally committed as revision 15817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 decoding.Carl Eugen Hoyos2008-11-13
| | | | | | (Problem analyzed by Uoti Urpala) Originally committed as revision 15816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-11-13
| | | | Originally committed as revision 15815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence a gcc warning about using an uninitialized variableJustin Ruggles2008-11-13
| | | | Originally committed as revision 15814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-11-13
| | | | Originally committed as revision 15813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-13
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a generic function to decode banding structure for coupling, spectralJustin Ruggles2008-11-13
| | | | | | extension, or enhanced coupling Originally committed as revision 15811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a line break in error message textJustin Ruggles2008-11-13
| | | | Originally committed as revision 15810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify decoding of coupling frequency rangeJustin Ruggles2008-11-13
| | | | Originally committed as revision 15809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename two variablesJustin Ruggles2008-11-13
| | | | Originally committed as revision 15808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow the UDP socket buffer size to be adjusted using aJindřich Makovička2008-11-12
| | | | | | | | 'buffer_size' URL option. Patch by Jindrich Makovicka, makovick at gmail dot com Originally committed as revision 15807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Taking advantage of the new ->execute APIRoman Shaposhnik2008-11-12
| | | | Originally committed as revision 15806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix j_rev_dct_ARMMåns Rullgård2008-11-12
| | | | | | | | | | | | | | | | This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct' function. The problem was in the incorrect partially empty row detection. Even if the first two coefficients in the row were nonzero, it handled this just like the case with only the first nonzero coefficient. Now this function produces exactly the same output as the stripped down reference C version of 'j_rev_dct' (with the nested checks like 'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut branches). Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
| | | | Originally committed as revision 15804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-11-12
| | | | Originally committed as revision 15803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-11
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment typoBenjamin Larsson2008-11-11
| | | | Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove channel layout table that only should be used by encoders.Benjamin Larsson2008-11-11
| | | | Originally committed as revision 15800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use the whole buffer for reading w/ packetized sources to avoid ↵Jindřich Makovička2008-11-10
| | | | | | packet truncation Originally committed as revision 15799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in libgsm wrapper.Martin Storsjö2008-11-10
| | | | | | Patch by Martin Storsjö, martin at martin dot st Originally committed as revision 15798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-09
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that we require GNU make 3.81+.Diego Biurrun2008-11-08
| | | | Originally committed as revision 15796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-08
| | | | | | | av_codec_get_tag() functions, making them take in input a constant array, since they're not supposed to change it. Fix some warnings. Originally committed as revision 15795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RV3/4 deblock pattern into horizontal and vertical partsKostya Shishkov2008-11-08
| | | | | | during calculating. Originally committed as revision 15794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checks on the _mingw.h and w32api.h versions.Stefano Sabatini2008-11-08
| | | | | | Based on a patch by Ramiro. Originally committed as revision 15793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant check in RV3/4 deblock coefficients calculationKostya Shishkov2008-11-08
| | | | Originally committed as revision 15792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-08
| | | | Originally committed as revision 15791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-08
| | | | Originally committed as revision 15790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ video decoderPeter Ross2008-11-08
| | | | Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-08
| | | | Originally committed as revision 15788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross2008-11-08
| | | | Originally committed as revision 15787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-07
| | | | | | for both RV3 and RV4, so move it into common code. Originally committed as revision 15786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: prettify MAC16() macroMåns Rullgård2008-11-06
| | | | Originally committed as revision 15782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15780 to svn://svn.ffmpeg.org/ffmpeg/trunk