index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't need to synchronize in the decoder. the parser does that already.
Justin Ruggles
2007-07-21
1
-28
/
+1
*
get rid of an ugly macro
Justin Ruggles
2007-07-21
1
-17
/
+14
*
Return AVERROR(EINVAL) when invalid width and/or height are specified to
Panagiotis Issaris
2007-07-20
1
-0
/
+1
*
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
Panagiotis Issaris
2007-07-20
1
-1
/
+3
*
bail out on unknown jpeg pixel format instead of silently decoding data incor...
Andreas Öman
2007-07-19
1
-1
/
+3
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
4
-0
/
+4
*
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-07-19
3
-0
/
+3
*
don't need to define ALT_BITSTREAM_READER
Justin Ruggles
2007-07-19
1
-2
/
+0
*
update license header. add copyright for myself. correct and complete the sta...
Justin Ruggles
2007-07-19
1
-2
/
+4
*
revise comment for exponent decoding function
Justin Ruggles
2007-07-19
1
-7
/
+7
*
new implementation of exponent decoding
Justin Ruggles
2007-07-19
1
-89
/
+34
*
cosmetics: indentation
Justin Ruggles
2007-07-19
1
-18
/
+18
*
remove portions of bit allocation which are no longer needed since they are s...
Justin Ruggles
2007-07-19
1
-44
/
+1
*
Another minor simplification
Vitor Sessak
2007-07-18
1
-10
/
+7
*
Set the step index correctly for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-1
/
+2
*
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-4
/
+10
*
fix mem leak
Zdenek Kabelac
2007-07-18
1
-0
/
+1
*
Make deinterlace_16 receive an array as a parameter and not two separated vars
Vitor Sessak
2007-07-18
1
-7
/
+6
*
Minor simplification
Vitor Sessak
2007-07-18
1
-2
/
+1
*
Yet more cosmetics
Vitor Sessak
2007-07-18
1
-9
/
+4
*
More cosmetics
Vitor Sessak
2007-07-18
1
-23
/
+21
*
Remove reimplementation of av_log2
Vitor Sessak
2007-07-18
1
-10
/
+2
*
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-18
2
-0
/
+38
*
Test for supported number of channels
Vitor Sessak
2007-07-18
1
-0
/
+5
*
Cosmetics: indentation
Vitor Sessak
2007-07-18
1
-68
/
+67
*
Cosmetics: alignment
Vitor Sessak
2007-07-18
1
-6
/
+7
*
Remove more code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-18
1
-120
/
+18
*
Move var. declaration to allow further clean up
Vitor Sessak
2007-07-17
1
-2
/
+2
*
Remove code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-17
1
-88
/
+41
*
set codec_type on init
Alex Beregszaszi
2007-07-17
1
-0
/
+1
*
typo fixes
Diego Biurrun
2007-07-17
4
-7
/
+7
*
create colorspace.h and use it where appropriate
Ian Caulfield
2007-07-17
4
-121
/
+110
*
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
Marc Hoffman
2007-07-17
1
-4
/
+4
*
Don't segfault if an empty codebook gets used.
Denes Balatoni
2007-07-17
1
-2
/
+2
*
* making profile selection a bit more tolerant to the badly broken streams
Roman Shaposhnik
2007-07-17
1
-2
/
+2
*
cosmetics: adding some white space to align the arguments of a couple of func...
Marc Hoffman
2007-07-17
1
-3
/
+3
*
remove useless #ifdef CONFIG_ZLIB from zmbv decoder
Måns Rullgård
2007-07-16
1
-25
/
+3
*
float_t was a typo that compiled on macosx
Marc Hoffman
2007-07-16
1
-1
/
+1
*
fixpoint: move cplscales to context structure and provide hook for data forma...
Marc Hoffman
2007-07-16
1
-1
/
+16
*
fixpoint: lowlevel functional abstraction for all buffer arithmetics
Marc Hoffman
2007-07-16
1
-6
/
+37
*
fixpoint: separate windowing arithmetic imlt_window_float
Marc Hoffman
2007-07-16
1
-12
/
+27
*
separate the actual math for recovering stereo from a signal channel, this is...
Marc Hoffman
2007-07-16
1
-5
/
+25
*
separating saturation codes so that we can support other data formats
Marc Hoffman
2007-07-16
1
-10
/
+21
*
moving automatic allocation of joint_decode/decode_buffer
Marc Hoffman
2007-07-15
1
-1
/
+2
*
cosmetic changing hardwired 20 to SUBBAND_SIZE
Marc Hoffman
2007-07-15
1
-1
/
+1
*
remove superfluous #include
Måns Rullgård
2007-07-15
1
-1
/
+0
*
hardly anything in PNGContext is shared; split it
Måns Rullgård
2007-07-15
4
-56
/
+71
*
fix visual painting of MVs from h264: they are painted twice too long
Andreas Öman
2007-07-15
1
-0
/
+1
*
separate en/decoder specific parts from png.c
Måns Rullgård
2007-07-15
5
-861
/
+947
*
fix the 256-point MDCT
Justin Ruggles
2007-07-15
1
-50
/
+45
[next]