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
*
Fix wrong license header.
Diego Biurrun
2007-02-27
1
-5
/
+6
*
Rename WMADecodeContext to WMACodecContext
Michel Bardiaux
2007-02-27
4
-25
/
+25
*
Supply context to tprintf
Michel Bardiaux
2007-02-27
6
-86
/
+91
*
DCA decoder
Kostya Shishkov
2007-02-27
6
-2
/
+10850
*
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
Diego Biurrun
2007-02-27
1
-1
/
+1
*
Remove useless conditional.
Diego Biurrun
2007-02-27
1
-2
/
+0
*
cleanup setting of returned data frame
Aurelien Jacobs
2007-02-25
1
-3
/
+2
*
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2007-02-25
5
-33
/
+35
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
32
-175
/
+175
*
Move the unaltered documentation of the functions which are part of the public
Panagiotis Issaris
2007-02-25
2
-46
/
+48
*
rewrite find_frame_end()
Michael Niedermayer
2007-02-25
1
-25
/
+38
*
use FFMIN
Ramiro Polla
2007-02-25
1
-7
/
+3
*
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
Diego Biurrun
2007-02-24
1
-1
/
+1
*
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
Diego Biurrun
2007-02-24
1
-2
/
+2
*
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Diego Biurrun
2007-02-24
7
-11
/
+11
*
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...
Alexander Strange
2007-02-24
1
-19
/
+46
*
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2007-02-24
1
-30
/
+33
*
reorder a few more paddws to reduce dependancy chains
Michael Niedermayer
2007-02-23
1
-2
/
+2
*
reorder paddws to reduce dependancy chain
Michael Niedermayer
2007-02-23
1
-1
/
+1
*
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...
Benoit Fouet
2007-02-23
1
-0
/
+1
*
shortening dependancy chain in chroma mc2
Michael Niedermayer
2007-02-23
1
-6
/
+6
*
remove now wrong comment
Michael Niedermayer
2007-02-23
1
-2
/
+0
*
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...
Michael Niedermayer
2007-02-23
1
-2
/
+5
*
use av_noinline instead of __attribute((noinline))
Aurelien Jacobs
2007-02-23
1
-1
/
+1
*
dont check buffer size if the decode function wont be called at all
Michael Niedermayer
2007-02-23
1
-11
/
+12
*
av_realloc_static() is an internal function and therefore should use the ff_ ...
Panagiotis Issaris
2007-02-23
2
-3
/
+3
*
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
Panagiotis Issaris
2007-02-22
2
-9
/
+9
*
Doxygenize the existing amr.c documentation.
Panagiotis Issaris
2007-02-22
1
-34
/
+45
*
Doxygenize the comments for the av_fast_realloc() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+4
*
Doxygenize the comments for the av_free_static() function.
Panagiotis Issaris
2007-02-22
1
-2
/
+2
*
Doxygenize the comments for the av_mallocz_static() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+6
*
Doxygenize the comments for the av_realloc_static() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+5
*
Doxygenize the comments for the av_get_bits_per_sample() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+4
*
Doxygenize the comments for the av_get_pict_type_char() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+4
*
Doxygenize the comments for the avpicture_free() function.
Panagiotis Issaris
2007-02-22
1
-1
/
+5
*
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
Panagiotis Issaris
2007-02-22
2
-21
/
+25
*
Add more Doxygen documentation.
Panagiotis Issaris
2007-02-22
2
-81
/
+199
*
Fix spelling.
Panagiotis Issaris
2007-02-22
1
-6
/
+6
*
The memsetting of the end of buffer is not needed for audio.
Panagiotis Issaris
2007-02-22
1
-3
/
+0
*
Stray comment, probably copy & pasted from audio_encode_example().
Panagiotis Issaris
2007-02-22
1
-2
/
+0
*
Fix typo.
Panagiotis Issaris
2007-02-22
1
-1
/
+1
*
cosmetics: aswell --> as well typo fix
Diego Biurrun
2007-02-22
2
-2
/
+2
*
gcc 2.95 fix
Michael Niedermayer
2007-02-22
1
-3
/
+3
*
Correct typo.
Panagiotis Issaris
2007-02-21
1
-1
/
+1
*
simplify release_buffer using FFSWAP
Aurelien Jacobs
2007-02-21
1
-4
/
+2
*
simplify i386 object handling
Diego Biurrun
2007-02-21
1
-6
/
+2
*
output delayed frames
Michael Niedermayer
2007-02-21
1
-0
/
+20
*
cosmetics: Fix another common typo, gurantee --> guArantee.
Diego Biurrun
2007-02-21
1
-2
/
+2
*
100l: forgot to reset LS mode on new frame
Kostya Shishkov
2007-02-21
1
-0
/
+3
*
cosmetics: Fix a common typo, sepErate --> sepArate.
Diego Biurrun
2007-02-21
2
-4
/
+6
[next]