|
|
|
@e43b29ab
|
16 years |
justin.ruggles |
add more OKed parts of the E-AC-3 decoder: structural changes to …
|
|
|
@6a68105e
|
16 years |
justin.ruggles |
cosmetics: rename some functions from *get_* to *decode_*
Originally …
|
|
|
@8646b907
|
16 years |
rsbultje |
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown …
|
|
|
@8ee552f
|
16 years |
baptiste.coudurier |
simplify mpeg12 avctx->pix_fmt set
Originally committed as revision …
|
|
|
@d63f529d
|
16 years |
Aurélien Jacobs |
remove useless assignment (st is never read after this line)
…
|
|
|
@8e44312
|
16 years |
Aurélien Jacobs |
matroskadec: index timestamps are supposed to be in the timebase of …
|
|
|
@2a242f45
|
16 years |
Aurélien Jacobs |
mxfdec: set sample_aspect_ratio
Originally committed as revision …
|
|
|
@67f718bd
|
16 years |
Aurélien Jacobs |
Add a temp variable to ff_sine_window_init() to match the way wma.c …
|
|
|
@2ccddc02
|
16 years |
voroshil |
Add explicit (int) cast to i386 optimized MUL* macros.
Wrong result is …
|
|
|
@51f2a119
|
16 years |
voroshil |
(cosmetics) Remove incorrect comment.
Originally committed as …
|
|
|
@f5e177f8
|
16 years |
voroshil |
(cosmetics) Describe for which tests clipping is required.
Originally …
|
|
|
@122d0276
|
16 years |
baptiste.coudurier |
I'll maintain mxf muxer
Originally committed as revision 14978 to …
|
|
|
@1b8a36d
|
16 years |
voroshil |
(cosmetics) Remove wrong comments.
Originally committed as revision …
|
|
|
@bb68b69d
|
16 years |
Carl Eugen Hoyos |
MXF is a valid output format now.
Originally committed as revision …
|
|
|
@cedebde1
|
16 years |
Carl Eugen Hoyos |
Remaining parts of GSoC MXF muxer by Zhentan Feng.
Originally …
|
|
|
@ef1bc972
|
16 years |
voroshil |
(cosmetics) Align comments consistently.
Originally committed as …
|
|
|
@7ad909bd
|
16 years |
voroshil |
Another set of definitions for G.729
Originally committed as revision …
|
|
|
@274335e7
|
16 years |
michaelni |
vertical align
Originally committed as revision 14972 to …
|
|
|
@977327c
|
16 years |
michaelni |
Noone seems to want to maintain MPEG-PS so i will.
Originally …
|
|
|
@2ad0d96a
|
16 years |
michaelni |
Replace cliping in ff_acelp_interpolate() by a check&av_log, this …
|
|
|
@cbccf205
|
16 years |
Aurélien Jacobs |
Fix the seek regressions to match changes in r14956, r14959 and …
|
|
|
@9b0d3e0e
|
16 years |
vitor1001 |
Import more MXF muxer code from the SoC tree
Originally committed as …
|
|
|
@9ac78726
|
16 years |
lu_zero |
Missing static in float_to_int16_altivec declaration
Originally …
|
|
|
@f1588ed5
|
16 years |
andreas |
When setting codec_id during codec probe we must also set codec_type.
…
|
|
|
@85803144
|
16 years |
bartek.wolowiec |
Little-endian bitstream writer
Originally committed as revision 14965 …
|
|
|
@3fc45bdc
|
16 years |
kostya.shishkov |
fir_32bands_perfect[] contents were mixed, restore original order …
|
|
|
@a9e0294
|
16 years |
lucabe72 |
Fix udp.c compilation with recent glibc (>= 2.8)
Originally committed …
|
|
|
@94cdcece
|
16 years |
mans |
ARM: add prefetch function using ARMv5 PLD instruction
Originally …
|
|
|
@f1424cfd
|
16 years |
mans |
ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON
Originally …
|
|
|
@244ee48a
|
16 years |
Aurélien Jacobs |
matroskadec: unset matroska->done when seeking
just in case someone …
|
|
|
@0f646a22
|
16 years |
Aurélien Jacobs |
matroskadec: full seeking support in index-less files
when trying to …
|
|
|
@ffc2b341
|
16 years |
justin.ruggles |
right shift the values by 8 in GAQ remap "B" table. data now fits in …
|
|
|
@8bc98ba9
|
16 years |
Aurélien Jacobs |
matroskadec: on the fly index construction for index-less files
each …
|
|
|
@dfbbbdc0
|
16 years |
Aurélien Jacobs |
matroskadec: don't try to seek to negative timestamp
matroska …
|
|
|
@653fb2f8
|
16 years |
Aurélien Jacobs |
matroskadec: move setting of matroska->done inside …
|
|
|
@bde51e6a
|
16 years |
justin.ruggles |
restore accidently deleted file
Originally committed as revision …
|
|
|
@c5b930e
|
16 years |
justin.ruggles |
1000l to me. committed to wrong repo. revert last commit.
Originally …
|
|
|
@e23e4de
|
16 years |
justin.ruggles |
cosmetics: rename some functions from *get_* to *decode_*
Originally …
|
|
|
@547ea47d
|
16 years |
Reimar.Doeffinger |
Add ff_ prefix to ogg_codec_t structs
Originally committed as …
|
|
|
@aecf157e
|
16 years |
Reimar.Doeffinger |
Mark several libavformat arrays const
Originally committed as …
|
|
|
@7b571fd
|
16 years |
Reimar.Doeffinger |
Mark "matroska" probe data string constant.
Originally committed as …
|
|
|
@cd34bc76
|
16 years |
Reimar.Doeffinger |
Make ogg_codec_t descriptions const
Originally committed as revision …
|
|
|
@c1854592
|
16 years |
Reimar.Doeffinger |
Change codec_tag type from const struct AVCodecTag to const struct …
|
|
|
@f23a9759
|
16 years |
rsbultje |
Remove check for @ in tcp.c which removes the authorization data from …
|
|
|
@090a4179
|
16 years |
Aurélien Jacobs |
voc: add ff_ prefix to some global const data
Originally committed as …
|
|
|
@e7fd7b9a
|
16 years |
Reimar.Doeffinger |
Remove useless empty close functions in mmf and mm demuxers.
…
|
|
|
@ba18b99f
|
16 years |
Aurélien Jacobs |
matroskadec: make aac_profiles array const
Originally committed as …
|
|
|
@1bef65f4
|
16 years |
Reimar.Doeffinger |
Make the id3v1_genre_str array const, not just the strings it points …
|
|
|
@dad6afb4
|
16 years |
gpoirier |
stricter constraints of asm() blocks
All these variables are used as …
|
|
|
@cbcbf439
|
16 years |
robert.swain |
Fix index to ff_sine_windows[]. Previously the index was usually in …
|
|
|
@e43b0a73
|
16 years |
kostya.shishkov |
okayed chunks of AAC encoder
Originally committed as revision 14939 …
|
|
|
@6986662
|
16 years |
vitor1001 |
Import more ok'ed chunks of the mxf muxer from the soc tree
…
|
|
|
@cc09e77e
|
16 years |
kostya.shishkov |
Correct scaling factor in DCA decoder synthesis.
Patch by Alexander …
|
|
|
@0c3021ea
|
16 years |
justin.ruggles |
change eac3dec.c license to LGPL
Originally committed as revision …
|
|
|
@7fadc32d
|
16 years |
lorenm |
document some dsp alignments
Originally committed as revision 14935 …
|
|
|
@cc1f91d7
|
16 years |
michaelni |
Ensure that SDL_AddTimer() is never called with a delay of 0 because …
|
|
|
@59729451
|
16 years |
Aurélien Jacobs |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to …
|
|
|
@c30a448
|
16 years |
Aurélien Jacobs |
export sample_aspect_ratio read by the demuxer in a separate field …
|
|
|
@0cdc6ec9
|
16 years |
pross |
Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied …
|
|
|
@ee7948cb
|
16 years |
pross |
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
…
|
|
|
@0a3650c9
|
16 years |
lu_zero |
Remove unused variables
Originally committed as revision 14929 to …
|
|
|
@e1f27dc2
|
16 years |
lu_zero |
Introduce float_to_int16_interleave_altivec, tested with vorbis
…
|
|
|
@8d3d5100
|
16 years |
lu_zero |
Introduce float_to_int16_one_altivec
Originally committed as revision …
|
|
|
@a3303add
|
16 years |
rsbultje |
Cosmetics after previous patches.
Originally committed as revision …
|
|
|
@8b9af28d
|
16 years |
rsbultje |
On failure, return directly because the fail: case does nothing. This …
|
|
|
@47f944a2
|
16 years |
rsbultje |
Move malloc() down until after all initializations, so that the …
|
|
|
@e6c13819
|
16 years |
rsbultje |
Fix memleak on some OSes in case network initialization fails. See …
|
|
|
@ad33bfe
|
16 years |
rsbultje |
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for …
|
|
|
@2e0b635a
|
16 years |
kostya.shishkov |
Simple lowpass filter implementation.
Originally committed as …
|
|
|
@cda00de
|
16 years |
kostya.shishkov |
Do not pass unnecessary arguments to AAC encoder functions
Originally …
|
|
|
@7e4b3fb8
|
16 years |
baptiste.coudurier |
enable fl32/64 le/be in mov with stsd audio v2
Originally committed …
|
|
|
@56523713
|
16 years |
michaelni |
Remove redundant FFMIN().
Originally committed as revision 14918 to …
|
|
|
@4df7beb3
|
16 years |
michaelni |
Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov …
|
|
|
@6bf8b3ef
|
16 years |
voroshil |
Remove unnecessary header inclusion from g729.h
Originally committed …
|
|
|
@fe3a80d6
|
16 years |
voroshil |
Move from g729.h all definitions which are used only in g729dec.c
…
|
|
|
@2fc3866d
|
16 years |
stefano.sabatini-lala |
Provide a context to opt_frame_rate(), and make it print the wrong …
|
|
|
@63d72fb1
|
16 years |
justin.ruggles |
fix decoding of coupling leak info for normal AC-3
Originally …
|
|
|
@60203130
|
16 years |
justin.ruggles |
add more OKed parts of the E-AC-3 decoder
Originally committed as …
|
|
|
@0569993e
|
16 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 14911 to …
|
|
|
@6fafb020
|
16 years |
justin.ruggles |
add some approved parts of the E-AC-3 decoder
Originally committed as …
|
|
|
@26efefc5
|
16 years |
lucabe72 |
Do not set timestamp information for a non existing AVStream
(fix a …
|
|
|
@b0f5852a
|
16 years |
robert.swain |
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. …
|
|
|
@db38c38
|
16 years |
robert.swain |
Whitespace cosmetics after the last commit
Originally committed as …
|
|
|
@f4990558
|
16 years |
robert.swain |
Separate code in imdct_and_windowing() into distinct IMDCT, windowing …
|
|
|
@95801b6a
|
16 years |
jmenon86 |
alac : check readsamplesize to ensure get_bits() doesn't
fail. Patch …
|
|
|
@ec6cda8c
|
16 years |
jmenon86 |
alacenc : perform decorrelation only for stereo samples
Originally …
|
|
|
@9b9466b0
|
16 years |
vitor1001 |
Apply parts of MXF muxer ok'ed by Michael
Originally committed as …
|
|
|
@474efc18
|
16 years |
michaelni |
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable …
|
|
|
@27b71e4b
|
16 years |
michaelni |
doxygen consistency
Originally committed as revision 14901 to …
|
|
|
@6caabab8
|
16 years |
michaelni |
Make comments doxygen compatible.
Originally committed as revision …
|
|
|
@ec5bd476
|
16 years |
michaelni |
Doxygen syntax consistency.
Originally committed as revision 14899 to …
|
|
|
@8c5da74b
|
16 years |
michaelni |
Mention cut-off freq of ff_acelp_high_pass_filter() instead of some …
|
|
|
@70d3ba41
|
16 years |
michaelni |
Remove mathops.h dependancy.
Originally committed as revision 14897 …
|
|
|
@1f08308
|
16 years |
michaelni |
vertical align
Originally committed as revision 14896 to …
|
|
|
@cd523888
|
16 years |
michaelni |
Remove ff_acelp_weighted_filter() which is just a function wrapping a …
|
|
|
@5038ecb1
|
16 years |
michaelni |
Rename subframe_size to a name that is not specific to some specific …
|
|
|
@2bbd3434
|
16 years |
michaelni |
rename pitch_delay_frac in ff_acelp_interpolate()
Originally …
|
|
|
@badcd8d7
|
16 years |
michaelni |
Try to improve parameter doxy of ff_acelp_interpolate().
Originally …
|
|
|
@03a4da6f
|
16 years |
michaelni |
Clarify how generic ff_acelp_interpolate() is.
Originally committed …
|
|
|
@ba5a14fc
|
16 years |
michaelni |
Correct incorrect length parameter doxy for ff_acelp_interpolate().
…
|
|
|