]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-06-14 Vladimir VoroshilovG.729 decoder initialization routine (skeleton)
2009-06-14 Vladimir VoroshilovReplace MAX_SUBFRAME_SIZE and ctx->subframe_size with...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-06-13 Justin RugglesDo not guess the channel layout when getting its string...
2009-06-13 Aurelien Jacobsmatroskadec: prepend TargetType to metadata key name
2009-06-13 Justin RugglesRemove the 3-front-channel layout from the list of...
2009-06-13 Kostya ShishkovCorrect reading bits in MPC SV8 base codes (when we...
2009-06-13 Kostya ShishkovAllocate a bit more memory for MPC SV8 seek table,...
2009-06-13 Jason Garrett... Analysis of logs show that there are in fact some files...
2009-06-13 Peter RossElectronic Arts demuxer: support Madcow video tag
2009-06-13 Peter RossElectronic Arts Madcow decoder
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-13 Jason Garrett... Add "0x11005354" as a fourcc for MOV audio; fixes audio...
2009-06-12 Alex ConverseCosmetics: Re-indent after last commit
2009-06-12 Alex ConverseMove TNS and swb_offset tables from aacdectab.h to...
2009-06-12 Alex ConverseDo not include libavcodec/internal.h in the ADTS muxer.
2009-06-12 Jason Garrett... Add new FOURCC (0x0003) for raw DIB video, set flip...
2009-06-12 Sascha SommerMove run level decode functionality to ff_wma_run_level...
2009-06-12 Sascha Sommercosmetics: Add brackets between if/else
2009-06-12 Sascha SommerAdd additional sample rates to the frame len bits calcu...
2009-06-12 Sascha SommerFix placment of the DPCM Xan comment
2009-06-12 Sascha SommerMove frame len bits calculation to ff_wma_get_frame_len...
2009-06-12 Jai MenonAssociate the 0x6c75 TwoCC used in certain Kodak cameras
2009-06-12 Diego Biurruncosmetics: Prettyprint and reformat wma.c closer to...
2009-06-12 Baptiste CoudurierFail and print correct error message when video stream...
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-12 David ConradAdd sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s...
2009-06-12 Jason Garrett... Add "m2v1" to fourccs for MPEG-2 video; fixes some...
2009-06-12 Jeff DownsFix cast of byte buffer to uint32 that was disregarding...
2009-06-12 Jason Garrett... Add alternate fourcc for QCELP audio (qclq). Fixes...
2009-06-11 Diego Biurruncosmetics: Prettyprint one more line to have columns...
2009-06-11 Diego BiurrunThe internal header libavutil/internal.h should not...
2009-06-11 Ramiro PollaKill warnings of possibly unused variables by using...
2009-06-11 Diego Biurruncosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
2009-06-11 Diego Biurruncosmetics: Reformat file to K&R style upon Kostya's...
2009-06-11 Diego Biurrun10l: Add vc1dec.o to the list of WMV3 objects, same...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...
2009-06-11 Baptiste CoudurierAdd const in cast. Removes warning:
2009-06-11 Baptiste Couduriergive s->resample_context to avoid segfault, avclass...
2009-06-11 David ConradDisable native Vorbis encoder; quality is much worse...
2009-06-11 Baptiste CoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-06-11 Baptiste Coudurierif b frames are parsed, set codec->has_b_frames
2009-06-11 Baptiste CoudurierRemove even condition on pad and crop.
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-10 Diego BiurrunRemove Mans as MPEG-TS maintainer, he never intended...
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-10 Luca BarbatoMake sure buffer end remains constant within the loop
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-09 Diego BiurrunAdd missing dependencies for H.264 and VC-1 parsers.
2009-06-09 Jai MenonAdd additional dependencies for sdp and rtsp demuxers.
2009-06-09 Luca AbeniProperly initialize AVFrames to default values in the...
2009-06-09 Diego Biurruncosmetics: Add missing ending backslash to installed...
2009-06-07 Michael NiedermayerClarify (re)get_buffer() and CODEC_CAP_DR1 relation.
2009-06-07 Diego BiurrunRemove comments that refer to fixed-point AMR implement...
2009-06-06 Baptiste Coudurierclarify avcodec_decode_audio3 and avcodec_decode_video2...
2009-06-06 Vladimir VoroshilovK&R formatting of already submitted G.729 code
2009-06-06 Peter HolikCosmetics : Use dprintf instead of printf.
2009-06-06 Jai MenonCosmetics : Fix indentation after last commit.
2009-06-06 Peter HolikIntroduce http_get_line and modify http_connect to...
2009-06-06 Vladimir VoroshilovConvert structure names to FFmpeg style
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-06 Kostya ShishkovGet new buffer during frame decoding in VB video decode...
2009-06-06 Vladimir VoroshilovInternal routine should not use name of standard function.
2009-06-05 David ConradEnsure that the extradata buffer is padded appripriatel...
2009-06-05 Vladimir VoroshilovRemove ff_g729_ and g729_ prefixes from static routines.
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-05 Diego BiurrunAdd configure option to upgrade (L)GPL to version 3.
2009-06-05 Diego BiurrunMove around one paragraph, add headings for greater...
2009-06-05 Diego BiurrunRename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL...
2009-06-05 Baptiste Couduriervmware video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierzmbv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervc1 and wmv3 decoders use MPV_frame_start which uses...
2009-06-05 Baptiste Coudurierrenderware txd image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriertmv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertiff image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertarga image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersun rasterfile image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriersnow decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersmacker video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierkmvc decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierptx image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierlibopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
next