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-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
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-22Make sure kbhit() is in conio.hDave Yeo
2011-03-21Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris
2011-03-20ffmpeg: modify help text for the map optionStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-12ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-02ffmpeg: Use av_pkt_dump_log2Martin Storsjö
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-09Deprecate avcodec_thread_init()Alexander Strange