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
*
get rid of the branch prediction
Ivan Kalvachev
2009-02-14
1
-8
/
+4
*
cosmetics: Consistently format all if/else statements in K&R style
Diego Biurrun
2009-02-14
1
-8
/
+7
*
Remove some useless parentheses.
Diego Biurrun
2009-02-14
1
-4
/
+4
*
Rename some forward declarations that were missed, fixes the warnings:
Diego Biurrun
2009-02-14
1
-2
/
+2
*
remove obsolete comment
Ivan Kalvachev
2009-02-14
1
-4
/
+0
*
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
Diego Biurrun
2009-02-14
1
-2
/
+2
*
remove some useless ()
Ivan Kalvachev
2009-02-14
1
-3
/
+3
*
use ff_xvmc for function names instead of XVMC_
Ivan Kalvachev
2009-02-14
3
-16
/
+16
*
whitespace cosmetics: Restore vertical alignment.
Diego Biurrun
2009-02-14
1
-25
/
+21
*
clarify xvmc struct fields usage distribution (internal communication)
Ivan Kalvachev
2009-02-14
1
-5
/
+5
*
doxygen style comments
Ivan Kalvachev
2009-02-14
1
-25
/
+38
*
Replace useless X11 #includes by the one that actually provides the required
Diego Biurrun
2009-02-14
1
-6
/
+1
*
whitespace cosmetics: vertical alignment
Diego Biurrun
2009-02-14
1
-28
/
+24
*
Fix non-Doxygen comment.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
Diego Biurrun
2009-02-14
1
-0
/
+1
*
vertically align xvmc struct member comments
Ivan Kalvachev
2009-02-14
1
-12
/
+12
*
Rename xvmc flags to follow ffmpeg AV_ notion.
Ivan Kalvachev
2009-02-14
1
-4
/
+11
*
Give public #defines that are used by MPlayer an AV_ prefix.
Diego Biurrun
2009-02-14
2
-9
/
+9
*
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
Diego Biurrun
2009-02-14
1
-10
/
+10
*
Update multiple inclusion guards to match filename.
Diego Biurrun
2009-02-14
1
-3
/
+3
*
remove assertion that use external definitions
Ivan Kalvachev
2009-02-14
1
-2
/
+0
*
Fix compilation: Restore mistakenly removed constant definitions.
Diego Biurrun
2009-02-14
1
-0
/
+6
*
explain chroma_format field in xvmc struct
Ivan Kalvachev
2009-02-14
1
-1
/
+1
*
describe idct variable in xvmc struct
Ivan Kalvachev
2009-02-14
1
-7
/
+1
*
Describe the purpose of magic in xvmc structure.
Ivan Kalvachev
2009-02-14
1
-1
/
+1
*
whitespace cosmetics: vertical alignment
Diego Biurrun
2009-02-14
1
-5
/
+5
*
whitespace cosmetics: another round of formatting consistency fixes
Diego Biurrun
2009-02-14
1
-6
/
+6
*
whitespace cosmetics: consistent (more or less) K&R style
Diego Biurrun
2009-02-14
1
-50
/
+61
*
whitespace cosmetics: Fix indentation depth.
Diego Biurrun
2009-02-14
1
-10
/
+10
*
Remove commented-out code.
Diego Biurrun
2009-02-14
1
-18
/
+0
*
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
Diego Biurrun
2009-02-14
4
-13
/
+13
*
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
Diego Biurrun
2009-02-14
2
-1
/
+1
*
Make xvmc.h an installed header, applications like MPlayer need it.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Revert adding a _pixfmt to vdpau/xvmc header names.
Diego Biurrun
2009-02-14
5
-4
/
+4
*
cosmetics: alphabetical order
Diego Biurrun
2009-02-14
1
-3
/
+3
*
Enable dropping frames for RV3/4
Kostya Shishkov
2009-02-14
1
-0
/
+9
*
lpc: Remove false positive compilation warning about weight being
Patrik Kullman
2009-02-13
1
-1
/
+1
*
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
Patrik Kullman
2009-02-13
1
-1
/
+1
*
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
Patrik Kullman
2009-02-13
1
-0
/
+5
*
Re-indent after last commit.
Alex Converse
2009-02-13
1
-14
/
+14
*
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...
Alex Converse
2009-02-13
1
-0
/
+4
*
In RV3/4 nonzero MB offset for the first slice also indicates error
Kostya Shishkov
2009-02-13
1
-1
/
+1
*
Put dispatch_tab in the rodata section for macho64.
Alexander Strange
2009-02-13
1
-0
/
+6
*
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
Alex Converse
2009-02-13
1
-1
/
+1
*
add SSE2 version of vp6_filter_diag
Zuxy Meng
2009-02-13
4
-3
/
+136
*
add MMX version of vp6_filter_diag
Sebastien Lucas
2009-02-12
4
-3
/
+149
*
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
Aurelien Jacobs
2009-02-12
3
-3
/
+3
*
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
Reimar Döffinger
2009-02-12
1
-4
/
+4
*
AAC: Cosmetic alterations after the last commit
Robert Swain
2009-02-12
1
-6
/
+3
*
Give an error message when returning due to an unallocated channel element
Alex Converse
2009-02-12
1
-0
/
+3
[next]