]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-11-16 Clément Bœschcleanup: remove various double end ';' all over the...
2011-11-16 Clément Bœschswr: replace deprecated av_set_int() with av_opt_set_int().
2011-11-16 Clément Bœschswr: replace deprecated av_opt_set_defaults2() with...
2011-11-16 Clément Bœschswr: replace deprecated av_get_bits_per_sample_fmt...
2011-11-16 Clément Bœschswr: use designated initializers for the class.
2011-11-16 Clément Bœschswr: rename resample2 to resample.
2011-11-16 Clément Bœschswr: move format convert code to dedicated functions.
2011-11-16 Michael Niedermayerwma: Check channel number before init.
2011-11-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-16 Michael Niedermayerlavf: if timestamps are invalid (pts=dts) only drop...
2011-11-15 Mans Rullgardlavf: fix multiplication overflow in avformat_find_stre...
2011-11-15 Stefano Sabatiniffprobe: add compact writer
2011-11-15 Stefano Sabatiniffprobe: force display of missing fields, depending...
2011-11-15 Michael Niedermayerdiracdec: obmc accesses arent aligned for all files.
2011-11-15 Michael Niedermayeropt: Fix *av_opt_find2(NULL)
2011-11-15 Michael Niedermayermandelbrot: add dither to convergence & mincol colorings.
2011-11-15 Michael Niedermayermandelbrot: make mincol the default.
2011-11-15 Michael Niedermayermandelbrot: add mincol inner coloring method.
2011-11-15 Panagiotis... Fix seeking when using Apple HTTP Live Streaming
2011-11-15 Justin Rugglescosmetics: indentation
2011-11-15 Justin Rugglesmpegaudiodec: init static tables in AVCodec.init_static...
2011-11-15 Panagiotis... Update my GnuPG fingerprint.
2011-11-15 Michael Niedermayermandelbrot: add inner drawing method to show converence...
2011-11-15 Michael Niedermayermandelbrot: add "fractal" to the description
2011-11-15 Michael Niedermayermandelbrot: Fix "warning: passing argument 2 of ‘draw_m...
2011-11-15 Michael Niedermayerasfdec: mark only ts1 as av_unused
2011-11-15 Michael Niedermayermpegts: Completely ignore H222 spec and consider reserv...
2011-11-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-15 Michael Niedermayermpeg4videodec: dont treat empty frames as errors for...
2011-11-15 Michael Niedermayermpegaudio: prettify avpriv_mpa_bitrate_tab
2011-11-15 Michael Niedermayerasfdec: avoid unused variable warning.
2011-11-15 Michael Niedermayerasfdec: use dts for seeking.
2011-11-14 Michael Niedermayerasfdec: restore timestamp reading code
2011-11-14 Clément Bœschvda: use K&R style.
2011-11-14 Stefano Sabatiniamovie: avoid crash in amovie_request_frame() if no...
2011-11-14 Sebastien Zwickertvda: get correctly the frame from h264 context.
2011-11-14 Sebastien Zwickertvda: check allocation result.
2011-11-14 Sebastien Zwickertvda: removes useless casts.
2011-11-14 Sebastien Zwickertvda: cosmetic.
2011-11-14 Sebastien Zwickertconfigure: add vda dependencies.
2011-11-14 Sebastien Zwickertvda: reordering headers inclusion.
2011-11-14 Sebastien Zwickertvda: undef Picture.
2011-11-14 Clément Bœschswr: set the default used_ch_count value to zero.
2011-11-14 Michael Niedermayermp3enc: Try to use a matching bitrate in the xing header.
2011-11-14 Michael Niedermayermp3enc: simplify mp3_write_xing()
2011-11-14 Michael Niedermayervble: use dsp.add_hfyu_median_prediction() this allows...
2011-11-14 Michael Niedermayervble: move 2nd pass bitreading into vble_restore_plane()
2011-11-14 Michael Niedermayerdiracdec: fix empty data units.
2011-11-14 Mans Rullgardbinkvideo: simplify and remove invalid shifts
2011-11-14 Luca Barbatopulse: compute frame_duration once and fix it
2011-11-14 Luca Barbatolavf: simplify format_child_class_next()
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-11-14 Clément BœschRename remaining get_le32 to avio_rl32.
2011-11-14 Clément BœschRename remaining get_le16 to avio_rl16.
2011-11-14 Clément BœschUse AVIOContext.seekable instead of deprecated url_is_s...
2011-11-14 Clément BœschRename remaining url_fskip to avio_skip.
2011-11-14 Clément BœschRename remaining av_metadata_set2 to av_dict_set.
2011-11-14 Clément BœschRename remaining url_ftell to avio_tell.
2011-11-14 Clément BœschRename remaining get_byte to avio_r8.
2011-11-14 Clément BœschRename remaining url_fsize to avio_size.
2011-11-14 Clément BœschRename remaining get_buffer to avio_read.
2011-11-14 Clément BœschRename remaining url_fseek to avio_seek.
2011-11-14 Clément BœschRename remaining ByteIOContext to AVIOContext.
2011-11-14 Michael Niedermayermandelbrot: add math.h for log2()
2011-11-14 Michael Niedermayermandelbrot: avoid INFINITY as openbsd seems not to...
2011-11-14 Michael Niedermayerpad: fix format string length
2011-11-14 Janne Grunaudoc: add support for an optional navigation bar in...
2011-11-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-13 Clément Bœschdoc: replace an "avconv" reference with "ffmpeg" in...
2011-11-13 Clément Bœschdoc: drop "./" binary prefixes.
2011-11-13 Stefano Sabatinivsrc_mandelbrot: set options through the opt framework
2011-11-13 Giorgio Vazzanamandelbrot: remove always-false condition in fill_from_...
2011-11-13 Michael NiedermayerMAINTAINER: add libavfilter section and add myself...
2011-11-13 Michael Niedermayermandelbrot: allow visualizing the period of converged...
2011-11-13 Michael Niedermayermandelbrot: Add inner variable & enum for inner colorin...
2011-11-13 Michael Niedermayermandelbrot: only check bailout once every 2 iterations.
2011-11-13 Michael Niedermayermandelbrot: add SQR() macro
2011-11-13 Giorgio Vazzanamandelbrot: correct and simplify the formula used in...
2011-11-13 KO Myung-Hunlavc: add supports of OS/2 threads
2011-11-13 Michael Niedermayermandelbrot: unroll the innermost loop once.
2011-11-13 Michael Niedermayermandelbrot: only check periodicity once for each period...
2011-11-13 Michael Niedermayermandelbrot: use period detection depening on left pixel...
2011-11-13 Carl Eugen... Cosmetics: Increase readability.
2011-11-13 Carl Eugen... Increase Westwood Studios VQA palette dynamics.
2011-11-13 Carl Eugen... Increase Sierra VMD palette dynamics.
2011-11-13 Carl Eugen... Increase Pictor/PC Paint palette dynamics.
2011-11-13 Carl Eugen... Increase FLI/FLC Animation palette dynamics for some...
2011-11-13 Carl Eugen... Increase eXtended BINary text palette dynamics.
2011-11-13 Carl Eugen... Increase Bethesda VID palette dynamics.
2011-11-13 Anton Khirnovlavf: pass options from AVFormatContext to avio.
2011-11-13 Martin Storsjöavformat: Use avio_open2, pass the AVFormatContext...
2011-11-13 Martin Storsjöavio: add avio_open2, taking an interrupt callback...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Anton Khirnovavio: add and use ffurl_protocol_next().
2011-11-13 Martin Storsjöavformat: Pass the interrupt callback on to chained...
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-11-13 Martin Storsjöavio: Add an internal utility function for checking...
2011-11-13 Martin Storsjöavio: Add AVIOInterruptCB
2011-11-13 Luca Barbatotexi2html: remove stray \n
next