]> git.sesse.net Git - ffmpeg/history - libavformat
functional part of the commit below
[ffmpeg] / libavformat /
2007-03-03 Michael Niedermayerfunctional part of the commit below
2007-03-03 Panagiotis IssarisCorrect wrong avformat documentation.
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-03-03 Baptiste Couduriercosmetics, cleanup tables, add pcm 24/32 le tags
2007-03-03 Baptiste Coudurierpartial avid meridien uncompressed support
2007-03-03 Panagiotis IssarisMove the libavformat public API comments to avformat...
2007-03-03 Benjamin LarssonSet FLV_SAMPLESSIZE_16BIT for ADPCM.
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2007-03-02 Kristian Amliereplace the auto array "duration_error" with a malloced...
2007-03-02 Baptiste Coudurieravid imx support
2007-03-02 Baptiste Couduriersupport for mjpeg bottom field first in mov
2007-03-02 Baptiste Coudurieruse generic atom to extradata reading function
2007-03-02 Baptiste Couduriersupport for adpcm swf, pcm
2007-03-02 Aurelien Jacobsdon't rely on a specific appearance order for ebml...
2007-03-02 Aurelien Jacobsadd support for simple blocks (ie. matroska v2)
2007-03-01 Aurelien Jacobscosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 Aurelien Jacobssplit a matroska_parse_block() function from matroska_p...
2007-03-01 Aurelien Jacobsfix an off-by-one error in probing function
2007-03-01 Baptiste Coudurierdon't parse whole swf file in header, can now play...
2007-03-01 Baptiste Coudurierfactorize
2007-03-01 Baptiste Coudurierremove nonsense time base code, use swf ms per frame...
2007-03-01 Baptiste Couduriercheck for any seeking failure during probe
2007-03-01 Baptiste Coudurierquicktime 'raw ' support
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-27 Baptiste Coudurieruse avcodec_decode_audio2
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Diego BiurrunAdd LGPL header as requested by Oded.
2007-02-25 Alex Beregszasziuse AV_RB32, swf_mp3_info may be replaced with mpa_deco...
2007-02-24 Michael Niedermayerbe less noisy
2007-02-23 François RevolBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-23 Benjamin LarssonComplete the video format enum.
2007-02-23 Benjamin LarssonCosmetics.
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-22 Alex Beregszaszicodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-22 Marc HoffmanFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-02-20 Ryan MartellAdd the stream_bitrate GUID to the asf parsing code...
2007-02-20 Michael Niedermayerwarn if bps from user and what will be stored missmatches
2007-02-20 Michael Niedermayertry to fill in missing bits_per_sample
2007-02-20 Michel BardiauxRemove code duplicated between adpcm.c and riff.c
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-02-18 Alex Beregszaszispit an error message in case of invalid chunk
2007-02-17 Michael Niedermayernot checking error return, resulting double free
2007-02-15 François RevolMake sure we don't try to emulate poll() when it's...
2007-02-15 François RevolMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2007-02-14 Måns Rullgårdrename video4linux[2] variables to v4l[2], consistent...
2007-02-14 Ramiro Pollaimplement new grabbing interface, as described here:
2007-02-14 Baptiste Coudurierfix dts adjusting
2007-02-14 Luca AbeniPass the v4l2 buffer into the AVPacket, instead of...
2007-02-14 Baptiste Coudurier100l
2007-02-14 Baptiste Coudurierindentation
2007-02-14 Baptiste Coudurieruse aiff when we can, some players only support aiff
2007-02-14 Diego BiurrunRemove unused file.
2007-02-13 Diego BiurrunOgg is not Vorbis.
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.
2007-02-13 Michael Niedermayersupport yet another broken avi (filedoesitbetter.avi...
2007-02-12 Michael Niedermayeralways use audio spread (instead of "video no spread...
2007-02-12 Michael Niedermayerincreaseing preroll time to the minimum of the asf...
2007-02-12 Michael Niedermayerdont set the keyframe flag for audio as microshitty...
2007-02-12 Michel BardiauxAdd FACT chunk for non-PCM wav formats
2007-02-12 Luca AbeniPass a proper context to av_log()
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-02-11 Reimar Döffingeradd key field to AVFormatContext for de/encryption...
2007-02-10 Måns Rullgård#include detected soundcard.h instead of testing for...
2007-02-10 Michael Niedermayeruse dvr-ms timestamps
2007-02-09 Michael Niedermayerfix broken memset(padding, 0) code
2007-02-09 Nico Sabbidemux VC1 in mpegts
2007-02-09 Kostya ShishkovRaw VC-1 demuxer
2007-02-09 Diego BiurrunRemove obsolete imgformat1 leftovers.
2007-02-09 Diego BiurrunRemove commented-out NUT muxer entry, can be added...
2007-02-09 Diego Biurruncosmetics: Reorder NUT entries.
2007-02-09 Diego BiurrunProperly separate native and libnut NUT (de)muxers.
2007-02-08 Justin Rugglesadd read_probe function to raw ac3 demuxer
2007-02-08 Reimar DöffingerUse av_set_pts_info and set some arbitrary timebase...
2007-02-07 Michael Niedermayerremove senseless and wrong direct access to ByteIOConte...
2007-02-07 Reimar Döffingerset pts_wrap_bits to 32 since timestamps in packets...
2007-02-07 Michael Niedermayeriam pretty sure send time is dts and not pts ...
2007-02-07 Reimar Döffinger10l, forgot to skip payload description in UMF packet...
2007-02-07 Michael Niedermayermuxing packets with unknown timestamps is not allowed
2007-02-07 Michael Niedermayersupporting files with A,V,I,0x19 header
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-06 Michael NiedermayerRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-02-05 Michael Niedermayerindent
2007-02-05 Michael Niedermayerdynamic index building so forward and backward seeking...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-02-05 Wolfram GlogerFix audio corruption when cutting.
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-02-02 Panagiotis IssarisMake x11grab output its warning that it couldn't find...
2007-02-02 Zuxy MengSet correct aspect ratio (it's sample aspect, not displ...
2007-02-02 Michael Niedermayerpackets must be correctly interleaved
2007-01-31 Michael Niedermayerextract aspect ratio
2007-01-31 Michael Niedermayer10l to whoever wrote this (wrong fps, fixes nirvana...
2007-01-31 Michel BardiauxAdd some context to av_log calls.
2007-01-30 Ronald S. BultjeFix misbehaviour in url_fseek() when seeking fails.
2007-01-30 Ronald S. Bultjeprotect the size=seek(SEEK_END,-1)+1 results with an...
next