projects
/
libav.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove some purely cosmetical hunks
2005-06-03
Michael Niedermayer
remove some purely cosmetical hunks
commit
|
commitdiff
|
tree
2005-06-03
Michael Niedermayer
fix stream class
commit
|
commitdiff
|
tree
2005-06-03
Michael Niedermayer
fix stream class
commit
|
commitdiff
|
tree
2005-06-03
Michael Niedermayer
a step toward CODEC_TYPE_DATA support
commit
|
commitdiff
|
tree
2005-06-03
Michael Niedermayer
10l (segfault fix)
commit
|
commitdiff
|
tree
2005-06-02
Michael Niedermayer
one bugfix and a few gcc4 bug workaorunds by (Gianluigi...
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
adding a few const
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
100l for myself (breaking amd64)
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
merge a few asm blocks so gcc cant unoptimize it (658...
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
get rid of 2 movq (680 -> 658 dezicycles on duron)
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
avoid one transpose (730->680 dezicycles on duron)
commit
|
commitdiff
|
tree
2005-06-01
Michael Niedermayer
add rounding bias before the horizontal idct (765-...
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
decrease V_NB_BITS if possible
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
more trivial optimizations
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
maxdepth is supposed to be a constant, its faster if...
commit
|
commitdiff
|
tree
2005-05-30
Wolfram Gloger
Fix url_fsize for large files patch by (Wolfram Gloger...
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo...
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
optimizations
commit
|
commitdiff
|
tree
2005-05-30
Michael Niedermayer
faster float->short conversation
commit
|
commitdiff
|
tree
2005-05-29
Michael Niedermayer
ilog() -> av_log2()
commit
|
commitdiff
|
tree
2005-05-29
Michael Niedermayer
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
commit
|
commitdiff
|
tree
2005-05-29
Michael Niedermayer
changing a few AV_LOG_DEBUG to AV_LOG_INFO
commit
|
commitdiff
|
tree
2005-05-26
Michael Niedermayer
AVPacket.pos
commit
|
commitdiff
|
tree
2005-05-26
Michael Niedermayer
tr -d '\015'
commit
|
commitdiff
|
tree
2005-05-26
Michael Niedermayer
cleanup
commit
|
commitdiff
|
tree
2005-05-26
Bernhard Rosenkränzer
Better ARM support for mplayer/ffmpeg, ported from...
commit
|
commitdiff
|
tree
2005-05-26
Michael Niedermayer
very tiny script to remove tabs and trailing whitespace...
commit
|
commitdiff
|
tree
2005-05-26
Marcus Engene
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)
commit
|
commitdiff
|
tree
2005-05-26
Wolfram Gloger
sync output stream against any input stream (extension...
commit
|
commitdiff
|
tree
2005-05-26
Michael Niedermayer
AV_LOG_DEBUG is not a good default ...
commit
|
commitdiff
|
tree
2005-05-26
Romain Degez
RTP/RTSP and MPEG4-AAC audio
commit
|
commitdiff
|
tree
2005-05-22
Jacob Meuser
ldconfig as config.mak variable patch by (Jacob Meuser...
commit
|
commitdiff
|
tree
2005-05-22
Michael Niedermayer
libgsm warper by (Alban Bedel: albeu, free fr)
commit
|
commitdiff
|
tree
2005-05-22
Michael Niedermayer
av_find_stream_info() end check fixes
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
fix max b frames with b frame strategy 1
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
b frame strategy
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero...
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
update current_sample number for non split mode
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
segfault fix
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
support non interleaved mov files
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
remove unused vp3 related function pointers
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
disable broken loop filter optimization
commit
|
commitdiff
|
tree
2005-05-21
Michael Niedermayer
10l (overwriting w/h with 0)
commit
|
commitdiff
|
tree
2005-05-21
Denes Balatoni
1.) LGPL license mentioned
commit
|
commitdiff
|
tree
2005-05-19
Michael Niedermayer
use O(number of non zero coeffs) instead of O(number...
commit
|
commitdiff
|
tree
2005-05-18
Michael Niedermayer
fix mpeg2 chroma_420_type
commit
|
commitdiff
|
tree
2005-05-18
Michael Niedermayer
reduce size of Vp3Fragment from 32byte to 16byte
commit
|
commitdiff
|
tree
2005-05-18
Michael Niedermayer
optimizing rle decoding loops a little
commit
|
commitdiff
|
tree
2005-05-18
Michael Niedermayer
disabling buggy optimizations
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
some optimizations gcc should have done (10% faster...
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
SATURATE_U8 -> clip_uint8 (10% faster loop filter)
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
porting the mmx&sse2 (sse2 untested) vp3 idcts to the...
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
remove duplicate zigzag tables
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
fix idct permutation
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
porting vp3 idct over to lavc idct api
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
remove permutation done to quant tables and then undone...
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
disabling vp3 mmx&mmx2 idcts, they must be ported over...
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
fix last coeff
commit
|
commitdiff
|
tree
2005-05-17
Michael Niedermayer
clear blocks after each idct instead of per picture
commit
|
commitdiff
|
tree
2005-05-16
Michael Niedermayer
some benchmarking code
commit
|
commitdiff
|
tree
2005-05-16
Michael Niedermayer
various 10l fixes for the loop filter
commit
|
commitdiff
|
tree
2005-05-16
Michael Niedermayer
fix dequant matrix
commit
|
commitdiff
|
tree
2005-05-15
Michael Niedermayer
another try at decode_ref_pic_list_reordering()
commit
|
commitdiff
|
tree
2005-05-14
Michael Niedermayer
ffm.c rev 1.39+
commit
|
commitdiff
|
tree
2005-05-14
Michael Niedermayer
round duration up in mov
commit
|
commitdiff
|
tree
2005-05-14
Michael Niedermayer
preserve parse context
commit
|
commitdiff
|
tree
2005-05-14
Michael Niedermayer
fill missing reference pictures with something to avoid...
commit
|
commitdiff
|
tree
2005-05-13
Michael Niedermayer
10l (%f vs. %Ld)
commit
|
commitdiff
|
tree
2005-05-13
Michael Niedermayer
fix mimetype
commit
|
commitdiff
|
tree
2005-05-13
Michael Niedermayer
alignment fix by (Gábor Kovács >picard demoscene hu)
commit
|
commitdiff
|
tree
2005-05-13
Michael Niedermayer
10l (mb_type uninitalized and then changed and overwritten)
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
typo found by Chengji Zhao
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
arm alignment fix
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
10l (rescaling AV_NOPTS_VALUE)
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
10l (overflows)
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
sanity check
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
some asserts()
commit
|
commitdiff
|
tree
2005-05-12
Michael Niedermayer
b_frame_strategy sanity check
commit
|
commitdiff
|
tree
2005-05-11
Michael Niedermayer
fixing decoding of AlanKay-245.asf
commit
|
commitdiff
|
tree
2005-05-11
Michael Niedermayer
support the LE reader, so it can be tested a little
commit
|
commitdiff
|
tree
2005-05-11
Michael Niedermayer
LE bitstream reader based upon a patch by (Balatoni...
commit
|
commitdiff
|
tree
2005-05-10
Michael Niedermayer
typo
commit
|
commitdiff
|
tree
2005-05-10
Roine Gustafsson
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson...
commit
|
commitdiff
|
tree
2005-05-10
Michael Niedermayer
optimization
commit
|
commitdiff
|
tree
2005-05-10
Michael Niedermayer
change macros to inline functions
commit
|
commitdiff
|
tree
2005-05-10
Michael Niedermayer
cast NULL to correct type
commit
|
commitdiff
|
tree
2005-05-10
Jacob Meuser
amd64 as canonical system type patch by (Jacob Meuser...
commit
|
commitdiff
|
tree
2005-05-09
Jacob Meuser
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr...
commit
|
commitdiff
|
tree
2005-05-09
Jacob Meuser
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)
commit
|
commitdiff
|
tree
2005-05-08
Michael Niedermayer
#defines for strict_std_compliance and split between...
commit
|
commitdiff
|
tree
2005-05-08
Michael Niedermayer
fix PIC
commit
|
commitdiff
|
tree
2005-05-08
Michael Niedermayer
fix block corruption caused by clear_blocks() optimization
commit
|
commitdiff
|
tree
2005-05-08
Michael Niedermayer
overflow fix
commit
|
commitdiff
|
tree
2005-05-08
Michael Niedermayer
complain about mpeg4 limits only if codec_id == MPEG4
commit
|
commitdiff
|
tree
2005-05-07
Roine Gustafsson
ff_reverse to utils.c patch by (Roine Gustafsson )roine...
commit
|
commitdiff
|
tree
2005-05-07
Michael Niedermayer
minor optimization of the h264 loop filter
commit
|
commitdiff
|
tree
2005-05-07
Michael Niedermayer
reverse 1 hunk from 1.96->1.97, fixes decoding of ...
commit
|
commitdiff
|
tree
2005-05-06
Michael Niedermayer
better r_frame_rate guessing code
commit
|
commitdiff
|
tree
2005-05-06
Michael Niedermayer
default to YUV420P if none specified for rawvideo input
commit
|
commitdiff
|
tree
next