OSDN Git Service

coroid/ffmpeg_saccubus.git
2011-09-06 Stefano Sabatinilavfi: rename vsink_buffer.c to sink_buffer.c, and...
2011-09-06 Stefano Sabatinilavfi: unify asink_buffer and vsink_buffer API
2011-09-06 Michael Niedermayermjpegdec; even better RSTn skiping
2011-09-06 Michael Niedermayerpngdec: Fix interlaced PAETH prediction
2011-09-06 Michael Niedermayerpngdec: Implement 2bpp
2011-09-06 Michael Niedermayerpngdec: Fix interlaced 1bpp
2011-09-06 Michael Niedermayerpngdec: 4bpp support
2011-09-06 Michael Niedermayermpeg4: fix another packed divx issue.
2011-09-05 Michael Niedermayerffmpeg: map subtitle stream by default when user specif...
2011-09-05 Michael Niedermayervf_drawtext: always use expanded_text as we always...
2011-09-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-05 Michael Niedermayerswscale: Fix unused asm and enable it
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-09-05 Justin Rugglesac3enc: scale floating-point coupling channel coefficie...
2011-09-05 Justin Rugglesac3enc: fix encoding of stereo ac3 files when rematrixi...
2011-09-05 Kostya Shishkovwavpack: fix wrong return value in wavpack_decode_block()
2011-09-05 Anton Khirnovavconv: fix parsing metadata specifiers.
2011-09-05 Anton Khirnovfate: use +frame+slice named constants instead of '3'
2011-09-05 Dustin Brodympeg12: propagate more real return values through chunk...
2011-09-05 Kostya Shishkovwavpack: use context reset in appropriate places
2011-09-05 Anton Khirnovavconv: move mux_preload and mux_max_delay to options...
2011-09-05 Anton Khirnovavconv: move bitstream filters to options context.
2011-09-05 Anton Khirnovavconv: move rate_emu to options context.
2011-09-05 Anton Khirnovavconv: move max_frames to options context.
2011-09-05 Anton Khirnovavconv: move metadata to options context.
2011-09-05 Anton Khirnovavconv: move ts scale to options context.
2011-09-05 Anton Khirnovavconv: move chapter maps to options context.
2011-09-05 Anton Khirnovavconv: move metadata maps to options context.
2011-09-05 Anton Khirnovavconv: move codec_names to options context.
2011-09-05 Michael Niedermayervf_drawtext: make strftime work without localtime_r()
2011-09-05 Michael Niedermayerffmpeg: tell reset_options() if it is used on input...
2011-09-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-04 Michael Niedermayervf_drawtext: Fix reinit to allow color changes.
2011-09-04 Reimar DöffingerCheck extradata size on resolution change.
2011-09-04 Anton Khirnovlavc: fix type for thread_type option
2011-09-04 Anton Khirnovavconv: move format to options context
2011-09-04 Anton Khirnovavconv: move limit_filesize to options context
2011-09-04 Anton Khirnovavconv: move start_time, recording_time and input_ts_of...
2011-09-04 Anton Khirnovavconv: add a context for options.
2011-09-04 Anton Khirnovcmdutils: allow storing per-stream/chapter/.... options...
2011-09-04 Anton Khirnovcmdutils: split per-option code out of parse_options().
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: declare only one pointer type in OptionDef
2011-09-04 Anton Khirnovcmdutils: move grow_array() from avconv to cmdutils.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-04 Stefan Fritschhttp: Consider the stream as seekable if the reply...
2011-09-04 Luca Barbatonutenc: add namespace to the api facing functions
2011-09-04 Clément Bœschav_string: add av_asprintf().
2011-09-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-04 Michael Niedermayerffmpeg: fix reading from stdin on windows
2011-09-03 Stefan Fritschhttp: Fix decetion of range support in HTTP servers
2011-09-03 Anton KhirnovAVOptions: fix av_set_string3() doxy to match reality.
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-09-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-02 Michael Niedermayercmdutils: revert avconv rename of pathes
2011-09-02 Michael NiedermayerRevert "ffmpeg: remove presets." and reimplement the...
2011-09-02 Alexander Strasserdoc: issue tracking: explain the term issue
2011-09-02 Alexander Strasserdoc: issue tracking: add more vertical whitespace
2011-09-02 Alexander Strasserdoc: issue tracking: fix grammar/spelling
2011-09-02 Tomas HärdinParse MXF partitions
2011-09-02 Michael Niedermayermpeg4: adjust dummy frame threashold for packed divx.
2011-09-02 Michael Niedermayeropenal-dec: fix missing list_devices unit for list_devi...
2011-09-02 Michael Niedermayerdvdec: Fix dvsd profile[1] detection.
2011-09-01 Alex Conversecodec-regression: force vsync 0 on the me_threshold...
2011-09-01 Michael NiedermayerRevert "mjpeg: treat external huffman table setup failu...
2011-09-01 Chiranjeevi... ffmpeg: Fix minor memleak of input_tmp
2011-09-01 Michael Niedermayerjpegdec: better rst skiping
2011-09-01 Reimar DöffingerRemove unused variables.
2011-09-01 Reimar DöffingerAutodetect PowerPC vs. PowerPC64.
2011-09-01 Reimar DöffingerDo not free BITMAPINFOHEADER before we are done using it.
2011-09-01 Reimar DöffingerMJPEG: emulate EOI also on two consecutive SOI.
2011-09-01 Reimar DöffingerReset cur_scan at more appropriate places.
2011-09-01 Clément Bœschffprobe: directly use va args in print fmt callbacks.
2011-09-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-01 Clément Bœschresample: fix typo (ouput → output).
2011-09-01 Clément BœschMakefile: remove unused PROGS_G.
2011-09-01 Clément Bœschbuild: introduce --progs-suffix option.
2011-09-01 Clément Bœschwav: init st to NULL to avoid a false-positive warning.
2011-09-01 Clément Bœschcmdutils: fix uninitialized variable (type) warning.
2011-09-01 Clément Bœschsws: fix a huge amount of incompatible pointer type...
2011-09-01 Clément Bœschffmpeg: fix two unused variables warnings.
2011-09-01 Clément Bœschresample: fix set but unused variable (lfe) warning.
2011-09-01 Clément Bœschimgconvert: avoid mixed declarations and code.
2011-09-01 Carl Eugen... Fix compilation with --disable-avfilter.
2011-09-01 Gavin Kinseyjpegdec: set color_range
2011-09-01 Michael Niedermayeravconv: fix some bugs introduced in 630902a1e1336e7ee0c...
2011-09-01 Anton Khirnovlibmp3lame: fix typo
2011-09-01 Anton KhirnovAVOptions: drop av_ prefix from static av_get_number().
2011-09-01 Anton Khirnovlibx264: use X264_THREADS_AUTO constant instead of 0.
2011-09-01 Michael Niedermayerffmpeg: Fix typos introduced in:
2011-09-01 Michael Niedermayervc1: loose one line difference to qatar.
2011-09-01 Michael Niedermayermpeg4: fix typo in mpeg4_encode_gop_header()
2011-08-31 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-08-31 Michael NiedermayerAPIchanges: remove "deprecate url_feof"
2011-08-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-31 Anton Khirnovlibx264: set default thread count to 0 (auto)
2011-08-31 Stefano Sabatinivsink_buffer: fix void pointer dereference in av_vsink_...
next