История коммитов

Автор SHA1 Сообщение Дата
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 лет назад
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 лет назад
  Michael Niedermayer f2d65a6c8a Avoid segfault due to not set AVCodec. 16 лет назад
  Justin Ruggles 5165651cf9 add error message for unsupported codecs in WAVE. 16 лет назад
  Diego Biurrun 8212568a1c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 16 лет назад
  Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 лет назад
  Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 лет назад
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 лет назад
  Vladimir Voroshilov c6cd525aa0 Decrease returning probe score for WAV demuxer to avoid 16 лет назад
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 лет назад
  Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 лет назад
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 лет назад
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 лет назад
  Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 17 лет назад
  Michel Bardiaux d794d388a6 Add FACT chunk for non-PCM wav formats 17 лет назад
  Michael Niedermayer e9b78eeba2 better generic index building and seeking code 17 лет назад
  Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 17 лет назад
  Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 17 лет назад
  Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 лет назад
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
  Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 лет назад
  Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 лет назад
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 лет назад
  Gianluigi Tiesi 277e84f564 Fix compilation with --disable-muxers. 18 лет назад
  Diego Pettenò e006c307fe Move initialisations and internal symbols in allformats.h, 18 лет назад
  Michael Niedermayer b582d7ba4d dont read over the end of a data chunk and at the end search for the next 18 лет назад
  Måns Rullgård 79d1ec9129 use standard codec tag if the specified tag is out of range and would be 18 лет назад
  Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 18 лет назад
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 лет назад
  Diego Biurrun bf3027c87b TrueSpeech compatible audio decoder by Konstantin Shishkov 18 лет назад
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 18 лет назад
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 18 лет назад
  Corey Hickey 1fd7ec4412 DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html 19 лет назад
  Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 лет назад
  Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 лет назад
  Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 лет назад
  Vidar Madsen 694eaead0c Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) 19 лет назад
  Calcium 58d2a1506d 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) 19 лет назад
  Alex Beregszaszi a50ff23cc8 pseudo codec tag for adpcm_swf 19 лет назад
  Michael Niedermayer a1e568bd23 wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) 19 лет назад
  Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 лет назад
  Michael Niedermayer 359fa0febc cbr audio muxing fix 20 лет назад
  Michael Niedermayer 5ba7c3d7c9 set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams 20 лет назад
  Michael Niedermayer 595bf4ef63 set correct timebase 20 лет назад
  Nathan Kurz ecc2c0a464 set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) 20 лет назад
  Mike Melanson b3bfb29980 Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov 20 лет назад
  Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 лет назад
  Måns Rullgård ca37721277 untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) 20 лет назад
  Michael Niedermayer c4f8d5d9f9 write shorter headers if possible 20 лет назад