123 Commits (c31ce95f1c4c504ff9e3a90b1e4e37f695547c72)

Author SHA1 Message Date
Lukas Stabe 1fd80106be avformat: fix id3 chapters 7 years ago
Clément Bœsch bec96a7286 lavf: use av_fourcc2str() where appropriate 8 years ago
Andreas Cadhalpun ad5807f8aa avformat: fix overflows during bit rate calculation 8 years ago
Paul B Mahol 7494b49780 avformat/iff: parse DPAN chunk 9 years ago
Paul B Mahol 72e33eec3a avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs 9 years ago
Peter Ross 86e493a6ff avcodec: add Direct Stream Transfer (DST) decoder 9 years ago
Paul B Mahol cb928fc448 lavc: add IFF ANIM decoder 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 675cfb2f86 avformat/iff: fix deadlock in parsing dsd chunks 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Paul B Mahol aff3acc54c avformat/iff: check for possible overflow in 2nd argument of av_new_packet 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Peter Ross 1964251be7 libavformat/iff: print error message when DSDIFF compression type is not supported 10 years ago
Paul B Mahol b6543421f5 avformat/iff: rudimentary support for animations 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 592a854f8c avformat/iff: Fix "source comment" 10 years ago
Peter Ross f57ac37228 avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunks 11 years ago
Peter Ross e311b7446a avformat/iff: indent 11 years ago
Peter Ross d95c9679f7 avformat/iff: remove unused code 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 8e90c7285d avformat/iff: check avio_read() return in get_metadata() 11 years ago
Michael Niedermayer 6f9be91063 avformat/iff: fix memleak of packet 11 years ago
Michael Niedermayer 2b31a9c613 avformat/iff: shrink packets to the initialized data 11 years ago
Michael Niedermayer 03cd3bec6e avformat/iff: Byte seek is unsupported 12 years ago
Kostya Shishkov 50c449ac24 iff: validate CMAP palette size 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Michael Niedermayer 3dbc0ff9c3 iff: fix integer overflow 12 years ago
Paul B Mahol 7f7f31bfcb iff: support seeking with maud 12 years ago
Peter Ross 53ae32d331 iff demuxer: support RGB8 and RGBN 12 years ago
Peter Ross 1696c72af4 iff demuxer: include DEEP TVDC lookup table in extradata buffer 12 years ago
Paul B Mahol 1560c3295d iff: fix some incorrect interpretations of invalid files 12 years ago
Paul B Mahol 50b5c2296a iff: MAUD support 12 years ago
Paul B Mahol 01eed8c607 iff demuxer: 16SV support 12 years ago
Peter Ross 76f60788e7 iff demuxer: don't bother checking bitmap compression type; iff decoder does this now 12 years ago
Peter Ross ed27ed9f4f iff: DEEP RLE 32-bit decoder 12 years ago
Peter Ross 05001dd7ca iff: process DEEP DLOC chunk to obtain image dimensions 12 years ago
Peter Ross d26eeb0dc1 iff: recognise more DEEP colorspaces 12 years ago
Justin Ruggles 024e03701c iff: set channel layout 12 years ago
Piotr Bandurski 08277a45c3 lavf: add missing new line to some error messages 12 years ago
Michael Niedermayer b2bc48ae22 iff: replace av_abort by av_assert0 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Paul B Mahol 3933782735 cosmetics: iff: split very long line 12 years ago
Paul B Mahol 881e0de640 iff: pass context to av_log_ask_for_sample 13 years ago
Paul B Mahol ad69e778b7 iff: remove dupe ID_ANNO definition 13 years ago
Mans Rullgard 68aef0b481 lavf: change some (de)muxer names to lowercase 13 years ago
Paul B Mahol 947e103a8f iff: make .long_name more descriptive 13 years ago
Piotr Bandurski af55a9d80a iff: add support for IFF DEEP 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago