]> git.sesse.net Git - ffmpeg/history - avconv.c
Fix a bunch of common typos.
[ffmpeg] / avconv.c
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Anton Khirnovavconv: drop code for special handling of avserver...
2011-12-08 Luca Barbatoavconv: remove unsubstantiated comment
2011-12-05 Justin Rugglesavconv: only allocate 1 AVFrame per input stream
2011-12-05 Justin Rugglesavconv: fix memleaks due to not freeing the AVFrame...
2011-12-04 Justin Rugglesavconv: use avcodec_decode_audio4() instead of avcodec_...
2011-12-02 Mans RullgardDo not memcpy raw video frames when using null muxer
2011-11-30 Anton Khirnovavconv: make copy_tb on by default.
2011-11-30 Anton Khirnovavconv: compute next_pts from input packet duration...
2011-11-30 Anton Khirnovavconv: update InputStream.pts in the streamcopy case.
2011-11-29 Alex Converseavconv: Handle audio sync for non-S16 sample formats.
2011-11-23 Janne Grunauavconv: fix segfault at EOF with delayed pictures
2011-11-23 Anton Khirnovavconv: remove a now unused parameter from output_packet().
2011-11-23 Anton Khirnovavconv: formatting fixes in output_packet()
2011-11-23 Anton Khirnovavconv: declare some variables in blocks where they...
2011-11-23 Anton Khirnovavconv: use the same behavior when decoding audio/video...
2011-11-23 Anton Khirnovavconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
2011-11-22 Alex Converseavconv: Consistently use PIX_FMT_NONE.
2011-11-21 Anton Khirnovavconv: cleanup the transcoding loop in output_packet().
2011-11-21 Anton Khirnovavconv: split subtitle transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split video transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split audio transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: reindent.
2011-11-21 Anton Khirnovavconv: move streamcopy-only code out of decoding loop.
2011-11-21 Anton Khirnovavconv: remove an always true condition and reindent.
2011-11-21 Anton Khirnovavconv: split off streamcopy handling into a separate...
2011-11-21 Anton Khirnovavconv: cosmetics, reformat transcode_init()
2011-11-21 Anton Khirnovavconv: rename 'os' variable to 'oc'
2011-11-18 Martin Storsjöavconv: Set new interrupt callbacks for all AVFormatCon...
2011-11-10 Anton Khirnovavconv: remove some codec-specific hacks
2011-11-06 Anton Khirnovavconv: remove some redundant temporary variables.
2011-11-06 Anton Khirnovavconv: fix broken indentation
2011-11-06 Anton Khirnovavconv: move copy_initial_nonkeyframes to the options...
2011-11-06 Anton Khirnovavconv: use file:stream instead of file.stream in log...
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-11-03 Anton Khirnovavconv: add -dump_attachment option.
2011-11-03 Anton Khirnovavconv: add -attach option.
2011-11-03 Anton Khirnovavconv: make negative mappings disable only streams...
2011-10-31 Martin Storsjöcmdutils: Rename read_file to cmdutils_read_file
2011-10-25 Justin Rugglesg722dec: remove the use of lowres for half-rate decoding.
2011-10-25 Anton Khirnovlavf: deprecate AVStream.stream_copy
2011-10-25 Anton Khirnovavconc: split choose_codec() to choose_decoder/choose_e...
2011-10-25 Anton Khirnovmpegenc: add preload private option.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-17 Alexandra Khirnovaavconv: add presets
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-09 Mans Rullgardavtools: add -v as alias for -loglevel
2011-10-09 Anton Khirnovavconv: always print stats with AV_LOG_INFO
2011-10-09 Anton Khirnovavconv: add -stats option to enable/disable printing...
2011-10-09 Anton Khirnovavconv: in output_packet() don't set decoded_data_size...
2011-10-09 Anton Khirnovavconv: remove pointless always true condition
2011-10-09 Anton Khirnovavconv: factorize common code in transcode_init()
2011-09-28 Alex Converseavconv: Reformat s16 volume adjustment.
2011-09-28 Alex Converseavconv: Initialize return value for codec copy path.
2011-09-27 Alex Converseavconv: Fix volume adjustment for non-s16 sample formats
2011-09-27 Alex Converseavconv: Make samples void*.
2011-09-27 Alex Converseavconv: Use the size of the decode sample format when...
2011-09-27 Anton Khirnovavconv: use different variables for decoded and filtere...
2011-09-27 Anton Khirnovavconv: add support for copying attachments.
2011-09-27 Anton Khirnovavconv: factorize common code from new_*_stream()
2011-09-26 Anton Khirnovavconv: replace all fprintf() by av_log().
2011-09-26 Anton Khirnovavconv: change av_log verbosity from ERROR to FATAL...
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-25 Anton Khirnovavconv: use correct output stream index when checking...
2011-09-25 Anton Khirnovavconv: remove fake coded_frame on streamcopy hack
2011-09-23 Anton Khirnovavconv: actually set InputFile.rate_emu
2011-09-11 Anton Khirnovavconv: use correct index when selecting metadata to...
2011-09-11 Anton Khirnovavconv: fix inverted variable
2011-09-11 Anton Khirnovavconv: move streamid_map to options context.
2011-09-11 Anton Khirnovavconv: extend -vf syntax
2011-09-11 Anton Khirnovavconv: move top_field_first to options context.
2011-09-11 Anton Khirnovavconv: move inter/intra matrix to options context.
2011-09-11 Anton Khirnovavconv: remove -psnr option.
2011-09-11 Anton Khirnovavconv: remove me_threshold option.
2011-09-11 Anton Khirnovavconv: move video_rc_override_string to options context.
2011-09-11 Anton Khirnovavconv: move frame pixel format to the options context.
2011-09-11 Anton Khirnovavconv: move frame aspect ratio to the options context.
2011-09-11 Anton Khirnovavconv: move frame size to the options context.
2011-09-11 Anton Khirnovavconv: move frame_rate to the options context.
2011-09-11 Anton Khirnovavconv: move force_fps to the options context.
2011-09-11 Anton Khirnovavconv: move forced_key_frames to the options context.
2011-09-11 Anton Khirnovavconv: rewrite -qscale and -aq handling.
2011-09-11 Anton Khirnovavconv: move audio_sample_rate to the options context.
2011-09-11 Anton Khirnovcmdutils: add support for programs in check_stream_spec...
2011-09-11 Anton Khirnovavconv: move audio_sample_fmt to options context.
2011-09-10 Anton Khirnovavconv: move audio_channels to the options context.
2011-09-10 Anton Khirnovavconv: move *_disable to options context.
2011-09-10 Anton Khirnovavconv: remove -[vas]lang options.
2011-09-10 Anton Khirnovavconv: move codec tags to options context.
2011-09-05 Anton Khirnovavconv: fix parsing metadata specifiers.
2011-09-05 Anton Khirnovavconv: move mux_preload and mux_max_delay to options...
2011-09-05 Anton Khirnovavconv: move bitstream filters to options context.
2011-09-05 Anton Khirnovavconv: move rate_emu to options context.
2011-09-05 Anton Khirnovavconv: move max_frames to options context.
2011-09-05 Anton Khirnovavconv: move metadata to options context.
2011-09-05 Anton Khirnovavconv: move ts scale to options context.
2011-09-05 Anton Khirnovavconv: move chapter maps to options context.
2011-09-05 Anton Khirnovavconv: move metadata maps to options context.
2011-09-05 Anton Khirnovavconv: move codec_names to options context.
next