]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-08-13 Diego BiurrunAttempt to better explain how to split patches into...
2007-08-13 Diego BiurrunMove msmpeg4 tables from a header file to msmpegdata.c.
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-13 Marc Hoffmanspecial handling for vp3 idct, use the c reference
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 Stefano SabatiniMake ffserver -h exit 0.
2007-08-13 Diego BiurrunMake native and libnut NUT muxers mutually exclusive.
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 Kostya ShishkovRename flag for consistency with the next commit
2007-08-13 David ConradAdd av_get_bits_per_sample_format()
2007-08-13 David ConradUse PRId64 in seek test
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-13 Michael Niedermayerexport 4xm video version
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-08-12 Michael Niedermayeradd second vlc table
2007-08-12 Michael Niedermayeradd support for old flac in ogg
2007-08-12 Roman Shaposhnikrestoring the alphabetical order (this time with case...
2007-08-12 Ramiro PollaAlso check for closesocket in winsock2.h
2007-08-12 Michael Niedermayerpass *fr2 chunks to decoder (Toy-Story2_better-image...
2007-08-12 Alexander StrangeDon't check the return value of decode_cabac_residual...
2007-08-11 Carl Eugen... Ensure av_tree_insert() is defined before using it.
2007-08-11 Aurelien Jacobsmore usage of av_clip()
2007-08-11 Aurelien Jacobsone more simplification
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Michael Niedermayerfix decoding of samples.mplayerhq.hu/game-formats/idroq...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-11 David ConradSet dts in tta demuxer
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-11 Michael Niedermayercola for diego
2007-08-11 Ramiro PollaEnable swscale in MinGW vhooks only if swscale was...
2007-08-11 Diego BiurrunBump minor number, NUT muxer was added.
2007-08-11 Stefano SabatiniMake show-version exit 0.
2007-08-11 Stefano SabatiniMake show-license exit 0.
2007-08-11 Stefano SabatiniMake ffmpeg -formats exit 0.
2007-08-11 Michael Niedermayersimplify
2007-08-11 Michael Niedermayerdo not remove FLAG_CODED
2007-08-11 Michael Niedermayerremove useless code, found by oded
2007-08-10 Michael Niedermayerthis is debug not info
2007-08-10 Michael Niedermayerensure that default_get_buffer() doesnt reuse images...
2007-08-10 Baptiste Coudurierdnxhd 120 interlaced support
2007-08-10 Michael Niedermayer100000l (forgotten return)
2007-08-10 Michael Niedermayermention AVPROBE_PADDING_SIZE at the read_probe() doxy
2007-08-10 Michael Niedermayerremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
2007-08-10 Michael Niedermayerflac probe
2007-08-10 Aurelien Jacobsensure that negative block_time are properly checked
2007-08-10 Michael Niedermayernut regression test
2007-08-10 Michael Niedermayerensure that the aspect ratio is spec compliant
2007-08-10 Luca Barbatofix the packetization mode parsing
2007-08-10 Michael Niedermayernut muxer
2007-08-10 Michael Niedermayerdisable TRACE
2007-08-10 Michael Niedermayermuxer should now be spec compliant (though it likely...
2007-08-10 Michael Niedermayerheader repetition
2007-08-10 Michael Niedermayerinfo packet
2007-08-10 Stefano SabatiniPrefix with "opt_" the functions ffmpeg.c:show_{version...
2007-08-10 Aurelien Jacobsmerge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX
2007-08-10 Ramiro Polla10l: removed pipe_close instead of pipe_read
2007-08-10 Michael Niedermayerfix x11grab
2007-08-10 Roman Shaposhnik * reinserting gethrtime in alphabetical order
2007-08-10 Michael Niedermayermore FIXME
2007-08-10 Michael Niedermayerenable nut muxer
2007-08-10 Michael Niedermayermuxer is not yet fully compliant so prevent people...
2007-08-09 Ramiro PollaMake the pipe URLProtocol share read and write function...
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-08-09 Michael Niedermayerset back ptr properly
2007-08-09 Michael Niedermayermove syncpoint cache related stuff to common file
2007-08-09 Michael Niedermayerfix forw_ptr crc check
2007-08-09 Michael Niedermayerfix header_checksum
2007-08-09 Michael Niedermayerstore headers twice (getting closer to spec compliance...
2007-08-09 Michael Niedermayermove header writing into its own function
2007-08-09 Michael Niedermayerget rid of printf
2007-08-09 Michael Niedermayerwrite frames and syncpoints
2007-08-09 Michael Niedermayerput_t()
2007-08-09 Michael Niedermayer100l
2007-08-09 Michael Niedermayer2 FIXME comments
2007-08-09 Michael Niedermayeradd a universal fallback frame code for the case that...
2007-08-09 Reimar Döffinger100l in YUVA_IN macro: missing () caused horrible artef...
2007-08-09 Reimar DöffingerRevert r10021, it was committed by accident and is...
2007-08-09 Michael Niedermayermove lsb2full to common file
2007-08-09 Baptiste Couduriertake care to use video track field number as duration
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 Michael Niedermayermove crc wrapper to slightly better spot
2007-08-09 Reimar DöffingerScale subtitle position
2007-08-09 Michael Niedermayermove syncpoint timestamp resetting code to a common...
2007-08-09 Reimar DöffingerFix blend_subrect to respect the boundaries of the...
2007-08-09 Michael Niedermayerremove old unused nut (de)muxer
2007-08-09 Michael Niedermayercheck forw_ptr CRC
2007-08-09 Michael Niedermayerforw_ptr CRC
2007-08-09 Michael Niedermayeruse a dynamic ByteIOContext instead of using the lavf...
2007-08-09 Michael Niedermayermove stream header writing into its own function
2007-08-09 Michael Niedermayermove main header writing into its own function
2007-08-09 Stefano SabatiniMake ffmpeg and ffplay exit 0 after displaying help
2007-08-09 Michael Niedermayerwrite correct time_base
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-08-09 Michael Niedermayervariables needed for muxer
next