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 (Expand)Author
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-15write number of samples in FLAC extradata.Justin Ruggles
2008-09-01change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles
2008-09-01simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs
2008-09-01check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-24Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross
2008-08-15Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun
2008-08-15Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun
2008-08-15cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun
2008-08-15cosmetics: misc spelling fixesDiego Biurrun
2008-07-31check url_fseek return valueBaptiste Coudurier
2008-07-26Detect IDR less H.264 correctly.Michael Niedermayer
2008-07-12h264_probe()Michael Niedermayer
2008-07-07Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun
2008-07-07Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun
2008-07-07spelling cosmetics in PCM codec long namesDiego Biurrun
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-05cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-30raw mlp demuxerRamiro Polla
2008-05-12Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-03dts probeBenjamin Larsson
2008-05-02Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato
2008-04-28raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer
2008-04-28set demuxers .value and use common audio_read_header functionBaptiste Coudurier
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-04-21Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman
2008-04-21Raw dts muxerBenjamin Larsson
2008-01-12Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer
2007-12-27Do not force fps unless the user actually specified one.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-08-10100000l (forgotten return)Michael Niedermayer
2007-08-10remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer
2007-08-10flac probeMichael Niedermayer
2007-08-0510l to me. Revert recent changes to ac3_probe() which made misdetection as AC...Justin Ruggles
2007-08-05remove useless raw_write_headerBaptiste Coudurier
2007-08-05additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles
2007-08-05increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-08 * Getting rid of the use of GCC language extensionsRoman Shaposhnik
2007-07-07kill uninitialised variable warning in ac3_probe()Måns Rullgård
2007-06-27remove empty write trailer functionsVitor Sessak
2007-06-12misc spelling fixesDiego Biurrun
2007-05-23add rgb suffix handling for demuxerBenoit Fouet