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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoptions: Add an av_opt_flag_is_set function for inspecting flag fields
Martin Storsjö
2011-06-10
1
-0
/
+3
*
Move metadata API from lavf to lavu.
Anton Khirnov
2011-06-08
1
-0
/
+5
*
APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
Justin Ruggles
2011-06-07
1
-1
/
+1
*
samplefmt: add av_get_bytes_per_sample()
Stefano Sabatini
2011-06-07
1
-0
/
+4
*
AVOptions: add av_opt_free convenience function.
Anton Khirnov
2011-06-05
1
-0
/
+3
*
APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).
Ronald S. Bultje
2011-05-28
1
-1
/
+1
*
lavu: add av_get_pix_fmt_name() convenience function
Stefano Sabatini
2011-05-28
1
-0
/
+4
*
webm: support stereo videos in matroska/webm muxer
Alok Ahuja
2011-05-28
1
-0
/
+63
*
ac3enc: add support for E-AC-3 encoding.
Justin Ruggles
2011-05-27
1
-1
/
+1
*
doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
Diego Biurrun
2011-05-27
1
-6
/
+0
*
doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
Diego Biurrun
2011-05-26
1
-12
/
+0
*
doc: create separate section for audio encoders
Stefano Sabatini
2011-05-26
1
-13
/
+17
*
APIchanges: Fill in git hash for fps_probe_size (30315a8)
Alex Converse
2011-05-25
1
-1
/
+1
*
avformat: Add fpsprobesize as an AVOption.
Alex Converse
2011-05-25
1
-0
/
+3
*
ac3enc: add channel coupling support
Justin Ruggles
2011-05-24
1
-0
/
+43
*
APIchanges: fill in date and commit for request_sample_fmt
Justin Ruggles
2011-05-18
1
-1
/
+1
*
Add APIchanges entry for request_sample_fmt.
Justin Ruggles
2011-05-18
1
-0
/
+3
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-8
/
+0
*
Port SMPTE S302M audio decoder from FFmbc 0.3.
Baptiste Coudurier
2011-05-11
1
-0
/
+1
*
doc/APIchanges: fill in missing hashes and dates.
Anton Khirnov
2011-05-11
1
-4
/
+4
*
Remove unused softfloat implementation.
Diego Biurrun
2011-05-11
1
-1
/
+0
*
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-05-10
1
-0
/
+6
*
drawtext: add documentation for the shadow parameters
Stefano Sabatini
2011-05-07
1
-0
/
+11
*
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
Stefano Sabatini
2011-05-07
1
-0
/
+123
*
doc: Check standalone compilation before submitting new components.
Diego Biurrun
2011-05-04
1
-0
/
+5
*
DPX image encoder
Peter Ross
2011-05-01
1
-1
/
+1
*
ac3enc: simplify stereo rematrixing decision options
Justin Ruggles
2011-05-01
1
-0
/
+12
*
Update URL to fate samples
Reinhard Tartler
2011-05-01
1
-1
/
+1
*
documentation: extend documentation for ffmpeg -aspect option
Stefano Sabatini
2011-04-26
1
-1
/
+7
*
APIChanges: update commit hashes for recent additions.
Anton Khirnov
2011-04-26
1
-3
/
+3
*
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Stefano Sabatini
2011-04-26
1
-0
/
+5
*
pad: make the filter parametric
Stefano Sabatini
2011-04-26
1
-1
/
+56
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
1
-0
/
+3
*
vsrc_buffer: add sample_aspect_ratio fields to arguments.
Michael Niedermayer
2011-04-26
2
-3
/
+11
*
lavfi: add fieldorder filter
Mark Himsley
2011-04-26
1
-0
/
+33
*
scale: make the filter parametric
Stefano Sabatini
2011-04-26
1
-5
/
+55
*
Lowercase all ff* program names.
Diego Biurrun
2011-04-23
4
-11
/
+11
*
Refer to ff* tools by their lowercase names.
Diego Biurrun
2011-04-23
4
-25
/
+23
*
Replace more FFmpeg instances by Libav or ffmpeg.
Diego Biurrun
2011-04-23
2
-2
/
+2
*
doc: FLV muxing is supported.
Carl Eugen Hoyos
2011-04-23
1
-1
/
+1
*
doc: Mention that DragonFly BSD requires __BSD_VISIBLE set
Martin Storsjö
2011-04-23
1
-2
/
+2
*
APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
Ronald S. Bultje
2011-04-21
1
-1
/
+1
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-0
/
+3
*
The stabilization period after version bumps should be one month, not one week.
Diego Biurrun
2011-04-21
1
-2
/
+3
*
applehttp: Expose the stream bitrate via metadata
Martin Storsjö
2011-04-21
1
-0
/
+2
*
doc: Add some initial docs on the applehttp demuxer
Martin Storsjö
2011-04-21
1
-0
/
+9
*
update last major version increase dates in APIchanges
Justin Ruggles
2011-04-20
1
-7
/
+7
*
document introduction of side data in APIchanges
Kostya
2011-04-19
1
-0
/
+5
*
Remove now obsolete references to _g-suffixed binaries.
Diego Biurrun
2011-04-18
1
-6
/
+0
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
1
-1
/
+1
[next]