]> git.sesse.net Git - ffmpeg/history - libavformat/raw.c
move ADTS AAC demuxer to its own file
[ffmpeg] / libavformat / raw.c
2010-08-29 Aurelien Jacobsmove ADTS AAC demuxer to its own file
2010-07-27 Måns RullgårdRemove duplicate initialiser for cavsvideo_muxer.extensions
2010-07-27 Stefan Gehreradd Chinese AVS encoding via external library libxavs
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-06-18 Michael NiedermayerImprove h263_probe()
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-06-11 Michael NiedermayerFix raw vc1 decoding - this is supposed to break FATE.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-14 Reimar DöffingerReindent
2010-02-14 Reimar DöffingerOptimize h261_probe function, since it is far slower...
2009-12-13 Michael NiedermayerAdd CODEC_ID_DNXHD into the 25 fps case.
2009-12-08 Michael NiedermayerRaise threshold of h263 probe by 1 to avoid misdetection.
2009-12-08 Michael NiedermayerAdd out commented av_log to debug h263_probe.
2009-11-08 Carl Eugen HoyosUse enum instead of integer types where appropriate.
2009-10-05 Daniel VerkampFix pcm_read_seek () when the position it calculates...
2009-10-02 Reimar DöffingerReturn any error return values from av_get_packet,...
2009-10-01 Reimar DöffingerMake rawvideo_read_packet return partial frames.
2009-10-01 Reimar DöffingerSimplify: remove pointless {} and else
2009-10-01 Reimar DöffingerRemove pointless setting of pkt->size, av_get_packet...
2009-10-01 Reimar Döffingerav_new_packet failing should return ENOMEM, not EIO.
2009-09-29 Reimar DöffingerSync AC3 probe values with MP3 probe values, they have...
2009-09-15 Michael NiedermayerMake h261 and mpegvideo probe a little more robust...
2009-09-14 Reimar DöffingerMake dnxhd probe more strict, fail if we detect values...
2009-09-14 Michael NiedermayerRewrite h261_probe().
2009-09-14 Reimar DöffingerMake DTS probe more robust against false positives...
2009-09-14 Michael NiedermayerRewrite h263_probe().
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 Aurelien Jacobsfix compilation of cavsvideo demuxer
2009-06-19 Patrick DehneAdd support for id3 tag parsing for ADTS AAC streams
2009-04-22 Andreas ÖmanIt should be #if, not #ifdef
2009-04-21 Ramiro PollaAdd raw MLP muxer.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Baptiste Coudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-03-19 Ramiro PollaSupport raw TrueHD files
2009-03-14 Reimar DöffingerMake pcm_read_seek treat negative time stamps as 0...
2009-03-01 Michael NiedermayerChange the timebase of the raw demuxer to one that...
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-26 Justin RugglesSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-22 Stefan Gehrerconsistent naming of Chinese AVS raw demuxer
2009-02-21 Stefan Gehreradd raw demuxer for Chinese AVS elementary streams
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Diego BiurrunMake format long_names consistent.
2009-01-27 Benoit FouetWhitespace cosmetics to align return statements.
2009-01-27 Benoit FouetCheck buffer is inside what is passed when probing...
2009-01-25 David DeHavenHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-14 Michael NiedermayerRemove silly FIXME comment.
2008-12-02 Michael NiedermayerADTS AAC probe.
2008-10-24 Baptiste Coudurierraw dnxhd de/muxer
2008-10-18 Michael NiedermayerAssume mono if no other information for raw.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-09-01 Justin Ruggleschange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 Aurelien Jacobssimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 Justin Rugglescheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
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
next