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
*
Add libswresample.
Michael Niedermayer
2011-09-19
1
-54
/
+29
*
ffmpeg: fix video synchronization code to be exact on constant fps videos. Fi...
Michael Niedermayer
2011-09-13
1
-1
/
+10
*
ffmpeg: remove unused data_codec_name.
Clément Bœsch
2011-09-12
1
-2
/
+0
*
ffmpeg: set {audio,video,subtitle}_codec_name const.
Clément Bœsch
2011-09-12
1
-6
/
+6
*
ffmpeg: a bit more consistent prototypes.
Clément Bœsch
2011-09-12
1
-20
/
+17
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-12
1
-337
/
+229
|
\
*
|
ffmpeg: dont copy duration when -t is used
Michael Niedermayer
2011-09-11
1
-1
/
+4
*
|
ffmpeg: replace messy duplicated tag compatibility functions by more generic ...
Michael Niedermayer
2011-09-11
1
-18
/
+3
*
|
ffmpeg: add vbsf & absf for compatibility.
Michael Niedermayer
2011-09-11
1
-0
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-10
1
-93
/
+53
|
\
\
|
|
/
*
|
ffmpeg: fix -re
Michael Niedermayer
2011-09-09
1
-0
/
+1
*
|
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...
Stefano Sabatini
2011-09-06
1
-1
/
+1
*
|
lavfi: unify asink_buffer and vsink_buffer API
Stefano Sabatini
2011-09-06
1
-1
/
+9
*
|
ffmpeg: map subtitle stream by default when user specified -scodec
Michael Niedermayer
2011-09-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-05
1
-267
/
+276
|
\
\
|
|
/
*
|
ffmpeg: tell reset_options() if it is used on input or output files.
Michael Niedermayer
2011-09-05
1
-5
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-05
1
-115
/
+106
|
\
\
|
|
/
|
*
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
1
-2
/
+2
|
*
cmdutils: move grow_array() from avconv to cmdutils.
Anton Khirnov
2011-09-04
1
-20
/
+0
|
*
cmdutils: move exit_program() declaration to cmdutils from avconv
Anton Khirnov
2011-09-04
1
-73
/
+73
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-04
1
-3
/
+7
|
\
\
|
|
/
|
*
cmdutils: get rid of dummy contexts for examining AVOptions.
Anton Khirnov
2011-09-03
1
-3
/
+7
*
|
ffmpeg: fix reading from stdin on windows
Michael Niedermayer
2011-09-04
1
-1
/
+27
*
|
Revert "ffmpeg: remove presets." and reimplement the needed parts that no lon...
Michael Niedermayer
2011-09-03
1
-0
/
+55
*
|
ffmpeg: Fix minor memleak of input_tmp
Chiranjeevi Melam
2011-09-02
1
-1
/
+4
*
|
ffmpeg: fix two unused variables warnings.
Clément Bœsch
2011-09-01
1
-6
/
+6
*
|
Fix compilation with --disable-avfilter.
Carl Eugen Hoyos
2011-09-01
1
-1
/
+4
*
|
ffmpeg: Fix typos introduced in:
Michael Niedermayer
2011-09-01
1
-3
/
+3
*
|
Merge commit 'f593628e5868e52a46de666767896c6afcebdae4'
Michael Niedermayer
2011-08-31
1
-5
/
+3
|
\
\
|
|
/
|
*
doxygen: fix wrong comment syntax, //< vs. ///<
Diego Biurrun
2011-08-26
1
-3
/
+3
*
|
ffmpeg: ffmpeg: fix reading commands from the keyboard
Michael Niedermayer
2011-08-30
1
-2
/
+2
*
|
ffmpeg: fix reading commands from stdin
Michael Niedermayer
2011-08-30
1
-1
/
+6
*
|
ffmpeg: re-add nb_streams to InputFile.
Anton Khirnov
2011-08-30
1
-5
/
+6
*
|
ffmpeg: Replace goto redo on decode fail with continue.
Alex Converse
2011-08-30
1
-2
/
+1
*
|
ffmpeg: Remove dead store.
Alex Converse
2011-08-30
1
-1
/
+0
*
|
ffmpeg: use av_clip_int16 for audio clipping
Alex Converse
2011-08-30
1
-3
/
+1
*
|
ffmpeg: switch stream mapping print code to qatars variant
Michael Niedermayer
2011-08-30
1
-6
/
+5
*
|
ffmpeg: move the avcodec_find_decoder() call to add_input_streams().
Anton Khirnov
2011-08-30
1
-2
/
+2
*
|
ffmpeg: Separate initialization from the main transcode loop.
Alex Converse
2011-08-30
1
-26
/
+38
*
|
ffmpeg: reset input_ts_offset between files.
Anton Khirnov
2011-08-30
1
-0
/
+1
*
|
ffmpeg: call flush_encoders() from transcode() directly.
Anton Khirnov
2011-08-30
1
-6
/
+3
*
|
ffmpeg: fix broken indentation.
Anton Khirnov
2011-08-30
1
-1
/
+1
*
|
ffmpeg: rescue poor abused limit_filesize global.
Anton Khirnov
2011-08-30
1
-6
/
+8
*
|
ffmpeg: Set error code before before jumping to fail.
Alex Converse
2011-08-30
1
-3
/
+9
*
|
ffmpeg: Fix spelling errors.
Alex Converse
2011-08-30
1
-3
/
+3
*
|
ffmpeg: save two levels of indentation in flush_encoders()
Anton Khirnov
2011-08-30
1
-69
/
+67
*
|
ffmpeg: factor flushing encoders out of output_packet().
Anton Khirnov
2011-08-30
1
-81
/
+88
*
|
ffmpeg: factor out initializing input streams.
Anton Khirnov
2011-08-30
1
-34
/
+35
*
|
ffmpeg: reset streamid_map between output files.
Anton Khirnov
2011-08-30
1
-1
/
+2
*
|
ffmpeg: make timer_start a local var in transcode().
Anton Khirnov
2011-08-30
1
-5
/
+4
[next]