projects
/
platform
/
upstream
/
libav.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libav.git
2008-09-11
Robert Swain
Correct pulse amplitude application - a negative or...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Jason Garrett...
Fix incorrect printing of brainfart cropping error...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Michael Niedermayer
Fix chroma yuv->rgb tables for jpeg style yuv, this...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Correct normalization constant for the vertical filter...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Make the 2point linear interpolation coefficients corre...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Fix overflow.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Vitor Sessak
Convert table to integer.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Fix build failure due to %%eip on x86_64.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Change RGB2YUV_SHIFT from 16 to 15 to make it able...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Add bgr/rgb15/16/32->UV-half to the macro so theres...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Clarify convergence_duration.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Michael Niedermayer
Make SWS_FULL_CHR_H_INP work.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Diego Biurrun
spelling/wording cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Michael Niedermayer
More accurate rounding for 8bit inputs.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Michael Niedermayer
Rewrite bgr24->yuv mmx code, the new code is cleaner...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Vitor Sessak
Convert two tables to signed decimal
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Baptiste Coudurier
set bits_per_coded_sample according to new lavc api
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Michael Niedermayer
Add table of rgb->yuv convertion coefficients.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Michael Niedermayer
More correct rounding for the rgb/bgr->yuv converters.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Vitor Sessak
Cosmetics: remove useless parentheses
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Vitor Sessak
Remove ChannelData.lev var and use ChannelData.level...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Anuradha Suraparaju
Add support for creating Simple Profile (I-frame only...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Jai Menon
vorbis_enc : set coded_frame->pts value to running...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Aurelien Jacobs
matroskadec: demux relevant subtitle packets after...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Aurelien Jacobs
matroskadec: ensure that overlapping subtitles are...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Aurelien Jacobs
matroskadec: after seeking, skip up to the desired...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Aurelien Jacobs
matroskadec: move timecode calculation a little earlier
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Aurelien Jacobs
matroskadec: sanitize track time_scale before using it
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Michael Niedermayer
Prevent overflows during mpeg->jpeg yuv.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Baptiste Coudurier
print stream index in decimal not in hex, easier for...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Aurelien Jacobs
remove one more stuff under #if LIBAVCODEC_VERSION_INT
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Baptiste Coudurier
set block align in av_write_header if not set, fix...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Baptiste Coudurier
write copyright metadata tag
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Baptiste Coudurier
alac : fix case where bits_per_sample is not set.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Remove useless comment
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Normalize triplets in gain_val_tab[][] so gain_exp_tab...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Remove deprecated avcodec_decode_audio() this one was...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
avcodec_find_best_pix_fmt() needs a 64bit mask as there...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Rename error_resilience to error_recognition.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Pass directly variable 'a' to interp instead of evaluat...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Simplify if() in copy_and_dup()
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Add av_cold attribute to decode_init()
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Vitor Sessak
Cosmetics: Make the two additional units in size more...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Remove DEFAULT_FRAME_RATE_BASE.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Drop deprecated SAMPLE_FMT_S24.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Remove stuff under #if LIBAVCODEC_VERSION_INT.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Luca Abeni
Bump Major version, this commit is almost just renaming...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Try to fix wma regression.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Fix jpeg yuv.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Diego Biurrun
Relicense as ISC with the authors' permission.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Baptiste Coudurier
terminate tag tables by CODEC_ID_NONE
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Michael Niedermayer
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Michael Niedermayer
Fix accurate rounding mode on x86_64.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Diego Biurrun
Relicense from LGPL 2.1 to LGPL 2.1 or later with the...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Check output buffer size before decoding.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Cosmetics: rename vars s/ctx/chd/
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Luca Barbato
Make ToY and ToUV family of function consistent part I
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Exploit symmetry to reduce size of tables by half.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Michael Niedermayer
Make fast bilinear scaler work again.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Aurelien Jacobs
fix seek regression tests after r15229
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Cosmetics: s/short/int16_t/
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Remove cast, now tables are signed.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Convert tables to signed and decimal.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Remove unused table entries.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Remove commented out code.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Use FFMIN() instead of rewriting it.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Factorize broken clipping in its own function and docum...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Cosmetics: whitespace/linebreaks
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Use the same 8 bit -> 16 bit conversion as QuickTime.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Do not share context variables between channels and...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Vitor Sessak
Remove output pointer from context
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Stefan Gehrer
add 1bpp decoding function and extend 4bpp function to
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Baptiste Coudurier
add missing html start tag to ffserver status html...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Baptiste Coudurier
cleanup, merge snprintf calls
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Baptiste Coudurier
set default bps to 16 in wav header
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Baptiste Coudurier
100l, compute correctly poll_table size when allocating
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Ronald S. Bultje
Implement RDT-specific data parsing routines. After...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Ronald S. Bultje
Reindent after previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Ronald S. Bultje
Implement a RDT-specific SET_PARAMETER command that...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Ronald S. Bultje
Add dynamic payload handlers to rdt.c. These follow...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Ronald S. Bultje
Give register_dynamic_payload_handler() in rtpdec.c...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Aurelien Jacobs
bump lavf micro version to allow checking for the matro...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Aurelien Jacobs
matroskadec: remove now useless vstream and is_video_ke...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Aurelien Jacobs
matroskadec: remove useless braces
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Aurelien Jacobs
matroskadec: ensure that the timecode added to the...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Carl Eugen...
Whitespace cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Diego Biurrun
license header consistency cosmetics.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Diego Biurrun
Mention that libavcodec/ac3dec.c is GPLed.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Diego Biurrun
license header consistency cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Vladimir Voroshilov
Remove not approved parts.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Vitor Sessak
Test a var for overflow just after it is set
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Vitor Sessak
Remove useless parentheses.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Stefano Sabatini
Remove wrong and unnecessary condition. VHOOK filters...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
JonY
Undefine the macro which defines fprintf as please_use_...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Jean Delvare
Add support for the RGB32 pixel format in video4linux2...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Jean Delvare
Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Reimar Döffinger
Fix nuv decoder to use reget_buffer for non-keyframes...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Baptiste Coudurier
do not fail if audio is uncompressed and frame size...
commit
|
commitdiff
|
tree
|
snapshot
next