OSDN Git Service

doc/avconv: remove documentation for removed 'timestamp' option
[coroid/libav_saccubus.git] / ffmpeg.c
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: move grow_array() from avconv to cmdutils.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-08-17 Diego Biurrunffmpeg: remove unsed variable nopts
2011-08-15 Dustin Brodympeg12: remove repeat-field code disabled since May...
2011-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-08-12 Anton Khirnovffmpeg: add a warning stating that the program is depre...
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-07-28 Stefano Sabatinicmdutils: add codec_opts parameter to setup_find_stream...
2011-07-17 Mans Rullgardffmpeg: fix some indentation
2011-07-17 Mans Rullgardffmpeg: fix operation with --disable-avfilter
2011-07-14 Martin Storsjöffmpeg: Fix the check for experimental codecs
2011-07-14 Anton Khirnovffmpeg: print the low bitrate warning after the codec...
2011-07-13 Anton Khirnovffmpeg: use new avcodec_open2 and avformat_find_stream_...
2011-07-13 Anton Khirnovffmpeg: check experimental flag after codec is opened.
2011-07-13 Anton Khirnovffmpeg: do not set GLOBAL_HEADER flag in the options...
2011-07-13 Diego BiurrunReplace some gotos that lead to single return statement...
2011-07-13 Anton Khirnovffmpeg: get rid of a pointless limit on number of streams.
2011-07-13 Anton Khirnovffmpeg: remove an unused define.
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-12 Anton Khirnovffmpeg: merge input_files_ts_scale into InputStream.
2011-07-12 Anton Khirnovffmpeg: don't abuse a global for passing sample format...
2011-07-12 Anton Khirnovffmpeg: don't abuse a global for passing channel layout...
2011-07-12 Anton Khirnovffmpeg: factor common code from new_a/v/s/d_stream...
2011-07-08 Anton Khirnovffmpeg: remove unused variables from InputStream.
2011-07-08 Anton Khirnovffmpeg: remove pointless if (nb_input_files)
2011-07-08 Anton Khirnovffmpeg: merge input_files_ts_offset into input_files.
2011-07-08 Anton Khirnovffmpeg: merge input_codecs into input_streams.
2011-07-08 Anton Khirnovffmpeg: drop AV prefixes from struct names.
2011-07-08 Anton Khirnovffmpeg: deprecate loop_input and loop_output options
2011-07-06 Anton Khirnovlavf: deprecate AVStream.quality.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-02 Stefano Sabatiniffmpeg: use av_get_bytes_per_sample() in place of av_ge...
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-16 Anton Khirnovffmpeg: deprecate -vc and -tvstd
2011-06-16 Anton Khirnovffmpeg: use new avformat_open_* API.
2011-06-16 Anton Khirnovffmpeg: don't abuse a global for passing frame size...
2011-06-16 Anton Khirnovffmpeg: don't abuse a global for passing pixel format...
2011-06-16 Anton Khirnovffmpeg: initialise encoders earlier.
2011-06-16 Anton Khirnovffmpeg: merge output_codecs array into AVOutputStream...
2011-06-15 Anton Khirnovffmpeg: don't abuse a global for passing framerate...
2011-06-15 Anton Khirnovffmpeg: don't abuse a global for passing channels from...
2011-06-15 Anton Khirnovffmpeg: don't abuse a global for passing samplerate...
2011-06-14 Ronald S. Bultjeffmpeg: fix streaming to ffserver.
2011-06-09 Alex Converseffmpeg.c: Add a necessary const qualifier
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-06-02 Mans RullgardRemove unused variables
2011-05-28 Stefano Sabatinicmdutils: remove OPT_FUNC2
2011-05-26 Mike Williamsffserver: Fix a null pointer dereference as a result...
2011-05-25 Anton Khirnovffmpeg: get rid of useless AVInputStream.nb_streams.
2011-05-25 Anton Khirnovffmpeg: simplify managing input files and streams
2011-05-25 Anton Khirnovffmpeg: purge redundant AVInputStream.index.
2011-05-22 Martin Storsjöffmpeg: Don't trigger url_interrupt_cb on the first...
2011-05-21 Anton Khirnovffmpeg: get rid of the -vglobal option.
2011-05-18 Justin RugglesAdd support for request_sample_format in ffmpeg and...
2011-05-16 Baptiste Coudurierffmpeg: fix -aspect cli option
2011-05-16 Michael NiedermayerRestructure video filter implementation in ffmpeg.c.
2011-05-13 Stefano Sabatiniffmpeg: use parse_number_and_die() when it makes sense
2011-05-13 Anton Khirnovffmpeg: get rid of the 'q' key schizofrenia
2011-05-12 Michael Niedermayerffmpeg: factorize quality calculation
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Stefano Sabatiniffmpeg: call pre_process_video_frame() only if decoding...
2011-05-11 Stefano Sabatiniffmpeg: reformat resample condition code in transcode()
2011-05-11 Stefano Sabatiniffmpeg: factorize resampling condition check in do_vide...
2011-05-11 Stefano Sabatiniffmpeg: prefer "dec" over "ist->st->codec" in do_video_...
2011-05-11 Stefano Sabatiniffmpeg: improve reporting if size/pixel format changes
2011-05-11 Stefano Sabatiniffmpeg: warns the user when the selected pixel format...
2011-05-10 Alexander Strangeffmpeg: Simplify decode loop condition to not use next_pts
2011-05-10 Stefano Sabatiniffmpeg: remove unused fields AVOutputStream.original_wi...
2011-05-10 Stefano Sabatiniffmpeg: remove unused variable padding_src in do_video_...
2011-05-10 Michael Niedermayerffmpeg: fix negative verbosity.
2011-05-10 Stefano Sabatiniffmpeg: rename configure_filters() to configure_video_f...
2011-05-10 Stefano Sabatinicmdutils: remove list_fmts(), simplify
2011-05-10 Takashi MochizukiAdd missing CONFIG_AVFILTER check.
2011-05-09 Anton Khirnovffmpeg.c: reset avoptions after each input/output file.
2011-05-09 Anton Khirnovffmpeg.c: store per-output stream sws flags.
2011-05-08 Anton Khirnovffmpeg.c: check for interlaced flag in the correct...
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-04-23 Diego BiurrunLowercase all ff* program names.
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-19 Stefano Sabatiniprefer avio_check() over url_exist()
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-10 Lou LoganRedefine sameq
2011-04-08 Anton Khirnovlavf: get rid of ffm-specific stuff in avformat.h
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-07 Anton Khirnovavio: avio_ prefix for url_set_interrupt_cb.
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-05 Alex ConverseAdd silence support for AV_SAMPLE_FMT_U8.
2011-03-25 Justin RugglesAdd audio_service_type field to AVCodecContext for...
2011-03-22 Dave YeoMake sure kbhit() is in conio.h
next