summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change email address to a valid one.Benoit Fouet2008-11-17
| | | | Originally committed as revision 15848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One const is enough.Carl Eugen Hoyos2008-11-17
| | | | Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun2008-11-17
| | | | Originally committed as revision 27945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-17
| | | | | | | in a non blocked mode. Patch by Jindrich Makovicka: makovick gmail Originally committed as revision 15846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the library names for the require checks more explicit.Stefano Sabatini2008-11-16
| | | | Originally committed as revision 15845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warning in imc decoderBenjamin Larsson2008-11-16
| | | | Originally committed as revision 15844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set channel_layoutBenjamin Larsson2008-11-16
| | | | Originally committed as revision 15843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-16
| | | | Originally committed as revision 15842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts in flv demuxerBaptiste Coudurier2008-11-16
| | | | Originally committed as revision 15841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-16
| | | | Originally committed as revision 15840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.Reynaldo H. Verdejo Pinochet2008-11-16
| | | | Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsReynaldo H. Verdejo Pinochet2008-11-16
| | | | Originally committed as revision 15838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change to file description suggested by MichaelReynaldo H. Verdejo Pinochet2008-11-16
| | | | Originally committed as revision 15837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje2008-11-15
| | | | | | "[PATCH] RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-15
| | | | Originally committed as revision 15835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r15833.Ronald S. Bultje2008-11-15
| | | | Originally committed as revision 15834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-15
| | | | | | "[PATCH] RDT/Realmedia patches #2" thread. Originally committed as revision 15833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper channel output reordering for the dca decoder.Benjamin Larsson2008-11-15
| | | | Originally committed as revision 15832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Please keep original copyright heading and attribution lines...Reynaldo H. Verdejo Pinochet2008-11-15
| | | | Originally committed as revision 15831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify metadata readingBaptiste Coudurier2008-11-15
| | | | Originally committed as revision 15830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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