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
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-09-22mp4: Don't read an empty Decoder Config DescriptorAlex Converse
2011-08-29isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21mov: Support R10g codec identifier.ami_stuff
2011-03-23Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-11Add one more avc intra fourcc and extend the descriptionBenjamin Larsson
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-22Add more AVC Intra FOURCCsBenjamin Larsson
Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac and different ones are used for 720 versus 1080 lines. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-07pass QDMC extradata to the decoderSascha Sommer
Makes playing QDMC files in MPlayer work when using the libavformat demuxer. Problem was that the extradata was not passed from demuxer to decoder. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-03Add ProRes FOURCCs to isom.cTomas Härdin
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-03Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-30Replace dprintf with av_dlogLuca Barbato
dprintf clashes with POSIX.1-2008
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-05xdcam hd422 720p24 fourcc in movBaptiste Coudurier
Originally committed as revision 25336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-30Correct tag is m2v1Baptiste Coudurier
Originally committed as revision 25271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-30Remove duplicate entriesBaptiste Coudurier
Originally committed as revision 25264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-30Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier
Originally committed as revision 25263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-14Add R10k decoder.Zhou Zongyi
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-15Support gray16be and rgb48be in movBaptiste Coudurier
Originally committed as revision 23608 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05More mov rawvideo fourccBaptiste Coudurier
Originally committed as revision 23480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger
which has a up to 200% overhead. Also allows to use memcpy instead of strcpy. Originally committed as revision 21560 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
function declaration to reflect this. Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Simplify conversion to 5-bit ASCII.Reimar Döffinger
Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
Originally committed as revision 21223 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
Originally committed as revision 21222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-29support pcm_f32/64le in movBaptiste Coudurier
Originally committed as revision 20649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-22Add MP4 object type for ALS.Justin Ruggles
Originally committed as revision 20578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-03add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason
patch by Andrew Wason Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-17Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange
Tested with streamcopy of 'mp1-sample.mp1' in incoming. Originally committed as revision 19212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-17Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser
Originally committed as revision 19211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-13Analysis of logs show that there are in fact some files with m1v1 too (not ↵Jason Garrett-Glaser
just m2v2), which is documented to be MPEG-1 video. Adding fourcc to isom.c. Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-13Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad
adding entries to codec_movaudio_tags. This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov rather than TS. Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-13Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a ↵Jason Garrett-Glaser
problematic MOV file. The audio is actually adpcm_ima_wav. Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-12Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad
Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-12Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser
Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-12Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser
Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-13v210 mov fourccBaptiste Coudurier
Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-05more dvcprohd .mov fourcc, see #1034Baptiste Coudurier
Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-26return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs
Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
this prevents using negative index and possibly crashing with broken files Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk