summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* move per track code in mxf_write_header to be able to check for unsupported c...Baptiste Coudurier2008-08-30
* rename variableBaptiste Coudurier2008-08-30
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* fix typosBaptiste Coudurier2008-08-30
* cosmetics: header -> genericBaptiste Coudurier2008-08-30
* cosmetics, remove useless braces, move comments where appropriate, remove whi...Baptiste Coudurier2008-08-30
* cosmeticsBaptiste Coudurier2008-08-30
* simplify, and factorizeBaptiste Coudurier2008-08-30
* only put version in tagBaptiste Coudurier2008-08-30
* simplifyBaptiste Coudurier2008-08-30
* always write required version string local tagBaptiste Coudurier2008-08-30
* introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier2008-08-30
* use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier2008-08-30
* write strings as utf16beBaptiste Coudurier2008-08-30
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-30
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
* Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun2008-08-30
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-30
* remove now useless castsBaptiste Coudurier2008-08-30
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
* factorize packet skip codeBaptiste Coudurier2008-08-29
* simplify size handling codeBaptiste Coudurier2008-08-29
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
* Fix typo in element typeRobert Swain2008-08-29
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
* Fix typo.Stefano Sabatini2008-08-29
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
* Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini2008-08-29
* Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini2008-08-29
* Implement swscale_version().Stefano Sabatini2008-08-29
* Add to the ffmpeg manual an example showing how to add streams to theStefano Sabatini2008-08-29
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
* speex in flv demuxingBaptiste Coudurier2008-08-29
* cosmetics, typos, caseBaptiste Coudurier2008-08-29
* cosmeticsBaptiste Coudurier2008-08-29
* fix version string ulBaptiste Coudurier2008-08-29
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
* 5,1l: samples_chanptr[] should be (const float *)Andreas Ă–man2008-08-29