Jean-Baptiste Kempf
b737cab7f7
Codecs: map G.722 to avcodec decoder
Maybe .au demuxer should be modified accordingly
16 years ago
Jean-Baptiste Kempf
88041dfe44
Force avcodec to be at least 52.25.0 and avfomat 52.30.0...
They are more than 1 year old...
16 years ago
Jai Menon
95c6e2f347
AVCodec : Add the MPEG1 codec ID to the map table.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Jai Menon
df8768da3e
JPEG 2000 decoding support.
Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder.
Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV
by Final Cut Pro etc.
16 years ago
Jean-Baptiste Kempf
488fd4bd13
Use the correct LIBAVCODEC_VERSION_MINOR for VP8
16 years ago
Jean-Baptiste Kempf
0e70f9ed44
Avcodec: prepare the binding to VP8 in ffmpeg
This is still commented out until we have a lavc version bump
16 years ago
Jean-Baptiste Kempf
6a30fd81c3
Avcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using avformat demuxer
This could result in undf codec. Pointed out by ver
16 years ago
Jean-Baptiste Kempf
ad0b21e090
Avcodec: bump required version to 52.2.0
This removes outdated code.
It isn't nice to FFmpeg programmers to allow people to keep such old versions of lavc
52.2.0 allows the Audio Channel Layout to be defined.
16 years ago
Jean-Baptiste Kempf
1fd91b99db
Avcodec: CODEC_ID_MP4ALS was only introduced in 52.26.0
So it won't break on old system, like your debian :D
16 years ago
Alex Converse
df7e8cf916
Add support for MPEG-4 ALS to the MP4 demuxer and FFmpeg wrapper.
MPEG-4 ALS is a pure losses audio codec from MPEG. Like other MPEG-4
Audio variants it's muxed into the MP4 container with Object Type
Indication 0x40 followed by its Audio Object Type (36).
Sample:
http://streams.videolan.org/Mpeg_Conformance/ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/als_00_2ch48k16b.mp4
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Laurent Aimar
7dfc8992f2
Allowed GetFfmpegCodec() to convert more subtitle codecs.
16 years ago
Laurent Aimar
23c600974f
Added vorbis in avcodec<->vlc codec map table.
16 years ago
Jean-Baptiste Kempf
e8d5a49a26
Support for Windows Media Voice natively
May Ronald S. Bultje be praised for this.
16 years ago
Jean-Baptiste Kempf
d9666c8a60
Support for Indeo 5
May Kostya Shishkov be praised for this.
16 years ago
Jean-Baptiste Kempf
bf42155a81
AvCodec: Re-enable RV13 decoding
16 years ago
Jean-Baptiste Kempf
8a9b498d76
Support for sipr decoder from FFmpeg
16 years ago
Jean-Baptiste Kempf
84daf8cefd
Support for AMV video files.
It seems that .mtv files don't work though
17 years ago
Jean-Baptiste Kempf
0b8acb0f84
Fix avcodec module build for FRWU.
For some reason, libavcodec deverlopers didn't update LIBAVCODEC_VERSION_MICRO when introducing the new CODEC_ID_FRWU. We will then have to wait for the next bump to have it enabled.
17 years ago
Jean-Baptiste Kempf
bb2ef16f53
Support for Forward Uncompressed video
17 years ago
Laurent Aimar
69a830e9c8
Used VC-1 avcodec decoder for WMVA.
17 years ago
Jean-Baptiste Kempf
298a634e00
Support for Atrac1 codec
17 years ago
Jean-Baptiste Kempf
3fa4ff8509
FourCC reordering for Audio
17 years ago
Jean-Baptiste Kempf
900acf003b
WMAP native decoder entered FFmpeg.
17 years ago
Jean-Baptiste Kempf
ea2b0c8bc0
Support IMA_WAV ADPCM in w64
17 years ago
Jean-Baptiste Kempf
9efef82d60
Fix MS ADPCM in w64 files.
17 years ago
Laurent Aimar
bb1dbbdf02
Added preliminary subtitle decoder support to our avcodec wrapper.
Only blu-ray subtitle are enabled.
If other formats are to be enabled, they must be carefully tested.
17 years ago
Jean-Baptiste Kempf
60e6aa8b59
FFmpeg: protect against old versions of avcodec...
17 years ago
Jean-Baptiste Kempf
e3d3175588
Map FFmpeg F32*E and f64*E to VLC FL32 and FL64
This solves the Sony Wave float32 sample on little endian machines.
Of course the float64 sample doesn't work yet, because of the lack of converter.
17 years ago
Jean-Baptiste Kempf
69df036726
Remove forgotten debug. Sorry, guys.
17 years ago
Jean-Baptiste Kempf
285861a17c
TwinVQ support using the lastest avcodec commit from Vitor Sessak
17 years ago
Jean-Baptiste Kempf
8674d65e90
AVcodec version needed for 1.1 is 51.48.0 so far.
17 years ago
Jean-Baptiste Kempf
960361bc01
CODEC_ID_SPEEX appeared in 51.50.1
17 years ago
Jean-Baptiste Kempf
b95873c56e
Add Speex in flv demuxing support. #2973
However, it only works with the avcodec module. --codec avcodec if you want it.
17 years ago
Jean-Baptiste Kempf
42abe20459
Support for ADPCM variant in Flash streams
Sample: http://streams.videolan.org/streams-videolan/flv/Porgi_Amor_Mirusia_123nl_Orbit.flv
This could be backported, if someone needs it.
17 years ago
Jean-Baptiste Kempf
2cb44954d6
FourCC v210
17 years ago
Laurent Aimar
dfe8c5c087
Merged mp1v/mp2v codecs.
The codec defined will only be used by encoder to force one of the types.
17 years ago
Laurent Aimar
4063b0b285
Use new vlc_fourcc_* helpers in avcodec.
17 years ago
Jean-Baptiste Kempf
df89fd6b62
Added dvh1 fourcc to ffmpeg
17 years ago
Laurent Aimar
fab56e289c
Added hdv6->8 fourcc to ffmpeg.
17 years ago
Derk-Jan Hartman
9e24ccb7b0
avcodec: correct fourcc for XSUB
17 years ago
Jean-Baptiste Kempf
75cfa80630
Add a few bunch of FOURCC
17 years ago
Jean-Baptiste Kempf
a5f770d3f2
Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this.
17 years ago
Srikanth Raju
aaddb130d4
Wav GSM Demuxer Support Fixes Wav demux to work with MS-GSM codec. Uses ffmpeg decoder.
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
17 years ago
Jean-Baptiste Kempf
3fea76f5fe
Kostya RV30 code is merged in FFmpeg.
He needs more samples, so if you have more, please share to FFmpeg.
18 years ago
Jean-Baptiste Kempf
2d4177a862
Support for some ACD Systel Digital files. FourCC ACDV.
This will not work yet in all AVI.
18 years ago
Jean-Baptiste Kempf
e7d3f3d54d
Fix Avcodec module compilation.
18 years ago
Jean-Baptiste Kempf
c84ad2e6ea
Add VC1 fourCC
18 years ago
Jean-Baptiste Kempf
18e2dfb40c
Add DMK2 and VX1K fourCC.
This is getting insane.
18 years ago
Jean-Baptiste Kempf
0c028c292b
FourCC fiesta.
18 years ago
Jean-Baptiste Kempf
07dc019fff
[FFmpeg] support for native RV40
18 years ago