Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-23cafenc: replace deprecated av_dbl2int()Paul B Mahol
2011-12-30Use more designated initializers.Paul B Mahol
Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
2011-08-22Support more codecs when muxing caf.Carl Eugen Hoyos
2011-08-21Stream-copying PureVoice into caf works fine.Carl Eugen Hoyos
2011-08-01Support muxing MP1, MP2 and MP3 in caf.Carl Eugen Hoyos
2011-08-01Explicitely fail for unsupported codecs when muxing caf.Carl Eugen Hoyos
2011-08-01Use av_get_bits_per_sample() for mBitsPerChannel in caf.Carl Eugen Hoyos
2011-07-25Use little endian for caf codec tags.Carl Eugen Hoyos
2011-07-12Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos
2011-07-09Support gsm_ms in caf files.Carl Eugen Hoyos
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: (40 commits) H.264: template left MB handling H.264: faster fill_decode_caches H.264: faster write_back_* H.264: faster fill_filter_caches H.264: make filter_mb_fast support the case of unavailable top mb Do not include log.h in avutil.h Do not include pixfmt.h in avutil.h Do not include rational.h in avutil.h Do not include mathematics.h in avutil.h Do not include intfloat_readwrite.h in avutil.h Remove return statements following infinite loops without break RTSP: Doxygen comment cleanup doxygen: Escape '\' in Doxygen documentation. md5: cosmetics md5: use AV_WL32 to write result md5: add fate test md5: include correct headers md5: fix test program doxygen: Drop array size declarations from Doxygen parameter names. doxygen: Fix parameter names to match the function prototypes. ... Conflicts: libavcodec/x86/dsputil_mmx.c libavformat/flvenc.c libavformat/oggenc.c libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-17Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos
2011-05-15Initial caf muxer.Carl Eugen Hoyos