git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ffmpeg: Initialize two stack variables.
[ffmpeg.git]
/
ffmpeg.c
2017-03-21
Carl Eugen Hoyos
ffmpeg: Initialize two stack variables.
blob
|
commitdiff
2017-03-21
wm4
ffmpeg: don't unnecessarily use a deprecated API function
blob
|
commitdiff
|
diff to current
2017-03-17
Anton Khirnov
ffmpeg: set the encoding framerate when the output...
blob
|
commitdiff
|
diff to current
2017-03-15
Clément Bœsch
Merge commit 'e46a6fb7732a7caef97a916a4f765ec0f779d195'
blob
|
commitdiff
|
diff to current
2017-03-12
Clément Bœsch
Merge commit 'b0f36a0043d76436cc7ab8ff92ab99c94595d3c0'
blob
|
commitdiff
|
diff to current
2017-03-06
wm4
ffmpeg: remove unnecessary hack for decoders which...
blob
|
commitdiff
|
diff to current
2017-03-03
wm4
ffmpeg: delay processing of subtitles before filters...
blob
|
commitdiff
|
diff to current
2017-03-03
Timo Rothenpieler
ffmpeg_cuvid: adapt for recent filter graph initializat...
blob
|
commitdiff
|
diff to current
2017-03-03
Anton Khirnov
ffmpeg: restructure sending EOF to filters
blob
|
commitdiff
|
diff to current
2017-03-03
Anton Khirnov
ffmpeg: move flushing the queued frames to configure_fi...
blob
|
commitdiff
|
diff to current
2017-03-03
Anton Khirnov
ffmpeg: init filtergraphs only after we have a frame...
blob
|
commitdiff
|
diff to current
2017-03-03
Anton Khirnov
ffmpeg: do packet ts rescaling in write_packet()
blob
|
commitdiff
|
diff to current
2017-03-03
wm4
ffmpeg: make sure packets put into the muxing FIFO...
blob
|
commitdiff
|
diff to current
2017-02-27
Carl Eugen Hoyos
ffmpeg: Add a linebreak to an error message.
blob
|
commitdiff
|
diff to current
2017-02-06
Michael Niedermayer
ffmpeg: Remove redundant null check
blob
|
commitdiff
|
diff to current
2017-02-02
Carl Eugen Hoyos
ffmpeg: Add a missing line break when requesting a...
blob
|
commitdiff
|
diff to current
2017-01-27
Sasi Inguva
ffmpeg.c: Add output file index and stream index to...
blob
|
commitdiff
|
diff to current
2017-01-19
Tobias Rapp
ffmpeg: pass output stream duration as a hint to the...
blob
|
commitdiff
|
diff to current
2017-01-14
Michael Bradshaw
ffmpeg: Add -time_base option to hint the time base
blob
|
commitdiff
|
diff to current
2017-01-12
Nicolas George
ffmpeg: use buffersink accessors.
blob
|
commitdiff
|
diff to current
2016-12-28
Michael Niedermayer
ffmpeg: remove stop_encoding variable and related code...
blob
|
commitdiff
|
diff to current
2016-12-26
Michael Niedermayer
ffmpeg: Check avcodec_parameters_to_context() for failure
blob
|
commitdiff
|
diff to current
2016-12-01
Tobias Rapp
ffmpeg: assert return value is initialized
blob
|
commitdiff
|
diff to current
2016-11-18
Clément Bœsch
ffmpeg: factor out sending frame to filters
blob
|
commitdiff
|
diff to current
2016-11-18
Clément Bœsch
ffmpeg: remove dead code out of the video filter loop
blob
|
commitdiff
|
diff to current
2016-11-14
Hendrik Leppkes
Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'
blob
|
commitdiff
|
diff to current
2016-11-13
Hendrik Leppkes
Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'
blob
|
commitdiff
|
diff to current
2016-11-13
Hendrik Leppkes
Merge commit 'ba7397baef796ca3991fe1c921bc91054407c48b'
blob
|
commitdiff
|
diff to current
2016-11-13
Marton Balint
ffmpeg: add newline to avformat_write_header error...
blob
|
commitdiff
|
diff to current
2016-11-05
James Almer
ffmpeg: don't overwrite av_bsf_receive_packet return...
blob
|
commitdiff
|
diff to current
2016-11-04
Carl Eugen Hoyos
ffmpeg: Warn if thousands of frames are duplicated.
blob
|
commitdiff
|
diff to current
2016-11-03
Michael Niedermayer
ffmpeg: Fix bsf corrupting merged side data
blob
|
commitdiff
|
diff to current
2016-11-03
Hendrik Leppkes
Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'
blob
|
commitdiff
|
diff to current
2016-10-21
Andreas Cadhalpun
doc: fix spelling errors
blob
|
commitdiff
|
diff to current
2016-10-16
Clément Bœsch
ffmpeg: remove unused ist parameter in do_subtitle_out()
blob
|
commitdiff
|
diff to current
2016-10-14
Michael Niedermayer
ffmpeg: Use av_fifo_freep() to avoid stale pointers
blob
|
commitdiff
|
diff to current
2016-10-14
James Zern
ffmpeg_cleanup: fix crash with unrecognized codec
blob
|
commitdiff
|
diff to current
2016-10-08
Hendrik Leppkes
Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'
blob
|
commitdiff
|
diff to current
2016-10-07
Hendrik Leppkes
ffmpeg: explicitly write headers for files with no...
blob
|
commitdiff
|
diff to current
2016-10-07
Hendrik Leppkes
Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'
blob
|
commitdiff
|
diff to current
2016-10-07
Hendrik Leppkes
Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'
blob
|
commitdiff
|
diff to current
2016-10-07
Hendrik Leppkes
ffmpeg: remove unused and errorneous AVFrame timestamp...
blob
|
commitdiff
|
diff to current
2016-10-06
Rodger Combs
ffmpeg: don't reconfigure terminal if we're not taking...
blob
|
commitdiff
|
diff to current
2016-10-01
wm4
ffmpeg: use new encode API
blob
|
commitdiff
|
diff to current
2016-10-01
wm4
ffmpeg: use new decode API
blob
|
commitdiff
|
diff to current
2016-10-01
wm4
ffmpeg: move subframe warning to libavcodec
blob
|
commitdiff
|
diff to current
2016-09-29
Anton Khirnov
ffmpeg: pass the hwaccel frames context to the decoder
blob
|
commitdiff
|
diff to current
2016-09-28
James Almer
Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'
blob
|
commitdiff
|
diff to current
2016-09-27
James Almer
ffmpeg: stop using AVStream.codec on stream copy
blob
|
commitdiff
|
diff to current
2016-09-25
James Almer
ffmpeg: fix memleak of encoder options AVDictionary...
blob
|
commitdiff
|
diff to current
2016-09-25
Michael Niedermayer
ffmpeg: Fix bistream typos
blob
|
commitdiff
|
diff to current
2016-09-24
Clément Bœsch
ffmpeg: switch to the new BSF API
blob
|
commitdiff
|
diff to current
2016-09-21
Clément Bœsch
ffmpeg: switch to codecpar
blob
|
commitdiff
|
diff to current
2016-09-14
Clément Bœsch
lavf: add avformat_transfer_internal_stream_timing_info...
blob
|
commitdiff
|
diff to current
2016-09-14
Jon Toohill
ffmpeg: copy trailing_padding when using -acodec copy
blob
|
commitdiff
|
diff to current
2016-09-02
Clément Bœsch
ffmpeg: fix broken indent/style in write_frame
blob
|
commitdiff
|
diff to current
2016-08-28
Marton Balint
ffmpeg: fix -stream_loop with -re
blob
|
commitdiff
|
diff to current
2016-08-17
Carl Eugen Hoyos
ffmpeg: Do not set too large bits_per_raw_sample.
blob
|
commitdiff
|
diff to current
2016-08-08
Hendrik Leppkes
cmdutils: remove the current working directory from...
blob
|
commitdiff
|
diff to current
2016-08-06
James Almer
Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'
blob
|
commitdiff
|
diff to current
2016-08-04
Timothy Gu
Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'
blob
|
commitdiff
|
diff to current
2016-08-04
Timothy Gu
Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee...
blob
|
commitdiff
|
diff to current
2016-08-04
Timothy Gu
Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'
blob
|
commitdiff
|
diff to current
2016-07-23
Mark Reid
ffmpeg.c: copy video profile when using stream_copy
blob
|
commitdiff
|
diff to current
2016-07-17
James Almer
cosmetics: fix some misspelled words
blob
|
commitdiff
|
diff to current
2016-06-25
Clément Bœsch
ffmpeg: do not use deprecated AVSubtitleRect.pict
blob
|
commitdiff
|
diff to current
2016-06-21
Clément Bœsch
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
blob
|
commitdiff
|
diff to current
2016-06-10
Timo Rothenpieler
ffmpeg: Add cuvid hwaccel support
blob
|
commitdiff
|
diff to current
2016-05-16
Michael Niedermayer
ffmpeg: Check that r_frame_rate is set before attemptin...
blob
|
commitdiff
|
diff to current
2016-05-10
Ronald S. Bultje
ffmpeg: copy color properties in case of -c:v copy.
blob
|
commitdiff
|
diff to current
2016-05-08
Derek Buitenhuis
Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'
blob
|
commitdiff
|
diff to current
2016-04-10
Derek Buitenhuis
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
blob
|
commitdiff
|
diff to current
2016-03-11
Ronald S. Bultje
vp9: add superframe merging bitstream filter.
blob
|
commitdiff
|
diff to current
2016-03-11
Ronald S. Bultje
lavf: allow BSFs to drop packets.
blob
|
commitdiff
|
diff to current
2016-02-26
Clément Bœsch
ffmpeg: set sub_text_format to ass (without timing...
blob
|
commitdiff
|
diff to current
2016-02-24
Derek Buitenhuis
Merge commit 'c15f6098b1b25689dd5e86aeb5ce69bc12efe1e1'
blob
|
commitdiff
|
diff to current
2016-02-19
Marton Balint
ffmpeg: init input streams before opening encoders
blob
|
commitdiff
|
diff to current
2016-02-18
Michael Niedermayer
ffmpeg: Check best_effort_timestamp after rescale
blob
|
commitdiff
|
diff to current
2016-01-29
Stefano Sabatini
ffmpeg: replace "flush Media" with "flush_media" in...
blob
|
commitdiff
|
diff to current
2016-01-19
Hendrik Leppkes
Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2'
blob
|
commitdiff
|
diff to current
2016-01-19
Hendrik Leppkes
Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2'
blob
|
commitdiff
|
diff to current
2016-01-17
Michael Niedermayer
ffmpeg: fix sws_dict leak on error exit
blob
|
commitdiff
|
diff to current
2016-01-08
Ganesh Ajjanagadde
ffmpeg: check fclose return values
blob
|
commitdiff
|
diff to current
2016-01-07
Ganesh Ajjanagadde
ffmpeg: replace log2 by av_log2
blob
|
commitdiff
|
diff to current
2016-01-06
Ganesh Ajjanagadde
ffmpeg: check return value of avio_closep for progress...
blob
|
commitdiff
|
diff to current
2015-12-28
Rodger Combs
ffmpeg: use lavf API for applying bitstream filters
blob
|
commitdiff
|
diff to current
2015-12-17
Hendrik Leppkes
Merge commit 'e63e3797a1ed9346f529848e6ba3d27fd2d2cc8d'
blob
|
commitdiff
|
diff to current
2015-12-17
Moritz Barsnick
ffmpeg: add progress speed to status line and report
blob
|
commitdiff
|
diff to current
2015-12-11
Tom Marecek
ffmpeg: change command line option -dump to work withou...
blob
|
commitdiff
|
diff to current
2015-12-05
Simon Thelen
ffmpeg: When streamcopying, only add the input seek...
blob
|
commitdiff
|
diff to current
2015-12-04
Clément Bœsch
ffmpeg: enable echoing with command and debug modes
blob
|
commitdiff
|
diff to current
2015-12-04
Michael Niedermayer
ffmpeg: Check pkt_dts for AV_NOPTS_VALUE
blob
|
commitdiff
|
diff to current
2015-11-20
Rodger Combs
ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss
blob
|
commitdiff
|
diff to current
2015-11-20
Maksym Veremeyenko
ffmpeg: preserve profile for audio stream copy
blob
|
commitdiff
|
diff to current
2015-11-16
Bryan Huh
ffmpeg: Simplify fps code related to delta0
blob
|
commitdiff
|
diff to current
2015-11-16
Bryan Huh
ffmpeg: Fixing typos and adding comments to fps code
blob
|
commitdiff
|
diff to current
2015-11-11
Michael Niedermayer
ffmpeg: Fix integer overflow with cur_dts being AV_NOPT...
blob
|
commitdiff
|
diff to current
2015-11-11
Michael Niedermayer
ffmpeg: Print a warning if a pkt duration is already...
blob
|
commitdiff
|
diff to current
2015-11-11
Michael Niedermayer
ffmpeg: set muxer packet duration based on framerate...
blob
|
commitdiff
|
diff to current
2015-11-10
Hendrik Leppkes
Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'
blob
|
commitdiff
|
diff to current
next