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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
36
-208
/
+204
*
Stop Sun Studio from issuing a warning during configure when passed
Diego Pettenò
2008-10-03
1
-1
/
+1
*
Make sure strcasecmp() is declared.
Diego Pettenò
2008-10-03
1
-0
/
+1
*
atrac3dec: cosmetics: indentation
Aurelien Jacobs
2008-10-02
1
-3
/
+3
*
matroskadec: cosmetics: indentation
Aurelien Jacobs
2008-10-02
1
-1
/
+1
*
matroskadec: don't merge packets which have no timestamp
Aurelien Jacobs
2008-10-02
1
-0
/
+1
*
Use __typeof__ instead of GCC-specific typeof keyword.
Diego Pettenò
2008-10-02
1
-2
/
+2
*
fix warning reported by Intel C compiler:
Diego Pettenò
2008-10-02
1
-4
/
+6
*
Intel C compiler warns on this assignment in this if(), probably
Diego Pettenò
2008-10-02
1
-1
/
+2
*
Remove duplicate "const" qualifier for *matrix.
Diego Pettenò
2008-10-02
1
-1
/
+1
*
x264 has removed the b-rdo and bime options, and instead integrated
Jason Garrett-Glaser
2008-10-02
2
-3
/
+0
*
MinGW runtime 3.15 has a wrapper for usleep().
Ramiro Polla
2008-10-02
1
-3
/
+0
*
Specify minimum version for some MinGW packages.
Ramiro Polla
2008-10-02
1
-6
/
+14
*
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves
Reimar Döffinger
2008-10-02
1
-4
/
+2
*
Make 8svx codec context table pointer const to match the type of the
Reimar Döffinger
2008-10-02
1
-1
/
+1
*
spelling cosmetics
Diego Biurrun
2008-10-02
10
-40
/
+40
*
Use enum typers instead of int.
Diego Pettenò
2008-10-02
11
-17
/
+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
13
-18
/
+18
*
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
*
Update copyright years.
Diego Biurrun
2008-10-02
1
-3
/
+3
*
Globally set LC_ALL=C to prevent locale issues from breaking tests.
Diego Biurrun
2008-10-02
1
-0
/
+4
*
Rename some variables and add some comments to try to be a bit more clear.
Benoit Fouet
2008-10-02
1
-33
/
+34
*
Allow using DECLARE_ALIGNED with Sun cc.
Carl Eugen Hoyos
2008-10-02
1
-1
/
+1
*
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, remove useless spaces
Baptiste Coudurier
2008-10-01
1
-3
/
+3
*
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
2
-7
/
+7
*
Visible width/height fields were added in Theora 3.2
David Conrad
2008-10-01
2
-4
/
+5
*
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
*
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
Ronald S. Bultje
2008-10-01
1
-3
/
+7
*
This patch refactors RDT packet header parsing so that it can be used in
Ronald S. Bultje
2008-10-01
3
-16
/
+37
*
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
*
Reindent after previous patches.
Ronald S. Bultje
2008-09-30
1
-3
/
+3
*
Implement a RTSPTransport field, which allows proper separation of server
Ronald S. Bultje
2008-09-30
2
-7
/
+24
[next]