]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-11-24 mruWMA: extend exponent range to 95 master
2009-11-24 bcoudurierupdate seek regression ref due to r20579, mp3 timestamp...
2009-11-24 prossDetermine VOC block length when length field is zero
2009-11-24 kostyaCall avcodec_set_dimensions() instead of simply setting...
2009-11-23 vitorAdd missing include. Fix the following compiler warnings:
2009-11-23 mruWMA: extend exponent table up to 75
2009-11-23 stefanoClarify PIX_FMT_BE flag doxy. Increase consistency...
2009-11-23 michaelUse avcodec_set_dimensions()
2009-11-23 michaelCorrect order of arguments for avcodec_check_dimensions().
2009-11-23 michaelMake sure avcodec_set_dimensions() is used when rv20...
2009-11-23 conradlibtheora: using the 1.0 API requires linking to both
2009-11-23 conradMOV: cprt is another tag used for copyright
2009-11-23 conradMOV: Add several iTunes metadata tags
2009-11-23 conradMOV: Fix writing \251wrt metadata (r20453 only fixed...
2009-11-22 vitorMake sorting function used in TwinVQ a shared function
2009-11-22 conradSet colorspace for libtheora encoding
2009-11-22 conradSupport 4:2:2 and 4:4:4 subsampling in libtheora encoding
2009-11-22 conradAdd support for two pass encoding in libtheora
2009-11-22 conradUpdate libtheora wrapper to use the 1.0 API
2009-11-22 bcoudurierset mp3 timebase to the lcm of all mp3 sample rates...
2009-11-22 jbrAdd MP4 object type for ALS.
2009-11-22 mruDelete *.d files with make clean
2009-11-22 stefanoRemove from the list of the supported formats the forma...
2009-11-22 kostyaWhen searching for AMF object field value, try to find...
2009-11-22 kostyaPrint error when RTMP protocol can't open connection
2009-11-22 kostyaPass only useful FLV metadata from RTMP stream
2009-11-22 kostyaUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-11-22 jbrDo not write an extra byte in the iTunes 'hdlr' tag...
2009-11-21 alexc10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-21 cehoyosFactorize av_get_bit_rate (for future use outside of...
2009-11-21 stefanoMake show_protocols() print one protocol per line.
2009-11-20 reimarDo D10 AES3 audio conversion in-place instead of using...
2009-11-20 michaelAllocate pictures with enough padding for jpeg.
2009-11-20 reimarIn win32 thread implementation do not access jobnr...
2009-11-20 danielFLV muxer support for Flash screen codec v2
2009-11-20 danielAdd codec id for Flash screen codec v2 and hook it...
2009-11-20 ramiroIndent
2009-11-20 danielDocument -formats split
2009-11-20 kostyaImplement missing case for decoding samples with large...
2009-11-20 kostyacosmetics: break some long lines and insert few spaces
2009-11-20 kostya10l trocadero: ZMBV encoder used zero score to detect...
2009-11-20 bcoudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 bcoudurierclarify why the encoder is failing
2009-11-19 stefanoFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-19 bcoudurieruse AVFormatContext in dprintf
2009-11-19 michaelSplit show_formats().
2009-11-19 reimarDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-19 bcoudurierRevert r20548, it was a dream. It seems faad does not...
2009-11-18 stefanoClarify relations between log2_chroma_w, log2_chroma_h...
2009-11-18 stefanoMake show_formats() print each bitstream filter on...
2009-11-18 bcoudurierfaad needs CODEC_CAP_DELAY, otherwise you miss last...
2009-11-18 diegoAdd functions to return library license and library...
2009-11-18 diegoSplit avdevice.c off from alldevices.c.
2009-11-18 stefanoRename AVPixFmtDescriptor.nb_channels to nb_components...
2009-11-16 diegoAdd missing #includes for avutil.h, required for the...
2009-11-16 rbultjeUse git_bits_left() instead of size_in_bits - get_bits_...
2009-11-16 cehoyosCosmetics: Fix indentation.
2009-11-15 alexcPad the extradata in the AAC ADTS to AudioSpecificConfi...
2009-11-15 vitorImplement ff_decode_pitch_lag() that is used by both...
2009-11-15 bcoudurierSearch relative path according to alias record when...
2009-11-14 michaelFix indention after last commit.
2009-11-14 michaelFix crash with av_tree_enumerate(NULL).
2009-11-14 thilo.borgmannMerge data tables from als_data.h with the decoder...
2009-11-14 michaelMake sure av_tree_enumerate() enumerates left->right.
2009-11-14 thilo.borgmannAdd long-term prediction to the ALS decoder.
2009-11-14 jbrac3dec: apply dynamic range compression to correct...
2009-11-13 mruAdd cflags filter for suncc
2009-11-13 benoitReset rbsp buffer size when freeing its data buffer.
2009-11-13 lucabeAdd some "#if"s to avoid compiling the RTSP code when...
2009-11-12 stefanoSplit overly long line in doxy.
2009-11-12 vitorBump minor version after MPEG-4 Lossless commit
2009-11-12 cehoyosBump minor version after applying ALS decoder.
2009-11-12 lucabeSplit the sdp_read_packet() function out of rtsp_read_p...
2009-11-12 lucabeMove some some functions around, so that splitting...
2009-11-12 alexcMark AOT_ALS as a supported MPEG-4 audio object type.
2009-11-12 alexcDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-12 alexcCosmetics: Re-indent
2009-11-12 alexcFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-12 stefanoSwap slicify / scale description positions, "scale...
2009-11-11 stefanoAdd scale filter.
2009-11-11 diegoAdd #include for required header config.h.
2009-11-11 cehoyosAdd MPEG-4 Audio Lossless Coding (ALS) decoder.
2009-11-11 alexcAdd the ability to parse the ALSSpecificConfig from...
2009-11-11 diegoAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-11-11 alexcCosmetics: Remove the implied gap before AOT_USAC in...
2009-11-11 alexcAAC: Rename sect_len to sect_end. It marks the last...
2009-11-11 alexcAdd a channels field to MPEG4AudioConfig.
2009-11-11 vitorUse doubles in ff_set_min_dist_lsf(). After this patch...
2009-11-11 alexcAdd Low Delay MPEG Surround to the enum of MPEG-4 Audio...
2009-11-11 cehoyosAdd PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
2009-11-10 jbrAdd CH_LAYOUT_NATIVE channel mask value to allow user...
2009-11-10 michaelindent
2009-11-10 cehoyosCosmetics: Fix indentation after r20505.
2009-11-10 cehoyosAdd .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 michaelTry to fix has_b_frame calculation for open gop files.
2009-11-10 vitorFix palette copying in av_picture_copy(). Previous...
2009-11-10 cehoyosAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 mruFix 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.
next