git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
avconv: remove a now unused parameter from output_packet().
[ffmpeg.git]
/
avconv.c
2011-11-23
Anton Khirnov
avconv: remove a now unused parameter from output_packet().
blob
|
commitdiff
2011-11-23
Anton Khirnov
avconv: formatting fixes in output_packet()
blob
|
commitdiff
|
diff to current
2011-11-23
Anton Khirnov
avconv: declare some variables in blocks where they...
blob
|
commitdiff
|
diff to current
2011-11-23
Anton Khirnov
avconv: use the same behavior when decoding audio/video...
blob
|
commitdiff
|
diff to current
2011-11-23
Anton Khirnov
avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
blob
|
commitdiff
|
diff to current
2011-11-22
Alex Converse
avconv: Consistently use PIX_FMT_NONE.
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: cleanup the transcoding loop in output_packet().
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: split subtitle transcoding out of output_packet().
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: split video transcoding out of output_packet().
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: split audio transcoding out of output_packet().
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: reindent.
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: move streamcopy-only code out of decoding loop.
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: remove an always true condition and reindent.
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: split off streamcopy handling into a separate...
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: cosmetics, reformat transcode_init()
blob
|
commitdiff
|
diff to current
2011-11-21
Anton Khirnov
avconv: rename 'os' variable to 'oc'
blob
|
commitdiff
|
diff to current
2011-11-18
Martin Storsjö
avconv: Set new interrupt callbacks for all AVFormatCon...
blob
|
commitdiff
|
diff to current
2011-11-10
Anton Khirnov
avconv: remove some codec-specific hacks
blob
|
commitdiff
|
diff to current
2011-11-06
Anton Khirnov
avconv: remove some redundant temporary variables.
blob
|
commitdiff
|
diff to current
2011-11-06
Anton Khirnov
avconv: fix broken indentation
blob
|
commitdiff
|
diff to current
2011-11-06
Anton Khirnov
avconv: move copy_initial_nonkeyframes to the options...
blob
|
commitdiff
|
diff to current
2011-11-06
Anton Khirnov
avconv: use file:stream instead of file.stream in log...
blob
|
commitdiff
|
diff to current
2011-11-06
Martin Storsjö
Call avformat_network_init/deinit in the programs
blob
|
commitdiff
|
diff to current
2011-11-03
Anton Khirnov
avconv: add -dump_attachment option.
blob
|
commitdiff
|
diff to current
2011-11-03
Anton Khirnov
avconv: add -attach option.
blob
|
commitdiff
|
diff to current
2011-11-03
Anton Khirnov
avconv: make negative mappings disable only streams...
blob
|
commitdiff
|
diff to current
2011-10-31
Martin Storsjö
cmdutils: Rename read_file to cmdutils_read_file
blob
|
commitdiff
|
diff to current
2011-10-25
Justin Ruggles
g722dec: remove the use of lowres for half-rate decoding.
blob
|
commitdiff
|
diff to current
2011-10-25
Anton Khirnov
lavf: deprecate AVStream.stream_copy
blob
|
commitdiff
|
diff to current
2011-10-25
Anton Khirnov
avconc: split choose_codec() to choose_decoder/choose_e...
blob
|
commitdiff
|
diff to current
2011-10-25
Anton Khirnov
mpegenc: add preload private option.
blob
|
commitdiff
|
diff to current
2011-10-19
Anton Khirnov
lavf: replace av_new_stream->avformat_new_stream part II.
blob
|
commitdiff
|
diff to current
2011-10-17
Alexandra Khirnova
avconv: add presets
blob
|
commitdiff
|
diff to current
2011-10-12
Anton Khirnov
cmdutils/avtools: simplify show_help() by using av_opt_...
blob
|
commitdiff
|
diff to current
2011-10-12
Anton Khirnov
Remove all uses of deprecated AVOptions API.
blob
|
commitdiff
|
diff to current
2011-10-09
Mans Rullgard
avtools: add -v as alias for -loglevel
blob
|
commitdiff
|
diff to current
2011-10-09
Anton Khirnov
avconv: always print stats with AV_LOG_INFO
blob
|
commitdiff
|
diff to current
2011-10-09
Anton Khirnov
avconv: add -stats option to enable/disable printing...
blob
|
commitdiff
|
diff to current
2011-10-09
Anton Khirnov
avconv: in output_packet() don't set decoded_data_size...
blob
|
commitdiff
|
diff to current
2011-10-09
Anton Khirnov
avconv: remove pointless always true condition
blob
|
commitdiff
|
diff to current
2011-10-09
Anton Khirnov
avconv: factorize common code in transcode_init()
blob
|
commitdiff
|
diff to current
2011-09-28
Alex Converse
avconv: Reformat s16 volume adjustment.
blob
|
commitdiff
|
diff to current
2011-09-28
Alex Converse
avconv: Initialize return value for codec copy path.
blob
|
commitdiff
|
diff to current
2011-09-27
Alex Converse
avconv: Fix volume adjustment for non-s16 sample formats
blob
|
commitdiff
|
diff to current
2011-09-27
Alex Converse
avconv: Make samples void*.
blob
|
commitdiff
|
diff to current
2011-09-27
Alex Converse
avconv: Use the size of the decode sample format when...
blob
|
commitdiff
|
diff to current
2011-09-27
Anton Khirnov
avconv: use different variables for decoded and filtere...
blob
|
commitdiff
|
diff to current
2011-09-27
Anton Khirnov
avconv: add support for copying attachments.
blob
|
commitdiff
|
diff to current
2011-09-27
Anton Khirnov
avconv: factorize common code from new_*_stream()
blob
|
commitdiff
|
diff to current
2011-09-26
Anton Khirnov
avconv: replace all fprintf() by av_log().
blob
|
commitdiff
|
diff to current
2011-09-26
Anton Khirnov
avconv: change av_log verbosity from ERROR to FATAL...
blob
|
commitdiff
|
diff to current
2011-09-26
Anton Khirnov
avtools: parse loglevel before all the other options.
blob
|
commitdiff
|
diff to current
2011-09-25
Anton Khirnov
avconv: use correct output stream index when checking...
blob
|
commitdiff
|
diff to current
2011-09-25
Anton Khirnov
avconv: remove fake coded_frame on streamcopy hack
blob
|
commitdiff
|
diff to current
2011-09-23
Anton Khirnov
avconv: actually set InputFile.rate_emu
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: use correct index when selecting metadata to...
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: fix inverted variable
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move streamid_map to options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: extend -vf syntax
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move top_field_first to options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move inter/intra matrix to options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: remove -psnr option.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: remove me_threshold option.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move video_rc_override_string to options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move frame pixel format to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move frame aspect ratio to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move frame size to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move frame_rate to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move force_fps to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move forced_key_frames to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: rewrite -qscale and -aq handling.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move audio_sample_rate to the options context.
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
cmdutils: add support for programs in check_stream_spec...
blob
|
commitdiff
|
diff to current
2011-09-11
Anton Khirnov
avconv: move audio_sample_fmt to options context.
blob
|
commitdiff
|
diff to current
2011-09-10
Anton Khirnov
avconv: move audio_channels to the options context.
blob
|
commitdiff
|
diff to current
2011-09-10
Anton Khirnov
avconv: move *_disable to options context.
blob
|
commitdiff
|
diff to current
2011-09-10
Anton Khirnov
avconv: remove -[vas]lang options.
blob
|
commitdiff
|
diff to current
2011-09-10
Anton Khirnov
avconv: move codec tags to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: fix parsing metadata specifiers.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move mux_preload and mux_max_delay to options...
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move bitstream filters to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move rate_emu to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move max_frames to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move metadata to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move ts scale to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move chapter maps to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move metadata maps to options context.
blob
|
commitdiff
|
diff to current
2011-09-05
Anton Khirnov
avconv: move codec_names to options context.
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
avconv: move format to options context
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
avconv: move limit_filesize to options context
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
avconv: move start_time, recording_time and input_ts_of...
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
avconv: add a context for options.
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
cmdutils: add support for caller-provided option context.
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
cmdutils: move grow_array() from avconv to cmdutils.
blob
|
commitdiff
|
diff to current
2011-09-04
Anton Khirnov
cmdutils: move exit_program() declaration to cmdutils...
blob
|
commitdiff
|
diff to current
2011-09-03
Anton Khirnov
cmdutils: get rid of dummy contexts for examining AVOpt...
blob
|
commitdiff
|
diff to current
2011-09-01
Michael Niedermayer
avconv: fix some bugs introduced in 630902a1e1336e7ee0c...
blob
|
commitdiff
|
diff to current
2011-08-30
Anton Khirnov
avconv: remove -threads option.
blob
|
commitdiff
|
diff to current
2011-08-30
Alex Converse
avconv: Replace raw picture frame swapping hack.
blob
|
commitdiff
|
diff to current
2011-08-29
Anton Khirnov
avconv: remove stubs of crop* and pad* options
blob
|
commitdiff
|
diff to current
next