OSDN Git Service

coroid/libav_saccubus.git
2009-12-11 Martin StorsjöDo not try to interact with RTMP server after "stop...
2009-12-10 Carl Eugen... (Partly) support Metasoft MJPEG Codec, fixes half of...
2009-12-10 Carl Eugen... Support Etymonix MPEG-2 video codec, fixes issue 1603.
2009-12-10 Carl Eugen... Do not print 'faac:' when using libfaad.
2009-12-10 Michael NiedermayerCosmetic (restructure RGB ljpeg check to be more readable)
2009-12-10 Michael Niedermayer10l, Fix YUV ljpeg that i just broke by mistake.
2009-12-10 Michael NiedermayerCorrect a forgotten RGB32.
2009-12-10 Michael NiedermayerFlip red and blue in rct-less lossless jpeg.
2009-12-10 Michael NiedermayerLossless jpeg expects and uses BGRA not RGB32 (this...
2009-12-10 Michael NiedermayerFix RGB LJPEG encoding.
2009-12-09 Carl Eugen... Cosmetics: Fix typos in r20780.
2009-12-09 Ben Littleradd dvcs to dvvideo, fixes issue 1604
2009-12-09 Michael NiedermayerImprove time_increment_bits guessing code.
2009-12-09 Michael NiedermayerEnd startcode prefix search at the end of a AVC unit.
2009-12-09 Loren Merrittrevert r20775, because equivalent code has been committ...
2009-12-09 Jason Garrett... Minor version bump for mbtree addition.
2009-12-08 Carl Eugen... Support AVI1 and AVI2 in avi as MJPEG.
2009-12-08 Zhihang WangMention patcheck.
2009-12-08 Stefano SabatiniMake parse_key_value_pair() print an error message...
2009-12-08 Stefano SabatiniUse an unsigned int to contain all the color values...
2009-12-08 Loren Merrittfix a crash in ape decoding on x86_32 sse2
2009-12-08 Daniel VerkampAC-3 decoder is no longer GPL; update FAQ
2009-12-08 Jason Garrett... Boolify options passed to x264.
2009-12-08 Erik SlagterAdd MBtree support for libx264
2009-12-08 Andreas Ömanaac: Set sample rate in avctx from ADTS header (if...
2009-12-08 Michael NiedermayerReduce warnings about too few consumed bytes to debug...
2009-12-08 Stefano SabatiniFix alpha plane flipping for the yuva420p and similar...
2009-12-08 Michael NiedermayerDo as the comment says and signal an error.
2009-12-08 Michael Niedermayer10l bug, use av_fast_malloc() instead if av_malloc...
2009-12-08 Michael NiedermayerTry to allocate audio buffer sizes depending on the...
2009-12-08 Michael NiedermayerCheck that the buffer size speified to avcodec_encode_a...
2009-12-08 Michael NiedermayerDo not assume that av_get_bits_per_sample() is a multip...
2009-12-08 Michael NiedermayerRaise threshold of h263 probe by 1 to avoid misdetection.
2009-12-08 Michael NiedermayerAdd out commented av_log to debug h263_probe.
2009-12-08 Michael NiedermayerAlso print the number of invalid packets in the debug...
2009-12-08 Michael NiedermayerFlip the comparission direction of vid+audio+priv1...
2009-12-07 Reimar DöffingerMake sure that compilation fails if functions like...
2009-12-07 Michael NiedermayerGet rid of audio_out2, it seems unneeded.
2009-12-07 Jai MenonUpdate seek.regression.ref. This is due to r20758.
2009-12-07 Jai MenonAU : demuxed packet size should be sample size aligned.
2009-12-07 Ramiro PollaDocument the differences between the two asm fragments...
2009-12-07 Michael NiedermayerPrint error messages on errors.
2009-12-06 Michael NiedermayerFix apparent 10l typos introduced in r8627.
2009-12-06 Ramiro PollaStart using intermediate buffers at index 0.
2009-12-06 Stefano SabatiniReindent after the last commit.
2009-12-06 Stefano SabatiniFix slicify when the slice_direction is negative, make...
2009-12-06 Ramiro PollaUpdate documentation for r20435 (which added the -fpre...
2009-12-06 Carl Eugen... Cosmetics: Fix indentation after r20751.
2009-12-06 Jason Garrett... Simplified deblocking checks.
2009-12-06 Jason Garrett... Faster checks in reverse_dc_prediction.
2009-12-06 Jason Garrett... Check transform==15 first, since it's more common than 13.
2009-12-06 Carl Eugen... Revert r20747: It mixed functional and cosmetical changes.
2009-12-06 Jason Garrett... Various VP3 optimizations.
2009-12-06 Kostya Shishkovcosmetics: insert space between codeword and left paren...
2009-12-06 SergiyDo not send invokes to RTMP server if we are not connec...
2009-12-06 Sean SoriaCalls to url_fseek should have their return value check...
2009-12-05 Loren Merrittslightly faster scalarproduct_and_madd_int16_ssse3...
2009-12-05 Loren Merrittr20739 broke compilation on systems without yasm
2009-12-05 Jai MenonUpdate frame_width and frame_height based on the lowres...
2009-12-05 Stefano SabatiniAdd 'const' attribute to the last_asked_format variable...
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-12-05 Ramiro PollaFix compilation with runtime cpu detection.
2009-12-05 Carl Eugen... Cosmetics: Reindent after r20679.
2009-12-05 Carl Eugen... Cosmetics: Reindent after r20736.
2009-12-05 Michael NiedermayerMake sure the parsers do not overwrite width/height...
2009-12-04 Stefano SabatiniAdd an entry for the avfilter_draw_slice() API changes...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-12-04 Stefano SabatiniCosmetics: remove empty definitions of hw-accelerated...
2009-12-04 Kostya Shishkovcosmetics: reindent after last commit
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-04 Michael NiedermayerDo not crash on frame size changes.
2009-12-04 Loren Merritt1-13% faster apply_filter, 1-3% faster ape decoding...
2009-12-04 SergiyCompress headers for output RTMP packets.
2009-12-04 Kostya Shishkov100l trocadero: call emms_c() after doing decoding...
2009-12-03 Michael NiedermayerMake sure ff_init_qscale_tab() is called one way or...
2009-12-03 Michael NiedermayerMove ff_init_qscale_tab() from h263.c to mpegvideo...
2009-12-03 Baptiste Coudurierlzw.h does not need get_bits.h, tiff.c needs intreadwri...
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-12-03 Loren Merrittport ape dsp functions from sse2 to mmx
2009-12-03 Ramiro PollaAdd support for nv12/nv21 input.
2009-12-03 Ramiro PollaMake av_log_level static at next lavu major version...
2009-12-03 Loren Merrittavoid an unpredictable branch
2009-12-03 Loren Merrittinline to allow constant propagation
2009-12-03 Kostya ShishkovRemove duplicating variable
2009-12-03 Kostya Shishkov5l trocadero: RTMP channel ID lies in range 3-65599...
2009-12-03 SergiySend connect() and createStream() in RTMP system channe...
2009-12-03 SergiyMove "app" string into RTMP protocol context.
2009-12-03 SergiyRTMP packets with one-byte header use previous packet...
2009-12-03 Ramiro PollaUpdate help text for -fpre option to make it a little...
2009-12-03 Ramiro PollaUpdate Changelog, documentation, and libavformat minor...
2009-12-02 Philipp Matthias... Revert r20095: Allow compiling to vorbis again.
2009-12-02 Baptiste Coudurierpass avctx as argument instead of width and height
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Couduriermove private context declaration at the top
2009-12-02 Michael NiedermayerFix 1 pass RC in snow.
2009-12-02 Måns RullgårdARM: 1l c&p fix: do not set pred16x16_plane for rv40
2009-12-02 Måns RullgårdARM: NEON optimised H264 16x16, 8x8 pred
2009-12-02 SergiyAdd another known RTMP channel ID to enum.
2009-12-02 SergiyMove is_input flag into RTMP protocol context.
next