Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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