summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cosmeticsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace sizeof(type) by sizeof *ptrBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mxf_write_essence_container_refsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change [0] to *Baptiste Coudurier2008-08-31
| | | | Originally committed as revision 15073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get essence container ul in header and set it per track, check for ↵Baptiste Coudurier2008-08-30
| | | | | | unsupported codec Originally committed as revision 15071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move per track code in mxf_write_header to be able to check for unsupported ↵Baptiste Coudurier2008-08-30
| | | | | | configuration Originally committed as revision 15070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename variableBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typosBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: header -> genericBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless braces, move comments where appropriate, remove ↵Baptiste Coudurier2008-08-30
| | | | | | whitespaces Originally committed as revision 15064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and factorizeBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only put version in tagBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write required version string local tagBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write strings as utf16beBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
| | | | | | | residuals, Note this does not change RGB32 as we need to check this against some decoder that supports it. Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
| | | | Originally committed as revision 15054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
| | | | Originally committed as revision 15053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-30
| | | | Originally committed as revision 15052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
| | | | Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
| | | | | | by ff_imdct_half(). Originally committed as revision 15050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
| | | | Originally committed as revision 15049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
| | | | Originally committed as revision 15048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun2008-08-30
| | | | Originally committed as revision 15047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
| | | | Originally committed as revision 15046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless castsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
| | | | Originally committed as revision 15042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize packet skip codeBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify size handling codeBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
| | | | Originally committed as revision 15039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
| | | | Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in element typeRobert Swain2008-08-29
| | | | Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
| | | | | | another unintended bug where channel coupling could have been run on an SCE. Originally committed as revision 15036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2008-08-29
| | | | Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini2008-08-29
| | | | Originally committed as revision 15032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini2008-08-29
| | | | | | enabled. Originally committed as revision 15031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement swscale_version().Stefano Sabatini2008-08-29
| | | | Originally committed as revision 27492 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale