index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
avconv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-3
/
+3
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-3
/
+3
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+19
*
Add a quality factor packet side data
Vittorio Giovara
2015-07-20
1
-3
/
+10
*
avconv: split creating and (re-)configuring complex filtergraphs
Anton Khirnov
2015-07-19
1
-5
/
+0
*
avconv: move the no streams failure to open_output_file()
Anton Khirnov
2015-07-19
1
-10
/
+0
*
avconv: factor out the output stream initialization
Anton Khirnov
2015-07-19
1
-46
/
+57
*
avconv: move handling the 2pass logfile into avconv_opt
Anton Khirnov
2015-07-19
1
-34
/
+0
*
avconv: set the encoding/decoding_needed flags earlier
Anton Khirnov
2015-07-19
1
-4
/
+0
*
avconv: drop update_sample_fmt()
Anton Khirnov
2015-07-19
1
-70
/
+1
*
avconv: do not stop processing the input packet on decoding error
Anton Khirnov
2015-06-27
1
-12
/
+12
*
avconv: factor out flushing the filters
Anton Khirnov
2015-06-27
1
-12
/
+22
*
avconv: Add an option for automatically rotating video according to display m...
Martin Storsjö
2015-05-02
1
-0
/
+2
*
avconv: Avoid theoretical NULL dereferences
Himangi Saraogi
2015-04-04
1
-2
/
+7
*
avconv: do not overwrite the stream codec context for streamcopy
Anton Khirnov
2015-04-03
1
-11
/
+12
*
avconv: Print the avfilter errors
Luca Barbato
2015-03-20
1
-5
/
+13
*
avconv: do not abort immediately if initializing hwaccel fails
Anton Khirnov
2015-03-10
1
-1
/
+1
*
avconv: copy stream-level side data when streamcopying
Anton Khirnov
2014-10-24
1
-0
/
+20
*
avconv: Use av_gettime_relative
Martin Storsjö
2014-10-24
1
-6
/
+6
*
lavc: deprecate unused me_threshold field
Anton Khirnov
2014-10-18
1
-2
/
+1
*
avconv: check return value
Vittorio Giovara
2014-10-17
1
-1
/
+3
*
avconv: replace AVCodecContext.time_base with framerate
Anton Khirnov
2014-10-15
1
-5
/
+5
*
avconv: Use only audio and video to guess discontinuities
Luca Barbato
2014-09-26
1
-1
/
+3
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
avconv: rename output_packet() to process_input_packet()
Anton Khirnov
2014-08-13
1
-4
/
+4
*
avconv: set the output stream timebase
Anton Khirnov
2014-07-09
1
-0
/
+2
*
Use av_packet_rescale_ts() to simplify code.
Anton Khirnov
2014-06-20
1
-18
/
+3
*
avconv: use the correct variable in comparison
Anton Khirnov
2014-06-17
1
-1
/
+1
*
avconv: make -shortest work with streamcopy
Anton Khirnov
2014-06-12
1
-11
/
+16
*
avconv: Report the codec and the encoder separately
Luca Barbato
2014-06-04
1
-4
/
+26
*
avconv: do not use the stream codec context for encoding
Anton Khirnov
2014-06-01
1
-42
/
+49
*
avconv: do not use the stream codec context for decoding
Anton Khirnov
2014-06-01
1
-32
/
+34
*
avconv: do not use poorly defined and undocumented AVStream.pts
Anton Khirnov
2014-05-19
1
-1
/
+1
*
avconv: set the "encoder" tag when transcoding
Anton Khirnov
2014-05-18
1
-0
/
+30
*
avconv: set output avg_frame_rate when known
Anton Khirnov
2014-05-18
1
-0
/
+2
*
avconv: rename OutputStream.opts to OutputStream.encoder_opts
Anton Khirnov
2014-05-03
1
-7
/
+7
*
avconv: remove a useless line
Anton Khirnov
2014-05-03
1
-1
/
+0
*
avconv: rename 'codec' to 'enc_ctx'
Anton Khirnov
2014-05-03
1
-61
/
+61
*
avconv: rename 'icodec' to 'dec_ctx'
Anton Khirnov
2014-05-03
1
-35
/
+35
*
avconv: rename InputStream.opts to InputStream.decoder_opts
Anton Khirnov
2014-05-03
1
-5
/
+5
*
avconv: simplify exit_program() by using more local vars
Anton Khirnov
2014-05-03
1
-24
/
+33
*
avconv: always reset packet pts after decoding an audio frame
Anton Khirnov
2014-04-22
1
-3
/
+2
*
avconv: More descriptive message about framedrop
Vittorio Giovara
2014-03-25
1
-1
/
+3
*
avconv: don't warn on multiple frames per packet for codecs that expect it
Anton Khirnov
2014-03-24
1
-1
/
+2
*
avconv: print verbose per-stream transcoding statistics
Anton Khirnov
2014-03-24
1
-1
/
+90
*
avconv: split printing the final statistics into a separate function
Anton Khirnov
2014-03-24
1
-30
/
+36
*
avconv: rewrite output data size tracking
Anton Khirnov
2014-03-24
1
-23
/
+23
*
avconv: explicitly report when the muxing overhead is unknown
Anton Khirnov
2014-03-24
1
-3
/
+7
*
avconv: remove unused nb_frames_dup
Anton Khirnov
2014-03-24
1
-4
/
+3
[next]