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
*
ffmpeg: get rid of a pointless limit on number of streams.
Anton Khirnov
2011-07-13
1
-5
/
+1
*
ffmpeg: remove an unused define.
Anton Khirnov
2011-07-13
1
-2
/
+0
*
lavf: deprecate AVFormatContext.timestamp
Anton Khirnov
2011-07-12
1
-7
/
+8
*
ffmpeg: merge input_files_ts_scale into InputStream.
Anton Khirnov
2011-07-12
1
-9
/
+13
*
ffmpeg: don't abuse a global for passing sample format from input to output
Anton Khirnov
2011-07-12
1
-3
/
+7
*
ffmpeg: don't abuse a global for passing channel layout from input to output
Anton Khirnov
2011-07-12
1
-3
/
+1
*
ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()
Anton Khirnov
2011-07-12
1
-52
/
+28
*
ffmpeg: remove unused variables from InputStream.
Anton Khirnov
2011-07-08
1
-5
/
+0
*
ffmpeg: remove pointless if (nb_input_files)
Anton Khirnov
2011-07-08
1
-17
/
+14
*
ffmpeg: merge input_files_ts_offset into input_files.
Anton Khirnov
2011-07-08
1
-9
/
+10
*
ffmpeg: merge input_codecs into input_streams.
Anton Khirnov
2011-07-08
1
-10
/
+7
*
ffmpeg: drop AV prefixes from struct names.
Anton Khirnov
2011-07-08
1
-54
/
+54
*
ffmpeg: deprecate loop_input and loop_output options
Anton Khirnov
2011-07-08
1
-4
/
+10
*
lavf: deprecate AVStream.quality.
Anton Khirnov
2011-07-06
1
-7
/
+8
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()
Stefano Sabatini
2011-07-02
1
-1
/
+1
*
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-20
1
-3
/
+3
*
ffmpeg: deprecate -vc and -tvstd
Anton Khirnov
2011-06-16
1
-10
/
+6
*
ffmpeg: use new avformat_open_* API.
Anton Khirnov
2011-06-16
1
-30
/
+47
*
ffmpeg: don't abuse a global for passing frame size from input to output
Anton Khirnov
2011-06-16
1
-6
/
+10
*
ffmpeg: don't abuse a global for passing pixel format from input to output
Anton Khirnov
2011-06-16
1
-3
/
+5
*
ffmpeg: initialise encoders earlier.
Anton Khirnov
2011-06-16
1
-6
/
+6
*
ffmpeg: merge output_codecs array into AVOutputStream members.
Anton Khirnov
2011-06-16
1
-11
/
+7
*
ffmpeg: don't abuse a global for passing framerate from input to output
Anton Khirnov
2011-06-15
1
-9
/
+13
*
ffmpeg: don't abuse a global for passing channels from input to output
Anton Khirnov
2011-06-15
1
-6
/
+9
*
ffmpeg: don't abuse a global for passing samplerate from input to output
Anton Khirnov
2011-06-15
1
-11
/
+13
*
ffmpeg: fix streaming to ffserver.
Ronald S. Bultje
2011-06-14
1
-0
/
+1
*
ffmpeg.c: Add a necessary const qualifier
Alex Converse
2011-06-09
1
-1
/
+1
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-14
/
+15
*
Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().
Stefano Sabatini
2011-06-03
1
-2
/
+2
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-5
/
+3
*
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-28
1
-100
/
+115
*
ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...
Mike Williams
2011-05-26
1
-0
/
+1
*
ffmpeg: get rid of useless AVInputStream.nb_streams.
Anton Khirnov
2011-05-25
1
-5
/
+3
*
ffmpeg: simplify managing input files and streams
Anton Khirnov
2011-05-25
1
-95
/
+68
*
ffmpeg: purge redundant AVInputStream.index.
Anton Khirnov
2011-05-25
1
-10
/
+8
*
ffmpeg: Don't trigger url_interrupt_cb on the first signal
Martin Storsjö
2011-05-22
1
-1
/
+3
*
ffmpeg: get rid of the -vglobal option.
Anton Khirnov
2011-05-21
1
-8
/
+1
*
Add support for request_sample_format in ffmpeg and ffplay.
Justin Ruggles
2011-05-18
1
-2
/
+70
*
ffmpeg: fix -aspect cli option
Baptiste Coudurier
2011-05-16
1
-15
/
+14
*
Restructure video filter implementation in ffmpeg.c.
Michael Niedermayer
2011-05-16
1
-59
/
+80
*
ffmpeg: use parse_number_and_die() when it makes sense
Stefano Sabatini
2011-05-13
1
-21
/
+18
*
ffmpeg: get rid of the 'q' key schizofrenia
Anton Khirnov
2011-05-13
1
-36
/
+3
*
ffmpeg: factorize quality calculation
Michael Niedermayer
2011-05-12
1
-7
/
+6
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-3
/
+0
*
ffmpeg: call pre_process_video_frame() only if decoding is needed
Stefano Sabatini
2011-05-11
1
-7
/
+3
*
ffmpeg: reformat resample condition code in transcode()
Stefano Sabatini
2011-05-11
1
-3
/
+3
*
ffmpeg: factorize resampling condition check in do_video_out()
Stefano Sabatini
2011-05-11
1
-8
/
+7
*
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
Stefano Sabatini
2011-05-11
1
-2
/
+2
*
ffmpeg: improve reporting if size/pixel format changes
Stefano Sabatini
2011-05-11
1
-2
/
+5
[next]