summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmeticAurelien Jacobs2010-08-291-1/+1
* move m4v demuxer to its own fileAurelien Jacobs2010-08-293-44/+63
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-293-59/+78
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-293-48/+68
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-294-64/+85
* move DTS demuxer to its own fileAurelien Jacobs2010-08-294-65/+88
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-5/+1
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-291-2/+2
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-293-2/+2
* move id roq muxer to its own fileAurelien Jacobs2010-08-294-49/+71
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-293-74/+97
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-291-1/+1
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-293-3/+22
* ReindentJosh Allmann2010-08-291-4/+4
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-291-2/+18
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-291-6/+7
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-281-2/+2
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-281-1/+1
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-281-3/+4
* cosmetics in imdct_sseLoren Merritt2010-08-281-25/+20
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-282-0/+3
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-283-7/+0
* cosmeticAurelien Jacobs2010-08-281-1/+1
* CCITT Fax Group compression fate testsVitor Sessak2010-08-285-0/+16
* configure: move config.fate creation after OS sectionMåns Rullgård2010-08-261-2/+2
* configure: write config.fate file as early as possibleMåns Rullgård2010-08-261-2/+2
* configure: improve error message for missing yasmMåns Rullgård2010-08-261-2/+1
* x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.Alex Converse2010-08-261-2/+3
* Revert "Disable MMX for i686 and pentiumpro"Måns Rullgård2010-08-261-7/+1
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-261-5/+5
* fate: print list of tests with "make fate-list"Måns Rullgård2010-08-261-0/+3
* Disable MMX for i686 and pentiumproMåns Rullgård2010-08-261-1/+7
* configure: select warning suppression syntax based on armcc versionMåns Rullgård2010-08-261-2/+3
* Cosmetic changes.Tobias Bindhammer2010-08-261-5/+5
* Insert info from extradata into headerTobias Bindhammer2010-08-261-2/+2
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-261-1/+93
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-261-9/+9
* enable a flexible lifetimeTobias Bindhammer2010-08-261-2/+1
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-261-0/+14
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-261-0/+1
* Add APIchanges entry after the addition ofStefano Sabatini2010-08-261-0/+3
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-263-2/+19
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-251-2/+1
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-251-1/+0
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-254-43/+34
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-251-96/+0
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-251-0/+1
* fate: build with --enable-gplMåns Rullgård2010-08-251-0/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-252-0/+10
* VP3 fate testVitor Sessak2010-08-252-0/+117
OpenPOWER on IntegriCloud