Mercurial > libavformat.hg
graph
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat2006-11-09, by bcoudurier
-
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformat2006-11-09, by bcoudurier
-
Better way to detect cluster (fix files encoded with Haali's muxer). libavformat2006-11-08, by aurel
-
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat2006-11-06, by aurel
-
Add support for getting duration of a RTP stream (for seeking in stream) libavformat2006-11-06, by gpoirier
-
remove floats in 10 bytes/byte support (no version of matroska used it) libavformat2006-11-06, by gpoirier
-
now we set codec_tag, still have to figure out how to handle flipping libavformat2006-11-03, by reynaldo
-
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformat2006-11-03, by bcoudurier
-
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 libavformat2006-11-03, by bcoudurier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat2006-11-01, by diego
-
Make it possible to reuse UDP socket (optional, disabled by default) libavformat2006-10-28, by gpoirier
-
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat2006-10-27, by gpoirier
-
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat2006-10-25, by bcoudurier
-
replace coder/decoder file description in libavformat by muxer/demuxer libavformat2006-10-23, by aurel
-
Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat2006-10-22, by lucabe
-
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformat2006-10-21, by bcoudurier
-
warn about zlib support needed if file has compressed moov atom libavformat2006-10-20, by bcoudurier
-
dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat2006-10-19, by michael
-
skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat2006-10-17, by bcoudurier
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat2006-10-15, by kostya
-
Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat2006-10-14, by rathann
-
flv files from myspace with mp3 audio require need_parsing because the libavformat2006-10-13, by rtogni
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-12, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-11, by bcoudurier
-
simplify by not writing unneeded codec name to fix segfault when stream copy libavformat2006-10-11, by bcoudurier
-
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat2006-10-10, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat2006-10-07, by diego
-
prevent >16bit tags to be truncated and used in creating .wav files libavformat2006-10-06, by michael
-
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat2006-10-05, by bcoudurier
-
Remove unused variables and the corresponding warnings along with them. libavformat2006-10-03, by diego
-
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf libavformat2006-10-02, by bcoudurier
-
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat2006-09-28, by bcoudurier
-
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat2006-09-28, by bcoudurier
-
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformat2006-09-20, by michael
-
Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat2006-09-15, by takis
-
workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though libavformat2006-09-11, by bcoudurier
-
Add official LGPL license headers to the files that were missing them. libavformat2006-09-10, by diego
-
undefines a few temporary defines which were not undefined after their usage. libavformat2006-09-09, by gpoirier
-
Allow to get the the track number in the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
Allow to store the the track number though the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
move track timescale/sampleDuration init to write_header and return error if not set libavformat2006-09-04, by bcoudurier
-
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat2006-09-04, by gpoirier
-
* Restructuring the division of labor between DV codec and DV format libavformat2006-09-04, by romansh
-
Switch license from GPL to LGPL, this file originates from libdv, which libavformat2006-09-03, by diego
-
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat2006-08-29, by gpoirier
-
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat2006-08-28, by aurel
-
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) libavformat2006-08-27, by nicodvb
-
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformat2006-08-24, by bcoudurier
-
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat2006-08-24, by bcoudurier
-
read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') libavformat2006-08-23, by michael
-
value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformat2006-08-23, by michael
-
total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformat2006-08-23, by michael
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformat2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat2006-08-17, by diego
-
use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat2006-08-12, by bcoudurier
-
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat2006-08-08, by michael
-
always write duration and file size, fix seeking, progress bar is now active libavformat2006-08-06, by bcoudurier
-
revert r5909, dont use non constant static variable, breaks multithreaded apps libavformat2006-08-03, by bcoudurier
-
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformat2006-08-02, by bcoudurier
-
Do not set the codec's pixel format in the format's write_header() libavformat2006-08-02, by lucabe
-
Support for seeking, both with and without index and correct timestamps libavformat2006-08-01, by reimar
-
demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection libavformat2006-07-28, by bcoudurier
-
Try to find out correct start time to make seeking faster and add some libavformat2006-07-23, by reimar
-
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformat2006-07-17, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavformat2006-07-17, by michael
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavformat2006-07-11, by diego
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavformat2006-07-09, by michael
-
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). libavformat2006-07-08, by mru
-
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformat2006-07-08, by bcoudurier
-
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" libavformat2006-06-30, by gpoirier
-
extradata may be used as bitstream reader input so allocate with padding libavformat2006-06-29, by mru
-
do not fail av_find_stream_info() if params for all streams could not be found libavformat2006-06-29, by mru
-
dont read over the end of a data chunk and at the end search for the next libavformat2006-06-28, by michael
-
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat2006-06-20, by diego
-
Add const to (mostly) char* and make some functions static, which aren't used libavformat2006-06-18, by diego
-
Add (mostly) const to variable and parameter declaration, where a char* was libavformat2006-06-17, by diego
-
use standard codec tag if the specified tag is out of range and would be libavformat2006-06-16, by mru
-
simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat2006-06-12, by bcoudurier
-
read_packet return value must be < 0 when no packet is returned, including EOF. libavformat2006-06-11, by reimar
-
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat2006-05-19, by michael
-
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat2006-05-18, by michael
-
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformat2006-05-12, by banan
-
simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat2006-05-10, by bcoudurier
-
Add support for raw flac decoding based on the .flac suffix of input files. libavformat2006-05-09, by banan
-
Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat2006-04-20, by reimar
-
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat2006-04-19, by bcoudurier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat2006-04-15, by diego
-
get avcC profile and level indication from sps (from handbrake) libavformat2006-04-14, by bcoudurier
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat2006-04-07, by kostya
-
little h.264 related hunk from diff between cvs and mobile hackerz libavformat2006-04-04, by michael
-
the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat2006-04-04, by michael
-
fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat2006-03-30, by rfelker
-
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat2006-03-24, by bcoudurier
-
Disable the NUT (de)muxer until it has been synced with the specification. libavformat2006-03-17, by diego
-
some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformat2006-03-11, by michael
-
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformat2006-03-08, by diego
-
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael
-
referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael
-
add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael