]> git.sesse.net Git - ffmpeg/history - libavformat
Change rounding of the horizontal DWT to match the vertical one.
[ffmpeg] / libavformat /
2007-08-20 Baptiste Couduriersupport swink created files which have soi/eoi broken...
2007-08-18 Neil BrownDo not butcher start_time in av_estimate_timings_from_b...
2007-08-18 Neil BrownWhen looking for the last packet in each
2007-08-18 Neil BrownThere is no guarantee that every stream will
2007-08-18 Michael Niedermayerfix cur_dts at the end of av_estimate_timings_from_pts()
2007-08-18 Neil Brownmore verbose doxy for duration (from patch by neilb...
2007-08-18 Neil Brownmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-17 Vincent FourmondAllow pipe: URL to take fd number as input
2007-08-17 Vincent FourmondIndent for next commit
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-17 Björn Axelssonstore asf streaming bitrates consistently
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-16 Michael Niedermayerelaborate a little on AVStream.start_time, it seems...
2007-08-14 Aurelien JacobsTry size 640x480 for FLC files which don't specify...
2007-08-14 Michael Niedermayerremove broken movi_end skip-hack-check
2007-08-14 Michael Niedermayerdo not misuse movi_end for checking chunk sizes
2007-08-13 Ramiro PollaUse AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
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 Michael Niedermayerexport 4xm video version
2007-08-12 Michael Niedermayeradd support for old flac in ogg
2007-08-12 Michael Niedermayerpass *fr2 chunks to decoder (Toy-Story2_better-image...
2007-08-11 Carl Eugen HoyosEnsure av_tree_insert() is defined before using it.
2007-08-11 David ConradSet dts in tta demuxer
2007-08-11 Michael Niedermayercola for diego
2007-08-11 Diego BiurrunBump minor number, NUT muxer was added.
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 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 Niedermayerensure that the aspect ratio is spec compliant
2007-08-10 Luca Barbatofix the packetization mode parsing
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 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 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 Michael Niedermayermove lsb2full to common file
2007-08-09 Baptiste Couduriertake care to use video track field number as duration
2007-08-09 Michael Niedermayermove crc wrapper to slightly better spot
2007-08-09 Michael Niedermayermove syncpoint timestamp resetting code to a common...
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 Michael Niedermayerwrite correct time_base
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-08-09 Michael Niedermayervariables needed for muxer
2007-08-09 Michael Niedermayerwrite stream headers
2007-08-09 Michael Niedermayertrying to finally get the nut muxer back uptodate
2007-08-08 Alex Beregszasziuse proper closesocket defines
2007-08-08 Ramiro PollaCheck for winsock2.h instead of __MINGW32__
2007-08-08 Ramiro PollaMinGW returns EAGAIN instead of EINPROGRESS
2007-08-06 Michael Niedermayerensure that the codec_id detection in av_find_stream_in...
2007-08-06 Michael Niedermayermore verbose error
2007-08-06 Michael Niedermayerignore preroll, it is generally not what AVStream.start...
2007-08-05 Luca AbeniChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-05 Luca AbeniFix linking when RTP is disabled and libraries are...
2007-08-05 Reimar DöffingerHack to support XSUB subtitles in AVI
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-08-05 Justin Ruggles10l to me. Revert recent changes to ac3_probe() which...
2007-08-05 Michael Niedermayerfix misdetection of out.ac3
2007-08-05 Michael Niedermayer//more debug info
2007-08-05 Baptiste Coudurierremove now useless vars
2007-08-05 Baptiste Couduriercosmetics, braces/parenthesis style
2007-08-05 Baptiste Couduriercosmetics, indentation
2007-08-05 Baptiste Coudurieradd streams on the fly, swf is a streaming format and...
2007-08-05 Baptiste Coudurierdo not write id3v2 header when writing .mp2 files
2007-08-05 Baptiste Coudurierremove useless raw_write_header
2007-08-05 Justin Rugglesadditional tweaks to AC3 probe function. give a higher...
2007-08-04 Justin Rugglesincrease the maximum AC3 probe buffer size and reduce...
next