Diego Biurrun
|
e2a3df1a46
avconv: Use more precise deprecation ifdefs
|
8 years ago |
Anton Khirnov
|
35c8580668
avconv: stop using AVStream.codec
|
8 years ago |
Diego Biurrun
|
763d69bfb2
Add some more deprecation guards
|
8 years ago |
Vittorio Giovara
|
41ed7ab45f
cosmetics: Fix spelling mistakes
|
9 years ago |
Luca Barbato
|
1db8eb1549
avconv: Drop an unused variable
|
9 years ago |
Anton Khirnov
|
69a638019f
avconv: fix -frames for video
|
9 years ago |
Mark Thompson
|
5d273d3efa
avconv: VAAPI hwcontext initialisation and hwaccel helper
|
9 years ago |
wm4
|
35846d93e0
avconv: use new encode API
|
9 years ago |
wm4
|
84aea95e31
avconv: use new decode API
|
9 years ago |
Anton Khirnov
|
4426540f0c
avconv: switch to the new BSF API
|
9 years ago |
wm4
|
0b6e5d6b32
avconv: remove sub-frame warning
|
9 years ago |
Anton Khirnov
|
15e84ed3f1
avconv: convert to codecpar
|
9 years ago |
Anton Khirnov
|
5b9cdf8cba
avconv: switch opening decoders and encoders
|
9 years ago |
Anton Khirnov
|
c15f6098b1
avconv: pass the hw context from filters to the encoder
|
9 years ago |
Luca Barbato
|
63f7f8d1db
avconv: Drop an impossible check
|
9 years ago |
Luca Barbato
|
7ebf1b4ada
avconv: Simplify poll_filters() return value check
|
9 years ago |
Anton Khirnov
|
e63e3797a1
avconv: pass the global codec side data to the muxer
|
9 years ago |
Anton Khirnov
|
3efd71b4d0
avconv: set packet duration for CFR video streams
|
9 years ago |
Alexandra Hájková
|
cd0e08813a
avconv: support infinite loop for the loop option
|
9 years ago |
Luca Barbato
|
ce70f28a17
avpacket: Replace av_free_packet with av_packet_unref
|
9 years ago |
Luca Barbato
|
a5d4204309
avformat: Always return ref-counted AVPacket
|
9 years ago |
Anton Khirnov
|
fb472e1a11
avconv: add support for Intel QSV-accelerated transcoding
|
9 years ago |
Luca Barbato
|
34ed5c2e4d
avformat: Do not use AVFMT_RAWPICTURE
|
9 years ago |
Alexandra Hájková
|
16b0c92962
avconv: Add loop option.
|
9 years ago |
Vittorio Giovara
|
6064f697a3
lavc: Enable side data only packets by default
|
9 years ago |
Vittorio Giovara
|
059a934806
lavc: Consistently prefix input buffer defines
|
9 years ago |
Vittorio Giovara
|
def97856de
lavc: AV-prefix all codec capabilities
|
9 years ago |
Vittorio Giovara
|
7c6eb0a1b7
lavc: AV-prefix all codec flags
|
9 years ago |
Vittorio Giovara
|
40cf1bbacc
Deprecate avctx.coded_frame
|
9 years ago |
Vittorio Giovara
|
5d3addb937
Add a quality factor packet side data
|
9 years ago |
Anton Khirnov
|
6d592fbd0d
avconv: split creating and (re-)configuring complex filtergraphs
|
9 years ago |
Anton Khirnov
|
1959351aec
avconv: move the no streams failure to open_output_file()
|
9 years ago |
Anton Khirnov
|
ab7b038906
avconv: factor out the output stream initialization
|
9 years ago |
Anton Khirnov
|
6d5d924604
avconv: move handling the 2pass logfile into avconv_opt
|
9 years ago |
Anton Khirnov
|
59245e0c5e
avconv: set the encoding/decoding_needed flags earlier
|
9 years ago |
Anton Khirnov
|
56c2f37727
avconv: drop update_sample_fmt()
|
9 years ago |
Anton Khirnov
|
9a5e4fbec8
avconv: do not stop processing the input packet on decoding error
|
9 years ago |
Anton Khirnov
|
b114f6d48a
avconv: factor out flushing the filters
|
9 years ago |
Martin Storsjö
|
16302246b1
avconv: Add an option for automatically rotating video according to display matrix
|
10 years ago |
Himangi Saraogi
|
aa1a1b2496
avconv: Avoid theoretical NULL dereferences
|
10 years ago |
Anton Khirnov
|
3892bdab9b
avconv: do not overwrite the stream codec context for streamcopy
|
10 years ago |
Luca Barbato
|
22a6d48b0d
avconv: Print the avfilter errors
|
10 years ago |
Anton Khirnov
|
dc7536ca3d
avconv: do not abort immediately if initializing hwaccel fails
|
10 years ago |
Anton Khirnov
|
88b32673db
avconv: copy stream-level side data when streamcopying
|
10 years ago |
Martin Storsjö
|
d0c0930219
avconv: Use av_gettime_relative
|
10 years ago |
Anton Khirnov
|
59b55c494e
lavc: deprecate unused me_threshold field
|
10 years ago |
Vittorio Giovara
|
c92965dbfb
avconv: check return value
|
10 years ago |
Anton Khirnov
|
557d4c4eca
avconv: replace AVCodecContext.time_base with framerate
|
11 years ago |
Luca Barbato
|
6cfbe1de5a
avconv: Use only audio and video to guess discontinuities
|
10 years ago |
Gabriel Dume
|
f929ab0569
cosmetics: Write NULL pointer equality checks more compactly
|
10 years ago |