176 Commits (ecc297308ff3cb8b20359df44108ac299b22bdf1)

Author SHA1 Message Date
Luca Barbato e3b540b424 Make ffmpeg support generic data stream 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Alberto Delmás 768c525114 Parse sprite data for WMVP and WVP2, and decode sprites for the latter 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Peter Ross d34ca1cfe3 Add audio codec 0x1600 (ADTS AAC) 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Peter Ross 50d83b2005 Add audio codec 0x1602 (AAC LATM) 14 years ago
Carl Eugen Hoyos d267b339e4 Lagarith decoder by Nathan Caldwell, saintdev at gmail 14 years ago
Carl Eugen Hoyos 504530bfba Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. 14 years ago
Peter Ross 773d892a31 move ff_get_bmp_header under CONFIG_DEMUXERS block 14 years ago
Carl Eugen Hoyos f6bf6e511d Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 and issue 2446). 14 years ago
Peter Ross 456a70aeb8 add ff_get_bmp_header 14 years ago
Andrew Wason 3d305fd071 Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). 14 years ago
Peter Ross e8ffb2fa4c Add G.722 to RIFF codec list 14 years ago
Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 14 years ago
Zhou Zongyi 4383692896 Add R10k decoder. 14 years ago
Ben Littler f0feb4d72f add WAWV fourcc, works on V-codecs/WAWV.avi 14 years ago
Carl Eugen Hoyos 2d91366cc2 Make MP43 the default fourcc for msmpeg4v3: 15 years ago
Tomas Härdin 77d3f1f792 Added M701 codec_tag for mpeg2video 15 years ago
Carl Eugen Hoyos 74c853b621 Samsung uses SIPP as FourCC for MPEG-4 ASP. 15 years ago
Stefano Sabatini 781cf5fd41 Add missing codec id <-> codec tag entries: 15 years ago
Google 6c7c62939b Add VP80 fourcc 15 years ago
Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
Francesco Lavra f10d3d343e Add FourCC MJPG for CODEC_ID_JPEGLS. 15 years ago
Stefano Sabatini b43f432c8c Add support to the Y411 codec tag, corresponding to the rawvideo pixel 15 years ago
Anssi Hannula 337104ac1f Fix FourCC when remuxing VP6F, regression introduced in r22941. 15 years ago
Christian Schmidt 03cb8458ce Support VP6F in Matroska. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Anton Khirnov 63100f5885 riff: don't pad extradata when writing ASF. 15 years ago
Daniel Verkamp bf35412201 Kega Game Video (KGV1) decoder 15 years ago
Ben Littler 4bf2b9e8f3 add netspeak gsm and truespeech wav format tags to riff.c 15 years ago
Michael Niedermayer 86d58bcfd9 Add GEOV fourcc (issue971). 15 years ago
Ben Littler 5bc3fc2187 add uldx fourcc to mpeg4 in riff.c 15 years ago
Ben Littler 6667d5a5e5 add vspx fourcc to mpeg4 in riff.c 15 years ago
ami_stuff 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer. 15 years ago
Daniel Verkamp 9df9b810c5 Handle more ADPCM codecs in av_get_bits_per_sample(). 15 years ago
Ben Littler 418a287cae add another mjpeg fourcc to riff.c list 15 years ago
Michael Niedermayer 2c2a167ca7 It appears that waveformatextensible is mandatory for more cases than 15 years ago
Reimar Döffinger 4aaab0a328 Add decoder for R210 (uncompressed 10-bit RGB) codec. 15 years ago
Carl Eugen Hoyos ab176fdffb (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. 15 years ago
Carl Eugen Hoyos f63e5a7410 Support Etymonix MPEG-2 video codec, fixes issue 1603. 15 years ago
Ben Littler 4bae225126 add dvcs to dvvideo, fixes issue 1604 15 years ago
Carl Eugen Hoyos 4b86926b95 Support AVI1 and AVI2 in avi as MJPEG. 15 years ago