]> git.sesse.net Git - ffmpeg/history - libavformat
#include stdint.h instead of inttypes.h like all libavutil headers do.
[ffmpeg] / libavformat /
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...
2008-02-23 Nico Sabbitreat stream_type==0x82 as AUDIO_DTS when the program...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerAdd some const, fixes warnings:
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-02-19 Reimar DöffingerFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 Michael Niedermayerconst
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-15 Michael NiedermayerIt appears last_pts was not set ...
2008-02-15 Michael NiedermayerHeader elision muxing support.
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Michael Niedermayerupdate flags
2008-02-13 Baptiste Coudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 Baptiste Coudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
next