]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-06-27 Carl Eugen... Remove superfluous const.
2009-06-27 Carl Eugen... Replace an occurence of -1 by PIX_FMT_NONE, fixes icc...
2009-06-27 Carl Eugen... Icc 11.1 does not support attributes force_align_arg_po...
2009-06-26 Vladimir VoroshilovPitch delay decoding
2009-06-26 Vladimir VoroshilovReplace pitch_delay_int array with single variable.
2009-06-26 Jason Garrett... Handle variable input stream pixfmts using the same...
2009-06-25 Stefano SabatiniOnly link against alsa if enabled.
2009-06-25 Adrian StutzOnly checks for jack if it is enabled and hence only...
2009-06-25 Diego BiurrunAltiVec code and runtime cpudetect do not require CONFI...
2009-06-25 Michael NiedermayerFix id3v2.2 frame size parsing.
2009-06-25 Michael NiedermayerFix id3v2.3/4 tag size parsing.
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste CoudurierOnly set CODEC_ID_PROBE when a packet from a stream...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-25 Diego BiurrunThe AltiVec optimizations of libswscale are no longer...
2009-06-25 Diego BiurrunPPC: Make sure that COMPILE_C is not deactivated if...
2009-06-25 Baptiste Coudurieronly set par if it does not indicates a rotation, ex...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-24 Diego BiurrunSplit developer documentation off from general document...
2009-06-24 Stefano SabatiniRewrite doxy for av_strtod().
2009-06-24 Justin Rugglesflvdec: Build a Speex header during FLV demuxing using...
2009-06-24 Haruhiko YamagataImprove wording: s/reseted/reset
2009-06-24 Reimar DöffingerReindent after last patch.
2009-06-24 Reimar Döffingermov demuxer: Track the current position also for stream...
2009-06-24 Reimar Döffingermov_read_packet: extract code that searches for the...
2009-06-24 Reimar Döffingermov_read_packet: if dv_get_packet fails, return exactly...
2009-06-24 Reimar DöffingerIn mov_read_packet remember the AVStream we want to...
2009-06-24 Vladimir VoroshilovLSF (Line Spectral Frequencies) decoding routine.
2009-06-24 Baptiste Couduriercheck stream existence before assignment, fix #1222
2009-06-23 Haruhiko YamagataFix H.264 picture reordering, 2nd try.
2009-06-23 Brian CrowellMake documentation better match the code. Now AVCodecCo...
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
2009-06-23 Kostya ShishkovEdge emulation should be used in B-frame MC in mspel...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-22 Stefano SabatiniConsistently rename variables denoting regression refer...
2009-06-22 Stefano SabatiniExport av_strtod() to eval.h.
2009-06-22 Ronald S. BultjeDocument making AVFormatContext.packet_size unsigned...
2009-06-22 Ronald S. BultjeChange packet_size from signed to unsigned, since it...
2009-06-21 Stefano SabatiniCosmetics: rename 'name' av_strtod() param to 'numstr...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-06-21 Baptiste CoudurierFetch timestamp for the first frame of field only if...
2009-06-21 Baptiste Coudurierclarify encoder and decoder opening error messages
2009-06-20 Carl Eugen... Revert unintended hunk of r19241.
2009-06-20 Carl Eugen... Revert r19239: It broke four conformance tests.
2009-06-20 Vladimir VoroshilovConvertion of LSF values to coefficients of linear...
2009-06-20 Haruhiko YamagataFix H.264 picture reordering.
2009-06-20 Carl Eugen... Fix indentation after last commit.
2009-06-20 Yoshihisa UchidaFix yamaha adpcm stereo (issue 1117).
2009-06-20 Yoshihisa UchidaFix onMetaData property count in flv files (issue 1206).
2009-06-20 Sascha SommerMake remaining run level decode comments doxygen comments
2009-06-20 Sascha SommerSimplify run level decoding:
2009-06-20 Sascha SommerFix indentation after the previous commit
2009-06-20 Sascha SommerAdd support for escape coded wmapro run level coefficients
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-06-20 Jai MenonPrint meaningful error messages when url_fopen fails.
2009-06-20 Wolfram Glogeradd 0-termination in table, patch by Wolfram Gloger...
2009-06-19 Brian Bricefix dvcprohd 720p channels 3 and 4 audio timestamps...
2009-06-19 Michael KostylevDisable network support if required headers cannot...
2009-06-19 Eric BuehlSupport varying frame sizes in a single file.
2009-06-19 Patrick DehneAdd support for id3 tag parsing for ADTS AAC streams
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-19 Reimar DöffingerAdd support for muxing XSUB subtitles to AVI muxer.
2009-06-19 Reimar DöffingerAdd support for encoding XSUB subtitles. Muxing support...
2009-06-19 Reimar DöffingerAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-18 Stefano SabatiniRename tests/ffmpeg.regression.ref to tests/vsynth...
2009-06-18 Jason Garrett... Add fourcc 0x10000004, seems to actually be MPEG4....
2009-06-18 Vladimir VoroshilovG.729 decoding routine (skeleton, including parameters...
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-17 Måns RullgårdARM: slightly faster NEON H264 horizontal loop filter
2009-06-17 Ronald S. BultjeSet restrictions on packet_size, as per ISO-11172 ...
2009-06-17 Vitor SessakDo not call rgb2rgbWrapper() for rgb48*, there is no...
2009-06-17 Benoit FouetRemove a test on an always false condition.
2009-06-17 Jason Garrett... VC-1/WMV: Remove redundant ff_init_block_index() calls.
2009-06-17 Alexander StrangeAdd '.mp1' for MP1 audio in MOV/CAF.
2009-06-16 Jason Garrett... Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes...
2009-06-16 Art ClarkeDowngrade message log level (from AV_LOG_ERROR to AV_LO...
2009-06-16 Stefano SabatiniMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-16 Ramiro PollaMake ffmpeg able to set the loglevel option using strings
2009-06-16 Alexander StrangeH.264: Fix memory leaks with multithreading.
2009-06-16 Jason Garrett... SSE version of clear_blocks
2009-06-16 Jason Garrett... VC-1/WMV3 decoding: don't clear blocks unless they...
2009-06-16 Jason Garrett... idct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-16 Jason Garrett... Fix typo in vc1.c, make capitalization in warning/error...
2009-06-15 Måns RullgårdAdd "config" make target to rerun configure with old...
2009-06-15 Måns Rullgårdconfigure: properly quote configure options stored...
2009-06-15 Ramiro PollaFix unaligned accesses by doing bytewise access until...
2009-06-15 Patrick DehneThe AAC demuxer now depends on id3v1.o.
2009-06-15 Baptiste Couduriercheck atom size against edit_count to avoid very long...
2009-06-15 Baptiste Coudurierfix probing and demuxing of pond.dv, issue #887
2009-06-14 Baptiste Coudurierdo not use av_parser_change for h264 which uses bitstre...
2009-06-14 Måns Rullgårdregtest: print commands also for image format tests
2009-06-14 Måns RullgårdPrint error message when output buffer allocation fails
2009-06-14 Baptiste Coudurierprint error when dv frame profile cannot be found
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-06-14 Diego BiurrunMerge FreeBSD and DragonFlyBSD OS detection sections.
2009-06-14 Adam HokaAdd DragonFlyBSD to the list of supported OSes.
2009-06-14 Peter RossInitialise MAD decode_block_intra() loop iterator to...
next