]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-11-18 Michael Niedermayersws: Fix warning: ‘abase’ may be used uninitialized...
2011-11-18 Michael Niedermayersws: update copyright dates
2011-11-18 Joakim PlateDon't fill in frame gaps with copied refs after flush
2011-11-18 Michael Niedermayerqdm2dec: check remaining input bits in the mainloop...
2011-11-18 Clément Bœschlavfi: reimplement MPlayer's af_pan filter for libavfilter.
2011-11-18 Tomas Härdinmxfdec: Add hack that adjusts the n_delta calculation...
2011-11-18 Tomas Härdinmxfdec: Parse IndexTableSegments and convert them into...
2011-11-18 Stefano Sabatiniffprobe: make writer_print_integer support long long...
2011-11-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-18 Michael Niedermayerj2kdec: fix 10l typo in initializing sgnd.
2011-11-18 Michael BradshawAdded support for J2K encoding with libopenjpeg
2011-11-17 Michael Niedermayervf_scale: Fix slice position assert to take vertical...
2011-11-17 Michael Niedermayersws: handle jpeg pixel formats in sws_init_context()
2011-11-17 Clément Bœschlibutvideo: use K&R style.
2011-11-17 Alex Conversevp5: Fix illegal read.
2011-11-17 Thierry Foucuvp6: Fix illegal read.
2011-11-17 Michael Niedermayerac3probe: Detect Sonic Foundry Soft Encode AC3 as raw...
2011-11-17 Michael Niedermayerswr: doxument matrix fields.
2011-11-17 Clément Bœschswr: move code to avoid resample forward declaration.
2011-11-17 Clément Bœschswr: introduce a public function to customize the chann...
2011-11-17 Tim Nicholsondoc: reword and clarify default stream selection.
2011-11-17 Michael Niedermayeraacdec: Avoid unneeded reinit due to ADTS headers
2011-11-17 Clément Bœschswr: use av_opt_set_int() instead of manual assignments...
2011-11-17 Clément Bœschswr: surround mixing is obviously used, fix comment.
2011-11-17 Clément Bœschswr: doxycomment public API.
2011-11-17 Clément Bœschswr: correctly raise rematrix AVERROR.
2011-11-17 Michael Bradshawlibopenjpeg: rename decoder source file.
2011-11-17 Carl Eugen... Do not try to read total disc or track number if data...
2011-11-17 Martin Storsjötls: Use TLSv1_client_method for OpenSSL
2011-11-17 Clément Bœschswr: fix "control reaches end of non-void function...
2011-11-17 Clément Bœschswr: bump minor version.
2011-11-17 Clément Bœschswr: use int16_t instead of short for resampling.
2011-11-17 Clément Bœschswr: start doxycommenting the API.
2011-11-17 Clément Bœschswr: make swr_* functions match the prototypes.
2011-11-17 Clément Bœschswr: rename swr_alloc2() to swr_alloc_set_opts().
2011-11-17 Clément Bœschswr: use "swri_" prefix instead of "swr_" for the priva...
2011-11-17 Clément Bœschswr: drop 'AV' prefix from ResampleContext.
2011-11-17 Clément Bœschswr: make audio convert code explicitely private.
2011-11-17 Clément Bœschswr: fix #endif comment ref.
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...
next