]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-11-17 Michael Niedermayerh264: fix cur_chroma_format_idc with slice multithreading.
2011-11-17 Michael Niedermayermjpeg: support mpo
2011-11-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-17 Michael Niedermayerh264: migrate poc gap based has_b_frames calculation...
2011-11-16 Michael Niedermayerh264: minor simplification
2011-11-16 Michael Niedermayerh264: rewrite has_b_frame calculation code,
2011-11-16 Michael Niedermayerh264: reset last_pocs on IDRs
2011-11-16 Michael Niedermayercinepak: remove redundant coordinate checks
2011-11-16 Michael Niedermayercinepak: check strip_size
2011-11-16 Michael Niedermayercinepak, simplify, use AV_RB24()
2011-11-16 Michael Niedermayercinepak: simplify, use FFMIN()
2011-11-16 Clément Bœschffprobe: small align cosmetic in json writer struct...
2011-11-16 Clément Bœschffprobe: make Writers constant.
2011-11-16 Stefano Sabatiniffprobe: apply misc cosmetics to compact writer definition
2011-11-16 Stefano Sabatiniffprobe: add csv writer
2011-11-16 Michael Niedermayercinepak: Fix division by zero, ask for sample if encode...
2011-11-16 Mike MelansonAdd another special case to the Cinepak video decoder...
2011-11-16 Michael Niedermayermandelbrot: make mincol description and code match.
2011-11-16 Martin Storsjömpegaudiodec: Don't use a nonexistent log context for...
2011-11-16 Martin Storsjöavformat: Accept the ISO8601 separate format as input...
2011-11-16 Martin Storsjöavformat: Interpret times in ff_iso8601_to_unix_time...
2011-11-16 Martin Storsjöavutil: Add av_timegm as a public function
2011-11-16 Clément Bœschlavfi: fix misc typo in avfilter.h header.
2011-11-16 Mike Melansoncinepak: Add another special case so that it can handle...
2011-11-16 Kostya Shishkovlagarith: add some RGBA decoding support
2011-11-16 Nathan Caldwelllagarith: Add correct line prediction for RGB
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...
next