|
|
|
@2d4970d8
|
15 years |
lessen42 |
oggdec: Set dts when known
Originally committed as revision 21134 to …
|
|
|
@7ffd8332
|
15 years |
astrange |
Add missing internal.h to files calling ff_match_2uint16().
Fixes …
|
|
|
@2c807762
|
15 years |
michaelni |
Optimize ff_snow_horizontal_compose97i.
this makes the 9/7 C wavelet …
|
|
|
@233a8b3d
|
15 years |
michaelni |
Merge vertical_compose53iL0*()
8% faster C 5/3 wavelet at the decoder …
|
|
|
@2a84512a
|
15 years |
michaelni |
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing …
|
|
|
@18ca491b
|
15 years |
lessen42 |
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
…
|
|
|
@24ca518b
|
15 years |
lessen42 |
Add support for dirac in ogg
Originally committed as revision 21128 …
|
|
|
@66b0255
|
15 years |
lessen42 |
Add a function to parse Dirac's sequence header
Originally committed …
|
|
|
@c4dffe7e
|
15 years |
lessen42 |
Export fullrange flag and color information for h.264
Originally …
|
|
|
@7bd3096f
|
15 years |
vitor1001 |
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov …
|
|
|
@9ea97721
|
15 years |
stefano.sabatini-lala |
Make query_formats() increment the scaler_count after each scaler …
|
|
|
@999c23a1
|
15 years |
stefano.sabatini-lala |
Make avfilter_insert_filter() print the instance name of the …
|
|
|
@2d187e23
|
15 years |
stefano.sabatini-lala |
Add an entry for the addition of a parameter log_ctx to …
|
|
|
@3fb8e77
|
15 years |
stefano.sabatini-lala |
Add a log context to avfilter_graph_config_links().
Originally …
|
|
|
@54c5848d
|
15 years |
stefano.sabatini-lala |
Remove extra empty line.
Originally committed as revision 21120 to …
|
|
|
@e6a9dd6a
|
15 years |
Carl Eugen Hoyos |
Use enum CodecID where appropriate.
Originally committed as revision …
|
|
|
@e6565055
|
15 years |
pross |
Deluxe Paint Animation demuxer
Originally committed as revision 21118 …
|
|
|
@a1ae40fd
|
15 years |
pross |
Deluxe Paint Animation decoder
Originally committed as revision 21117 …
|
|
|
@add5badb
|
15 years |
pross |
do not create Electronic Arts audio stream when unsupported revision2 …
|
|
|
@9e2e8214
|
15 years |
michaelni |
Doxy for ff_match_2uint16().
Originally committed as revision 21115 …
|
|
|
@6c060b55
|
15 years |
michaelni |
Fix implicit declaration warning.
Originally committed as revision …
|
|
|
@c46eeae2
|
15 years |
michaelni |
Add a function to match a 2 element vector of uint16_t and use it in …
|
|
|
@aa11ce65
|
15 years |
michaelni |
Make inter_level/run global again, msmpeg4 uses them.
... I did test …
|
|
|
@0366b6e1
|
15 years |
michaelni |
Make some tables static again, i mistakely thought they would be used …
|
|
|
@23b0072a
|
15 years |
zuxy.meng |
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it …
|
|
|
@75dd6938
|
15 years |
ramiro.polla |
Export get_slice_type() as ff_h264_get_slice_type().
Patch by Laurent …
|
|
|
@fc53b6af
|
15 years |
michaelni |
Split H263 encoder and decoder from common code.
Originally committed …
|
|
|
@4b190455
|
15 years |
zuxy.meng |
Remove unused PREFETCHW macro
Originally committed as revision 30253 …
|
|
|
@14b86070
|
15 years |
Reimar.Doeffinger |
Add support for hard-coded MDCT-related ff_sine_windows tables.
…
|
|
|
@b090930
|
15 years |
jmenon86 |
Always initialize bit_depth_luma and bit_depth_chroma in the H264 …
|
|
|
@8600106a
|
15 years |
pross |
update my email address
Originally committed as revision 21106 to …
|
|
|
@27d8f6b6
|
15 years |
stefano.sabatini-lala |
Make the scale filter set in the input and output links only the
…
|
|
|
@a7ac9c2f
|
15 years |
michaelni |
Move 3 direct MV related functions that i left out from h263.c to …
|
|
|
@b2f4b04
|
15 years |
Thilo Borgmann |
Change local variable type from unsigned int to int in order to
fix a …
|
|
|
@261a3c2
|
15 years |
michaelni |
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode …
|
|
|
@1b168a42
|
15 years |
Reimar.Doeffinger |
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice …
|
|
|
@7213abf6
|
15 years |
michaelni |
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
Originally …
|
|
|
@0219e99e
|
15 years |
daniel |
Release cyuv/aura decoder buffer
Originally committed as revision …
|
|
|
@3963a17d
|
15 years |
mans |
AAC: add a const to decode_spectrum_and_dequant() args
Originally …
|
|
|
@101ada9a
|
15 years |
michaelni |
Rename most non static h263 tables so their name contains h263.
…
|
|
|
@fef59a5b
|
15 years |
michaelni |
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves …
|
|
|
@05b858b0
|
15 years |
michaelni |
Rename DCtab_*, its a global variable and it helps understanding if …
|
|
|
@f9664ca0
|
15 years |
rsbultje |
Use the correct ByteIOContext in extradata parsing.Fixes half of issue …
|
|
|
@4536c8e6
|
15 years |
jmenon86 |
Snow : re-indent after r21093.
Originally committed as revision 21094 …
|
|
|
@a4bd5985
|
15 years |
jmenon86 |
Snow : remove pointless 'if(1)'.
Originally committed as revision …
|
|
|
@28fbbee1
|
15 years |
michaelni |
Remove useless line.
Originally committed as revision 21092 to …
|
|
|
@e75d2335
|
15 years |
michaelni |
Fix indention.
Originally committed as revision 21091 to …
|
|
|
@4ad04da2
|
15 years |
andreas |
Log unknown NAL code from correct context
Originally committed as …
|
|
|
@2da16f28
|
15 years |
jmenon86 |
Snow : use non-NULL context for av_log.
Originally committed as …
|
|
|
@8ec5a042
|
15 years |
jmenon86 |
Cosmetics : remove duplicated comment.
Originally committed as …
|
|
|
@49d2d1c
|
15 years |
diego |
Explain why the level variable is magically inceased in …
|
|
|
@d3c01751
|
15 years |
stefano.sabatini-lala |
Fix compilation on gcc 2.95.3 (still supported) broken by r21077, …
|
|
|
@d987a9e9
|
15 years |
alex.converse |
fft-test: whitespace cosmetics
Originally committed as revision 21085 …
|
|
|
@e8c6411c
|
15 years |
jmenon86 |
Snow : release buffers allocated using avctx->get_buffer.
Originally …
|
|
|
@8456462f
|
15 years |
jmenon86 |
Set bits_per_coded_sample in the raw video encoder.
Aside from being …
|
|
|
@51ce2207
|
15 years |
michaelni |
Add a few CONFIG_MPEG4_DECODER that should be there.
Originally …
|
|
|
@f2e77e4b
|
15 years |
michaelni |
Improve avformat_version() doxy.
Patch by Art Clarke.
Originally …
|
|
|
@b827f4eb
|
15 years |
rsbultje |
Currently, the replacement which is used if inet_aton isn't available, …
|
|
|
@ca334dd1
|
15 years |
michaelni |
Split the mpeg4 encoder and decoder off h263.c
Originally committed …
|
|
|
@84f0aba1
|
15 years |
rsbultje |
handler can be NULL if we did not support this dynamic format (codec). …
|
|
|
@063e7692
|
15 years |
stefano.sabatini-lala |
Make avfilter_formats_unref(AVFilterFormats ref) handle the case …
|
|
|
@fe592585
|
15 years |
stefano.sabatini-lala |
Use the @return doxy command, and extend documentation for the return …
|
|
|
@c4d2e41c
|
15 years |
stefano.sabatini-lala |
Avoid the use of the modal auxiliary "should" in the …
|
|
|
@e38215f2
|
15 years |
Thilo Borgmann |
Add multi-channel correlation support for ALS.
Originally committed …
|
|
|
@516841ef
|
15 years |
stefano.sabatini-lala |
Fix doxy, use third person.
Originally committed as revision 21073 to …
|
|
|
@8f3c87f3
|
15 years |
rsbultje |
Add correct log context to av_log() calls in parse_rtpmap().
…
|
|
|
@c8965800
|
15 years |
rsbultje |
Re-indent to more closely follow general coding standards used in …
|
|
|
@59043195
|
15 years |
Carl Eugen Hoyos |
Fix red/blue swap for 4xa files.
Originally committed as revision …
|
|
|
@99c5f5cc
|
15 years |
Thilo Borgmann |
Optimize short-term prediction by reducing index arithmetic.
…
|
|
|
@9a02c3e1
|
15 years |
ramiro.polla |
Silence calls to git in version.sh.
Originally committed as revision …
|
|
|
@8202d905
|
15 years |
ramiro.polla |
Check for VERSION in source dir.
Originally committed as revision …
|
|
|
@715cff9a
|
15 years |
stefano.sabatini-lala |
Add an entry for the sws_isSupportedInput() and …
|
|
|
@8e9767f6
|
15 years |
stefano.sabatini-lala |
Implement sws_isSupportedInput() and sws_isSupportedOutput().
…
|
|
|
@31c194e7
|
15 years |
ramiro.polla |
Check for snapshot_version in source dir.
Originally committed as …
|
|
|
@46244c64
|
15 years |
michaelni |
Add some const qualifiers.
Originally committed as revision 21064 to …
|
|
|
@616251c9
|
15 years |
michaelni |
Document decide_ac_pred() and restore_ac_coeffs().
Originally …
|
|
|
@d6856c57
|
15 years |
michaelni |
Move restore_ac_coeffs() call into decode_ac_pred().
This makes …
|
|
|
@0dc5dc08
|
15 years |
michaelni |
Move restore_ac_coeffs() up so its declared before its use.
…
|
|
|
@64f716b4
|
15 years |
michaelni |
More doxy
Originally committed as revision 21060 to …
|
|
|
@7cd9fe48
|
15 years |
michaelni |
Document ff_h263_show_pict_info().
Originally committed as revision …
|
|
|
@4fea0482
|
15 years |
michaelni |
Factorize if() surrounding every ff_h263_show_pict_info() call.
…
|
|
|
@9ea7f03a
|
15 years |
lucabe72 |
Always set the destination address even if no port was found.
Patch by …
|
|
|
@c47b0738
|
15 years |
lucabe72 |
Check the URL used for the SDP destination.
Patch by Martin Storsjo …
|
|
|
@bb34acd8
|
15 years |
zuxy.meng |
Remove const to avoid a bunch of GCC warnings against discarded …
|
|
|
@0b60f3bd
|
15 years |
michaelni |
2 more if(CONFIG_*_DECODER)
Originally committed as revision 21055 to …
|
|
|
@d7525cba
|
15 years |
michaelni |
Split out intel H263 decoder.
Originally committed as revision 21054 …
|
|
|
@515a5438
|
15 years |
michaelni |
flv.h should ideally be included in flvdec.c
Originally committed as …
|
|
|
@6a14a15
|
15 years |
michaelni |
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
Originally …
|
|
|
@a0b0d753
|
15 years |
michaelni |
Split flv decoding out.
Originally committed as revision 21051 to …
|
|
|
@eb523769
|
15 years |
michaelni |
Split out flv encoding.
Originally committed as revision 21050 to …
|
|
|
@f8673787
|
15 years |
michaelni |
Document aspect_to_info().
Originally committed as revision 21049 to …
|
|
|
@f0161594
|
15 years |
michaelni |
Cleanup aspect_to_info().
Originally committed as revision 21048 to …
|
|
|
@214cb565
|
15 years |
michaelni |
Document several more things.
Originally committed as revision 21047 …
|
|
|
@b0704443
|
15 years |
michaelni |
Document *VLC_BITS.
Originally committed as revision 21046 to …
|
|
|
@046be929
|
15 years |
michaelni |
Simplify h263_get_picture_format().
Originally committed as revision …
|
|
|
@5149048b
|
15 years |
michaelni |
Mark h263_get_picture_format() av_const to indicate that it has no …
|
|
|
@7a05b0a
|
15 years |
michaelni |
Document h263_get_picture_format().
Originally committed as revision …
|
|
|
@036c1382
|
15 years |
michaelni |
Fix stream copy & transcoding one stream at the same time.
Fixes …
|
|
|
@9f907d85
|
15 years |
michaelni |
Correct indention.
Originally committed as revision 21041 to …
|
|
|
@8157483d
|
15 years |
michaelni |
Move the definitions of data_buf and data_size closer to where they …
|
|
|