]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-04-16 Diego Biurruncosmetics: Fix nonstandard indentation.
2008-04-16 Jeff DownsCosmetics:
2008-04-16 Luca Barbatodoxy header for udp protocol
2008-04-16 Michael Niedermayerunassigned imdct & windowing TODO
2008-04-16 Michael Niedermayerunused
2008-04-16 Michael Niedermayercosmetic
2008-04-16 Michael NiedermayerMove the *-1 to a more sane place as well.
2008-04-16 Michael NiedermayerMove scale_bias to a more sane place. I am starting...
2008-04-16 Michael Niedermayersimplify
2008-04-16 Michael NiedermayerAvoid reverse addressing, not sure if this is faster...
2008-04-16 Michael Niedermayercommutative law based cleanup
2008-04-16 Michael Niedermayerdo the -1 outside of the transform
2008-04-16 Michael Niedermayernormalize signs
2008-04-16 Michael Niedermayer100l lost add_bias
2008-04-16 Michael Niedermayersimplify transform
2008-04-16 Diego BiurrunPrint duration with higher precision.
2008-04-16 Jeff DownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 Jeff DownsRevert 12838 to redo it the right way (use svn copy...
2008-04-16 Alexander StrangeTest idct_xvid_sse2() in dct-test.
2008-04-16 Alexander StrangeAdd a new xvid-style IDCT using SSE2.
2008-04-16 Alexander StrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-04-15 Luca BarbatoCleanup comments and make them doxygen parsable.
2008-04-15 Robert Marstondocumentation update for new Maxis EA XA decoder/demuxer
2008-04-15 Luca BarbatoExpose max_packet_size from the rtp protocol
2008-04-15 Jeff DownsMove decode_significance_x86() and decode_significance_...
2008-04-15 Michael NiedermayerDo not detect a format if another has the same score.
2008-04-15 Michael NiedermayerUsing the same probe function in 2 formats is not a...
2008-04-15 Kostya ShishkovDCA frame size is constant
2008-04-15 Michael NiedermayerReduce probe score as it misdetects our flv file from...
2008-04-15 Michael NiedermayerFix probe for mov00003.mqv.
2008-04-15 Michael NiedermayerIdentify codec in GMCMidiaASX.mov correctly.
2008-04-15 Luca AbeniFix receiving from SDP with unicast destinations
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-04-15 Diego BiurrunWe require GNU Make 3.81.
2008-04-14 Diego Biurrunspelling/wording/grammar and better phrasing
2008-04-14 Ramiro PollaUse av_exit() instead of exit() for a minimal cleanup
2008-04-14 Ramiro PollaMove av_exit() so it can be used by more functions
2008-04-14 Diego BiurrunAdd DIRS variable to the list of variables to be cleare...
2008-04-14 Luca BarbatoEliminate movdqu in vp3dsp_sse2, patch from Alexander...
2008-04-14 Ramiro Pollatypo
2008-04-14 Ramiro PollaAdd #if 0 code to test for yet unsupported compressions
2008-04-14 Ramiro PollaSupport biCompression I420
2008-04-14 Ramiro PollaCosmetics: remove {}s over one-lined ifs.
2008-04-14 Ramiro PollaSimplify more errors by using goto
2008-04-14 Ramiro PollaSimplify returning errors by using goto
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-14 Benoit FouetIndentation
2008-04-14 Benoit FouetSupport for BMP os2v1.
2008-04-14 Michael NiedermayerRemove useless code.
2008-04-14 Michael NiedermayerRecommit r12809
2008-04-14 Michael NiedermayerUse generic seeking code for flv. The removed code...
2008-04-14 Michael Niedermayerrevert r12809
2008-04-13 Michael NiedermayerStop find_stream_info() searching for further streams...
2008-04-13 Michael Niedermayer10l
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Michael NiedermayerILP64 fixes (untested)
2008-04-13 Michael NiedermayerPrint warning if scale/rate is invalid.
2008-04-13 Michael Niedermayerindent
2008-04-13 Michael NiedermayerRestructure if/else a little.
2008-04-13 Diego BiurrunClear DIRS variable in common.mak, so it does not have...
2008-04-13 Diego BiurrunRemove all dependency files on distclean.
2008-04-13 Diego BiurrunUnset DIRS after including subdir.mak so that the varia...
2008-04-13 Diego BiurrunGenerate the list of files to clean in subdirectories...
2008-04-13 Diego BiurrunSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUF...
2008-04-13 Diego BiurrunSimplify CLEANFILES generation.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-04-13 Diego BiurrunAdd explanatory comments to enum CodecID.
2008-04-13 Diego BiurrunRelicense test/example files as LGPL with Michael's...
2008-04-13 Michael NiedermayerRemove redundant &.
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-04-11 Stefano Sabatiniremove useless extern keyword.
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-04-11 Michael NiedermayerAvoid crash with idiotic cropping. Fixes crash with...
2008-04-10 Måns Rullgårdffplay.d needs SDL_CFLAGS
2008-04-10 Måns Rullgårdremove unused MAKE variable
2008-04-10 Måns Rullgårdcorrect soname for vhooks
2008-04-10 Måns Rullgårdsave DEP_LIBS before processing subdirs
2008-04-10 Keiji Costantinicosmetics: Break an overly long line.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Benjamin LarssonOnly set channels in the stream if previously unset...
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-04-09 Bartlomiej... undo changes in aac_ac3_parser
2008-04-09 Måns Rullgårdmove DEP_LIBS to common.mak
2008-04-09 Måns Rullgårdfix build with --build-suffix
2008-04-09 Måns Rullgårdgenerate separate dependency files per object file
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2008-04-08 Loren MerrittFix H.264 interframe decoding when compiling with icc...
2008-04-08 Stefano SabatiniMark option arguments as variables using @var{}.
2008-04-08 Diego BiurrunFix reference to a file in MPlayer that was renamed.
2008-04-08 Michael Niedermayeradd CODEC_ID_DIRAC
2008-04-08 Bartlomiej... Correction of typo in aac_ac3_parser
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 Stefano SabatiniComplete argument information in ffmpeg.c:options for...
2008-04-08 Stefano SabatiniAdd a missing comma in tiff_encoder.pix_fmts
2008-04-07 Måns Rullgårdreplace some ifeq with prettier ifdef
2008-04-07 Måns Rullgårdappend TESTS-yes to TESTS; one ifeq less
2008-04-07 Måns Rullgårdcollect vhook-related makefile lines in one place
2008-04-07 Stefano SabatiniMake the install-man target depend on $(MANPAGES).
next