]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-06-09 Nicolas Georgeffmpeg: with filter_complex, avoid random in<->out...
2012-06-09 Nicolas Georgeffmpeg: init icodec.
2012-06-09 Nicolas Georgeffmpeg: use the frame rate computed by lavfi.
2012-06-09 Nicolas Georgeffmpeg: add frame rate to the buffersrc arguments.
2012-06-09 Nicolas Georgebuffersrc: deprecate flat options syntax.
2012-06-09 Nicolas Georgebuffersrc: accept the frame rate as argument.
2012-06-09 Nicolas Georgebuffersrc: accept key=value arguments.
2012-06-09 Nicolas Georgebuffersink: add av_buffersink_get_frame_rate().
2012-06-09 Nicolas Georgelavfi: add a frame_rate field to AVFilterLink.
2012-06-09 Michael Niedermayerlibavutil.v: add avpriv prefix
2012-06-09 Michael Niedermayerswr: skip memset(0) in rematrix when the array is known...
2012-06-09 Michael Niedermayerswr: zero buffers on allocation
2012-06-08 J. Bohladd bracket around the argument (fixes compilation...
2012-06-08 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-06-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-08 Michael Niedermayerswr: add mix8to2
2012-06-08 Michael Niedermayerswr: 5.1->stereo double, float and s16
2012-06-08 Michael Niedermayerswr: add all in one rematrixing function ptr
2012-06-08 Michael Niedermayerswr: add inrermediate sample type for rematrixing
2012-06-08 Michael Niedermayerffplay: reset AVFrame to defaults before decoding each...
2012-06-08 Michael Niedermayerffplay: check return code of avcodec_decode_video2()
2012-06-08 Justin Rugglesfloat_dsp: ppc: add a separate header for Altivec funct...
2012-06-08 Mans RullgardARM: fix float_dsp breakage from d5a7229
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-08 Justin RugglesPPC: Move types_altivec.h and util_altivec.h from libav...
2012-06-08 Justin RugglesARM: Move asm.S from libavcodec to libavutil
2012-06-08 Michael Niedermayerrv10: change assert() to av_assert()
2012-06-08 Mike Scheutzowffmpeg.c: fix erroneous "Output file is empty" message.
2012-06-08 Paul B MaholRevert "Fix building libopencore_amrnb decoder without...
2012-06-08 Carl Eugen... Add iac build dependency.
2012-06-08 Carl Eugen... Fix dirac decoder build dependencies.
2012-06-08 Carl Eugen... Fix latm muxer Makefile dependencies.
2012-06-08 Carl Eugen... Fix jacosub muxer Makefile dependencies.
2012-06-08 Carl Eugen... Fix amv encoder dependencies.
2012-06-08 Paul B MaholFix building libopencore_amrnb decoder without libopenc...
2012-06-08 Paul B Maholpixdesc: BGRA64 is rgb pixel format
2012-06-08 Michael Niedermayerfate-bprint: try to workaround platform specific value.
2012-06-08 Michael NiedermayerRevert "sinewin_tablegen: use av_assert"
2012-06-08 Mans Rullgardvc1dsp: mark put/avg_vc1_mspel_mc() always_inline
2012-06-08 Michael Niedermayermpegtsenc: make pts/dts offseting optional
2012-06-07 Nicolas Georgecmdutils: include threading caps in codecs listing.
2012-06-07 Nicolas Georgeamerge: accept multiple inputs.
2012-06-07 Nicolas Georgeaf_amerge: move nb_in_ch into the in structure.
2012-06-07 Nicolas Georgeaudioconvert: implement av_bprint_channel_layout().
2012-06-07 Nicolas Georgefate: add bprint test.
2012-06-07 Nicolas Georgebprint: add av_bprint_init_for_buffer().
2012-06-07 Nicolas Georgeopt: add test for IMAGE_SIZE and PIXEL_FMT.
2012-06-07 Nicolas Georgeopt: free test_ctx.string at the end.
2012-06-07 Nicolas Georgeopt: init test_ctx to 0.
2012-06-07 Nicolas Georgeopt: add AV_OPT_TYPE_PIXEL_FMT.
2012-06-07 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-06-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-07 Michael Niedermayerh261enc: use av_assert
2012-06-07 Michael Niedermayerh261dec: use av_assert
2012-06-07 Michael Niedermayerswfenc: use av_assert
2012-06-07 Alex Conversempegts: Remove disabled extension matching probe.
2012-06-07 Michael Niedermayerxmv: use av_assert
2012-06-07 Michael Niedermayerh264_mvpred: use av_assert
2012-06-07 Michael Niedermayerlavc/rectangle: change assert to av_assert
2012-06-07 Michael Niedermayerlavf: fix missing "parser not found" message
2012-06-07 Michael Niedermayeryuv2rgb: remove assert() the codepath is not invalid
2012-06-07 Michael Niedermayersvq1enc: use av_assert
2012-06-07 Nicolas Georgeffmpeg: move keyboard interaction in a function.
2012-06-07 Nicolas Georgelavfi/audio: fix size of copied samples.
2012-06-07 Mans Rullgardfate: avoid freopen(NULL) in videogen/rotozoom
2012-06-06 Marton Balintffplay: fix build if avfilter is disabled
2012-06-06 Marton Balintffplay: fix frame_delay calculation in new avfilter...
2012-06-06 Marton Balintffplay: add support for changing pixel format
2012-06-06 Marton Balintffplay: add missing filt_in assignment after video...
2012-06-06 Marton Balintffplay: fix frame aspect ratio after qatar merge
2012-06-06 Michael Niedermayerffplay: fix use after free
2012-06-06 Marton Balintffplay: use dummy video driver if display is disabled
2012-06-06 Stefano Sabatiniffprobe: show packet duration in frame
2012-06-06 Stefano Sabatiniffprobe: honour special value for duration
2012-06-06 Stefano Sabatinilavfi: remove avfilter_default_item_name() from public API
2012-06-06 Stefano Sabatinilavfi/ocv: fix compilation after internalization of...
2012-06-06 Stefano Sabatinitools/graph2dot: factorize code printing non-media...
2012-06-06 Stefano Sabatinitools/graph2dot: show input and output pad names in...
2012-06-06 Michael Niedermayerwmv2enc: use av_assert
2012-06-06 Michael Niedermayersinewin_tablegen: use av_assert
2012-06-06 Michael Niedermayerput_bits: use av_assert
2012-06-06 Michael Niedermayergolomb: use av_assert
2012-06-06 Michael Niedermayerresample_template: use av_assert
2012-06-06 Michael Niedermayerlibavutil/integer: use av_assert
2012-06-06 Michael Niedermayerlibavutil/mathematics: use av_assert()
2012-06-06 Michael Niedermayermpegvideo: fix out of heap array accesses
2012-06-06 Philip Langdaleffmpeg: Set duration on encoded subtitle packets.
2012-06-06 Michael Niedermayersearch_for_quantizers_faac: fix curband
2012-06-06 Matthieu Bouronmxfenc: write optional field dominance flag in picture...
2012-06-06 Reimar Döffingerffmpeg: avoid a confusing and easy to break if().
2012-06-06 Carl Eugen... Fix maxband limit when decoding mpc8.
2012-06-06 Michael Niedermayerffmpeg: use isatty() before messing with the terminal...
2012-06-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-05 Stefano Sabatinilavfi: remove more instances of avfilter_default_filter...
2012-06-05 Alex Conversevorbis: Validate that the floor 1 X values contain...
2012-06-05 Alex Converseavprobe: Identify codec probe failures rather than...
2012-06-05 Alex Converseavformat: Probe codecs at score 0 on buffer exhaustion...
2012-06-05 Alex Converseavformat: Factorize codec probing.
2012-06-05 Stefano Sabatinilavc: add pkt_duration field to AVFrame
2012-06-05 Stefano Sabatinilavfi: move avfilter_copy_frame_props() definition...
next