summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-211-0/+56
* Add a context to av_log() call.Benoit Fouet2009-02-161-1/+1
* Make format long_names consistent.Diego Biurrun2009-02-161-10/+10
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-271-1/+1
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-271-1/+2
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-251-1/+18
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-3/+10
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-59/+59
* Remove silly FIXME comment.Michael Niedermayer2008-12-141-1/+1
* ADTS AAC probe.Michael Niedermayer2008-12-021-1/+33
* raw dnxhd de/muxerBaptiste Coudurier2008-10-241-0/+39
* Assume mono if no other information for raw.Michael Niedermayer2008-10-181-1/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* write number of samples in FLAC extradata.Justin Ruggles2008-09-141-0/+18
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-011-1/+1
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-011-13/+6
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-011-1/+1
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-2/+56
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-231-0/+35
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-151-0/+26
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-151-0/+32
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-151-2/+7
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-151-13/+13
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-151-13/+13
* cosmetics: misc spelling fixesDiego Biurrun2008-08-151-9/+9
* check url_fseek return valueBaptiste Coudurier2008-07-311-2/+3
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-261-2/+3
* h264_probe()Michael Niedermayer2008-07-121-1/+45
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-071-199/+200
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-071-0/+3
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-071-8/+8
* remove useless close funcsBaptiste Coudurier2008-06-191-23/+1
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-051-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-33/+33
* raw mlp demuxerRamiro Polla2008-05-301-0/+13
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-121-10/+10
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+5
* dts probeBenjamin Larsson2008-05-031-1/+35
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-021-0/+36
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-281-0/+13
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-281-78/+14
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-1/+4
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-211-0/+4
* Raw dts muxerBenjamin Larsson2008-04-201-0/+14
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-121-1/+9
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-261-1/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-22/+22
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-0/+1
* 100000l (forgotten return)Michael Niedermayer2007-08-101-1/+1