122 Commits (0c820b15254f9b9b3d2e29347e329b719f0e001c)

Author SHA1 Message Date
Andreas Rheinhardt 0519a32a64 avformat/ipmovie: Avoid stack packet 4 years ago
Andreas Rheinhardt 79a90b42ca avformat/ipmovie: Remove redundant initializations 4 years ago
Andreas Rheinhardt 2ef4c5bba4 avformat/ipmovie: Fix indentation 4 years ago
Andreas Rheinhardt 7070bc53aa avformat/ipmovie: Deduplicate parsing video data opcodes 4 years ago
Andreas Rheinhardt 0ce702d999 avformat/ipmovie: Avoid reading packets during read_header 4 years ago
Andreas Rheinhardt da9eed79b9 avformat/ipmovie: Remove redundant av_packet_unref() 4 years ago
Michael Niedermayer 712d3ac539 avformat/ipmovie: Free packets allocated in header reading 4 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Hein-Pieter van Braam 8f96da060a Interplay MVE: Implement frame format 0x10 7 years ago
Hein-Pieter van Braam 19f6fd199e Interplay MVE: Implement frame format 0x06 7 years ago
Hein-Pieter van Braam 8f87bfb4b7 Interplay MVE: Refactor IP packet format 7 years ago
Hein-Pieter van Braam ba2c385006 Interplay MVE: Implement MVE SEND_BUFFER operation 7 years ago
Hein-Pieter van Braam 099d35401c Cleanly exit at the end of an Interplay MVE 8 years ago
Diego Biurrun ca1e5eea0c Remove some pointless TRACE level debug code 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
Paul B Mahol 83d20a6a7e avformat/ipmovie: add context to av_log() 9 years ago
Paul B Mahol c293ef258c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer c3361b3a87 avformat/ipmovie: Fix late audio detection 9 years ago
Michael Niedermayer 8e0fdb03a2 avformat/ipmovie: Parse&handle late audio init 9 years ago
Michael Niedermayer e011538394 avformat/ipmovie: Factor init_audio() out 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 4e575adeff avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE 11 years ago
Michael Niedermayer 947e40b9fe avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough 11 years ago
Michael Niedermayer 5f0d552c9b avformat/ipmovie: remove superflous () 11 years ago
Michael Niedermayer 8faabf3bd2 avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enough 11 years ago
Michael Niedermayer 892562e921 avformat/ipmovie: Check OPCODE_CREATE_TIMER size 11 years ago
Michael Niedermayer 7d7a701362 avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERS 11 years ago
Michael Niedermayer 2e97e24409 avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completely 11 years ago
Michael Niedermayer 23348647b2 ipmovie_probe: make buffer pointers const 12 years ago
Justin Ruggles 41a2d9590d ipmovie: set channel layout 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
Michael Niedermayer cc4d80c99f ipmovie_probe: speedup by avoiding memcmp() call 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Justin Ruggles 4556ebfb7d ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM 13 years ago
Michael Niedermayer 52ef95474b ipmovie: Fix passing resolution changes on. 13 years ago
Paul B Mahol 75146b8828 ipmovie: Add param change side data if the video dimensions have changed 13 years ago
Janne Grunau f5be84cfbc ipmovie: do not read audio packets before the codec is known 13 years ago
Carl Eugen Hoyos ec0dc7e2e0 Make Interplay palette opaque and increase its dynamics. 13 years ago
Michael Niedermayer 8d960fbc70 ipmovie: fix FPE 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
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago