]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-11-04 Ramiro PollaSpeed up show_list
2007-11-04 Ramiro PollaWarn user if bitrate parameter is too low
2007-11-04 Ramiro PollaThe Windows Help Forum is not ffmpeg-user for Windows
2007-11-04 Diego BiurrunMove external library codec registration to a separate...
2007-11-04 Josh CoalsonAdd decoding support for variable block size FLAC files...
2007-11-03 Josh CoalsonAdd support for FLAC's new RICE2 entropy coding method...
2007-11-03 Aurelien Jacobsadd support for demuxing Electronic Arts .cdata files
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-11-03 Michael Niedermayertypo
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-11-03 Michael Niedermayerfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-03 Kostya ShishkovSeek regression for RM demuxer fix
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-02 Kostya ShishkovSplit Musepack decoder into SV7 decoder and synth core
2007-11-01 Aurelien Jacobsmove adx.c to adxdec.c
2007-11-01 Aurelien Jacobssplit adx encoder in its own file
2007-11-01 Aurelien Jacobsremove useless debug func
2007-11-01 Aurelien Jacobsrevert part of r10899 which was not intended
2007-11-01 Aurelien Jacobscleanup and simplify adx_decode_header()
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-11-01 Aurelien Jacobssimplify dpcm decoders declaration using a macro
2007-11-01 Aurelien Jacobsremove useless #undef
2007-11-01 Aurelien Jacobsremove unreachable code
2007-11-01 Aurelien Jacobscosmetics: alignment
2007-11-01 Aurelien Jacobsdon't register adpcm encoders which are not implemented
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-11-01 Kostya ShishkovRevert get_num() to old behaviour in order to handle
2007-11-01 Michael Niedermayercheck av_interleaved_write_frame() return
2007-11-01 Aurelien Jacobscosmetics: sort
2007-10-31 Michael Niedermayerprefer our native vorbis decoder over libvorbis
2007-10-31 Michael Niedermayerfix issue130
2007-10-31 Michael Niedermayersupport flv with invalid header
2007-10-31 Michael Niedermayerfactorize stream creation
2007-10-31 Diego BiurrunRemove redundant -DHAVE_AV_CONFIG_H from tests/seek_tes...
2007-10-31 Diego BiurrunRemove unused variables, fixes the following warnings:
2007-10-31 Ronald S. BultjeTake the target address family in account when determin...
2007-10-31 Luca AbeniReindent after last commit
2007-10-31 Nicolas GeorgeResolve hosts and bind sockets even when the local_port...
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-30 Víctor PaesaLeverage MinGW's llrint() in Cygwin compilations.
2007-10-30 Luca AbeniMark the source buffer as "const"
2007-10-30 Luca AbeniIf local port n is not available, try n + 2 instead...
2007-10-30 Diego BiurrunClarify comment about gcc -MM.
2007-10-30 Diego BiurrunDeclare libpostproc prerequisites directly instead...
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-29 Luca AbeniRemove redundant prototype
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-10-28 Nico Sabbiremoved unused variables accidentally introduced in...
2007-10-28 Aurelien Jacobsrename crc.c to crcenc.c
2007-10-28 Aurelien Jacobsmove framecrc muxer in its own file
2007-10-27 Nico Sabbireindented after previous commit
2007-10-27 Nico Sabbiadded option programid to select the program to use...
2007-10-27 Loren Merrittremove a branch from an inner loop.
2007-10-26 Nico Sabbiprint newline after program id even when the name is...
2007-10-26 Luca AbeniExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-10-26 Luca AbeniRemove prototype for non-existent function
2007-10-25 Aurelien Jacobsprobe files starting with the 1SNh tag
2007-10-25 Aurelien Jacobsdon't use #define with names starting with _
2007-10-25 Aurelien Jacobsadd parsing of 1SNh header in the EA demuxer
2007-10-25 Diego BiurrunRemove unused variable, fixes warning:
2007-10-24 Aurelien Jacobsavoid infinite loop at the end of files which are not...
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-24 Diego BiurrunRename --disable-opts option to --disable-optimizations...
2007-10-24 Diego BiurrunRename optimize variable to the slightly more meaningfu...
2007-10-24 Benoit FouetCosmetics: indentation.
2007-10-24 Benoit FouetPrevent mov muxer from writing empty udta atoms.
2007-10-24 Andreas Ömanadd support for reading duration from VBRI-tag in mp3...
2007-10-24 Jeff DownsMove setting of key frame flag for intra-only codecs...
2007-10-24 Ramiro PollaUpdated and rewritten Windows-related documentation.
2007-10-23 Baptiste Coudurieruse FFMIN
2007-10-23 Andreas Ömanfix indent
2007-10-23 Andreas Ömancosmetical change of mp3_parse_xing() to prepare for...
2007-10-23 Andreas Ömanadd support for reading duration from Xing-tag in mp3...
2007-10-23 Diego BiurrunSimplify install-libs prerequisite generation.
2007-10-22 Aurelien Jacobsconvert a if() into a switch() to ease addition of...
2007-10-22 Diego BiurrunFix uninstall-vhook, SLIBSUF was being left out.
2007-10-22 Diego BiurrunFix make install of man pages when PROGS is empty.
2007-10-22 Diego BiurrunFix make install when PROGS is empty.
2007-10-22 Diego BiurrunFurther simplify install-progs prerequisites, no need...
2007-10-22 Diego BiurrunSimplify install-progs prerequisite declaration.
2007-10-22 Diego BiurrunClarify comment block and rewrite in better English.
2007-10-22 Baptiste Coudurierfix issue 225, instead of stoping when wrong atom size...
2007-10-22 Kostya ShishkovUse simple IDCT for now
2007-10-22 Kostya ShishkovRemove incorrect and unneeded code
2007-10-22 Kostya ShishkovBeam Software SIFF demuxer and video decoder
2007-10-21 Baptiste Coudurier100l, fix dump_format, declare buf in dump_stream_forma...
2007-10-21 Aurelien Jacobsremove some useless initializations (the whole context...
2007-10-21 Aurelien Jacobscosmetics: reindent
2007-10-21 Aurelien Jacobscosmetics: Add #endif comment.
2007-10-21 Aurelien Jacobsremove unused context var
2007-10-21 Kostya ShishkovNew RM format deserves small version bump
2007-10-21 Kostya Shishkovindentation after last commit
2007-10-21 Kostya ShishkovMake RV10/20 decoder work with new frame format
2007-10-21 Aurelien JacobsMake Matroska demuxer output full frames instead of...
2007-10-21 Kostya ShishkovDemux full frames instead of sliced for RealVideo.
2007-10-20 Reimar DöffingerDocument ff_des_encdec
2007-10-20 Reimar DöffingerAdd support for decrypting asf files
next