projects
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix typos found by ispell.
2008-09-14
Diego Biurrun
Fix typos found by ispell.
commit
|
commitdiff
|
tree
2008-09-13
David Conrad
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE...
commit
|
commitdiff
|
tree
2008-09-11
Diego Biurrun
misc spelling/wording/grammar fixes
commit
|
commitdiff
|
tree
2008-09-10
Diego Biurrun
spelling/wording cosmetics
commit
|
commitdiff
|
tree
2008-09-09
Anuradha Suraparaju
Add support for creating Simple Profile (I-frame only...
commit
|
commitdiff
|
tree
2008-09-08
Diego Biurrun
Relicense as ISC with the authors' permission.
commit
|
commitdiff
|
tree
2008-09-07
Diego Biurrun
Relicense from LGPL 2.1 to LGPL 2.1 or later with the...
commit
|
commitdiff
|
tree
2008-09-06
Diego Biurrun
license header consistency cosmetics.
commit
|
commitdiff
|
tree
2008-09-06
Diego Biurrun
Mention that libavcodec/ac3dec.c is GPLed.
commit
|
commitdiff
|
tree
2008-09-06
Diego Biurrun
license header consistency cosmetics
commit
|
commitdiff
|
tree
2008-09-03
Diego Biurrun
Disable encoders by undefining CONFIG_FOO_ENCODER once...
commit
|
commitdiff
|
tree
2008-09-03
Diego Biurrun
Surround some encoding-specific functions with the...
commit
|
commitdiff
|
tree
2008-09-03
Diego Biurrun
Replace generic CONFIG_ENCODERS preprocessor conditionals...
commit
|
commitdiff
|
tree
2008-09-02
Diego Biurrun
Replace generic CONFIG_DECODERS preprocessor conditionals...
commit
|
commitdiff
|
tree
2008-09-02
Diego Biurrun
Silence a couple of 'defined but not used' warnings...
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Prevent a division by 0 in the g726 decoder when the...
commit
|
commitdiff
|
tree
2008-09-02
Laurent Aimar
Fix an invalid free in the AVI muxer when an unsupported...
commit
|
commitdiff
|
tree
2008-09-02
Diego Biurrun
Replace generic CONFIG_MUXERS preprocessor conditionals...
commit
|
commitdiff
|
tree
2008-09-02
Diego Biurrun
Remove pointless #ifdef CONFIG_VHOOK from the code.
commit
|
commitdiff
|
tree
2008-08-30
Diego Biurrun
Add missing FFMPEG_ prefix to multiple inclusion guard.
commit
|
commitdiff
|
tree
2008-08-21
Diego Biurrun
cosmetics: Fix incorrect indentation.
commit
|
commitdiff
|
tree
2008-08-20
Diego Biurrun
Fix #include path, headers from other directories need...
commit
|
commitdiff
|
tree
2008-08-20
Diego Biurrun
Rename ff_init_vlcs function to the more descriptive...
commit
|
commitdiff
|
tree
2008-08-20
Diego Biurrun
cosmetics: comment spelling/grammar fixes
commit
|
commitdiff
|
tree
2008-08-19
Diego Biurrun
Untangle mpeg12.c and mdec.c so that mdec.c can be...
commit
|
commitdiff
|
tree
2008-08-19
Mathieu Malaterre
cosmetics: s/const static/static const/g
commit
|
commitdiff
|
tree
2008-08-19
Diego Biurrun
Mark init_vlcs function as av_cold.
commit
|
commitdiff
|
tree
2008-08-17
Diego Biurrun
Add missing header includes to fix 'make checkheaders'.
commit
|
commitdiff
|
tree
2008-08-17
Diego Biurrun
Add missing stdint.h header to fix 'make checkheaders'.
commit
|
commitdiff
|
tree
2008-08-17
Diego Biurrun
Mark adx_decode_init() as type int instead of void...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
Surround format-specific functions with matching preprocesso...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
Surround AVInputFormat declarations with format-specific...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
Replace generic CONFIG_MUXERS preprocessor condition...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
Replace generic CONFIG_MUXERS preprocessor conditions...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
cosmetics: Remove redundant #endif comments that are...
commit
|
commitdiff
|
tree
2008-08-15
Diego Biurrun
cosmetics: misc spelling fixes
commit
|
commitdiff
|
tree
2008-08-14
Diego Biurrun
Remove hackish support for fastmemcpy from MPlayer.
commit
|
commitdiff
|
tree
2008-08-14
Diego Biurrun
Use '#include <poll.h>' instead of '#include <sys/poll...
commit
|
commitdiff
|
tree
2008-08-14
Daniel Serpell
Add an example of higher resolution video encoding...
commit
|
commitdiff
|
tree
2008-08-14
Daniel Serpell
Fix the PSP examples in the FAQ to use libx264 as codec...
commit
|
commitdiff
|
tree
2008-08-14
Kurtnoise
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
commit
|
commitdiff
|
tree
2008-08-14
Diego Biurrun
Check for sys/select.h and poll.h unconditionally,...
commit
|
commitdiff
|
tree
2008-08-14
Anuradha Suraparaju
Change Dirac in MPEG-TS encapsulation to conform with...
commit
|
commitdiff
|
tree
2008-08-13
Anuradha Suraparaju
Dirac encapsulation in MPEG-TS
commit
|
commitdiff
|
tree
2008-08-13
Diego Biurrun
Remove unused variable.
commit
|
commitdiff
|
tree
2008-08-13
Diego Biurrun
Remove unused variable.
commit
|
commitdiff
|
tree
2008-08-05
Diego Biurrun
Fix small typo.
commit
|
commitdiff
|
tree
2008-08-05
Diego Biurrun
misc spelling/grammar fixes
commit
|
commitdiff
|
tree
2008-08-04
Diego Biurrun
misc spelling/wording fixes
commit
|
commitdiff
|
tree
2008-08-03
Diego Biurrun
Replace call to deprecated avcodec_build() with avcodec_vers...
commit
|
commitdiff
|
tree
2008-08-02
Uoti Urpala
Mark add_png_paeth_prediction_* functions which are...
commit
|
commitdiff
|
tree
2008-08-01
Diego Biurrun
Explain the difference between HAVE_LIST and CONFIG_LIST...
commit
|
commitdiff
|
tree
2008-08-01
Diego Biurrun
Only check for socklen_t if network support is enabled.
commit
|
commitdiff
|
tree
2008-08-01
Diego Biurrun
Add missing header #includes.
commit
|
commitdiff
|
tree
2008-07-30
Diego Biurrun
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
commit
|
commitdiff
|
tree
2008-07-29
Diego Biurrun
Add note about gcc bugs that gcc devs refuse to fix.
commit
|
commitdiff
|
tree
2008-07-27
Diego Biurrun
Remove unused variable.
commit
|
commitdiff
|
tree
2008-07-27
Diego Biurrun
Add random to list of test programs.
commit
|
commitdiff
|
tree
2008-07-27
Diego Biurrun
Change return type of main function to int to avoid...
commit
|
commitdiff
|
tree
2008-07-27
Diego Biurrun
Move #includes, which are only used in the test program...
commit
|
commitdiff
|
tree
2008-07-27
tripp
Fix and clarify invalid examples for framerate override...
commit
|
commitdiff
|
tree
2008-07-27
Diego Biurrun
typo fix
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
cosmetics: typo fixes
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
cosmetics: Fix two common typos: wont --> will not...
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
cosmetics: typo/grammar fixes
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
cosmetics: Fix indentation after last commit.
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
Fix indentation after last commit.
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
Remove AltiVec vector declaration compiler compatibility...
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
misc spelling/grammar fixes
commit
|
commitdiff
|
tree
2008-07-24
Diego Biurrun
Remove AltiVec vector declaration compiler compatibility...
commit
|
commitdiff
|
tree
2008-07-21
tripp
Add complete listing of bitstream filters and 2 examples...
commit
|
commitdiff
|
tree
2008-07-21
tripp
Correct b_quant offset comment in avcodec.h, it is...
commit
|
commitdiff
|
tree
2008-07-21
Diego Biurrun
Move --disable-debug to a better place within configure...
commit
|
commitdiff
|
tree
2008-07-21
Erik Hovland
Check the allocated pointer instead of the given pointer...
commit
|
commitdiff
|
tree
2008-07-21
tripp
Clarify -minrate/-maxrate description in the documentation.
commit
|
commitdiff
|
tree
2008-07-20
Diego Biurrun
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform...
commit
|
commitdiff
|
tree
2008-07-20
Diego Biurrun
cosmetics: Reindent two misplaced braces.
commit
|
commitdiff
|
tree
2008-07-20
Diego Biurrun
cosmetics: Reformat PPC code in libavcodec according...
commit
|
commitdiff
|
tree
2008-07-17
Diego Biurrun
Replace LDLATEFLAGS hackery by proper LDFLAGS tests.
commit
|
commitdiff
|
tree
2008-07-17
Diego Biurrun
Move up swscale_error target so that regression tests...
commit
|
commitdiff
|
tree
2008-07-16
Diego Biurrun
cosmetics: Fix mxf codec long name.
commit
|
commitdiff
|
tree
2008-07-14
Diego Biurrun
gifdec.c was removed, purge its entry from the Makefile.
commit
|
commitdiff
|
tree
2008-07-13
Diego Biurrun
Drop non-C99-compliant initialization.
commit
|
commitdiff
|
tree
2008-07-13
Matthieu Castet
tools/trasher: Don't mix srand/rand and srandom/random...
commit
|
commitdiff
|
tree
2008-07-13
Diego Biurrun
Add parisc* to the list of architectures requiring...
commit
|
commitdiff
|
tree
2008-07-12
Anuradha Suraparaju
Fix pts handling when encoding with libschroedinger...
commit
|
commitdiff
|
tree
2008-07-12
Anuradha Suraparaju
Fix pts handling when encoding with libdirac.
commit
|
commitdiff
|
tree
2008-07-11
Diego Biurrun
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
commit
|
commitdiff
|
tree
2008-07-11
Diego Biurrun
Make preprocessor condition more specific and useful...
commit
|
commitdiff
|
tree
2008-07-11
Diego Biurrun
Move one function that is only used for muxing below...
commit
|
commitdiff
|
tree
2008-07-11
Diego Biurrun
Move a function and an #ifdef CONFIG_MUXERS so that...
commit
|
commitdiff
|
tree
2008-07-11
Diego Biurrun
Move functions only used for muxing below #ifdef CONFIG_YUV4...
commit
|
commitdiff
|
tree
2008-07-10
Diego Biurrun
Update info for Sonic, add Dirac to supported formats...
commit
|
commitdiff
|
tree
2008-07-10
Diego Biurrun
Sort lists ignoring case.
commit
|
commitdiff
|
tree
2008-07-10
Diego Biurrun
cosmetics: Fix inconsistent indentation.
commit
|
commitdiff
|
tree
2008-07-08
Diego Biurrun
Add FFMPEG_CONFIGURATION to config.mak as well, it...
commit
|
commitdiff
|
tree
2008-07-08
Diego Biurrun
Remove wrong casts from vector declarations, this would...
commit
|
commitdiff
|
tree
2008-07-08
Diego Biurrun
Ignore case when sorting.
commit
|
commitdiff
|
tree
2008-07-08
Diego Biurrun
List QuickTime container as MOV/QuickTime.
commit
|
commitdiff
|
tree
2008-07-08
Diego Biurrun
Remove redundant Macromedia Flash entry in supported...
commit
|
commitdiff
|
tree
next