|
|
|
@20f74665
|
16 years |
Aurélien Jacobs |
matroskadec: after seeking, skip up to the desired timestamp instead …
|
|
|
@f14a201b
|
16 years |
Aurélien Jacobs |
matroskadec: move timecode calculation a little earlier
so as to be …
|
|
|
@3fc9d7ce
|
16 years |
Aurélien Jacobs |
matroskadec: sanitize track time_scale before using it
fix issue628
…
|
|
|
@aa13b0fc
|
16 years |
michaelni |
Prevent overflows during mpeg->jpeg yuv.
Originally committed as …
|
|
|
@66ec3d56
|
16 years |
baptiste.coudurier |
print stream index in decimal not in hex, easier for debugging
…
|
|
|
@03ea32f8
|
16 years |
Aurélien Jacobs |
remove one more stuff under #if LIBAVCODEC_VERSION_INT
which was …
|
|
|
@bf912a48
|
16 years |
baptiste.coudurier |
set block align in av_write_header if not set, fix issue #489
…
|
|
|
@bed4fc54
|
16 years |
baptiste.coudurier |
write copyright metadata tag
Originally committed as revision 15276 …
|
|
|
@9345ae6f
|
16 years |
jmenon86 |
alac : fix case where bits_per_sample is not set.
Patch by Baptiste
…
|
|
|
@c7e34ddc
|
16 years |
vitor1001 |
Remove useless comment
Originally committed as revision 15274 to …
|
|
|
@20242eed
|
16 years |
vitor1001 |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just …
|
|
|
@475e4e2f
|
16 years |
michaelni |
Remove deprecated avcodec_decode_audio() this one was not under …
|
|
|
@9d214947
|
16 years |
michaelni |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than …
|
|
|
@047599a4
|
16 years |
michaelni |
Rename error_resilience to error_recognition.
Originally committed as …
|
|
|
@3e30f46f
|
16 years |
vitor1001 |
Pass directly variable 'a' to interp instead of evaluating it from …
|
|
|
@b28bdce6
|
16 years |
vitor1001 |
Simplify if() in copy_and_dup()
Originally committed as revision …
|
|
|
@8022a8eb
|
16 years |
vitor1001 |
Add av_cold attribute to decode_init()
Originally committed as …
|
|
|
@c96a764c
|
16 years |
vitor1001 |
Cosmetics: Make the two additional units in size more clear
…
|
|
|
@38360668
|
16 years |
michaelni |
Remove DEFAULT_FRAME_RATE_BASE.
Originally committed as revision …
|
|
|
@23694e27
|
16 years |
michaelni |
Drop deprecated SAMPLE_FMT_S24.
Originally committed as revision …
|
|
|
@d578432d
|
16 years |
michaelni |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
Originally committed …
|
|
|
@dd1c8f3e
|
16 years |
michaelni |
Bump Major version, this commit is almost just renaming …
|
|
|
@71375e05
|
16 years |
michaelni |
Try to fix wma regression.
Originally committed as revision 15261 to …
|
|
|
@6bc0c792
|
16 years |
michaelni |
Fix jpeg yuv.
Fixes issue504.
Originally committed as revision 27547 …
|
|
|
@f7b1d72f
|
16 years |
diego |
Relicense as ISC with the authors' permission.
Originally committed …
|
|
|
@1993f8d6
|
16 years |
baptiste.coudurier |
terminate tag tables by CODEC_ID_NONE
Originally committed as …
|
|
|
@59ded10c
|
16 years |
michaelni |
Fix typo in comment.
Originally committed as revision 27546 to …
|
|
|
@1625216
|
16 years |
michaelni |
Fix accurate rounding mode on x86_64.
Fixes issue222.
Originally …
|
|
|
@3943bd09
|
16 years |
diego |
Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' …
|
|
|
@42fe17a0
|
16 years |
vitor1001 |
Check output buffer size before decoding.
Originally committed as …
|
|
|
@d636f0cc
|
16 years |
vitor1001 |
Cosmetics: rename vars s/ctx/chd/
Originally committed as revision …
|
|
|
@97b93389
|
16 years |
lu_zero |
Make ToY and ToUV family of function consistent part I
Convert width …
|
|
|
@f36aec3b
|
16 years |
vitor1001 |
Exploit symmetry to reduce size of tables by half.
Originally …
|
|
|
@d63a2cb1
|
16 years |
michaelni |
Make fast bilinear scaler work again.
Originally committed as …
|
|
|
@0b393b7a
|
16 years |
Aurélien Jacobs |
fix seek regression tests after r15229
The matroska demuxer now index …
|
|
|
@b8a5f621
|
16 years |
vitor1001 |
Cosmetics: s/short/int16_t/
Originally committed as revision 15253 to …
|
|
|
@b1547a78
|
16 years |
vitor1001 |
Remove cast, now tables are signed.
Originally committed as revision …
|
|
|
@fc1d3e00
|
16 years |
vitor1001 |
Convert tables to signed and decimal.
Originally committed as …
|
|
|
@e7ff3359
|
16 years |
vitor1001 |
Remove unused table entries.
Originally committed as revision 15250 …
|
|
|
@934bc927
|
16 years |
vitor1001 |
Remove commented out code.
Originally committed as revision 15249 to …
|
|
|
@f9f7210e
|
16 years |
vitor1001 |
Use FFMIN() instead of rewriting it.
Originally committed as revision …
|
|
|
@42c7aeea
|
16 years |
vitor1001 |
Factorize broken clipping in its own function and document it.
…
|
|
|
@56591567
|
16 years |
vitor1001 |
Cosmetics: whitespace/linebreaks
Originally committed as revision …
|
|
|
@c8e0861e
|
16 years |
vitor1001 |
Use the same 8 bit -> 16 bit conversion as QuickTime.
Originally …
|
|
|
@4ea70242
|
16 years |
vitor1001 |
Do not share context variables between channels and do not zero them …
|
|
|
@b6d544f5
|
16 years |
vitor1001 |
Remove output pointer from context
Originally committed as revision …
|
|
|
@bd547403
|
16 years |
stefan.gehrer |
add 1bpp decoding function and extend 4bpp function to
also cover the …
|
|
|
@31296f6e
|
16 years |
baptiste.coudurier |
add missing html start tag to ffserver status html page
Originally …
|
|
|
@a3aa4fed
|
16 years |
baptiste.coudurier |
cleanup, merge snprintf calls
Originally committed as revision 15240 …
|
|
|
@24b8aa8
|
16 years |
baptiste.coudurier |
set default bps to 16 in wav header
Originally committed as revision …
|
|
|
@a7f361eb
|
16 years |
baptiste.coudurier |
100l, compute correctly poll_table size when allocating
Originally …
|
|
|
@4fce284c
|
16 years |
rsbultje |
Implement RDT-specific data parsing routines. After these changes, …
|
|
|
@99b2ac07
|
16 years |
rsbultje |
Reindent after previous patch.
Originally committed as revision 15236 …
|
|
|
@1256d16b
|
16 years |
rsbultje |
Implement a RDT-specific SET_PARAMETER command that subscribes to the …
|
|
|
@ff13ba92
|
16 years |
rsbultje |
Add dynamic payload handlers to rdt.c. These follow the same API as …
|
|
|
@0369d2b
|
16 years |
rsbultje |
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and …
|
|
|
@74cf4819
|
16 years |
Aurélien Jacobs |
bump lavf micro version to allow checking for the matroska/ASS bugfix …
|
|
|
@a3467f86
|
16 years |
Aurélien Jacobs |
matroskadec: remove now useless vstream and is_video_key_frame
…
|
|
|
@dbfb0e5f
|
16 years |
Aurélien Jacobs |
matroskadec: remove useless braces
Originally committed as revision …
|
|
|
@24c3da1
|
16 years |
Aurélien Jacobs |
matroskadec: ensure that the timecode added to the index are is the …
|
|
|
@2003e200
|
16 years |
Carl Eugen Hoyos |
Whitespace cosmetics
Originally committed as revision 15228 to …
|
|
|
@4f31c990
|
16 years |
diego |
license header consistency cosmetics.
Originally committed as …
|
|
|
@78a754ce
|
16 years |
diego |
Mention that libavcodec/ac3dec.c is GPLed.
Originally committed as …
|
|
|
@a0528ed7
|
16 years |
diego |
license header consistency cosmetics
Originally committed as revision …
|
|
|
@1357b1d
|
16 years |
voroshil |
Remove not approved parts.
Originally committed as revision 15224 to …
|
|
|
@4fdb41a8
|
16 years |
vitor1001 |
Test a var for overflow just after it is set
Originally committed as …
|
|
|
@a90fbeec
|
16 years |
vitor1001 |
Remove useless parentheses.
Originally committed as revision 15222 to …
|
|
|
@6123abad
|
16 years |
stefano.sabatini-lala |
Remove wrong and unnecessary condition. VHOOK filters are not special …
|
|
|
@b359a90f
|
16 years |
stefano.sabatini-lala |
Undefine the macro which defines fprintf as please_use_av_log so that …
|
|
|
@92d04e76
|
16 years |
lucabe72 |
Add support for the RGB32 pixel format in video4linux2 devices
Patch …
|
|
|
@97a290ef
|
16 years |
lucabe72 |
Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in …
|
|
|
@2881a656
|
16 years |
Reimar.Doeffinger |
Fix nuv decoder to use reget_buffer for non-keyframes and correctly …
|
|
|
@cf74dd4a
|
16 years |
baptiste.coudurier |
do not fail if audio is uncompressed and frame size is not set, just …
|
|
|
@235a51ad
|
16 years |
baptiste.coudurier |
simplify bps code by using av_get_bits_per_sample
Originally …
|
|
|
@3b38f1c6
|
16 years |
baptiste.coudurier |
simplify function selection code
Originally committed as revision …
|
|
|
@a6100f3
|
16 years |
baptiste.coudurier |
enable yuv422p to uyvy converter
Originally committed as revision …
|
|
|
@e10049be
|
16 years |
vitor1001 |
Cosmetics: indent after last commit and remove useless braces
…
|
|
|
@1b0dc012
|
16 years |
vitor1001 |
Simplify: use a for instead of unrolling by hand
Originally committed …
|
|
|
@fb17d9ff
|
16 years |
vitor1001 |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). …
|
|
|
@3eb9bfbb
|
16 years |
Aurélien Jacobs |
matroskadec: fix ASS subtitle track packets before emitting them …
|
|
|
@f2abc559
|
16 years |
baptiste.coudurier |
add -xerror option, ffmpeg will now exit right when an error occurs
…
|
|
|
@52cf3954
|
16 years |
baptiste.coudurier |
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, …
|
|
|
@78df225
|
16 years |
vitor1001 |
Simplify: use two distinct functions to decode MACE3 and MACE6, since …
|
|
|
@b97c4138
|
16 years |
vitor1001 |
Simplify mace_decode_frame()
Originally committed as revision 15207 …
|
|
|
@62c24705
|
16 years |
Aurélien Jacobs |
matroska: subtitle display duration must be stored in …
|
|
|
@647148c6
|
16 years |
vitor1001 |
Remove useless comments
Originally committed as revision 15205 to …
|
|
|
@251d75f2
|
16 years |
vitor1001 |
Reindent mace.c, its indentation was completly inconsistent with the …
|
|
|
@b0880d5d
|
16 years |
michaelni |
Make 16bit grayscale output work.
Originally committed as revision …
|
|
|
@5d79f30d
|
16 years |
baptiste.coudurier |
set block align and frame size for gsm in aiff
Originally committed …
|
|
|
@736143c8
|
16 years |
michaelni |
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr …
|
|
|
@82ab49dc
|
16 years |
vitor1001 |
Cosmetics: s/LPC_type/LPC_TYPE/
Originally committed as revision …
|
|
|
@9990e426
|
16 years |
michaelni |
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Fixes issue248.
…
|
|
|
@6b682df2
|
16 years |
baptiste.coudurier |
print error when deinterlacing fails
Originally committed as revision …
|
|
|
@14623020
|
16 years |
michaelni |
Fix 4 and 8 bit RGB/BGR input.
Originally committed as revision 27521 …
|
|
|
@f2eb8c5b
|
16 years |
stefano.sabatini-lala |
Properly use av_log rather than fprintf/printf.
Fix the "implicit …
|
|
|
@991945d
|
16 years |
michaelni |
Fix typo.
Originally committed as revision 15199 to …
|
|
|
@d52337af
|
16 years |
michaelni |
Remove workaround for rgb/bgr mess.
Originally committed as revision …
|
|
|
@7372e9bb
|
16 years |
michaelni |
Fix 4 of the unscaled rgb15/16 converters, each of these contained
2-3 …
|
|
|
@6107059c
|
16 years |
michaelni |
rgb vs bgr fix for the unscaled converters.
Originally committed as …
|
|
|
@efa1fb39
|
16 years |
baptiste.coudurier |
cosmetics, remove whitespace
Originally committed as revision 15198 …
|
|
|