OSDN Git Service

android-x86/external-ffmpeg.git
2007-08-20 Michael Niedermayermore stupid double subtractions
2007-08-20 Michael Niedermayerget rid of idiotc double subtraction
2007-08-20 Aurelien Jacobsensure configure only accept valid --list-* parameters
2007-08-20 Baptiste Couduriersupport swink created files which have soi/eoi broken...
2007-08-20 Reimar DöffingerAdditional documentation for CRC functions
2007-08-20 Luca AbeniPrint an SDP when all outputs are RTP (the SDP can...
2007-08-20 Stefano SabatiniImplement the cmdutils.c show_license function.
2007-08-20 Luca AbeniCall av_find_stream_info() immediately after opening...
2007-08-20 Luca AbeniUse avf_sdp_create() in ffserver
2007-08-20 Godwin Stewartupdate -t option documentation
2007-08-19 Benjamin LarssonCosmetics, indentation.
2007-08-19 Benjamin LarssonTrellis quantization support for adpcm_swf.
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-08-19 Reimar DöffingerChange imprecise "Unknown codec" message to say "encode...
2007-08-18 Diego Biurrunsmall simplification
2007-08-18 Neil BrownDo not butcher start_time in av_estimate_timings_from_b...
2007-08-18 Neil BrownWhen looking for the last packet in each
2007-08-18 Neil BrownThere is no guarantee that every stream will
2007-08-18 Michael Niedermayerfix cur_dts at the end of av_estimate_timings_from_pts()
2007-08-18 Neil Brownmore verbose doxy for duration (from patch by neilb...
2007-08-18 Neil Brownmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-17 Vincent FourmondAllow pipe: URL to take fd number as input
2007-08-17 Vincent FourmondIndent for next commit
2007-08-17 Ramiro PollaEnable MinGW networking support
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-17 Björn Axelssonstore asf streaming bitrates consistently
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-16 Ben Littlerobfuscate urls and fix note about them
2007-08-16 Ben Littlerfix url typo pointed out by Guillaume LECERF
2007-08-16 Michael Niedermayerelaborate a little on AVStream.start_time, it seems...
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-15 Michael Niedermayerdocument the email interface
2007-08-15 Marco GerardsMake the Golomb decoder work for Dirac
2007-08-14 Alexander StrangeStatements like a = b = c = d = e; store from right...
2007-08-14 Aurelien JacobsTry size 640x480 for FLC files which don't specify...
2007-08-14 Stefano SabatiniRename parse_arg_file function to opt_input_file for...
2007-08-14 Diego Biurruncosmetics: indentation fix
2007-08-14 Michael Niedermayerremove broken movi_end skip-hack-check
2007-08-14 Michael Niedermayerdo not misuse movi_end for checking chunk sizes
2007-08-13 Stefano SabatiniMake cmdutils.c:parse_options accept as argument a...
2007-08-13 Ramiro PollaUse AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
2007-08-13 Ramiro PollaIntroduce AVERROR_PATCHWELCOME
2007-08-13 Diego BiurrunClarify LGPL and GPL licensing of FFmpeg.
2007-08-13 Diego BiurrunAttempt to better explain how to split patches into...
2007-08-13 Diego BiurrunMove msmpeg4 tables from a header file to msmpegdata.c.
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-13 Marc Hoffmanspecial handling for vp3 idct, use the c reference
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 Stefano SabatiniMake ffserver -h exit 0.
2007-08-13 Diego BiurrunMake native and libnut NUT muxers mutually exclusive.
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 Kostya ShishkovRename flag for consistency with the next commit
2007-08-13 David ConradAdd av_get_bits_per_sample_format()
2007-08-13 David ConradUse PRId64 in seek test
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-13 Michael Niedermayerexport 4xm video version
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-08-12 Michael Niedermayeradd second vlc table
2007-08-12 Michael Niedermayeradd support for old flac in ogg
2007-08-12 Roman Shaposhnikrestoring the alphabetical order (this time with case...
2007-08-12 Ramiro PollaAlso check for closesocket in winsock2.h
2007-08-12 Michael Niedermayerpass *fr2 chunks to decoder (Toy-Story2_better-image...
2007-08-12 Alexander StrangeDon't check the return value of decode_cabac_residual...
2007-08-11 Carl Eugen... Ensure av_tree_insert() is defined before using it.
2007-08-11 Aurelien Jacobsmore usage of av_clip()
2007-08-11 Aurelien Jacobsone more simplification
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Michael Niedermayerfix decoding of samples.mplayerhq.hu/game-formats/idroq...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-11 David ConradSet dts in tta demuxer
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-11 Michael Niedermayercola for diego
2007-08-11 Ramiro PollaEnable swscale in MinGW vhooks only if swscale was...
2007-08-11 Diego BiurrunBump minor number, NUT muxer was added.
2007-08-11 Stefano SabatiniMake show-version exit 0.
2007-08-11 Stefano SabatiniMake show-license exit 0.
2007-08-11 Stefano SabatiniMake ffmpeg -formats exit 0.
2007-08-11 Michael Niedermayersimplify
2007-08-11 Michael Niedermayerdo not remove FLAG_CODED
2007-08-11 Michael Niedermayerremove useless code, found by oded
2007-08-10 Michael Niedermayerthis is debug not info
2007-08-10 Michael Niedermayerensure that default_get_buffer() doesnt reuse images...
2007-08-10 Baptiste Coudurierdnxhd 120 interlaced support
2007-08-10 Michael Niedermayer100000l (forgotten return)
2007-08-10 Michael Niedermayermention AVPROBE_PADDING_SIZE at the read_probe() doxy
2007-08-10 Michael Niedermayerremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
2007-08-10 Michael Niedermayerflac probe
2007-08-10 Aurelien Jacobsensure that negative block_time are properly checked
2007-08-10 Michael Niedermayernut regression test
2007-08-10 Michael Niedermayerensure that the aspect ratio is spec compliant
next