90 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 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
Steven Liu 53928e0b49 avformat/mtv: check av_strdup() return value 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Vittorio Giovara f64d7e919e mtv: improve header check and avoid division by zero 10 years ago
Anton Khirnov a14b61658c mtv: do not set sample_rate for video 11 years ago
Reynaldo H. Verdejo Pinochet 95d1809981 libavformat/mtv: add test for audio magic 11 years ago
Reynaldo H. Verdejo Pinochet 4d888a0ad8 libavformat/mtv: add missing MTV_ prefix to macro 11 years ago
Reynaldo H. Verdejo Pinochet ba15aab4a4 libavformat/mtv: make clear we assume bpp is always 16 11 years ago
Reynaldo H. Verdejo Pinochet d467e7df1a libavformat/mtv: donwgrade probe score for < 512 11 years ago
Reynaldo H. Verdejo Pinochet 30f4c58f6f libavformat/mtv: Check for min header size first 11 years ago
Carl Eugen Hoyos e34ba4723e Avoid img_segment_size == 0 in mtv demuxer. 11 years ago
Michael Niedermayer e8c26557a4 avformat/mtv: remove empty comments 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 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
Mans Rullgard 68aef0b481 lavf: change some (de)muxer names to lowercase 13 years ago
Michael Niedermayer b9777797be mtv: make output endian independant 13 years ago
Mans Rullgard 7c6d240665 mtv: do not byteswap raw video in demuxer 13 years ago
Michael Niedermayer ee402df9a2 mtvdec: check that the buf is large enough for probing 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Shitiz Garg feb15cee5e mtv: Make sure audio_subsegments is not 0 13 years ago
Michael Niedermayer f890cb948c mtvdemuxer: fix segfault caused by truncated packets. 13 years ago
Michael Niedermayer 8b9b6332df mtv: Fix FPE with 0 dimensions. 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 dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 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 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 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 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
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago