OSDN Git Service

swscale: fix JPEG-range YUV scaling artifacts.
[coroid/libav_saccubus.git] / ffmpeg.c
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
2011-03-20 Panagiotis H.M.... Do no modify terminal parameters using termios.h
2011-03-20 Stefano Sabatiniffmpeg: modify help text for the map option
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-12 Stefano Sabatiniffmpeg: remove unused variable in ffmpeg_exit()
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-02 Martin Storsjöffmpeg: Use av_pkt_dump_log2
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-05 James Zerncmdutils: fix opt_values leak
2011-02-05 Alexander StrangeAdopt pkt_dts/pkt_pts in lavc clients
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-02-02 Anton Khirnovffmpeg.c: rename map_meta_data option to map_metadata
2011-01-31 Stefano SabatiniMake ffmpeg warns the user when the selected sample...
2011-01-25 Diego Elio PettenòMake local variables static.
2011-01-24 Stefano SabatiniDo not set audio_resample to 0 if audio_sync_method...
2011-01-22 Mike Scheutzowstreamid does not work with newaudio, newvideo, newsubtitle
2011-01-18 Michael NiedermayerUpdate threshold to detect real timebase for stream...
2011-01-17 Michael NiedermayerFeed the filter chain with the sample aspect ratio...
2011-01-14 Baptiste CoudurierNew "copytb" ffmpeg cli option to copy input stream...
2011-01-14 Stefano SabatiniMake opt_audio_sample_fmt() abort in case of invalid...
2011-01-14 Ronald S. BultjeReindent after 26330.
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-12 Baptiste CoudurierDo not allocate unused swscale context when libavfilter...
2011-01-11 Baptiste CoudurierFix warnings:
2011-01-11 Baptiste CoudurierChange 'arg' type in parse_meta_type, fix warning:
2011-01-07 Anatoly NenashevFix lowres > 0 with --enable-avfilter..
2011-01-05 Michael NiedermayerFix/cleanup m/ljpeg encoding pix fmt selection code...
2011-01-02 Anssi HannulaUse AVOption for muxers in ffmpeg.
2010-12-31 Aurelien Jacobsuse avsubtitle_free() instead of re-implementing it...
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-12 Stefano SabatiniReindent.
2010-12-12 Stefano SabatiniFix encoding when the input audio format/rate/channels...
2010-12-10 Justin RugglesShow per-codec options on FFmpeg commandline help.
2010-12-04 Aurelien Jacobscosmetic: indentation
2010-12-04 Aurelien Jacobsadd subtitle codec autodetection
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-22 Anton Khirnovffmpeg.c: copy global metadata by default
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-20 Baptiste CoudurierCosmetics, fix indentation
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-13 Aurelien Jacobsadd global header support for subtitles encoding
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
next