index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
spelling cosmetics
Diego Biurrun
2008-10-02
5
-24
/
+24
*
Remove useless cyuv_decode_end function
Reimar Döffinger
2008-10-02
1
-8
/
+1
*
Add (additional) const to many global tables.
Reimar Döffinger
2008-10-02
11
-16
/
+16
*
Use "static const" instead of "const static"
Reimar Döffinger
2008-10-02
1
-2
/
+2
*
cosmetics: Change comment style for consistency.
Diego Biurrun
2008-10-02
1
-1
/
+1
*
Rename some variables and add some comments to try to be a bit more clear.
Benoit Fouet
2008-10-02
1
-33
/
+34
*
Rename copy_picture to ff_copy_picture.
Carl Eugen Hoyos
2008-10-02
4
-9
/
+9
*
Fix memleak for currupt input.
Carl Eugen Hoyos
2008-10-01
1
-0
/
+1
*
Cosmetics: reindent
David Conrad
2008-10-01
1
-122
/
+122
*
Unneeded else
David Conrad
2008-10-01
1
-2
/
+1
*
Unneeded braces
David Conrad
2008-10-01
1
-2
/
+2
*
Return if unpacking motion vectors for a keyframe
David Conrad
2008-10-01
1
-0
/
+1
*
Cosmetics: indentation
David Conrad
2008-10-01
1
-2
/
+2
*
Visible width/height fields were added in Theora 3.2
David Conrad
2008-10-01
1
-3
/
+3
*
filter_limit_values only needs 7 bits, make its tables smaller
David Conrad
2008-10-01
2
-2
/
+2
*
Fix indentation.
Benoit Fouet
2008-10-01
1
-6
/
+6
*
Remove useless context variable.
Benoit Fouet
2008-10-01
1
-2
/
+0
*
Merge declaration and assignment.
Benoit Fouet
2008-10-01
1
-13
/
+9
*
Interleaved forward/backward channels processing in order to increase chances
Siarhei Siamashka
2008-10-01
1
-9
/
+7
*
Cosmetics: indentation
David Conrad
2008-09-30
1
-1
/
+1
*
Merge (vp3|theora)_calculate_pixel_addresses
David Conrad
2008-09-30
1
-47
/
+6
*
Missed hunks of last commit
David Conrad
2008-09-30
1
-3
/
+0
*
Remove unused vp3 debugging info
David Conrad
2008-09-30
1
-258
/
+0
*
Move iv_decode_frame function to remove a forward declaration.
Benoit Fouet
2008-09-30
1
-72
/
+67
*
Remove useless lines.
Benoit Fouet
2008-09-30
1
-4
/
+0
*
Reindent whole file.
Benoit Fouet
2008-09-30
1
-921
/
+921
*
Indent.
Benoit Fouet
2008-09-30
1
-1
/
+1
*
Simplify iv_free_func().
Benoit Fouet
2008-09-30
1
-12
/
+0
*
Move allocated buffer out of YUV buffer structure.
Benoit Fouet
2008-09-30
1
-11
/
+11
*
Remove useless initializations.
Benoit Fouet
2008-09-30
1
-7
/
+0
*
Check allocations on init.
Benoit Fouet
2008-09-30
1
-8
/
+17
*
Remove useless test.
Benoit Fouet
2008-09-30
1
-3
/
+1
*
Cosmetics
Benoit Fouet
2008-09-30
1
-12
/
+13
*
use uint8_t instead of unsigned char
Benoit Fouet
2008-09-30
1
-18
/
+18
*
Corrector type fits in 8 bits.
Benoit Fouet
2008-09-30
1
-3
/
+3
*
Remove useless casts and use variable instead of its type in sizeof.
Benoit Fouet
2008-09-30
1
-2
/
+2
*
Change table types to uint8_t
Benoit Fouet
2008-09-30
1
-2
/
+2
*
Downgrade severity of leftover bits in header packets, and don't check for th...
David Conrad
2008-09-30
1
-2
/
+2
*
Allocate 1 line more in the chroma plane for H.264, this avoids some
Michael Niedermayer
2008-09-30
1
-0
/
+2
*
Replace second (and wrong) call to avcodec_align_dimensions() by adjusting
Michael Niedermayer
2008-09-30
1
-4
/
+15
*
Do not attempt to perform error concealment in lowres mode as this is
Michael Niedermayer
2008-09-30
1
-1
/
+1
*
atrac3: ensure input frame is not overwritten (it is const)
Aurelien Jacobs
2008-09-29
1
-6
/
+12
*
Use skip_frame for keyframe-only decoding rather than #ifdef
David Conrad
2008-09-29
1
-19
/
+3
*
Fix a warning about an undefined function when compiling h264.c
Carl Eugen Hoyos
2008-09-29
2
-1
/
+1
*
Uniformly define _XOPEN_SOURCE to 600.
Diego Biurrun
2008-09-29
1
-1
/
+1
*
Guess picture type from picture coding extension when the main header is dama...
Michael Niedermayer
2008-09-28
1
-4
/
+26
*
Document the directpred auto value.
Francesco Cosoleto
2008-09-28
2
-2
/
+2
*
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils
Siarhei Siamashka
2008-09-28
1
-8
/
+9
*
Replace apparently always true condition by assert().
Michael Niedermayer
2008-09-27
1
-3
/
+2
*
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
Michael Niedermayer
2008-09-27
1
-2
/
+5
[prev]
[next]