]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
tiff: print log in case of unknown / unsupported tag
[ffmpeg] / ffmpeg.c
2011-05-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-12 Michael Niedermayerffmpeg: factorize quality calculation
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-12 Michael NiedermayerMerge remote branch 'qatar/master'
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-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-10 Robert Leatherwood"Initialize" copy_tb like the other global variables.
2011-05-10 Michael Niedermayerffmpeg: Fix -t with files that do not have any timestamps.
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-10 Michael NiedermayerMerge remote branch 'qatar/master'
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-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-08 Anton Khirnovffmpeg.c: check for interlaced flag in the correct...
2011-05-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Stefano Sabatinivsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
2011-05-07 Stefano Sabatiniffmpeg: rename ost->pict_tmp to ost->resample_frame
2011-05-07 Stefano Sabatiniffmpeg: prefer dec/enc over ost/ist->st->codec in do_vi...
2011-05-07 Stefano Sabatiniffmpeg: move resample_changed check within the #if...
2011-05-07 Stefano Sabatiniffmpeg: remove useless intermediary variable resample_d...
2011-05-07 Stefano Sabatiniffmpeg: simplify mid-stream reconfiguration when libavf...
2011-05-07 Stefano Sabatinilavfi: add libavfilter/avcodec.h and avfilter_copy_fram...
2011-05-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-05-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-02 Stefano Sabatinireplace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
2011-05-02 Stefano Sabatinireplace deprecated av_get_pict_type_char() with av_get_...
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-05-02 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-01 Stefano Sabatinilavfi: rename AVFilterBufferRefVideoProps.pixel_aspect...
2011-05-01 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-04-30 Michael NiedermayerMerge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
2011-04-30 Michael NiedermayerFFMPEG: support demuxer specific options.
2011-04-30 Michael NiedermayerLAVFAPI: avformat_alloc_output_context() / simplify...
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-28 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-27 Michael NiedermayerRevert buggy hunk that leaked in from a libav merge.
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael Niedermayervsrc_buffer: Set output size
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-23 Diego BiurrunLowercase all ff* program names.
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Carl Eugen HoyosCosmetics: Rename variable daemon as run_as_daemon.
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Stefano Sabatiniffmpeg: call pre_process_video_frame() only if decoding...
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Baptiste CoudurierIn libx264 wrapper, correctly support 2pass log filenam...
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
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-19 Stefano Sabatiniffmpeg: reformat resample condition code in transcode()
2011-04-19 Stefano Sabatiniffmpeg: factorize resampling condition check in do_vide...
2011-04-19 Stefano Sabatiniffmpeg: prefer "dec" over "ist->st->codec" in do_video_...
2011-04-19 Stefano Sabatiniffmpeg: improve reporting if size/pixel format changes
2011-04-19 Stefano Sabatiniffmpeg: remove unused fields AVOutputStream.original_wi...
2011-04-19 Stefano Sabatiniffmpeg: remove unused variable padding_src in do_video_...
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-18 Michael Niedermayerffmpeg:Daemon mode, add -d as first option to try it.
2011-04-18 Michael Niedermayerffmpeg:Fix negative verbositiy
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Baptiste Coudurierffmpeg: fix -aspect cli option
2011-04-16 Stefano Sabatiniffmpeg: use parse_number_and_die() when it makes sense
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Stefano Sabatiniffmpeg: rename configure_filters() to configure_video_f...
2011-04-10 Lou LoganRedefine sameq
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
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-08 Michael NiedermayerMerge remote branch 'qatar/master'
next