135 Commits (98ef60791d4264bf434d1aaf19c5c379547d6475)

Author SHA1 Message Date
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
Reimar Döffinger 2a04d6e772 Add support for muxing XSUB subtitles to AVI muxer. 15 years ago
Aurelien Jacobs b02d3aef94 use av_freep() instead of av_free() + =NULL. 16 years ago
Michael Niedermayer 2591821213 Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. 16 years ago
Diego Biurrun 67164b0c13 Remove pointless #if around the file, it is already conditionally compiled. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Laurent Aimar d1c2156bc6 Fix an invalid free in the AVI muxer when an unsupported audio track is added. 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer 61559562f5 Fix aspect ratio. 17 years ago
Michael Niedermayer 5b08754912 Store aspect ratio in avis. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Måns Rullgård 7ea18c8c1e remove redundant codec_get_bmp_tag() call in avi_write_header() 17 years ago
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Michael Niedermayer 5c4e1928c0 fix indention (dunno why it was messed up ...) 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Panagiotis Issaris 2eb291c4bb Allow to store the the track number though the IPRT (part) tag in AVI. 18 years ago
Brian Brice 5bce834e84 fix ODML AVI Duration for files > 2GB 18 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Benjamin Larsson 0919e788ae Flash Screen Video decoder (fourcc:FSV1) 19 years ago
Diego Biurrun c4052af07d Add MPEG FourCC for MPEG-2 video. 19 years ago
Kostya Shishkov fd7b199199 KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 19 years ago
Michael Niedermayer 61452d5637 fixing total_frames 19 years ago
Michael Niedermayer 98740f5a79 indention 19 years ago
Benjamin Larsson 26d6d03270 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 19 years ago
Michael Niedermayer 9eb40bcf41 replace if by assert as it should never by true 19 years ago
Alex Beregszaszi fb7a2bf695 check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change 19 years ago
Michael Niedermayer c2ca19d7f9 RMP4 ("xvid fork") decoding support 19 years ago
Mike Melanson 9c8d8e84e0 dosbox native ZMBV decoder, courtesy of Kostya 19 years ago
Fabien Cosse d9d434b839 Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket 19 years ago
Michael Niedermayer 82e415b1fc avoid using non constant fields of AVCodecContext in avi muxer 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Reimar Döffinger e0f80bd744 CamStudio decoder, only 32 bit lzo mode is tested 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
Guillaume Poirier 0bb0289c3a add some h.264 fourccs to codec_bmp_tags[] 19 years ago