104 Commits (3b80f73b186dc24a39a95edc4243f785d1459273)

Author SHA1 Message Date
Nicolas Roy-Renaud 4ec07e9431 avformat/sierravmd: Support for Shivers 2 stereo tracks 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 4270a9f547 avformat/sierravmd: use av_malloc_array() 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Michael Niedermayer a165964f3c avformat/sierravmd: Check avio_read return value 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Michael Niedermayer 02f56bfcc3 avformat/sierravmd: use av_freep() for freeing context fields 11 years ago
Martin Storsjö 0ef1660a63 sierravmd: Do sanity checking of frame sizes 11 years ago
Paul B Mahol 60caa3d8bc avformat/sierravmd: check for memory allocation failures 11 years ago
Carl Eugen Hoyos 7c23922c2b Cosmetics: Reindent Sierra vmd demuxer after last commit. 12 years ago
Carl Eugen Hoyos 4ec509ce3d Support demuxing of audio-only vmd files. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Piotr Bandurski 4bf3bc6f96 sierravmd: signal EOF 12 years ago
Justin Ruggles a634896cf8 sierravmd: set channel layout 12 years ago
Michael Niedermayer 24d6af0f7e sierravmd: flip reduce arg order. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Justin Ruggles e9626eb32e sierravmd: fix audio pts 13 years ago
Michael Niedermayer 47c4713a23 sierravmd: limit packetsize to the amount that could be read. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Matthew Hoops 0e635f3e86 sierravmd: fix Indeo3 videos 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 0d6da4b831 Fix overflow check insufficiently improved in r19840. 15 years ago
Reimar Döffinger 97e078087b Improve sierravmd probe. It is still quite weak, but further improvements 15 years ago
Reimar Döffinger 21ab5c5827 Extend check for integer overflow for malloc argument to take into account 15 years ago
Benoit Fouet b9450753ea Add a context to av_log() call. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kostya Shishkov d6da3df729 yet another attempt on fixing synchronization in VMD 16 years ago
Kostya Shishkov 8d6fc274fa Empty audio chunks in VMD are silent, not skipped 16 years ago
Kostya Shishkov 7d2b199b8d cosmetics: reindent after last commit 16 years ago
Kostya Shishkov 716ba2d01c VMD first chunk of audio is not coded as many separate chunks of block_align 16 years ago