]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
xdcam hd422 720p24 fourcc in mov
[ffmpeg] / ffmpeg.c
2010-10-03 Aurelien Jacobscosmetic: break long line
2010-10-02 Reimar DöffingerAdd init and uninit functions to cmdutils, reduces...
2010-10-01 Aurelien Jacobsffmpeg: replace MAX_STREAMS by an arbitrary sanity...
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate bitstream_filters
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate stream_maps
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate output_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_files_ts_scale
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate streamid_map
2010-10-01 Aurelien Jacobsffmpeg: add a grow_array() helper function
2010-10-01 Måns RullgårdRename libavutil/assert.h to avassert.h
2010-09-30 Michael Niedermayerav_assert() system.
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-27 Janne Grunauuse strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-24 Michael NiedermayerDoxy consistency cosmetics
2010-09-24 Michael NiedermayerEnable AV_LOG_SKIP_REPEATED to maintain previous behavior.
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-09-20 Stefano SabatiniMove log_callback_help to cmdutils.[hc], for allowing...
2010-09-18 Justin Ruggles10l: error in last commit. use decoder channels not...
2010-09-18 Justin RugglesChange remaining ost->st->codec and ist->st->codec...
2010-09-09 Martin StorsjöUpdate the audio sample rate when doing lowres audio...
2010-08-24 Stefano SabatiniFactorize opt_new_{audio,video,subtitle} definitions.
2010-08-24 Stefano SabatiniCosmetics: rename out_video_filter to output_video_filt...
2010-08-24 Stefano SabatiniMake configure_filters() return a meaningful error...
2010-08-24 Ramiro Pollaindent
2010-08-23 Vitor SessakMake "-fs ss" mean "make output file of size equals...
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-26 Stefano SabatiniReindent.
2010-07-26 Stefano SabatiniRename av_transcode() to transcode().
2010-07-25 Stefano SabatiniRename av_exit() to ffmpeg_exit().
2010-07-25 Stefano SabatiniUse X ? Y : Z construct, simplify.
2010-07-25 Stefano SabatiniCosmetics: rename enc -> dec in opt_input_file().
2010-07-18 Jai MenonFFmpeg : Replace some av_exit calls in av_transcode...
2010-07-15 Jai MenonFFmpeg : Close input file and free any related memory if
2010-07-05 Michael NiedermayerMove frame_available computation to where it belongs...
2010-07-04 Stefano SabatiniMake opt_pad() print more information.
2010-07-04 Stefano SabatiniUpdate help message for the -pad* options, as they...
2010-07-03 Baptiste CoudurierLOL, 100l, really fix warning:
2010-07-03 Baptiste CoudurierFix warning:
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-07-03 Baptiste CoudurierReduce codec time base when stream copying
2010-07-03 Baptiste CoudurierSet graph swscale opts before parsing it, that way...
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Mike ScheutzowAdd new option "streamid" to set the value of an outfil...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-06-22 Stefano SabatiniRename rec_timestamp to recording_timestamp, for consis...
2010-06-21 Alexander Strangeffmpeg: cosmetics: combine two variable declarations
2010-06-14 Michael NiedermayerDeprecate -crop* arguments, they currently are buggy...
2010-06-10 Justin Ruggles10l: audio_buf is already a uint8_t* so no need to...
2010-06-10 Justin RugglesAllocate enough memory for audio_buf to fit a full...
2010-06-10 Diego BiurrunRemove support for pre-Haiku, non-POSIX, non-C99 BeOS...
2010-06-08 Luca AbeniIn case of stream copy, copy the extradata from the...
2010-06-03 Stefano SabatiniChange type of {audio,video,subtitle}_codec_tag variabl...
2010-05-31 Janne Grunauffmpeg: offer alternatives for experimental codecs...
2010-05-31 Janne Grunauffmpeg: fail if user selected codec is experimental...
2010-05-22 Ramiro PollaOpen 2-pass logfile in binary mode for both reading...
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf
2010-05-11 Baptiste Couduriercosmetics, rename loop to frame_available
2010-05-11 Baptiste Coudurierrename curr_filter to last_filter, factorize filter...
2010-05-11 Baptiste Couduriercosmetics: indentation, whitespaces
2010-05-11 Baptiste Couduriersimplify, reuse existing args variable
2010-05-11 Baptiste Couduriercosmetics: filt_graph_all -> graph, like in ffplay.c
2010-05-07 Michael NiedermayerRemove messy pading hack in ffmpeg.c.
2010-05-07 Michael NiedermayerMake sure get_filtered_video_pic() doesnt loose interla...
2010-05-07 Michael Niedermayeravfilter support for ffmpeg
2010-04-30 Michael NiedermayerPrint warnig if requested samplingrate is unsupported.
2010-04-26 Stefano SabatiniMake ffmpeg use print_error() to make apparent the...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-22 Michael NiedermayerMake sure ffmpeg chooses a supported samplerte if the...
2010-04-22 Cyril RussoFix compilation error of ffmpeg and ffplay with --disab...
2010-04-20 Robert KrügerAllow setting the environment variable FFMPEG_DATADIR...
2010-04-16 Baptiste CoudurierTake ticks per frame into account when warning about...
2010-04-05 Anton KhirnovSimplify writing stream metadata.
2010-04-05 Anton KhirnovDon't overwrite user-supplied metadata with metadata...
2010-04-04 Stefano SabatiniReindent.
2010-04-04 Stefano SabatiniRename av_encode() to av_transcode(), the new name...
2010-04-02 Carl Eugen HoyosUse AVDISCARD_DEFAULT for 0 where appropriate.
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-03-31 Ronald S. BultjeFix FFM-based streaming from ffmpeg to ffserver. The...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Ronald S. BultjeSplit out code that auto-chooses a default pix_fmt...
2010-03-20 Måns Rullgård10l: fix build without termios.h
2010-03-19 Måns RullgårdRegister atexit handler only when needed
2010-03-19 Anton Khirnovffmpeg.c: copy chapters by default.
2010-03-16 Ronald S. BultjeTypo: if output (video) stream's pix_fmt is not set...
2010-03-15 Michael NiedermayerAllow mpeg style yuv in jpeg when strict standard compl...
2010-03-15 Alexander Strangeffmpeg: Combine variable declaration and definition
2010-03-15 Alexander Strangeffmpeg: Factor out redundant sync_ipts calculation
2010-03-09 Måns RullgårdMove libm replacements to new header libm.h
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-04 Alex Converseffmpeg.c: Don't use NULL for integer metadata flags.
2010-03-02 Stefano SabatiniMake ffmpeg print a message and abort if the name of...
2010-03-01 Chris StonesDon't let output pixel format influence input pixel...
next