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
/
avconv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
avconv: add stream-global side data to the first demuxed packet
Anton Khirnov
2014-03-24
1
-0
/
+17
*
avconv: remove a write-only variable
Anton Khirnov
2014-02-24
1
-1
/
+0
*
avconv: Do not divide by zero
Luca Barbato
2014-02-20
1
-3
/
+7
*
avconv: print a warning when falling back to default 25fps
Anton Khirnov
2014-01-17
1
-4
/
+13
*
avconv: do not call avcodec_get_frame_defaults()
Anton Khirnov
2013-12-11
1
-2
/
+1
*
Replace all uses of avcodec_free_frame with av_frame_free().
Anton Khirnov
2013-12-11
1
-1
/
+1
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
avconv: add infrastructure for using hwaccels
Anton Khirnov
2013-11-23
1
-0
/
+73
*
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-11-16
1
-2
/
+2
*
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
Anton Khirnov
2013-10-31
1
-3
/
+0
*
avconv: stop accessing AVStream.parser
Anton Khirnov
2013-10-29
1
-1
/
+8
*
avconv: drop a now useless variable
Anton Khirnov
2013-10-27
1
-2
/
+0
*
avconv: support -t as an input option.
Anton Khirnov
2013-08-05
1
-0
/
+11
*
avconv: distinguish between -ss 0 and -ss not being used
Anton Khirnov
2013-08-05
1
-4
/
+6
*
cmdutils: wrap exit explicitly
Luca Barbato
2013-07-07
1
-31
/
+31
*
avconv: Don't include colorspace.h
Derek Buitenhuis
2013-06-29
1
-1
/
+0
*
avconv: report the error for codec open failure
Luca Barbato
2013-06-22
1
-2
/
+8
*
avconv: drop additional strerror fallback
Luca Barbato
2013-06-22
1
-4
/
+5
*
avconv: check that the output format context exists before accessing it
Anton Khirnov
2013-06-04
1
-1
/
+1
*
avconv: make -aspect work with streamcopy
Anton Khirnov
2013-05-27
1
-7
/
+8
*
avconv: remove -deinterlace
Anton Khirnov
2013-05-07
1
-44
/
+0
*
avconv: do not send non-monotonous DTS to the muxers.
Anton Khirnov
2013-05-03
1
-0
/
+19
*
avconv: improve -re implementation
Anton Khirnov
2013-05-03
1
-17
/
+11
*
avconv: make output -ss insert trim/atrim filters.
Anton Khirnov
2013-04-30
1
-5
/
+0
*
avconv: make -t insert trim/atrim filters.
Anton Khirnov
2013-04-30
1
-5
/
+1
*
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-04-11
1
-1
/
+0
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
1
-1
/
+0
[next]