58 Commits (d8094a303ba36344015a44d629bafc6d7094b4ac)

Author SHA1 Message Date
Thierry Foucu 4bc7268f2b lavf/riff: Support decoding files with broken mediasubtype base guid. 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Carl Eugen Hoyos f17ca46009 lavf/riff: Support decoding Ambisonic wav files. 9 years ago
Tobias Rapp 1416370027 avformat/avienc: add muxer option "write_channel_mask" 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Michael Niedermayer 0a23129bfc avformat: Add prefix to get_codec_guid() 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Carl Eugen Hoyos 7f6515e491 Also print GUIDs as shown in the Windows registry to ease debugging. 10 years ago
Anton Khirnov d754ed4172 riffenc: take an AVStream instead of an AVCodecContext 11 years ago
Daniel Verkamp 5e7d21c7ad ff_put_wav_header: add flag to force WAVEFORMATEX 11 years ago
Michael Niedermayer d32926db7f avformat/riff: return error code from ff_get_guid() 11 years ago
Carl Eugen Hoyos 862174ec83 Move GUID-related objects to riffenc.c and riff.c. 11 years ago
Peter Ross fcbb94712d riffenc: add option to ff_put_bmp_header to ignore extradata 11 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 11 years ago
Peter Ross e544782623 riff: Move guid structs and helper functions into riff 12 years ago
rogerdpack 12c71f648c dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. 12 years ago
rogerdpack aa715cdcf5 dshow: attempt to build shared as well as static 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Victor Vasiliev 71e92414bf lavf: move RIFF INFO tag writing from avienc to riff 12 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 76853a3e0c libavformat: ff_get_bmp_header: return esize too 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Peter Ross 36ffabc4ee move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE_GUID and audio_guids[] to riff.c/h (add FF_ prefix to PRI_GUID, ARG_GUID, and MEDIASUBTYPE_BASE_GUID; rename audio_guids to ff_codec_wav_guids) 14 years ago
Peter Ross c1309b27d2 move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Peter Ross 456a70aeb8 add ff_get_bmp_header 14 years ago
Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
Stefano Sabatini 83c2707908 Prefer enum CodecID over int in ff_codec_get_tag(). 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Carl Eugen Hoyos bc2d2a07d5 Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Carl Eugen Hoyos 9f2ace74ef Fix two identical warnings when compiling riff.c and nuv.c with icc: 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Måns Rullgård b3633dee58 remove deprecated codec_get_{bmp,wav}_{id,tag}() 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago