]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-11-22 David ConradUpdate libtheora wrapper to use the 1.0 API
2009-11-22 Baptiste Coudurierset mp3 timebase to the lcm of all mp3 sample rates...
2009-11-22 Justin RugglesAdd MP4 object type for ALS.
2009-11-22 Måns RullgårdDelete *.d files with make clean
2009-11-22 Stefano SabatiniRemove from the list of the supported formats the forma...
2009-11-22 Kostya ShishkovWhen searching for AMF object field value, try to find...
2009-11-22 Kostya ShishkovPrint error when RTMP protocol can't open connection
2009-11-22 Kostya ShishkovPass only useful FLV metadata from RTMP stream
2009-11-22 Kostya ShishkovUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-11-22 Justin RugglesDo not write an extra byte in the iTunes 'hdlr' tag...
2009-11-21 Alex Converse10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-21 Robert KrügerFactorize av_get_bit_rate (for future use outside of...
2009-11-21 Stefano SabatiniMake show_protocols() print one protocol per line.
2009-11-20 Reimar DöffingerDo D10 AES3 audio conversion in-place instead of using...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-20 Reimar DöffingerIn win32 thread implementation do not access jobnr...
2009-11-20 Daniel VerkampFLV muxer support for Flash screen codec v2
2009-11-20 Daniel VerkampAdd codec id for Flash screen codec v2 and hook it...
2009-11-20 Ramiro PollaIndent
2009-11-20 Daniel VerkampDocument -formats split
2009-11-20 Kostya ShishkovImplement missing case for decoding samples with large...
2009-11-20 Kostya Shishkovcosmetics: break some long lines and insert few spaces
2009-11-20 Kostya Shishkov10l trocadero: ZMBV encoder used zero score to detect...
2009-11-20 Baptiste Coudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 Baptiste Coudurierclarify why the encoder is failing
2009-11-19 Stefano SabatiniFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-19 Baptiste Coudurieruse AVFormatContext in dprintf
2009-11-19 Michael NiedermayerSplit show_formats().
2009-11-19 Reimar DöffingerDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-19 Baptiste CoudurierRevert r20548, it was a dream. It seems faad does not...
2009-11-18 Stefano SabatiniClarify relations between log2_chroma_w, log2_chroma_h...
2009-11-18 Stefano SabatiniMake show_formats() print each bitstream filter on...
2009-11-18 Baptiste Coudurierfaad needs CODEC_CAP_DELAY, otherwise you miss last...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-18 Diego BiurrunSplit avdevice.c off from alldevices.c.
2009-11-18 Stefano SabatiniRename AVPixFmtDescriptor.nb_channels to nb_components...
2009-11-16 Diego BiurrunAdd missing #includes for avutil.h, required for the...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-16 Carl Eugen... Cosmetics: Fix indentation.
2009-11-15 Alex ConversePad the extradata in the AAC ADTS to AudioSpecificConfi...
2009-11-15 Vitor SessakImplement ff_decode_pitch_lag() that is used by both...
2009-11-15 Baptiste CoudurierSearch relative path according to alias record when...
2009-11-14 Michael NiedermayerFix indention after last commit.
2009-11-14 Michael NiedermayerFix crash with av_tree_enumerate(NULL).
2009-11-14 Thilo BorgmannMerge data tables from als_data.h with the decoder...
2009-11-14 Michael NiedermayerMake sure av_tree_enumerate() enumerates left->right.
2009-11-14 Thilo BorgmannAdd long-term prediction to the ALS decoder.
2009-11-14 Justin Rugglesac3dec: apply dynamic range compression to correct...
2009-11-13 Michael KostylevAdd cflags filter for suncc
2009-11-13 Mike ScheutzowReset rbsp buffer size when freeing its data buffer.
2009-11-13 Luca AbeniAdd some "#if"s to avoid compiling the RTSP code when...
2009-11-12 Stefano SabatiniSplit overly long line in doxy.
2009-11-12 Vitor SessakBump minor version after MPEG-4 Lossless commit
2009-11-12 Carl Eugen... Bump minor version after applying ALS decoder.
2009-11-12 Luca AbeniSplit the sdp_read_packet() function out of rtsp_read_p...
2009-11-12 Luca AbeniMove some some functions around, so that splitting...
2009-11-12 Alex ConverseMark AOT_ALS as a supported MPEG-4 audio object type.
2009-11-12 Alex ConverseDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-12 Alex ConverseCosmetics: Re-indent
2009-11-12 Alex ConverseFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-12 Stefano SabatiniSwap slicify / scale description positions, "scale...
2009-11-11 Stefano SabatiniAdd scale filter.
2009-11-11 Diego BiurrunAdd #include for required header config.h.
2009-11-11 Thilo BorgmannAdd MPEG-4 Audio Lossless Coding (ALS) decoder.
2009-11-11 Thilo BorgmannAdd the ability to parse the ALSSpecificConfig from...
2009-11-11 Diego BiurrunAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-11-11 Alex ConverseCosmetics: Remove the implied gap before AOT_USAC in...
2009-11-11 Alex ConverseAAC: Rename sect_len to sect_end. It marks the last...
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-11 Vitor SessakUse doubles in ff_set_min_dist_lsf(). After this patch...
2009-11-11 Alex ConverseAdd Low Delay MPEG Surround to the enum of MPEG-4 Audio...
2009-11-11 Carl Eugen... Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
2009-11-10 Justin RugglesAdd CH_LAYOUT_NATIVE channel mask value to allow user...
2009-11-10 Michael Niedermayerindent
2009-11-10 Carl Eugen... Cosmetics: Fix indentation after r20505.
2009-11-10 Carl Eugen... Add .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 Michael NiedermayerTry to fix has_b_frame calculation for open gop files.
2009-11-10 Vitor SessakFix palette copying in av_picture_copy(). Previous...
2009-11-10 NVIDIA CorporationSupport VDPAU hardware accelerated decoding of MPEG...
2009-11-10 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 Måns RullgårdFix make install when all of ffmpeg/ffplay/ffserver...
2009-11-10 Jai MenonHandle JPEG2000 frames stored in the Quicktime container.
2009-11-10 Jai Menoncosmetics : fix indentation.
2009-11-10 Reimar DöffingerRemove code checking for __PIC__ or __pic__ and setting...
2009-11-10 Reimar DöffingerCheck if PIC is somehow already enabled (e.g. a compile...
2009-11-10 Vitor SessakAvoid variable-length array use in ff_acelp_lspd2lpc()
2009-11-10 Michael NiedermayerAdd a NULL pointer check to avcodec_close() this should...
2009-11-10 Måns Rullgårdconfigure: whitespace cosmetics
2009-11-09 Reimar Döffingerpatcheck: check that pix_fmt etc. initializers are...
2009-11-09 Justin Rugglesfix a rounding error in the PSNR calculation and update...
2009-11-09 Reimar DöffingerAttempt to document the "enable pic" hackery for OpenBSD.
2009-11-09 Ronald S. BultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 Ronald S. BultjeAnd on the sixth day, God gave us the <= operand, which...
2009-11-09 Stefano SabatiniFix crop filter start_frame() for paletted formats...
2009-11-09 Stefano SabatiniEnable linking of parseutils.o.
2009-11-09 Reimar DöffingerRemove some BeOS/haiku hacks: -fomit-frame-pointer...
2009-11-09 Vitor SessakDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-09 Carl Eugen... Increase default value for max_analyze_duration, fixes...
next