Anton Khirnov
|
aa51b0492b
avconv: rename output_packet() to process_input_packet()
|
11 лет назад |
Anton Khirnov
|
3f3232a371
avconv: set the output stream timebase
|
10 лет назад |
Anton Khirnov
|
452860d7e0
Use av_packet_rescale_ts() to simplify code.
|
10 лет назад |
Anton Khirnov
|
71d6551e67
avconv: use the correct variable in comparison
|
10 лет назад |
Anton Khirnov
|
48e5092133
avconv: make -shortest work with streamcopy
|
10 лет назад |
Luca Barbato
|
39ec5e1cf8
avconv: Report the codec and the encoder separately
|
10 лет назад |
Anton Khirnov
|
383136264e
avconv: do not use the stream codec context for encoding
|
11 лет назад |
Anton Khirnov
|
41776ba9c0
avconv: do not use the stream codec context for decoding
|
11 лет назад |
Anton Khirnov
|
dc40d88625
avconv: do not use poorly defined and undocumented AVStream.pts
|
10 лет назад |
Anton Khirnov
|
6656370b85
avconv: set the "encoder" tag when transcoding
|
11 лет назад |
Anton Khirnov
|
93afb6c98d
avconv: set output avg_frame_rate when known
|
11 лет назад |
Anton Khirnov
|
9580818c5d
avconv: rename OutputStream.opts to OutputStream.encoder_opts
|
11 лет назад |
Anton Khirnov
|
01947f07b8
avconv: remove a useless line
|
11 лет назад |
Anton Khirnov
|
65ed9e7585
avconv: rename 'codec' to 'enc_ctx'
|
11 лет назад |
Anton Khirnov
|
650a5206a9
avconv: rename 'icodec' to 'dec_ctx'
|
11 лет назад |
Anton Khirnov
|
f3a6ad22c9
avconv: rename InputStream.opts to InputStream.decoder_opts
|
11 лет назад |
Anton Khirnov
|
73ed8558a6
avconv: simplify exit_program() by using more local vars
|
11 лет назад |
Anton Khirnov
|
1ae8198bca
avconv: always reset packet pts after decoding an audio frame
|
11 лет назад |
Vittorio Giovara
|
aa499568af
avconv: More descriptive message about framedrop
|
11 лет назад |
Anton Khirnov
|
d1780e01b8
avconv: don't warn on multiple frames per packet for codecs that expect it
|
11 лет назад |
Anton Khirnov
|
4754345027
avconv: print verbose per-stream transcoding statistics
|
11 лет назад |
Anton Khirnov
|
a220b07b0f
avconv: split printing the final statistics into a separate function
|
11 лет назад |
Anton Khirnov
|
baeb59d89b
avconv: rewrite output data size tracking
|
11 лет назад |
Anton Khirnov
|
f759f66e36
avconv: explicitly report when the muxing overhead is unknown
|
11 лет назад |
Anton Khirnov
|
781d97fd54
avconv: remove unused nb_frames_dup
|
11 лет назад |
Anton Khirnov
|
59444c76e6
avconv: add stream-global side data to the first demuxed packet
|
11 лет назад |
Anton Khirnov
|
67f2a68814
avconv: remove a write-only variable
|
11 лет назад |
Luca Barbato
|
5c79d2e12d
avconv: Do not divide by zero
|
11 лет назад |
Anton Khirnov
|
2ce8bca51f
avconv: print a warning when falling back to default 25fps
|
11 лет назад |
Anton Khirnov
|
674fa49110
avconv: do not call avcodec_get_frame_defaults()
|
11 лет назад |
Anton Khirnov
|
eb891b3114
Replace all uses of avcodec_free_frame with av_frame_free().
|
11 лет назад |
Diego Biurrun
|
8f8bc92365
Add missing #includes for *INT64_MAX and *INT64_C
|
11 лет назад |
Anton Khirnov
|
07fd0a2219
avconv: add infrastructure for using hwaccels
|
11 лет назад |
Anton Khirnov
|
5b9c3b4505
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
|
11 лет назад |
Anton Khirnov
|
ccc7129845
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
|
11 лет назад |
Anton Khirnov
|
c872d310cd
avconv: stop accessing AVStream.parser
|
11 лет назад |
Anton Khirnov
|
ddc589ce98
avconv: drop a now useless variable
|
11 лет назад |
Anton Khirnov
|
488a0fa689
avconv: support -t as an input option.
|
11 лет назад |
Anton Khirnov
|
56ee3f9de7
avconv: distinguish between -ss 0 and -ss not being used
|
11 лет назад |
Luca Barbato
|
636ced8e1d
cmdutils: wrap exit explicitly
|
11 лет назад |
Derek Buitenhuis
|
7798a59dc1
avconv: Don't include colorspace.h
|
11 лет назад |
Luca Barbato
|
42cc6cefd3
avconv: report the error for codec open failure
|
11 лет назад |
Luca Barbato
|
1e340af8d6
avconv: drop additional strerror fallback
|
11 лет назад |
Anton Khirnov
|
274e134e49
avconv: check that the output format context exists before accessing it
|
11 лет назад |
Anton Khirnov
|
538bf76737
avconv: make -aspect work with streamcopy
|
11 лет назад |
Anton Khirnov
|
481575d255
avconv: remove -deinterlace
|
12 лет назад |
Anton Khirnov
|
76d23f4031
avconv: do not send non-monotonous DTS to the muxers.
|
12 лет назад |
Anton Khirnov
|
b4a5a29227
avconv: improve -re implementation
|
12 лет назад |
Anton Khirnov
|
8cd472d3f9
avconv: make output -ss insert trim/atrim filters.
|
12 лет назад |
Anton Khirnov
|
a83c0da539
avconv: make -t insert trim/atrim filters.
|
12 лет назад |