summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
* Remove unused variablesMans Rullgard2011-06-02
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-26
* ffmpeg: get rid of useless AVInputStream.nb_streams.Anton Khirnov2011-05-25
* ffmpeg: simplify managing input files and streamsAnton Khirnov2011-05-25
* ffmpeg: purge redundant AVInputStream.index.Anton Khirnov2011-05-25
* ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö2011-05-22
* ffmpeg: get rid of the -vglobal option.Anton Khirnov2011-05-21
* Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles2011-05-18
* ffmpeg: fix -aspect cli optionBaptiste Coudurier2011-05-16
* Restructure video filter implementation in ffmpeg.c.Michael Niedermayer2011-05-16
* ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini2011-05-13
* ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov2011-05-13
* ffmpeg: factorize quality calculationMichael Niedermayer2011-05-12
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-11
* ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-11
* ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-11
* ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-11
* ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-11
* ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini2011-05-11
* ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange2011-05-10
* ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-05-10
* ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-05-10
* ffmpeg: fix negative verbosity.Michael Niedermayer2011-05-10
* ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-05-10
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-10
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-09
* ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-09
* ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov2011-05-08
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
* Lowercase all ff* program names.Diego Biurrun2011-04-23
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* Redefine sameqLou Logan2011-04-10
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-05