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
*
avio: add av_put_str and deprecate put_strz in favor of it
Anton Khirnov
2011-01-23
5
-6
/
+27
*
cosmetics related to LPC changes.
Justin Ruggles
2011-01-23
2
-8
/
+10
*
Separate window function from autocorrelation.
Justin Ruggles
2011-01-23
6
-39
/
+99
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-23
12
-43
/
+63
*
lavf: move the version macros to a new header
Anton Khirnov
2011-01-23
4
-64
/
+94
*
Fix out of source tree builds of libmpcodecs.
Michael Niedermayer
2011-01-23
1
-0
/
+2
*
id3v2: use an enum for encodings instead of magic numbers.
Anton Khirnov
2011-01-21
2
-4
/
+11
*
Make demuxers auto-select parsers they need
Mans Rullgard
2011-01-21
1
-4
/
+4
*
Makefile: simplify setting of some variables
Mans Rullgard
2011-01-21
1
-10
/
+10
*
Split mp3 demuxer and muxer into separate files.
Anton Khirnov
2011-01-21
3
-180
/
+198
*
dca: pretty-print some tables
Mans Rullgard
2011-01-21
1
-6144
/
+6144
*
iir: change filter type if/else to a switch.
Justin Ruggles
2011-01-21
1
-12
/
+13
*
Add biquad high-pass and low-pass IIR filters.
Justin Ruggles
2011-01-21
2
-0
/
+51
*
Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples
Ronald S. Bultje
2011-01-21
2
-0
/
+4
*
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-21
10
-42
/
+99
*
Split out Butterworth filter coeff init to a separate function.
Justin Ruggles
2011-01-21
1
-18
/
+46
*
cosmetics: vertical alignment and line wrap
Justin Ruggles
2011-01-21
3
-8
/
+9
*
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
Justin Ruggles
2011-01-21
3
-6
/
+17
*
Make PNG test depend on PNG codec
Mans Rullgard
2011-01-21
1
-0
/
+1
*
cosmetics: wrap long line
Justin Ruggles
2011-01-21
1
-1
/
+3
*
Add function ff_iir_filter_flt() to accept floating-point input and output.
Justin Ruggles
2011-01-21
2
-39
/
+80
*
mpegtsenc: prefer metadata keyed with "service_name"
Janne Grunau
2011-01-21
1
-2
/
+2
*
Set service_provider and service_name in mpegts demuxer
Georgi Chorbadzhiyski
2011-01-21
1
-2
/
+2
*
id3v2: don't overwrite existing tags
Anton Khirnov
2011-01-21
1
-1
/
+1
*
id3v2: convert metadata after all the tags were read
Anton Khirnov
2011-01-21
1
-2
/
+2
*
id3v2: make ff_id3v2_parse static
Anton Khirnov
2011-01-21
2
-34
/
+28
*
libavcodec minor version is > 99 so fix the formating
Georgi Chorbadzhiyski
2011-01-21
1
-1
/
+1
*
Add service_provider and service_name metadata
Georgi Chorbadzhiyski
2011-01-21
2
-3
/
+9
*
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
Ronald S. Bultje
2011-01-21
1
-22
/
+10
*
Fix use of sstep/dstep in ff_iir_filter().
Justin Ruggles
2011-01-21
1
-1
/
+1
*
Add regression test for stereo s16le in voc.
Justin Ruggles
2011-01-21
2
-1
/
+8
*
configure: fix mktemp test and fallback function
Mans Rullgard
2011-01-21
1
-2
/
+2
*
Add GPL dependancy for libmpcodecs
Michael Niedermayer
2011-01-21
1
-0
/
+1
*
Warn about vf_mp
Michael Niedermayer
2011-01-20
1
-0
/
+5
*
Enable libmpcodecs support.
Michael Niedermayer
2011-01-20
2
-0
/
+66
*
Add ASMALIGN() hack to patch around its recent removial from configure
Michael Niedermayer
2011-01-20
1
-0
/
+2
*
Add libmpcodecs wrapper for libavfilter, still disabled
Michael Niedermayer
2011-01-20
1
-0
/
+913
*
Hack libmpcodecs to make it buildable.
Michael Niedermayer
2011-01-20
4
-7
/
+17
*
Remove dependancy of m_option & m_struct from libmpcodecs.
Michael Niedermayer
2011-01-20
3
-71
/
+24
*
Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
Michael Niedermayer
2011-01-20
1
-1
/
+1
*
Add #define _BSD_SOURCE where mplayer is not C99.
Michael Niedermayer
2011-01-20
3
-0
/
+3
*
Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.
Michael Niedermayer
2011-01-20
75
-0
/
+24149
*
Revert "Update git-howto with ffmpeg.org URLs"
Michael Niedermayer
2011-01-19
1
-4
/
+4
*
Revert "Initial MAINTAINERS update"
Michael Niedermayer
2011-01-19
1
-0
/
+7
*
ARM: improve VFP ABI check
Mans Rullgard
2011-01-18
1
-1
/
+9
*
armcc: suppress warning about hardfp compatibility
Mans Rullgard
2011-01-18
1
-0
/
+1
*
armcc: suppress 'assignment in condition' warning
Mans Rullgard
2011-01-18
1
-0
/
+1
*
fate: simplify vp8 rules
Mans Rullgard
2011-01-18
1
-10
/
+7
*
a64enc: make PixelFormat arrays const
Mans Rullgard
2011-01-18
1
-2
/
+2
*
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
14
-78
/
+77
[next]