]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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.
2009-12-02 Alex ConverseAAC: Add a global header but output not locked output...
2009-12-02 Alex ConverseSet the SBR mode to implicit on ADTS frames occurring...
2009-12-02 Mike MelansonSmall refactoring: Instead of 4 loops for decoding...
2009-12-02 Mike MelansonUse a list to track which fragments coded in this frame...
2009-12-02 Måns RullgårdARM: small tweak of NEON H264 IDCT
2009-12-02 Måns RullgårdARM: NEON 2xN chroma MC
2009-12-02 Måns RullgårdARM: NEON 16x16 and 8x8 avg qpel MC
2009-12-01 Baptiste Coudurierprint error message when image2 muxer fail to compute...
2009-12-01 Sean SoriaChange ret type to int64_t because url_fseek returns...
2009-12-01 Baptiste Coudurierfix typo, ALT_BITSTREAM_WRITER_LE does not exist
2009-12-01 Michael NiedermayerStore original width/height so that rv20 does not get...
2009-12-01 Michael NiedermayerMake rv1/2 decoder use the next slice if needed.
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-12-01 Baptiste Coudurierupdate seek regression ref due to r20674, packet size...
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
2009-12-01 Kostya Shishkov7l trocadero: reading right into enum variable may...
2009-12-01 Michael NiedermayerSupport "A format generated by IndigoVision 8000 video...
2009-12-01 Jai Menonpngdec.c : release allocated buffers.
2009-12-01 Michael Niedermayerslif aka "SoftLab MPEG-2 I-frames Codec" support.
2009-12-01 Michael Niedermayer4:2:2 4:4:4 bugfix for the error concealment code.
next