OSDN Git Service

coroid/libav_saccubus.git
2011-01-28 Georgi ChorbadzhiyskiIn mpegts "reserved_future_use" field must be set to...
2011-01-28 Stefano SabatiniIn the rawvideo decoder, set pkt_pts in the output...
2011-01-28 Stefano SabatiniIn the start_frame() debug log, print the reference...
2011-01-28 Ronald S. BultjeFix VP8 aliasing problems.
2011-01-28 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-28 Alex ConverseMake ff_float_to_int16*_c() static.
2011-01-28 Diego Elio... Hide demuxers', muxers' and protocols' objects via...
2011-01-28 Diego Elio... Hide the now-prefixed decoders, encoders, parsers,...
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-28 John Stebbinsmov: add support for little-endian utf16 chapter names
2011-01-28 Janne Grunaumovenc: byteswap codec_tag in mov_write_ms_tag
2011-01-28 Baptiste CoudurierIn mov muxer, mux adpcm_ms and adpcm_ima_wav the way...
2011-01-28 Justin RugglesAdd special case for 2nd-order IIR filter.
2011-01-27 Luca BarbatoAdd ff_ to AVHWAccel decoders
2011-01-26 Diego Elio... Prefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-26 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-26 Mans RullgardRevert "mov: simplify mov_read_chapters() by using...
2011-01-26 Ronald S. BultjeVP8: don't overread edges on fourtap MC.
2011-01-26 Diego Elio... Add ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Diego Elio... Make ff_cmap_read_palette static to libavcodec/iff...
2011-01-26 Justin RugglesAdd ff_ prefix to ac3_common_init().
2011-01-26 Justin Rugglesac3: Remove ff_ac3_critical_band_size_tab.
2011-01-26 Diego Elio... Make the avfilter debug functions and macros static...
2011-01-26 Diego Elio... Mark C base versions of FFT functions static to fft.c
2011-01-26 Marco GittlerPass field order flag to libx264
2011-01-26 Georgi Chorbadzhiyskimpegtsenc: set reserved bits to 1 in PCR field
2011-01-25 Diego Elio... Make ff_add_wav static to ra144.c
2011-01-25 Diego Elio... Make ff_rtsp_send_cmd_with_content_async static to...
2011-01-25 Diego Elio... Make ff_h264_find_frame_end static to h264.c; delete...
2011-01-25 Diego Elio... Make ff_ass_subtitle_header static to ass.c
2011-01-25 Diego Elio... Make ff_sin_tabs constant to rdft.c
2011-01-25 Diego Elio... Make ff_spatial_idwt_{init, slice} static to dwt.c
2011-01-25 Diego Elio... Make ff_png_pass_xmin and ff_png_pass_xshift static...
2011-01-25 Diego Elio... Remove unused ff_ac3_parse_header_full function.
2011-01-25 Diego Elio... Make ff_mxf_pixel_layouts static to mxf.c.
2011-01-25 Diego Elio... Make ff_h264_decode_rbsp_trailing static to h264.c
2011-01-25 Diego Elio... Make ff_interleave_compare_dts static to utils.c.
2011-01-25 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-25 Anton Khirnovasfdec: remove some commented-out cruft
2011-01-25 Anton Khirnovlavf: make a variant of ff_get_str16_nolen public
2011-01-25 Mans Rullgardarmcc: filter out non-gcc options from ASFLAGS
2011-01-25 Mans Rullgardconfigure: add filter_out() function
2011-01-25 Ronald S. BultjeDon't do edge emulation unless the edge pixels will...
2011-01-25 Jai Menonffmetaenc: Use correct format specifiers.
2011-01-25 Mans Rullgardintfloat_readwrite: include "mathematics.h" for fallbac...
2011-01-25 Mans Rullgardtty: remove superflous #include <strings.h>
2011-01-25 Mans Rullgardac3: remove ff_ac3_critical_band_size_tab[] external...
2011-01-25 Diego Elio... Move ff_ac3_critical_band_size_tab in ac3.c for non...
2011-01-25 Diego Elio... Remove unused ac3_parametric_bit_allocation function.
2011-01-25 Mans RullgardMakefile: fix cleaning of tools in tests directory
2011-01-25 Daniel Verkampconfigure: move network tests before results are needed
2011-01-25 Georgi Chorbadzhiyskimpegtsenc: remove unused variables
2011-01-25 Daniel VerkampFix ALLPROGS_G so that *_g binaries get cleaned properly
2011-01-25 Mans Rullgardlatm: remove superflous #includes
2011-01-25 Mans Rullgardavidec: make print_tag() a macro and remove related...
2011-01-25 Diego Elio... Make RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-25 Diego Elio... Make ff_realmedia_mp3_dynamic_handler static.
2011-01-25 Mans RullgardMake denoise_dct_c() and dct_quantize_trellis_c() stati...
2011-01-25 Diego Elio... Don't declare a pcm_dvd encoder.
2011-01-25 Diego Elio... Don't check for DEBUG before using dprintf.
2011-01-25 Diego Elio... Make local variables static.
2011-01-25 Diego Elio... Make dvenc.c functions static to the unit.
2011-01-24 Diego Elio... Make denoise_dct_c and dct_quantize_trellis_c static.
2011-01-24 Diego Elio... Make the ff_lockmgr_cb function pointer static to utils.c
2011-01-24 Diego Elio... Make this_year static to cmdutils.c
2011-01-24 Diego Elio... Rename sf_table in atrac.c unit to ff_atrac_sf_table.
2011-01-24 Diego Elio... Mark qmf_window table static to atrac.c unit.
2011-01-24 Mans Rullgardx86: fix overflow in h264 8x8 planar prediction
2011-01-24 Mans Rullgardfate: add h264 test for extreme cases in planar prediction
2011-01-24 Mans Rullgardffserver: put gcc attribute under proper ifdef
2011-01-24 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-24 Martin Storsjortspdec: Move rtsp_read_pause up, next to rtsp_read_play
2011-01-24 Martin Storsjortsp: Use ff_rtsp_undo_setup in the cleanup code in...
2011-01-24 Martin Storsjortsp: Split out a function undoing the setup made by...
2011-01-24 Martin Storsjortsp: Make make_setup_request a nonstatic function
2011-01-24 Reimar DöffingerUse av_fast_malloc instead of av_realloc.
2011-01-24 Reimar DöffingerHandle input or output len of 0 properly in lzo decoder.
2011-01-24 Martin Storsjöapplehttp: Fix the key check in handle_variant_args
2011-01-24 Kostyareindent after last commit
2011-01-24 KostyaExtend WavPack demuxer and decoder to support >2 channe...
2011-01-24 Stefano SabatiniDo not set audio_resample to 0 if audio_sync_method...
2011-01-24 Mans RullgardARM: NEON: fix overflow in h264 16x16 planar pred
2011-01-24 Mans RullgardAdd CFLAGS needed by PathScale compiler
2011-01-23 Mans RullgardDisable symbol versioning on some BSDs
2011-01-23 Mans RullgardMIPS: use inline asm only when supported by compiler
2011-01-23 Janne Grunauaacenc: fix typo in sync extension constant in 8ae0fa2
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2011-01-23 Mans Rullgardget_bits: move tracing macros to end of file
2011-01-23 Mans RullgardSanitise get_bits macros, part 2
2011-01-23 Mans RullgardSanitise get_bits macros, part 1
2011-01-23 Mans RullgardRemove "libmpeg2" bitstream reader
2011-01-23 Mans RullgardMakefile: simplify test tools handling
2011-01-23 Reinhard Tartlerffserver: cleanup
2011-01-22 Justin Rugglesac3enc: use dsputil functions in apply_window()
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-22 Ronald S. BultjeReindent.
2011-01-22 Ronald S. BultjeFix crash on resolution change (issue 2393).
2011-01-22 Mans RullgardMake LOCAL_ALIGNED macro fully C99 compatible
next