|
|
|
@f2e4eb62
|
16 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 15089 to …
|
|
|
@5d2dd908
|
16 years |
vitor1001 |
Merge declaration and initialization of a few vars in …
|
|
|
@8dfc56ec
|
16 years |
justin.ruggles |
commit more OKed parts of the E-AC-3 decoder
Originally committed as …
|
|
|
@064abb8a
|
16 years |
baptiste.coudurier |
simplify, pass AVStream directly instead of index
Originally …
|
|
|
@38573e8f
|
16 years |
baptiste.coudurier |
cosmetics, whitespace
Originally committed as revision 15085 to …
|
|
|
@c872bdb0
|
16 years |
baptiste.coudurier |
remove now useless track_number_sign
Originally committed as revision …
|
|
|
@4ee873e3
|
16 years |
baptiste.coudurier |
put back mxf_essence_container_uls in demuxer as static const
…
|
|
|
@ecb71f8f
|
16 years |
baptiste.coudurier |
remove now useless mxf_essence_element_key array
Originally committed …
|
|
|
@316b438f
|
16 years |
baptiste.coudurier |
fix track number ul in primer pack
Originally committed as revision …
|
|
|
@b8ad3f7
|
16 years |
baptiste.coudurier |
introduce MXFContainerEssencePair to associate essence element key and …
|
|
|
@e51a81e
|
16 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 15079 to …
|
|
|
@e14d374e
|
16 years |
baptiste.coudurier |
replace sizeof(type) by sizeof *ptr
Originally committed as revision …
|
|
|
@ac0ab12f
|
16 years |
baptiste.coudurier |
merge declaration and init
Originally committed as revision 15077 to …
|
|
|
@e7daab1e
|
16 years |
baptiste.coudurier |
reindent
Originally committed as revision 15076 to …
|
|
|
@3eaa53b3
|
16 years |
baptiste.coudurier |
simplify mxf_write_essence_container_refs
Originally committed as …
|
|
|
@021fa42c
|
16 years |
baptiste.coudurier |
factorize
Originally committed as revision 15074 to …
|
|
|
@2cd71ce5
|
16 years |
baptiste.coudurier |
change [0] to *
Originally committed as revision 15073 to …
|
|
|
@c18d208
|
16 years |
baptiste.coudurier |
compute essence containers in mxf_write_header, this simplifies the …
|
|
|
@a2f55f22
|
16 years |
baptiste.coudurier |
get essence container ul in header and set it per track, check for …
|
|
|
@17930876
|
16 years |
baptiste.coudurier |
move per track code in mxf_write_header to be able to check for …
|
|
|
@851a8297
|
16 years |
baptiste.coudurier |
rename variable
Originally committed as revision 15069 to …
|
|
|
@225c3042
|
16 years |
justin.ruggles |
commit more OKed parts of the E-AC-3 decoder
Originally committed as …
|
|
|
@d82bdf6
|
16 years |
justin.ruggles |
commit more OKed parts of the E-AC-3 decoder
Originally committed as …
|
|
|
@86e456f6
|
16 years |
baptiste.coudurier |
fix typos
Originally committed as revision 15066 to …
|
|
|
@60366dd0
|
16 years |
baptiste.coudurier |
cosmetics: header -> generic
Originally committed as revision 15065 …
|
|
|
@a8f6e362
|
16 years |
baptiste.coudurier |
cosmetics, remove useless braces, move comments where appropriate, …
|
|
|
@0b62964f
|
16 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 15063 to …
|
|
|
@6fdb4fb0
|
16 years |
baptiste.coudurier |
simplify, and factorize
Originally committed as revision 15062 to …
|
|
|
@0c0c4d64
|
16 years |
baptiste.coudurier |
only put version in tag
Originally committed as revision 15061 to …
|
|
|
@b4395253
|
16 years |
baptiste.coudurier |
simplify
Originally committed as revision 15060 to …
|
|
|
@283a02c
|
16 years |
baptiste.coudurier |
always write required version string local tag
Originally committed …
|
|
|
@9fedbc8
|
16 years |
baptiste.coudurier |
introduce mxf_write_local_tag_utf16 and factorize
Originally …
|
|
|
@6b05863a
|
16 years |
baptiste.coudurier |
use strlen and do not write useless trailing 0 according to specs
…
|
|
|
@5f94b92
|
16 years |
baptiste.coudurier |
write strings as utf16be
Originally committed as revision 15056 to …
|
|
|
@d3b4b74c
|
16 years |
michaelni |
Fix lossless jpeg encoder to comply to spec and store full redundant …
|
|
|
@c979fa03
|
16 years |
lessen42 |
Remove unused dequantization code from SSE VP3 IDCT
Originally …
|
|
|
@167029a
|
16 years |
lessen42 |
Use ff_pw_8 in MMX/SSE VP3 IDCT
Originally committed as revision …
|
|
|
@21383da8
|
16 years |
lessen42 |
Let ff_pw_8 be used as an SSE constant
Originally committed as …
|
|
|
@ea364c74
|
16 years |
justin.ruggles |
cosmetics: update comment about dithering
Originally committed as …
|
|
|
@1d8370a
|
16 years |
michaelni |
Remove the cos_mod table that has become unused after replacing the …
|
|
|
@89df5e95
|
16 years |
michaelni |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
…
|
|
|
@47f0e052
|
16 years |
michaelni |
Get rid of the 512 sample memmove().
Originally committed as revision …
|
|
|
@9d2526d1
|
16 years |
diego |
Add missing FFMPEG_ prefix to multiple inclusion guard.
Originally …
|
|
|
@43a38a7c
|
16 years |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
Originally …
|
|
|
@b83a00b8
|
16 years |
baptiste.coudurier |
timestamps in flv are 32bits _signed_ according to flash player, specs …
|
|
|
@6f4eb12d
|
16 years |
baptiste.coudurier |
remove now useless casts
Originally committed as revision 15044 to …
|
|
|
@ca9c5a4d
|
16 years |
baptiste.coudurier |
make has_codec_parameters not returning true when sample_fmt is not …
|
|
|
@ae58b54b
|
16 years |
baptiste.coudurier |
skip empty flv data packets, fix issue #602
Originally committed as …
|
|
|
@3d9aecb0
|
16 years |
baptiste.coudurier |
factorize packet skip code
Originally committed as revision 15041 to …
|
|
|
@6298eb81
|
16 years |
baptiste.coudurier |
simplify size handling code
Originally committed as revision 15040 to …
|
|
|
@53440c62
|
16 years |
bartek.wolowiec |
Okayed parts of nellymoserenc.c
Originally committed as revision …
|
|
|
@f991d423
|
16 years |
vitor1001 |
Remove useless zeroing of a buffer
Originally committed as revision …
|
|
|
@93b63b1
|
16 years |
robert.swain |
Fix typo in element type
Originally committed as revision 15037 to …
|
|
|
@f4fae46e
|
16 years |
robert.swain |
Remove unnecessary portion of a condition. This fixes issue607 and …
|
|
|
@3a25c707
|
16 years |
baptiste.coudurier |
remove vorbis dec hack, decoding will be done anyway to get frame size …
|
|
|
@7a7c4a7b
|
16 years |
stefano.sabatini-lala |
Fix typo.
Originally committed as revision 15034 to …
|
|
|
@b8541979
|
16 years |
michaelni |
Half the size of subband_fir_noidea and get rid of memmove & memset of …
|
|
|
@e9df66a7
|
16 years |
stefano.sabatini-lala |
Cosmetics: vertical align in print_all_lib_versions().
Originally …
|
|
|
@db6d50c7
|
16 years |
stefano.sabatini-lala |
Make show_version()/show_banner() print the libswscale versions if …
|
|
|
@b3e03fa7
|
16 years |
stefano.sabatini-lala |
Implement swscale_version().
Originally committed as revision 27492 …
|
|
|
@07696497
|
16 years |
stefano.sabatini-lala |
Add to the ffmpeg manual an example showing how to add streams to the …
|
|
|
@d4be08e0
|
16 years |
stefano.sabatini-lala |
Make X264_init() no longer assign avctx->rc_eq to libx264's context. …
|
|
|
@77b04435
|
16 years |
baptiste.coudurier |
speex in flv demuxing
Originally committed as revision 15028 to …
|
|
|
@5b9bb66d
|
16 years |
baptiste.coudurier |
cosmetics, typos, case
Originally committed as revision 15027 to …
|
|
|
@118d4e10
|
16 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 15026 to …
|
|
|
@faac3f0f
|
16 years |
baptiste.coudurier |
fix version string ul
Originally committed as revision 15025 to …
|
|
|
@ef867627
|
16 years |
michaelni |
Move t1 and t2 declaration from the QMF code closer to where they are …
|
|
|
@addafb0
|
16 years |
michaelni |
Simplify (drop useless intermediate sum and diff arrays).
Originally …
|
|
|
@c55ecb9c
|
16 years |
andreas |
5,1l: samples_chanptr[] should be (const float *)
Originally …
|
|
|
@a7bc9d1
|
16 years |
andreas |
dca: Set data_size outside block loop.
Originally committed as …
|
|
|
@8ed96a5e
|
16 years |
andreas |
dca: Do float -> int16 interleaving in-place using …
|
|
|
@eca0bcb6
|
16 years |
kostya.shishkov |
While APE changed container format in 3.98, frequency tables for range …
|
|
|
@2bfd8855
|
16 years |
pross |
Bump libavcodec minor version number for r15017.
Originally committed …
|
|
|
@312420f3
|
16 years |
pross |
Add AVCodecContext.bits_per_raw_sample field.
Originally committed as …
|
|
|
@46a73068
|
16 years |
pross |
Change AVCodecContext.bits_per_sample to bits_per_coded_sample.
Nb: …
|
|
|
@f0aaa16
|
16 years |
michaelni |
Do not truncate timestamps before the muxer as it makes simple
things …
|
|
|
@e522bd49
|
16 years |
justin.ruggles |
cosmetics: change another "get" to "decode"
Originally committed as …
|
|
|
@164e169f
|
16 years |
justin.ruggles |
cosmetics: change "get" to "decode"
Originally committed as revision …
|
|
|
@86662b1c
|
16 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 15012 to …
|
|
|
@260e0930
|
16 years |
justin.ruggles |
remove unneeded variable, dither_all
Originally committed as revision …
|
|
|
@f8007a14
|
16 years |
Roman R. |
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer …
|
|
|
@42f72a3a
|
16 years |
stefano.sabatini-lala |
Fix a typo.
Originally committed as revision 15009 to …
|
|
|
@39981f53
|
16 years |
stefano.sabatini-lala |
Reword a sentence in a doxy making its interpretation clearer.
…
|
|
|
@b4e0102c
|
16 years |
Roman R. |
Introducing video_stype for holding the value of VAUX source pack
and …
|
|
|
@452d3edb
|
16 years |
rsbultje |
Change implementation for ff_data_to_hex(), this is faster. See …
|
|
|
@a169f498
|
16 years |
kostya.shishkov |
Add generic IIR filter interface with Butterworth lowpass filter …
|
|
|
@29ca668
|
16 years |
michaelni |
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
…
|
|
|
@53e6fbb4
|
16 years |
justin.ruggles |
cosmetics: rename a table
Originally committed as revision 15003 to …
|
|
|
@f1c80e35
|
16 years |
rsbultje |
Export data_to_hex() as private API in lavf, rename to …
|
|
|
@aec0407f
|
16 years |
justin.ruggles |
cosmetics: indent after last commit
Originally committed as revision …
|
|
|
@6b4bfed9
|
16 years |
justin.ruggles |
do not read exponent strategies from each block for E-AC-3 since they …
|
|
|
@34fab90
|
16 years |
Roman R. |
Two cosmetic changes for improved readability and ease of HDVCPRO HD …
|
|
|
@f4acfa38
|
16 years |
Roman R. |
Cosmetic change aimed at making it easier to see how bits are consumed …
|
|
|
@b1e3628e
|
16 years |
Roman R. |
Factoring out chan_slice / 27 into seq variable
Originally committed …
|
|
|
@7ae6dcb5
|
16 years |
Roman R. |
Simplification of how dct_mode affects decoding.
Originally committed …
|
|
|
@0dbddda3
|
16 years |
Aurélien Jacobs |
matroskadec: cosmetics: indentation
Originally committed as revision …
|
|
|
@6bef5f9b
|
16 years |
Aurélien Jacobs |
matroskadec: seek to the last position known in the index before …
|
|
|
@2f7c21b7
|
16 years |
michaelni |
Cosmetics (format ff_nelly_dequantization_table nicer)
Originally …
|
|
|
@de427ff4
|
16 years |
stefano.sabatini-lala |
Simplify the indexing logic in the av_encode() streams mapping code.
…
|
|
|
@8649e933
|
16 years |
justin.ruggles |
add definitions and documentation for shared functions for E-AC-3 …
|
|
|