]> git.sesse.net Git - ffmpeg/history - libavformat
two more typos spotted by Mike
[ffmpeg] / libavformat /
2008-03-20 Baptiste Coudurierfix mpeg2 muxing, replace seq header if contained in...
2008-03-20 Baptiste Couduriercosmetics, move case up
2008-03-20 Michael NiedermayerOne non functional AVPalette chunk less, one heap overf...
2008-03-20 Baptiste Coudurierremove useless debug print since now mov_build_index...
2008-03-20 Baptiste Coudurierfree track data asap
2008-03-20 Baptiste Couduriermove mov_build_index before mov_read_trak to avoid...
2008-03-20 Baptiste Couduriermove specific end treatment when trak is detected,...
2008-03-20 Pascal Massimino Additional checks for strange num_val in FLV...
2008-03-19 Ronald S. BultjeReindent after rtsp-alternate-protocol* patches.
2008-03-19 Ronald S. BultjeChange protocol_mask into protocol, since we always...
2008-03-19 Ronald S. BultjeAllow cycling between different protocols (TCP, UDP...
2008-03-18 Ramiro PollaMSN TCP Webcam stream demuxer.
2008-03-17 Ronald S. BultjeSplit the SETUP request into a separate function, as...
2008-03-16 Baptiste Coudurierjust skip klv packet, when no corresponding stream...
2008-03-16 Baptiste Couduriersimplify, flags is 24bits according to specs
2008-03-16 Baptiste Coudurierfucked up alphabetical order again, sorry
2008-03-16 Baptiste Coudurieripod/iphone compatible mp4 muxer
2008-03-15 Diego Biurruntypo fixes
2008-03-14 Baptiste Coudurieruseless null
2008-03-14 Baptiste Coudurierremove useless img_write_trailer func
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Aurelien Jacobsadd out of bound stream index checks
2008-03-10 Aurelien Jacobsadd a temporary variable to simplify the code
2008-03-10 Björn AxelssonAdd AVClass to URLContext at next major version bump
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-10 Aurelien Jacobscosmetics: remove some empty lines
2008-03-10 Aurelien Jacobsremove useless and misleading comments
2008-03-09 Aurelien Jacobsconsistent use of MKTAG() in the codec_bmp_tags table
2008-03-09 Aurelien Jacobscosmetics: alignment of the codec_bmp_tags table
2008-03-09 Mike Melansonrecognize the CLJR FourCC (Cirrus Logic AccuPak)
2008-03-08 Ramiro PollaTypo + grammar
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-08 Ramiro PollaDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 Ramiro PollaInclude windows.h instead of trying to redeclare Sleep
2008-03-08 Ramiro PollaPut network-related code under #ifdef
2008-03-08 Ramiro PollaGroup network-related code together
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Baptiste Coudurierdo not reset duration_error for all streams, only reset...
2008-03-06 Baptiste Couduriersupport AVDISCARD_ALL
2008-03-06 Michael NiedermayerSkip over unknown extended_content_header tags.
2008-03-06 Michael Niedermayersimplify
2008-03-05 Diego BiurrunSet TCP protocol to is_streamed=1 as seeking is not...
2008-03-05 Luca AbeniAdd some information about the stream bitrate, if available
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-03-05 Baptiste Coudurierset block align for mace3/6
2008-03-05 Baptiste Couduriercorrectly compute bit rate for compressed audio, should...
2008-03-04 Michael NiedermayerIgnore flags after pts/dts if there are no bytes left.
2008-03-03 Aurelien Jacobsinclude required headers for int64_t and AV_RB16()
2008-03-03 Aurelien Jacobsavi.h does not use anything from avcodec.h.
2008-03-03 Reimar DöffingerFix decoding of interlaced gif, e.g. http://samples...
2008-03-03 Michael NiedermayerUse block_align as the avi spec says.
2008-03-03 Michael NiedermayerPrint slightly more useful info.
2008-03-02 Michael NiedermayerFallback to sample rate if bit rate is 0. This avoids...
2008-03-02 Michael Niedermayerfactorize
2008-03-02 Michael Niedermayersubtitles (codec tag tables still missing ...)
2008-03-02 Michael NiedermayerStore aspect ratio in avis.
2008-03-01 Mike Melansonfix wc3movie demuxer to conform to the PTS API
2008-03-01 Mike Melansonfix the id CIN demuxer by using the pts API correctly
2008-03-01 Aurelien Jacobssimplification proposed by Rich
2008-02-29 Michael Niedermayeradd cdvc
2008-02-28 Baptiste Coudurierset codec bps to grayscale bits, fix 256grey.mov
2008-02-27 Benjamin LarssonAdd more riff IDs to support remuxing.
2008-02-27 Baptiste Coudurieradd weird first atom to probe, finally fix bartjones.mov
2008-02-27 Baptiste Coudurierfree in case of multiple type == 2
2008-02-27 Baptiste Coudurierreturn error if malloc fails
2008-02-27 Baptiste Coudurierfix possible overflow with memmove
2008-02-27 Aurelien Jacobsmakes really sure that no undefined behavior can happen
2008-02-26 Aurelien JacobsAvoid infinite loop.
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Baptiste Couduriersupport keyframes indexes starting at 0, broken files...
2008-02-26 Baptiste Couduriersupport mov reference files, ref.mov/ref.m2v/ref.wav...
2008-02-26 Baptiste Coudurierremove useless braces
2008-02-26 Baptiste Coudurierindentation
2008-02-26 Baptiste Coudurierrescale frame size, fix i.3g2
2008-02-26 Baptiste Couduriermove parameters reset after setting stream parameters...
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-25 Baptiste Coudurierfix mace duration
2008-02-25 Baptiste Coudurierprotect malloc overflow
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierfail if extradata cannot be allocated
2008-02-25 Baptiste Coudurier10l, protect malloc overflow
2008-02-25 Baptiste Couduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 Baptiste Coudurierremove useless close function
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierremove useless casts
2008-02-25 Baptiste Couduriercosmetics
2008-02-25 Baptiste Coudurierremove useless tags, codec_get_id matches independently...
2008-02-25 Baptiste Coudurierset bps to uncompressed original sound data for compres...
2008-02-25 Baptiste Coudurierfix duration for ima4
2008-02-25 Baptiste Coudurierima4 in aiff support
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-24 Diego Biurruncosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-24 Michael NiedermayerSet indexmem to a saner default.
2008-02-24 Michael NiedermayerFix issue357
2008-02-24 Michael Niedermayerflv/swf do not have a big endian codec id, they only...
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
next