190 Commits (d8094a303ba36344015a44d629bafc6d7094b4ac)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch 8284a4ba11 lavf/dv: use c->sys->frame_size in dv_frame_offset() 9 years ago
Clément Bœsch 6c0cf11f38 lavf/dv: reindent after previous commit 9 years ago
Clément Bœsch 35ba5c424b lavf/dv: do not check for c->sys 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Carl Eugen Hoyos 3eae98c1ac lavf/dv: Do not return EIO for every error (like EOF). 9 years ago
Michael Niedermayer 2139e58439 avformat/dv: fix used dimension variables 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Michael Niedermayer 72d99c8c26 avformat/dv: check av_malloc() return code 10 years ago
Michael Niedermayer 4efdb29c75 avformat/dv: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Steve Jiekak a32c3c2392 replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers 10 years ago
Michael Niedermayer ab6f4fd4a7 libavformat/dv: Make unchanged function arguments const 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 88f038ac97 avformat/dv: implement fallback in dv_extract_pack() 10 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Diego Biurrun dca7ba4bff Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs 11 years ago
Anton Khirnov 79f2c426fd dv: do not set codec timebase 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Michael Niedermayer 59ce62f713 avformat/dv: remove unused variable 11 years ago
Michael Niedermayer ef8f293472 avformat/dv: consider a header match at byte 0 to count as detection of dv in probe 11 years ago
Michael Niedermayer 76a47d66c4 avformat/dv: about 3 times faster probe 11 years ago
Luca Barbato 7ee191cab0 dv: Add a guard to not overread the ppcm array 11 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 11 years ago
Michael Niedermayer 3669915e93 dvdec: check ipcm more completely, avoid assert failure. 12 years ago
Justin Ruggles d5ca70b103 dv: set channel layout 12 years ago
Anton Khirnov ede4cedf47 dv: fix indentation 12 years ago
Anton Khirnov 14f031d7ec dv: use AVStream.index instead of abusing AVStream.id 12 years ago
Matthieu Bouron d8173f264f dv: fix a check on dv_extract_timecode return value 12 years ago
Piotr Bandurski 08277a45c3 lavf: add missing new line to some error messages 12 years ago
Michael Niedermayer a39c5c4c6b dv: fix null ptr dereference 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
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Michael Niedermayer 3c276ac0f8 dv-demux: dont mess with codec values 13 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Reimar Döffinger b52bd2a4ab DV demuxer: Stricter check for avio_read result. 13 years ago
Diego Biurrun 0a41f47dc1 dv: Do not redundantly initialize struct members to zero. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Joakim Plate 8332321c57 dv: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Alex Converse 8dbdc2d840 dv: Move a table used only by the demuxer out of a shared header. 13 years ago
Alex Converse 0ab3687924 dv: Fix small overread in audio frequency table. 13 years ago
Clément Bœsch 11e5d3b9cf dv: use new public timecode API. 13 years ago
Alex Converse 2d1c0dea5f dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 13 years ago
Michael Niedermayer 5a396bb3a6 dv: Fix null pointer dereference due to ach=0 13 years ago
Michael Niedermayer 635bcfccd4 dv: check stype 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 88d84dd8ea dv: Fix out of array read 13 years ago
Michael Niedermayer 5cb57a16ed dv: Fix null pointer dereference due to ach=0 13 years ago
Michael Niedermayer f9de136b17 dv: check stype 13 years ago