OSDN Git Service

Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
[coroid/ffmpeg_saccubus.git] / libavformat / raw.c
2008-08-23 Peter RossAdd raw muxers/demuxers for F64/F32/S32/S24/U32/U24...
2008-08-15 Diego BiurrunSurround format-specific functions with matching prepro...
2008-08-15 Diego BiurrunSurround AVInputFormat declarations with format-specifi...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor condition...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditions...
2008-08-15 Diego Biurruncosmetics: Remove redundant #endif comments that are...
2008-08-15 Diego Biurruncosmetics: misc spelling fixes
2008-07-31 Baptiste Couduriercheck url_fseek return value
2008-07-26 Michael NiedermayerDetect IDR less H.264 correctly.
2008-07-12 Michael Niedermayerh264_probe()
2008-07-07 Diego BiurrunAlphabetically order AVInputFormat/AVOutputFormat decla...
2008-07-07 Diego BiurrunAdd a note to remind people to add new raw formats...
2008-07-07 Diego Biurrunspelling cosmetics in PCM codec long names
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-05 Stefano Sabatinicosmetics: s/Id/id/ in libavformat where Id refers...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-30 Ramiro Pollaraw mlp demuxer
2008-05-12 Carl Eugen HoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-03 Benjamin Larssondts probe
2008-05-02 Luca BarbatoImport Dirac demuxer/muxer from SoC branch; written...
2008-04-28 Michael Niedermayerraw GSM demuxer (does not work yet as parser is missing)
2008-04-28 Baptiste Coudurierset demuxers .value and use common audio_read_header...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-21 Andreas ÖmanCompute AC3 frame CRC for stronger raw AC3 format probing.
2008-04-20 Benjamin LarssonRaw dts muxer
2008-01-12 Michael NiedermayerSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2007-12-26 Michael NiedermayerDo not force fps unless the user actually specified...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 Aurelien Jacobsmove unrelated functions declarations out of allformats.h
2007-08-10 Michael Niedermayer100000l (forgotten return)
2007-08-10 Michael Niedermayerremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
2007-08-10 Michael Niedermayerflac probe
2007-08-05 Justin Ruggles10l to me. Revert recent changes to ac3_probe() which...
2007-08-05 Baptiste Coudurierremove useless raw_write_header
2007-08-05 Justin Rugglesadditional tweaks to AC3 probe function. give a higher...
2007-08-04 Justin Rugglesincrease the maximum AC3 probe buffer size and reduce...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-07-07 Måns Rullgårdkill uninitialised variable warning in ac3_probe()
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-23 Benoit Fouetadd rgb suffix handling for demuxer
2007-05-09 Vitor SessakRoQ muxer, patch by Vitor, vitor1001 gmail com
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-07 Michael Niedermayerimprove mpeg4-es detection by rejecting streams with...
2007-04-25 Benoit Fouetadd rgb suffix to rawvideo muxer
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-15 Diego BiurrunMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-29 Michael Niedermayerfix probe of 001.vdr-broken-6025
2007-03-18 Justin Rugglesimprove ac3_probe by counting consecutive frames
2007-02-09 Kostya ShishkovRaw VC-1 demuxer
2007-02-08 Justin Rugglesadd read_probe function to raw ac3 demuxer
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2006-11-08 Thijs Vermeirmpeg4probe patch by (Thijs Vermeir ; thijs vermeir...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-18 Baptiste Couduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-08 Michael Niedermayerdont be too picky about timestampsbeing wrong if the...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-16 Diego BiurrunFix compilation with all combinations of --disable...
2006-05-12 Justin RugglesRaw flac muxer, patch by Justin Ruggles (jruggle earthl...
2006-05-09 Benjamin LarssonAdd support for raw flac decoding based on the .flac...
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-03-01 Måns Rullgårdcan't have PES headers in MPEG video elementary streams...
2006-02-10 Måns Rullgårdgenerate adts frame headers if required
2006-02-08 Måns Rullgårdread/write adts aac
2006-02-04 Michael Niedermayer3rd try for mpeg-es probe ...
2006-02-04 Michael Niedermayerfix regression tests
2006-02-02 Michael Niedermayerimprove mpeg1/2-es detection
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-29 Alex BeregszasziIngenient MJPEG support, more at artificis.hu/files...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 Michael Niedermayer.m1v and .m2a (feature req #1178960)
2005-07-03 Michael Niedermayer.264
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-06 Michael Niedermayerdefault to YUV420P if none specified for rawvideo input
2005-05-06 Michael Niedermayeralways honor the user specified frame rate if set
2005-04-30 Michael Niedermayerswitch to native time bases
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-01-04 Michael NiedermayerPatch for creating m2v files by (Fabrizio Gennari ...
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-18 Michael Niedermayerset correct timebase
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 Mike Melansoncvs diff before cvs commit
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-23 Michael Niedermayercur_dts in native timebase
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-03-15 Leon van Stuivenbergdecode latency patch by (Leon van Stuivenberg <l dot...
next