68 Commits (745966ab81a46c492288a9b00bd92a9444162f53)

Author SHA1 Message Date
Andreas Rheinhardt aaeb37f385 avformat/internal: Move FFERROR_REDO to demux.h 3 years ago
Vittorio Giovara 92f3fc9f2f lxfdec: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer 7819412f44 avformat/lxfdec: Fix multiple integer overflows related to track_size 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Nicolas George eb2e4fb674 lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Carl Eugen Hoyos 5badcdf20d Rename sync() functions in libavformat. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Luca Barbato 5c349ad08a lxf: check the nb_streams instead of relying on padding 11 years ago
Paul B Mahol a529fa2f4d lxf: remove deplanarization hack 11 years ago
Carl Eugen Hoyos 839df90c71 lxf: Support 16-channel files 11 years ago
Reimar Döffinger 779951cd2c lxf: Support version 1 files 11 years ago
Michael Niedermayer 8349be852b avformat/lxfdec: use a parser to parse video frame headers 11 years ago
Luca Barbato da8c9b324c lxfdec: remove wrong and unneeded check 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Paul B Mahol 37e2a9783f lxfdec: remove deplanarization hack 12 years ago
Michael Niedermayer 1f1960519a lxfdec: fix "no audio stream" check. avoid null ptrs deref 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Carl Eugen Hoyos e701b0cf75 Support reading 16-channel lxf files. 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
Reimar Döffinger 1a06d6dd86 lxfdec: support version 1 files, too. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov a2018b5167 lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM. 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
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 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
Tomas Härdin 8878e3b21b Add demuxer for LXF (Leitch/Harris' VR native stream format) 14 years ago