]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2007-10-20 Nico Sabbiassociate to each AVProgram the indexes of the AVStream...
2007-10-20 Nico SabbiAPI extension: AVProgram now has an array (stream_index...
2007-10-20 Nico Sabbicosmetics: moved to a separate function the code to...
2007-10-20 Aurelien Jacobsadd support for git in version.sh (use short hash as...
2007-10-20 Aurelien Jacobscosmetics to make version.sh more VCS agnostic
2007-10-19 Víctor PaesaThe 'Video Filter API' is better known as 'libavfilter'.
2007-10-19 Ramiro PollaInstall MSVC import libraries without version numbering...
2007-10-19 Ramiro PollaAppend BUILDSUF directly to NAME instead of prepending...
2007-10-19 Jeremy MordkoffFix typo.
2007-10-19 Diego Biurruncosmetics: Add #endif comment.
2007-10-19 Reimar DöffingerAdd support for DES en- and decryption.
2007-10-19 Ramiro PollaGrammar.
2007-10-18 Aurelien Jacobsensure all compiled in codec/muxer are registered
2007-10-18 Aurelien Jacobsbetter check for video track detection
2007-10-18 Aurelien Jacobsskip unsupported audio track data
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobscheck if we found an audio track before initializing...
2007-10-18 Aurelien Jacobscompute pts according to the audio codec
2007-10-18 Aurelien Jacobsset bytes per sample in the context
2007-10-18 Aurelien Jacobsfix big endian files support
2007-10-18 Aurelien Jacobssimplify
2007-10-18 Aurelien Jacobsparse sample rate instead of setting a default one
2007-10-18 Aurelien Jacobsadd support for PCM codec
2007-10-18 Aurelien Jacobscheck compression_type to assign audio codec
2007-10-18 Aurelien Jacobsmake compression_type a function local var instead...
2007-10-18 Aurelien Jacobsadd support for big_endian encoded headers
2007-10-18 Aurelien Jacobsadd some error processing
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobsparse header chunk in a loop (don't depend on a fixed...
2007-10-18 Aurelien Jacobsadd audio and video codec context vars
2007-10-18 Aurelien Jacobsbetter log message
2007-10-18 Aurelien Jacobsmove vp6 header parsing into its own function
2007-10-18 Aurelien Jacobsremove 2 temporary variables
2007-10-18 Aurelien Jacobsset a default value for num_channels
2007-10-18 Aurelien Jacobsmove audio header parsing in its own function
2007-10-18 Aurelien Jacobsadd a log message
2007-10-18 Aurelien Jacobsfix comment
next