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: pass output stream duration as a hint to the muxer
Tobias Rapp
2017-01-19
1
-0
/
+9
*
ffmpeg: Add -time_base option to hint the time base
Michael Bradshaw
2017-01-14
1
-2
/
+4
*
ffmpeg: use buffersink accessors.
Nicolas George
2017-01-12
1
-22
/
+24
*
ffmpeg: remove stop_encoding variable and related code, it is dead / unused code
Michael Niedermayer
2016-12-28
1
-9
/
+2
*
ffmpeg: Check avcodec_parameters_to_context() for failure
Michael Niedermayer
2016-12-26
1
-2
/
+3
*
ffmpeg: assert return value is initialized
Tobias Rapp
2016-12-01
1
-0
/
+1
*
ffmpeg: factor out sending frame to filters
Clément Bœsch
2016-11-18
1
-34
/
+30
*
ffmpeg: remove dead code out of the video filter loop
Clément Bœsch
2016-11-18
1
-5
/
+0
*
Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'
Hendrik Leppkes
2016-11-14
1
-56
/
+10
|
\
*
\
Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'
Hendrik Leppkes
2016-11-13
1
-0
/
+3
|
\
\
|
|
/
*
|
Merge commit 'ba7397baef796ca3991fe1c921bc91054407c48b'
Hendrik Leppkes
2016-11-13
1
-309
/
+317
|
\
\
|
|
/
*
|
ffmpeg: add newline to avformat_write_header error message
Marton Balint
2016-11-13
1
-1
/
+1
*
|
ffmpeg: don't overwrite av_bsf_receive_packet return value before checking it
James Almer
2016-11-05
1
-6
/
+6
*
|
ffmpeg: Warn if thousands of frames are duplicated.
Carl Eugen Hoyos
2016-11-04
1
-0
/
+5
*
|
ffmpeg: Fix bsf corrupting merged side data
Michael Niedermayer
2016-11-04
1
-0
/
+1
*
|
Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'
Hendrik Leppkes
2016-11-03
1
-0
/
+32
|
\
\
|
|
/
*
|
doc: fix spelling errors
Andreas Cadhalpun
2016-10-21
1
-1
/
+1
*
|
ffmpeg: remove unused ist parameter in do_subtitle_out()
Clément Bœsch
2016-10-16
1
-2
/
+1
*
|
ffmpeg: Use av_fifo_freep() to avoid stale pointers
Michael Niedermayer
2016-10-14
1
-1
/
+1
*
|
ffmpeg_cleanup: fix crash with unrecognized codec
James Zern
2016-10-14
1
-1
/
+1
*
|
Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'
Hendrik Leppkes
2016-10-08
1
-22
/
+62
|
\
\
|
|
/
*
|
ffmpeg: explicitly write headers for files with no streams
Hendrik Leppkes
2016-10-07
1
-0
/
+10
*
|
Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'
Hendrik Leppkes
2016-10-07
1
-31
/
+60
|
\
\
|
|
/
*
|
Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'
Hendrik Leppkes
2016-10-07
1
-2
/
+1
|
\
\
|
|
/
*
|
ffmpeg: remove unused and errorneous AVFrame timestamp check
Hendrik Leppkes
2016-10-07
1
-6
/
+1
*
|
ffmpeg: don't reconfigure terminal if we're not taking input from stdin
Rodger Combs
2016-10-06
1
-3
/
+1
*
|
ffmpeg: use new encode API
wm4
2016-10-01
1
-25
/
+46
*
|
ffmpeg: use new decode API
wm4
2016-10-01
1
-52
/
+126
*
|
ffmpeg: move subframe warning to libavcodec
wm4
2016-10-01
1
-7
/
+0
*
|
ffmpeg: pass the hwaccel frames context to the decoder
Anton Khirnov
2016-09-29
1
-0
/
+7
*
|
Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'
James Almer
2016-09-28
1
-145
/
+158
|
\
\
|
|
/
*
|
ffmpeg: stop using AVStream.codec on stream copy
James Almer
2016-09-27
1
-13
/
+12
*
|
ffmpeg: fix memleak of encoder options AVDictionary on failure
James Almer
2016-09-25
1
-0
/
+1
*
|
ffmpeg: Fix bistream typos
Michael Niedermayer
2016-09-25
1
-1
/
+1
*
|
ffmpeg: switch to the new BSF API
Clément Bœsch
2016-09-24
1
-37
/
+117
*
|
ffmpeg: switch to codecpar
Clément Bœsch
2016-09-21
1
-107
/
+127
*
|
lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg
Clément Bœsch
2016-09-14
1
-48
/
+4
*
|
ffmpeg: copy trailing_padding when using -acodec copy
Jon Toohill
2016-09-13
1
-0
/
+1
*
|
ffmpeg: fix broken indent/style in write_frame
Clément Bœsch
2016-09-02
1
-22
/
+21
*
|
ffmpeg: fix -stream_loop with -re
Marton Balint
2016-08-28
1
-0
/
+4
*
|
ffmpeg: Do not set too large bits_per_raw_sample.
Carl Eugen Hoyos
2016-08-17
1
-1
/
+7
*
|
cmdutils: remove the current working directory from the DLL search path on win32
Hendrik Leppkes
2016-08-08
1
-0
/
+2
*
|
Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'
James Almer
2016-08-06
1
-10
/
+0
|
\
\
|
|
/
*
|
Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'
Timothy Gu
2016-08-03
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into merge
Timothy Gu
2016-08-03
1
-5
/
+4
|
\
\
|
|
/
*
|
Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'
Timothy Gu
2016-08-03
1
-2
/
+2
|
\
\
|
|
/
*
|
ffmpeg.c: copy video profile when using stream_copy
Mark Reid
2016-07-23
1
-0
/
+1
*
|
cosmetics: fix some misspelled words
James Almer
2016-07-17
1
-2
/
+2
*
|
ffmpeg: do not use deprecated AVSubtitleRect.pict
Clément Bœsch
2016-06-25
1
-3
/
+3
*
|
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
\
|
|
/
[next]