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
/
ffmpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make ffmpeg fail if the argument provided to the -pix_fmt option is
Stefano Sabatini
2009-03-19
1
-2
/
+6
*
Use read_yesno() in opt_output_file().
Stefano Sabatini
2009-03-18
1
-6
/
+1
*
Flush the remaning chars in the input buffer after reading the
Stefano Sabatini
2009-03-18
1
-0
/
+2
*
add loglevel option to set libav* logging level, -v does not set it anymore
Baptiste Coudurier
2009-03-15
1
-2
/
+8
*
stag option to force subtitle tag
Baptiste Coudurier
2009-03-11
1
-0
/
+15
*
10l, set ret to 0 when finished
Baptiste Coudurier
2009-03-11
1
-0
/
+1
*
dump_format after av_write_header to print updated parameters
Baptiste Coudurier
2009-03-11
1
-44
/
+56
*
Reorder arguments for av_fifo_generic_read to be more logical and
Reimar Döffinger
2009-03-09
1
-2
/
+2
*
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
Reimar Döffinger
2009-03-08
1
-2
/
+2
*
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-03-08
1
-12
/
+13
*
Rename avctx_opts to avcodec_opts.
Stefano Sabatini
2009-03-03
1
-12
/
+12
*
Enable AVFMT_FLAG_NONBLOCK.
Michael Niedermayer
2009-03-03
1
-0
/
+2
*
Do usleep(10000) when all demuxers returned EAGAIN.
Michael Niedermayer
2009-03-03
1
-0
/
+1
*
If a demuxer returns EAGAIN, try another demuxer.
Michael Niedermayer
2009-03-03
1
-1
/
+16
*
Remove deprecated vhook subsystem.
Diego Biurrun
2009-03-03
1
-37
/
+1
*
fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)
Aurelien Jacobs
2009-03-01
1
-5
/
+6
*
convert ffmpeg to new metadata API
Aurelien Jacobs
2009-03-01
1
-32
/
+33
*
Make sure -vsync 2 does not produce timestamps equal to the previous,
Michael Niedermayer
2009-02-27
1
-2
/
+5
*
Update commented fprintf().
Michael Niedermayer
2009-02-27
1
-1
/
+1
*
Add ticks_per_frame, this should hopefully fix the regressions caused
Michael Niedermayer
2009-02-26
1
-4
/
+5
*
Fix next_pts computation to consider repeat_pict.
Michael Niedermayer
2009-02-26
1
-2
/
+4
*
Do not duplicate frames if the muxer claims that it is not needed.
Michael Niedermayer
2009-02-24
1
-1
/
+1
*
Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...
Peter Ross
2009-02-22
1
-1
/
+1
*
Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...
Peter Ross
2009-02-22
1
-1
/
+1
*
Change av_log() calls to fprintf() to stderr calls.
Benoit Fouet
2009-02-16
1
-4
/
+4
*
extend resampling API, add S16 internal conversion
Baptiste Coudurier
2009-02-11
1
-8
/
+8
*
Use av_strlcpy instead of snprintf without formatting.
Patrik Kullman
2009-02-11
1
-1
/
+1
*
Add the ability to set the timestamp to the current time by specifying 'now'
Francesco Cosoleto
2009-02-08
1
-1
/
+1
*
Replace the calls to the deprecated av_alloc_format_context() with
Stefano Sabatini
2009-02-08
1
-3
/
+3
*
Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and
Robert Swain
2009-01-25
1
-6
/
+5
*
Workaround ffms behavior of returning EAGAIN at EOF.
Michael Niedermayer
2009-01-23
1
-1
/
+1
*
Handle av_read_frame() EAGAIN return.
Michael Niedermayer
2009-01-22
1
-1
/
+4
*
exit with error code if av_encode failed
Baptiste Coudurier
2009-01-20
1
-2
/
+3
*
Copy width/height for subtitle streams (needed for scodec copy of mov/mp4
David Conrad
2009-01-17
1
-0
/
+2
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-18
/
+18
*
Check the return of audio and video encoders.
Michael Niedermayer
2009-01-11
1
-0
/
+16
*
All negative returns are errors not just -1.
Michael Niedermayer
2009-01-11
1
-1
/
+1
*
free all allocated metadata structures
Aurelien Jacobs
2009-01-06
1
-0
/
+8
*
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
1
-2
/
+2
*
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2009-01-03
1
-2
/
+3
*
Put pass_logfilename_prefix check on a single line, improve readability.
Stefano Sabatini
2008-12-26
1
-2
/
+2
*
Rename variables:
Stefano Sabatini
2008-12-26
1
-5
/
+5
*
Offer an option (disabled by default) to enable the copy of the frames before
Wolfram Gloger
2008-12-22
1
-1
/
+3
*
Do not skip frames until the first keyframe when stream copying but
Michael Niedermayer
2008-12-16
1
-1
/
+1
*
Cosmetics: remove empty comments.
Stefano Sabatini
2008-12-14
1
-2
/
+2
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-1
/
+1
*
Make more informative the error messages regarding the access to the
Stefano Sabatini
2008-12-01
1
-2
/
+2
*
channel layout support for ffmpeg.c
Benjamin Larsson
2008-11-29
1
-0
/
+4
*
Make rate_emu a global property rather than to be settable for a
Stefano Sabatini
2008-11-27
1
-4
/
+2
[prev]
[next]