log

age author description
2008-03-31 superdump ARMovie/RPL demuxer libavformat
2008-03-31 lucabe Add a comment about missing entries libavformat
2008-03-31 lucabe Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat
2008-03-31 lucabe Remove useless entries from AVRtpPayloadTypes libavformat
2008-03-31 lucabe Support mp3 audio in the RTP muxer libavformat
2008-03-30 bcoudurier prevent writing empty stss atom libavformat
2008-03-30 bcoudurier support mp4 fragmented files without any samples in the moov atom libavformat
2008-03-30 bcoudurier check frag track id before setting st libavformat
2008-03-30 vitor IFF demuxer libavformat
2008-03-30 jbr fix Ogg/FLAC header size libavformat
2008-03-28 bcoudurier gsm in mov, demux surge-1-16-B-agsm.mov libavformat
2008-03-28 diego cosmetics: alphabetical order libavformat
2008-03-28 michael indent libavformat
2008-03-28 michael 1000l to myself, dereferencing uninitalized pointer. libavformat
2008-03-27 michael Support wb00+dc00 chunk mix. libavformat
2008-03-27 bcoudurier print essence path in error message libavformat
2008-03-27 bcoudurier cosmetics, useless braces libavformat
2008-03-27 bcoudurier print stream index in error message libavformat
2008-03-27 bcoudurier according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformat
2008-03-27 bcoudurier Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformat
2008-03-27 michael Fix aspect ratio. libavformat
2008-03-22 michael 1st attempt at correcting the punktuation. libavformat
2008-03-22 diego typo: occured --> occurred libavformat
2008-03-21 michael Document get_*_buffer() libavformat
2008-03-21 bcoudurier sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformat
2008-03-21 faust3 rl2 demuxer libavformat
2008-03-21 bcoudurier yet again another hdv fourcc libavformat
2008-03-21 bcoudurier support fragments when non streamable libavformat
2008-03-21 bcoudurier mp4 fragments support libavformat
2008-03-21 michael Document a few url_* functions. libavformat
2008-03-21 bcoudurier cosmetics, split or move too long lines libavformat
2008-03-21 bcoudurier simplify, and only stop parsing when non streamable libavformat
2008-03-21 bcoudurier remove ms audio tags from table, they will be chosen or detected with riff table libavformat
2008-03-21 bcoudurier atoms are not mp4 only, and yes probe is sufficient libavformat
2008-03-21 bcoudurier update description libavformat
2008-03-21 bcoudurier return ENOMEM libavformat
2008-03-21 bcoudurier cannot free AVStream like this, and return ENOMEM libavformat
2008-03-21 bcoudurier indentation libavformat
2008-03-20 bcoudurier fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformat
2008-03-20 bcoudurier cosmetics, move case up libavformat
2008-03-20 michael One non functional AVPalette chunk less, one heap overflow less. libavformat
2008-03-20 bcoudurier remove useless debug print since now mov_build_index will do libavformat
2008-03-20 bcoudurier free track data asap libavformat
2008-03-20 bcoudurier move mov_build_index before mov_read_trak to avoid useless declaration libavformat
2008-03-20 bcoudurier move specific end treatment when trak is detected, will be needed for fragments libavformat
2008-03-20 skal Additional checks for strange num_val in FLV metadata libavformat
2008-03-19 rbultje Reindent after rtsp-alternate-protocol* patches. libavformat
2008-03-19 rbultje Change protocol_mask into protocol, since we always just try a single one per libavformat
2008-03-19 rbultje Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformat
2008-03-18 ramiro MSN TCP Webcam stream demuxer. libavformat
2008-03-17 rbultje Split the SETUP request into a separate function, as a prelude into allowing libavformat
2008-03-16 bcoudurier just skip klv packet, when no corresponding stream is found libavformat
2008-03-16 bcoudurier simplify, flags is 24bits according to specs libavformat
2008-03-16 bcoudurier fucked up alphabetical order again, sorry libavformat
2008-03-16 bcoudurier ipod/iphone compatible mp4 muxer libavformat
2008-03-15 diego typo fixes libavformat
2008-03-14 bcoudurier useless null libavformat
2008-03-14 bcoudurier remove useless img_write_trailer func libavformat
2008-03-12 diego typo fixes libavformat
2008-03-10 aurel add out of bound stream index checks libavformat
2008-03-10 aurel add a temporary variable to simplify the code libavformat
2008-03-10 superdump Add AVClass to URLContext at next major version bump libavformat
2008-03-10 diego misc spelling fixes libavformat
2008-03-10 aurel cosmetics: remove some empty lines libavformat
2008-03-10 aurel remove useless and misleading comments libavformat
2008-03-09 aurel consistent use of MKTAG() in the codec_bmp_tags table libavformat
2008-03-09 aurel cosmetics: alignment of the codec_bmp_tags table libavformat
2008-03-09 melanson recognize the CLJR FourCC (Cirrus Logic AccuPak) libavformat
2008-03-08 ramiro Typo + grammar libavformat
2008-03-08 ramiro Introduce max_picture_buffer variable in AVFormatContext, libavformat
2008-03-08 ramiro Define WIN32_LEAN_AND_MEAN before including windows.h to exclude libavformat
2008-03-08 ramiro Include windows.h instead of trying to redeclare Sleep libavformat
2008-03-08 ramiro Put network-related code under #ifdef libavformat
2008-03-08 ramiro Group network-related code together libavformat
2008-03-08 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformat
2008-03-07 ramiro __stdcall -> WINAPI libavformat
2008-03-07 mru simplify library version handling libavformat
2008-03-07 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
2008-03-06 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavformat
2008-03-06 bcoudurier do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformat
2008-03-06 bcoudurier support AVDISCARD_ALL libavformat
2008-03-06 michael Skip over unknown extended_content_header tags. libavformat
2008-03-06 michael simplify libavformat
2008-03-05 diego Set TCP protocol to is_streamed=1 as seeking is not possible. libavformat
2008-03-05 lucabe Add some information about the stream bitrate, if available libavformat
2008-03-05 michael Subtitle support. (untested) libavformat
2008-03-05 bcoudurier set block align for mace3/6 libavformat
2008-03-05 bcoudurier correctly compute bit rate for compressed audio, should fix seeking in aiff libavformat
2008-03-04 michael Ignore flags after pts/dts if there are no bytes left. libavformat
2008-03-03 aurel include required headers for int64_t and AV_RB16() libavformat
2008-03-03 aurel avi.h does not use anything from avcodec.h. libavformat
2008-03-03 reimar Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformat
2008-03-03 michael Use block_align as the avi spec says. libavformat
2008-03-03 michael Print slightly more useful info. libavformat
2008-03-02 michael Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformat
2008-03-02 michael factorize libavformat
2008-03-02 michael subtitles (codec tag tables still missing ...) libavformat
2008-03-02 michael Store aspect ratio in avis. libavformat
2008-03-01 melanson fix wc3movie demuxer to conform to the PTS API libavformat
2008-03-01 melanson fix the id CIN demuxer by using the pts API correctly libavformat
2008-03-01 aurel simplification proposed by Rich libavformat
2008-02-29 michael add cdvc libavformat
2008-02-28 bcoudurier set codec bps to grayscale bits, fix 256grey.mov libavformat
2008-02-27 banan Add more riff IDs to support remuxing. libavformat
2008-02-27 bcoudurier add weird first atom to probe, finally fix bartjones.mov libavformat
2008-02-27 bcoudurier free in case of multiple type == 2 libavformat
2008-02-27 bcoudurier return error if malloc fails libavformat
2008-02-27 bcoudurier fix possible overflow with memmove libavformat
2008-02-27 aurel makes really sure that no undefined behavior can happen libavformat
2008-02-26 aurel Avoid infinite loop. libavformat
2008-02-26 mru less preprocessor magic in version number macros libavformat
2008-02-26 bcoudurier support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformat
2008-02-26 bcoudurier support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformat
2008-02-26 bcoudurier remove useless braces libavformat
2008-02-26 bcoudurier indentation libavformat
2008-02-26 bcoudurier rescale frame size, fix i.3g2 libavformat
2008-02-26 bcoudurier move parameters reset after setting stream parameters, will need those infos libavformat
2008-02-26 lorenm decode mng color decorrelation libavformat
2008-02-25 bcoudurier fix mace duration libavformat
2008-02-25 bcoudurier protect malloc overflow libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier fail if extradata cannot be allocated libavformat
2008-02-25 bcoudurier 10l, protect malloc overflow libavformat
2008-02-25 bcoudurier support QDM2 in aiff, QDM2.aif libavformat
2008-02-25 bcoudurier remove useless close function libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier remove useless casts libavformat
2008-02-25 bcoudurier cosmetics libavformat
2008-02-25 bcoudurier remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformat
2008-02-25 bcoudurier set bps to uncompressed original sound data for compressed audio libavformat
2008-02-25 bcoudurier fix duration for ima4 libavformat
2008-02-25 bcoudurier ima4 in aiff support libavformat
2008-02-25 mru Install headers in $prefix/include/$libname libavformat
2008-02-24 diego cosmetics: Sort and prettyprint codec_wav_tags[]. libavformat
2008-02-24 michael Set indexmem to a saner default. libavformat
2008-02-24 michael Fix issue357 libavformat
2008-02-24 michael flv/swf do not have a big endian codec id, they only support libavformat
2008-02-23 banan Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformat
2008-02-23 nicodvb treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformat
2008-02-20 michael revert 12156 libavformat
2008-02-20 lucabe Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformat
2008-02-20 michael Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformat
2008-02-20 michael Make timestamp interpolation work with mpeg2 field pictures. libavformat
2008-02-19 mru Clean up lib* version definitions libavformat
2008-02-19 michael Fix ;; libavformat
2008-02-19 reimar Add some const, fixes warnings: libavformat
2008-02-19 reimar Missing const, fix warnings: libavformat
2008-02-19 reimar Fix misplaced const, avoids a cast-discards-qualifiers warning libavformat
2008-02-19 michael const libavformat
2008-02-15 michael Fix timestamps and durations if the first packets have no durations nor timestamps, libavformat
2008-02-15 michael It appears last_pts was not set ... libavformat
2008-02-15 michael Header elision muxing support. libavformat
2008-02-15 michael Elision header demuxing support. libavformat
2008-02-13 michael Read match time delta in the frame header. libavformat
2008-02-13 michael Read match_time_delta in the framecode table. libavformat
2008-02-13 michael update flags libavformat
2008-02-13 bcoudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat
2008-02-13 bcoudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformat
2008-02-13 lucabe Include poll.h instead of sys/poll.h libavformat
2008-02-13 bcoudurier warn use if edit list is not starting at 0, a/v desync might occur libavformat
2008-02-13 bcoudurier remove now useless code libavformat
2008-02-13 bcoudurier remove messy and not always correct chunk size workaround, use correct values instead libavformat
2008-02-13 diego typo fix: inited --> initialized libavformat
2008-02-11 bcoudurier return error when dv audio extraction fails libavformat
2008-02-11 bcoudurier remove obsolete comments libavformat
2008-02-11 bcoudurier remove useless braces libavformat
2008-02-11 bcoudurier cosmetics, indentation, braces libavformat
2008-02-11 bcoudurier split chunks in the case of big compressed audio frames, libavformat
2008-02-11 bcoudurier use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformat
2008-02-11 bcoudurier fcp imx 40 fourccs libavformat
2008-02-11 bcoudurier indentation libavformat
2008-02-11 bcoudurier more correct and simpler libavformat
2008-02-11 rfelker Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat
2008-02-06 bcoudurier cosmetics, remove whitespaces before and after parenthesis libavformat
2008-02-06 reimar Add support for speex in ogg libavformat
2008-02-06 michael Allow the user to select which codec out of several in stsd he wants. libavformat
2008-02-05 bcoudurier Fix issue 338: libavformat
2008-02-05 bcoudurier it seems ogg requires granule to be -1 on unfinished packets libavformat
2008-02-04 reimar String pointers of ogg_codec_t should have const attribute. libavformat
2008-02-04 diego Add dv50 tag to support samples with dv50 fourcc in AVI. libavformat
2008-02-04 reimar Fix a possible use of an uninitialized pointer. libavformat
2008-02-04 ods15 back_ptr calculation used wrong timebase when searching for back syncpoint libavformat
2008-02-04 ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat
2008-02-04 ods15 nut->max_distance was not set at all anywhere in the NUT muxer libavformat
2008-02-04 ods15 Remove old workaround in nutdec.c for libnut bug libavformat
2008-02-04 ods15 missing " && j<syncpoint_count" protection in the index parsing, as the libavformat
2008-02-04 ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat
2008-02-04 michael 2 more missing consts found by -Wwrite-strings. libavformat
2008-02-04 michael Remove incorrect cast found by -Wwrite-strings. libavformat
2008-02-04 michael Another const found by -Wwrite-strings. libavformat
2008-02-04 michael fix 8 "initialization discards qualifiers from pointer target type" libavformat
2008-02-04 michael Fix info packet type, found by oded as well as the new pedantic const libavformat
2008-02-04 michael -Wwrite-strings nitpicking fix libavformat
2008-02-04 michael Missing const found by -Wwrite-strings. libavformat
2008-02-03 reimar Remove ff_mms_set_stream_selection again from asf demuxer, libavformat
2008-02-02 michael Remove incorrect casts that should have never been there. libavformat
2008-02-02 reimar Remove a pointless cast. libavformat
2008-02-02 reimar Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformat
2008-02-02 reimar Missing 'const' in cast. libavformat
2008-02-02 diego cosmetics: sort ogg_codec_t list libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier add const libavformat
2008-01-31 reimar Add support for ogg text subtitles. libavformat
2008-01-31 bcoudurier stupid typo libavformat
2008-01-31 bcoudurier support rawvideo in mov libavformat
2008-01-31 bcoudurier typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformat
2008-01-31 bcoudurier init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat
2008-01-31 bcoudurier add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat
2008-01-31 bcoudurier typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat
2008-01-30 bcoudurier use context in av_log libavformat
2008-01-30 bcoudurier warning is only valid for mov libavformat
2008-01-29 reimar Support MP4 subtitles as in libavformat
2008-01-29 kostya SMPTE 421 Annex L format demuxer libavformat
2008-01-28 bcoudurier cosmetics, split long lines, remove useless braces, merge comments and if libavformat
2008-01-28 bcoudurier cosmetics, vertically align libavformat
2008-01-28 bcoudurier spoke too fast, fix dv fourcc in mov accordingly if strict libavformat
2008-01-28 bcoudurier finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat
2008-01-28 bcoudurier indentation libavformat
2008-01-28 bcoudurier correctly and only set standard stsd fourcc for mp4/3gp libavformat
2008-01-28 bcoudurier write esds atom when mpeg-4 systems tags are used libavformat
2008-01-28 bcoudurier reorder object types id by muxing preference libavformat
2008-01-28 bcoudurier document tag field libavformat
2008-01-27 reimar Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformat
2008-01-27 aurel Add support for Matroska attachments. libavformat
2008-01-26 michael Set subtitle codec id correctly, i hope this does not break anything. libavformat
2008-01-26 michael Add non standard id needed for dvd subtitles. libavformat
2008-01-26 reimar Extract the pure plaintext from mov text subtitles. libavformat
2008-01-26 michael Set correct codec type and id for text subtitles. libavformat
2008-01-26 michael indent libavformat
2008-01-26 michael Only export packets which belong to the existing AVStream. libavformat
2008-01-26 michael Select non jpeg if there are multiple substreams. libavformat
2008-01-26 bcoudurier comment vorbis objectype id libavformat
2008-01-26 bcoudurier this one is not standardized either libavformat
2008-01-26 bcoudurier remove non standard object type ids, if you find samples, report them libavformat
2008-01-21 aurel ensure av_rescale_q() can be calculated (won't divide by zero) libavformat
2008-01-21 lucabe Support out-of-band parameter sets in SDP for H.264 video libavformat
2008-01-21 lucabe Add support for H.264 video in the RTP muxer libavformat
2008-01-21 bcoudurier unset extension, so code path, and guess format do not choose libavformat
2008-01-21 lucabe Add minimal support for H.264 video in the SDP generator libavformat