OSDN Git Service

coroid/libav_saccubus.git
2010-05-18 Howard Chuffserver: Don't set me_method unconditionally
2010-05-18 Howard Chuffserver: Write proper GMT date/times in Date headers
2010-05-17 Stefano SabatiniAdd log_level_offset to AVCodecContext.
2010-05-17 Baptiste Coudurierset avg frame rate in mkv demuxer
2010-05-17 Martin Storsjöffserver: Make sure a destination URL is set when creat...
2010-05-17 Benoit FouetFix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-05-16 Sebastian VaterFactorize code into a single function.
2010-05-16 Baptiste Coudurieruse filter name when graph parser add filters
2010-05-16 Stefano SabatiniAdd missing rawvideo pixel formats to codec tags mappin...
2010-05-16 Stefano SabatiniAdd NV12 and NV21 AVI tags.
2010-05-16 Stefano SabatiniClarify description for the MONOWHITE and MONOBLACK...
2010-05-15 François RevolAvoid mixed declaration and code, fix C89 compatibility.
2010-05-15 Stefano SabatiniClarify descriptions for RGB4, BGR4, NV12, NV21,
2010-05-14 Laurent AimarReindent after last commit on dxva2 h264 AVHWAccel.
2010-05-14 Laurent AimarFixed h264 long term support with dxva2 AVHWAccel.
2010-05-14 Baptiste CoudurierChange MAX_READ_SIZE message during av_find_stream_info...
2010-05-14 Alex Conversefmaxf -> FFMAX to fix pre-C99 systems
2010-05-14 Martin StorsjöChange inter-protocol dependencies from _deps to _select
2010-05-14 Alex Converseaacenc: Add a rate only trellis for codebook selection...
2010-05-14 Alex Converseaacenc: Use exact values when quantizing, not fuzzy...
2010-05-14 Alex Converseaacenc: Use an estimated codebook for the TLS (two...
2010-05-14 Alex Converseaacenc: Select the TLS (two-loop search) as the default...
2010-05-14 Alex Converseaacenc: Fix psy logic.
2010-05-13 Carl Eugen... Fix compilation of AC3 decoder if E-AC3 decoder was...
2010-05-13 Martin Storsjöqt-faststart: Abort scanning of the input file if a...
2010-05-13 Sebastian VaterReindent after r23124. Patch by Sebastian Vater <cdgs...
2010-05-13 Martin StorsjöCosmetics: Initialize pointers with NULL instead of...
2010-05-13 Martin StorsjöCosmetics: reindent
2010-05-13 Martin Storsjöqt-faststart: Use the error_out cleanup code path for...
2010-05-13 Sebastian VaterGrayscale support. Patch by Sebastian Vater <cdgs basty...
2010-05-13 Måns RullgårdAdd mpegaudiodec_float.o dependency on tables header...
2010-05-13 Stefano SabatiniRemove the name of the file from the @file doxy, it...
2010-05-13 Stefano SabatiniMake the init and config_filter callbacks of the pad...
2010-05-13 Stefano SabatiniMake av_parse_color() return AVERROR(EINVAL) rather...
2010-05-13 Michael Niedermayer1.0 and the resulting exactly representable value must...
2010-05-13 Michael NiedermayerCast constants to float to avoid gcc converting to...
2010-05-13 Michael NiedermayerUse standard C for implementing sign_extend() and zero_...
2010-05-13 Michael Niedermayerav_alias is an attribute and belongs to attributes.h
2010-05-13 Sebastian VaterReindent after r23112.
2010-05-13 Sebastian VaterMove handling of paletted data to the IFF demuxer....
2010-05-13 Sebastian VaterHandle palette underflows, fill remaining space with...
2010-05-13 Sebastian VaterMove a while(..){..} -> do{..}while(..), slightly faster.
2010-05-13 Vitor SessakReplace "-vfilters" by "-vf" in regtests. Should fix...
2010-05-13 Måns RullgårdFATE: change -vfilters to -vf
2010-05-13 Michael NiedermayerFix compilation with low precission mpeg audio decoding.
2010-05-13 Michael KostylevFix mpegaudio tablegen.
2010-05-13 Michael KostylevSupport writing 2d float arrays.
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf in ffplay as well
2010-05-12 Loren Merrittchange a variable-length array to a malloc.
2010-05-12 Stefano SabatiniDoxygen av_codec_get_id() and av_codec_get_tag().
2010-05-12 Ramiro PollaRevert r31153. It failed to build on:
2010-05-12 Reimar DöffingerSet coded_frame to NULL when closing a codec, since...
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf
2010-05-11 Michael NiedermayerDo the same sign flip optimization to the low freq...
2010-05-11 Michael NiedermayerFactorize READ_FLIP_SIGN() optimization out
2010-05-11 Michael NiedermayerOptimize decoding high freqs.
2010-05-11 Michael NiedermayerMake lsf_sf_expand() 4 times faster.
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-05-11 Alex ConverseSet cur_channel in the AAC encoder context where needed.
2010-05-11 Baptiste Couduriersilence gcc warning about potential uninitialized usage
2010-05-11 Baptiste Couduriercosmetics, rename loop to frame_available
2010-05-11 Baptiste Coudurierrename curr_filter to last_filter, factorize filter...
2010-05-11 Baptiste Couduriercosmetics: indentation, whitespaces
2010-05-11 Baptiste Couduriersimplify, reuse existing args variable
2010-05-11 Baptiste Couduriercosmetics: filt_graph_all -> graph, like in ffplay.c
2010-05-11 Janne GrunauAdd -ldl to libfaadbin_extralibs instead of libfaadbin_...
2010-05-11 Michael NiedermayerRemove unused FRAC_RND() macro from mpegaudiodec.c.
2010-05-11 Nick Breretonmlpdec: Comment channel_params field in struct SubStream.
2010-05-11 Nick Breretonmlpdec: Allocate channel decoding parameters for each...
2010-05-11 Ramiro PollaUse int instead of long to pass width parameters in...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-05-10 Reimar DöffingerReplace more "m" constraints with MANGLE to fix compila...
2010-05-10 Sebastian VaterOptimize decodeplane32().
2010-05-10 Sebastian VaterEnsure that width and height are > 0. avcodec_open...
2010-05-10 Måns RullgårdFATE: print friendly error for individual tests when...
2010-05-10 Thomas DevanneauxCheck NAL unit size to avoid reading past the buffer.
2010-05-10 Vitor SessakAlloc 16 extra bytes in libavfilter frames. Needed...
2010-05-09 Francesco LavraAdd FourCC MJPG for CODEC_ID_JPEGLS.
2010-05-09 Stefano SabatiniReorder nut specific codec tags and add a comment for...
2010-05-09 Stefano SabatiniAdd missing nut-specific codec tags for rawvideo pixel...
2010-05-09 Stefano SabatiniMake the codec tags for the yuvjXXX pixel formats the...
2010-05-09 Stefano SabatiniAdd support to the Y411 codec tag, corresponding to...
2010-05-09 Stefano SabatiniMake the nut demuxer issue a more meaningful error...
2010-05-09 Måns Rullgårdbswap: 10L add missing parens around macro args
2010-05-09 Sebastian VaterReplace usage of s->streams[0]->* with st->*, which...
2010-05-09 Sebastian VaterRemove "bps" parameter to decodeplane8/32(), it's unused.
2010-05-09 Stefano SabatiniAdd entry for AVFilterPicRef interlaced and top_field_f...
2010-05-09 Stefano SabatiniBump lavfi minor after the addition of the fields inter...
2010-05-09 Martin Storsjöqt-faststart: Avoid leaking memory if encountering...
2010-05-09 Måns RullgårdFATE: update idroq-video-encode command
2010-05-09 Måns RullgårdIFF: decode last 8 pixels per line
2010-05-09 Måns RullgårdFix build with swscale disabled
2010-05-08 Sebastian VaterOptimize decodeplane8(), patch by Sebastian Vater ...
2010-05-08 Stefano SabatiniFix auto-scaling.
2010-05-08 Michael NiedermayerAdd means to adjust the log level per context.
2010-05-08 Reimar DöffingerRemove hardcoded-tables hack for IA-64: with latest...
2010-05-08 Reimar DöffingerAnother try for fixing/improving decode_video documenta...
2010-05-07 Stefano SabatiniMake config_props() show conversion information before...
2010-05-07 Stefano SabatiniLog input size, input format and swscale flags used...
next