Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10100000l (forgotten return)Michael Niedermayer
Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer
Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10flac probeMichael Niedermayer
closes issue83 Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-0510l to me. Revert recent changes to ac3_probe() which made misdetection as ↵Justin Ruggles
AC3 too probable. Originally committed as revision 9931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05remove useless raw_write_headerBaptiste Coudurier
Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles
at the start of the stream. also read all available data in the probe buffer. Originally committed as revision 9922 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05increase the maximum AC3 probe buffer size and reduce the threshold for 50% ↵Justin Ruggles
reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. Originally committed as revision 9920 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08 * Getting rid of the use of GCC language extensionsRoman Shaposhnik
Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07kill uninitialised variable warning in ac3_probe()Måns Rullgård
Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27remove empty write trailer functionsVitor Sessak
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-23add rgb suffix handling for demuxerBenoit Fouet
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak
reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs
Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-07improve mpeg4-es detection by rejecting streams with reserved startcodes ↵Michael Niedermayer
(fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-25add rgb suffix to rawvideo muxerBenoit Fouet
Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun
on CONFIG_AC3_DEMUXER. Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-30fix probe of 001.vdr-broken-6025Michael Niedermayer
Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-18improve ac3_probe by counting consecutive framesJustin Ruggles
Originally committed as revision 8441 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09Raw VC-1 demuxerKostya Shishkov
Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09add read_probe function to raw ac3 demuxerJustin Ruggles
Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06better generic index building and seeking codeMichael Niedermayer
Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir
tabs removed by me VOL vs. VOP check fixed by me Originally committed as revision 6940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-18simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier
Originally committed as revision 6728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-09dont be too picky about timestampsbeing wrong if the destination container ↵Michael Niedermayer
is without timestamps and raw of the raw video / raw audio sort Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-16Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-12Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles
used with "-acodec copy" to either copy a flac file verbatim or extract the raw flac from an ogg-flac file. Originally committed as revision 5368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-09Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson
Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-01can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård
if we see one Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-10generate adts frame headers if requiredMåns Rullgård
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-08read/write adts aacMåns Rullgård
Originally committed as revision 4955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-043rd try for mpeg-es probe ...Michael Niedermayer
Originally committed as revision 4938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-04fix regression testsMichael Niedermayer
Originally committed as revision 4932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-02improve mpeg1/2-es detectionMichael Niedermayer
Originally committed as revision 4923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-29Ingenient MJPEG support, more at ↵Alex Beregszaszi
http://www.artificis.hu/files/texts/ingenient.txt Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk