summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Make format long_names consistent.Diego Biurrun2009-02-16
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove silly FIXME comment.Michael Niedermayer2008-12-14
* ADTS AAC probe.Michael Niedermayer2008-12-02
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
* Assume mono if no other information for raw.Michael Niedermayer2008-10-18
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-01
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-01
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-01
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-15
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-15
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-15
* cosmetics: misc spelling fixesDiego Biurrun2008-08-15
* check url_fseek return valueBaptiste Coudurier2008-07-31
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-26
* h264_probe()Michael Niedermayer2008-07-12
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
* remove useless close funcsBaptiste Coudurier2008-06-19
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* raw mlp demuxerRamiro Polla2008-05-30
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* dts probeBenjamin Larsson2008-05-03
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-28
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Ă–man2008-04-21
* Raw dts muxerBenjamin Larsson2008-04-20
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-12